

.tournament-detail-block {
    display: none;
    bottom:-230px;left:-1px;width:calc(100% + 2px);box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    z-index: 9999;
}
.tournament-detail-block.active {
    display: block;
    border-left: 1px solid #F6C000 !important;
    border-right: 1px solid #F6C000 !important;
    border-bottom: 1px solid #F6C000 !important;
}
.tournament-block.active {
    display: block;
    border-left: 1px solid #F6C000 !important;
    border-right: 1px solid #F6C000 !important;
    border-top: 1px solid #F6C000 !important;
}

.tournament-countdown {text-align: center}
.tournament-countdown .countdown-section {

}
.tournament-countdown .countdown-period {
    display: block;
}
.tournament-countdown .countdown-amount {
    font-size: 200%;
}



/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0 auto;
    padding: 0;
    border: none;
    border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
    display: none;
    width: 100%;
    cursor: default;

    text-transform: uppercase;
    font-size: 10px;

    background: #fff;



}

/* Calendar Header */
.ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
}

.ui-datepicker-month {padding-right: 0!important;}
.ui-datepicker-month::before, .ui-datepicker-year {display: none!important;}

.ui-datepicker-title { text-align: center; }

/* Month */
.ui-datepicker-month {
    position: relative;
    padding-right: 15px;
    color: #565656;
}

.ui-datepicker-month:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';

    background: #a5cd4e;
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
}

/* Year */
.ui-datepicker-year {
    padding-left: 8px;
    color: #a8a8a8;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: -2px;
    padding: 5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

.ui-datepicker-prev {
    left: 0;
    padding-left: 0;

    background: no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8 .4 34.3z"/></svg>');
}

.ui-datepicker-next {
    right: 0;
    padding-right: 0;

    background: no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg>');
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
    display: block;


}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position: -5px 0px; }

.ui-datepicker-prev-hover span { background-position: 0px -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; }

/* Calendar "Days" */
.ui-datepicker-calendar th {
    padding-top: 5px;
    padding-bottom: 5px;

    text-align: center;
    font-weight: normal;
    color: #a8a8a8;
    display: none;
}

.ui-datepicker-calendar td {
    padding: 0 3px;

    text-align: center;
    line-height: 20px;
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 20px;
    outline: none;

    text-decoration: none;
    color: #a8a8a8;

    border: 1px solid transparent;
    border-radius: 5px;
    height: 20px;
    margin-bottom: 3px;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
    color: #6a9113;
    border-color: #6a9113;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #cccccc; }

.highlight-green a.ui-state-default {
    color: #fff;
    border-color: #7439ee;
    background: #7439ee;
}