/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.countdown.endevent {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}
.countdown.endevent p {
    font-size: .7rem;
    text-align: center;
}
.countdown {
    position: relative;
    /*width: 100%;*/
    display: block;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 0.3125rem;
    width: fit-content;
    padding: 7px 25px;
    backdrop-filter: blur(10px);
    margin: 1rem auto 2rem;
}
.outdated-events.endevent {
    margin: 1rem 0;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 0.3125rem;
    padding: .75rem 0;
}
.countdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
html[dir="ltr"] .countdown ul {
    flex-direction: row;
}
.events_slider_timer_wrap .countdown {
    padding-top: 5px;
}
.countdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.countdown ul li span:first-child {
    white-space: normal;
    display: block;
    font-size: 0.575rem;
    font-style: normal;
    font-weight: 200;
}
.countdown ul li span,.countdown ul li span.space {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800 !important;
}
html[dir="ltr"] .countdown ul li span,html[dir="ltr"] .countdown ul li span.space {
    font-weight: 500 !important;
}

.countdown ul li span {
    padding-top: 4px;
}

.countdown ul li:nth-of-type(odd) {
    min-width: 38px;
}
@media only screen and (max-width: 768px) {}
@media only screen and (min-width: 640px) and (max-width: 768px) {}
@media only screen and (min-width: 769px) and (max-width: 1199px) {}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .countdown ul li span, .countdown ul li span.space {
        font-size: 1.125rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1700px) {
    .countdown ul li span, .countdown ul li span.space {
        font-size: 1.125rem;
    }
}