
#backTimer {
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    display: none;
    float: left;
    width: 100%;
}

#backTimer.active {display: block;}

#backTimer.active .open-timer {
    height: 0;
}
#backTimer .open-timer {
    background: #4c4ca5;
    height: 5px;
}
.n-alert {
}

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

.n-alert--time {
    float: right;
    line-height: 2px;
}
.n-alert>.container>.row>span>strong {
    color: #fff;
    font-weight: 900!important;
}
.n-alert--time>div {
    width: 12px;
    height: 40px;
    position: relative;
    margin: 0 3px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 13px;
    float: left;
}
.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: 16px;
    color: #d02d4b;
    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: #d02d4b!important;
    font-size: 8px!important;
    font-weight: 600;
    margin-top: 3px;
}

.n-alert>.container>.row>a {
    background-color: #ffffff;
    color: #fc4f7d;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    margin: 8px 0;
    margin-right: 27px;
}

.n-alert>.container>.row>a:hover {
    color: #fff!important;
    box-shadow: 0 11px 27px 1px rgba(41,53,108,.25)!important;
    background: #ecc642!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;
}