/* tick */

.tick {
    font-size: 2rem !important;
    white-space: nowrap;
    font-family: arial, sans-serif;
}

@media (min-width: 768px) {
    .tick {
        font-size: 3rem !important;
    }
}

@media (min-width: 992px) {
    .tick {
        font-size: 3.5rem !important;
    }
}

.tick-flip {
    border-radius: 0 !important;
}

.tick-flip-panel {
    color: var(--custom-primary-color);
    background-color: var(--custom-secondary-color);
}

.tick-label {
    text-align: center !important;
    color: #FFF !important;
    /* font-weight: 700 !important; */
    opacity: .7;
    display: block !important;
    margin-top: 5px;
    /* display: none !important; */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
}

.tick-flip-card {
    --c: #ff6709;
    /* text-shadow: 1px 1px 0 var(--c), -1px -1px 0 var(--c), 1px -1px 0 var(--c), -1px 1px 0 var(--c); */
    /* text-shadow: 0 2px 5px rgba(0, 0, 0, .3); */
    border-radius: var(--bs-border-radius);
}

/*  grab group 4 and hide it */

/* .tick-group:nth-child(4) {
    display: none !important;
} */


/* countdown */
.countDown {
    height: 110px;
    width: 100% !important;
    display: block !important;
}

@media (min-width: 768px) {
    .countDown {
        height: 133px;
    }
}

@media (min-width: 992px) {
    .countDown {
        height: 144px;
    }
}