@media (max-width: 759px) {
    .top_timer_n {
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 1020px) {
    .top_timer_n {
        margin: 0 2px;
    }
}
@media (max-width: 1270px) {
    .top_timer_n {
        padding: 0 5px;
    }
}
@media (max-width: 560px) {
    .top_timer_n {
        padding: 0 15px;
        margin: 0px 2px !important;
            color: white;
    }
    #mobile-text-clock {padding: 0 0 5px 0px;}
    .ahs-countdown-timer {
    justify-content: center!important;
    margin-top: -3px;
    }
    #text-clock {
    color: var(--main-accent-color);
    margin-top: 0px;
    font-size: 13px;
    margin-right: 0;
    top: 0;
    }
    #contener-clock {
    height: 39px!important;
    }
}
.top_timer_n {
    margin: -2px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, .1);
    color: white;
    height: 20px;
    padding: 0px 3px 0px 3px;
    font-family: "Bebas Neue", "PT Sans", sans-serif;
    letter-spacing: 0.05em;
}

.ahs-countdown-timer {
    text-align: center;
    display: flex;
    align-content: center;
    color: #c7c7c7;
    justify-content: center;
}
.hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.countdown-container {float:left;}
#text-clock {
    color: var(--main-accent-color);
    margin-top: 0px;
    font-family: "Bebas Neue", "PT Sans", sans-serif;
    letter-spacing: 0.03em;
}
#contener-clock {
    text-align: center;
    margin-top: 14px;
    margin-right: 20px;
    height: 42px;
    font: 15px / 1.4 Ruda;
    border-color: #ffffffc2;
    position: relative;
    border-radius: 5px;
    background: rgb(2 2 2 / 93%);
    color: white;
    float: left;
    padding: 0px 10px 0px 10px;
    border: 1px solid rgb(255 255 255);
}

#ahs-status {
        text-align: center;
    margin-top: 14px;
    margin-right: 20px;
    height: 42px;
    font: 15px / 1.4 Ruda;
    border-color: #ffffffc2;
    position: relative;
    border-radius: 5px;
    background: #272727;
    color: white;
    float: left;
    padding: 10px 10px 0px 10px;
    border: 1px solid rgb(255 255 255);
}

#mobile-clock-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #272727;
    color: white;
    text-align: center;
    padding: 10px;
    border-top: 1px solid var(--main-accent-color);
    z-index: 1000;
}

#mobile-clock-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 768px) {
    #contener-clock {
    margin-top: 0px;
    margin-right: 10px;}
    .mobile-clock {
        display: block!important;
    }
}