
#backTimer {
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    position: relative;
    margin-bottom: 20px;
    display: none;
}

#backTimer.active {display: block;}

#backTimer.active .open-timer {
    height: 0;
}
#backTimer .open-timer {
    background: #4c4ca5;
    height: 5px;
}
.n-alert {
    padding-left: 120px;
    flex-direction: .row;
    background: ##EA557B;
    background: linear-gradient(90deg,#e84f74,#da0d40 73%,#EA557B 100%);
    align-items: center;
    padding: 10px;
}

.n-alert>.container>.row>span {
    font-size: 20px;
    font-weight: 600;
    color: #d6d6d6;
}

.n-alert--time {
    display: flex;
    float: right;
}
.n-alert>.container>.row>span>strong {
    color: #fff;
    font-weight: 900!important;
}
.n-alert--time>div {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #000000;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
}
.n-alert--time>div, .n-alert>.container>.row>a {
    display: flex;
    border-radius: 5px;
}
.flex-column {
    flex-direction: column!important;
}

.n-alert--time>div>strong {
    margin-top: 4px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 15px;
}
.n-alert--time>div:after {
    content: ":";
    position: absolute;
    right: -14px;
    font-size: 25px;
    color: #fff;
    top: 5px;
}
.n-alert--time>div:last-child:after {
    display:none
}

.n-alert--time>div>span {
    color: #bdc1e5;
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
}

.n-alert>.container>.row>a {
    background-color: #419fe9;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 9px 30px;
    font-size: 14px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
}

.n-alert>.container>.row>a:hover {
    color: #fff!important;
    box-shadow: 0 11px 27px 1px rgba(41,53,108,.25)!important;
    transform: translateY(-3px)!important;
    background: #69b2eb!important;
}
.n-alert>.container>.row>a>i {
    background-color: #fff;
    margin-left: 20px;
    width: 20px;
}
.t-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #373a87;
    -webkit-mask-repeat: no-repeat!important;
    -webkit-mask-position: center center!important;
    -webkit-mask-size: contain!important;
    float: right;
    margin-left: 18px;
}

.n-alert--close>i {
    transform: rotate(45deg);
    background-color: #fff;
    width: 20px;
    margin-top: 7px;
}