/*Color variables*/
/***********dark-theme**************/
/***********transparent-theme**************/
/*white variables*/
/*black variables*/
.countdown-timer-wrapper {
    border-radius: 5px;
    max-width: 500px;
    margin: 50px auto 50px auto;
    line-height: 0.5;
}

.countdown-timer-wrapper.countdown-timer-wrapper1 {
    margin: 0px auto;
}

.countdown-timer-wrapper h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
}

.countdown-timer-wrapper .timer {
    text-align: center;
}

.countdown-timer-wrapper .timer .timer-wrapper {
    display: inline-block;
    width: 110px;
    height: 94px;
}

.countdown-timer-wrapper .timer .timer-wrapper .time {
    font-size: 1.83rem;
    font-weight: bold;
    color: var(--primary-bg-color);
    width: 88px;
    height: 88px;
    border-radius: 3px;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -33px;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: -1;
    border: 5px solid var(--primary-03);
}

.countdown-timer-wrapper.countdown-timer-wrapper1 .timer .timer-wrapper .time {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.countdown-timer-wrapper.countdown-timer-wrapper1 .timer .timer-wrapper .text {
    color: #fff;
}

.countdown-timer-wrapper .timer .timer-wrapper .text {
    font-size: 13px;
    color: #000;
    padding-top: 2px;
}

@media (mx-width: 568px) {
    .countdown-timer-wrapper .timer .timer-wrapper {
        margin-top: 20px !important;
    }

    .countdown-timer-wrapper .timer .timer-wrapper .time {
        margin-top: 20px !important;
    }
}

@media (max-width: 544px) {
    .countdown-timer-wrapper {
        border-radius: 5px;
        max-width: 300px;
        text-align: center;
    }

    .countdown-timer-wrapper .timer .timer-wrapper .time {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
        margin-bottom: -24px;
    }
}
/*# sourceMappingURL=flipclock.css.map */
