
.listJudges img {
    z-index: 99;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 12px;
}

.listJudges .name {
    font-size: 1.2rem;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.listJudges .job {
    font-size: 1rem;
    display: block;
    color: #666;
    font-weight: 400;
    letter-spacing: 0;
}

.listJudges .comp {
    font-size: .9rem;
    display: block;
    color: #888;
    font-weight: 400;
    letter-spacing: 0;
}

.listJudges .judgeItem {
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-bottom: 20px;
    background: #fff;
}

.video_placeholder {
    width: 100%;
    aspect-ratio: 2/1;
    background-color: black;
    margin: 5px;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

@media only screen and (min-width: 1028px) {
    .video_placeholder {
        max-width: 60%;
    }
}

@media only screen and (min-width: 1536px) {
    .video_placeholder {
        max-width: 60%;
    }
}

.video_placeholder .placeholder_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_placeholder .bi-youtube {
    font-size: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    opacity: 60%;
    transition-duration: 75ms;
}

.video_placeholder .bi-youtube:hover {
    opacity: 100%;
}

.video_placeholder iframe {
    max-width: 100%;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .video_placeholder .bi-youtube {
        font-size: 8rem;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1400px) {
}

.video_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.rowTimeline {
    margin: 0 -20px 0 -20px;
}

.divSeasons {
    width: 100svw;
    display: flex;
    overflow: auto;
    margin: 20px auto 0;
}

.divSeasons ul {
    display: flex;
    white-space: nowrap;
    gap: 0 50px;
    padding-left: 42px;
    margin: auto;
    justify-content: center;
}

.divSeasons ul li {
    display: flex;
    flex-direction: column;
    padding: 5px;
    position: relative;
    align-items: center;
}

.divSeasons ul li:first-child {
    padding-left: 0;
}

.divSeasons ul li:last-child {
    padding-right: 0;
}

.divSeasons ul li .ss-mid {
    height: 63px;
    margin: 0 auto;
    position: relative;
    background: #f79241;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 20px 5px 0;
    color: #fff;
    white-space: normal;
    width: 100px;
    transition: all .5s;
}

.divSeasons ul li .ss-mid .ss-top {
    width: 80px;
    transition: width .2s;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    flex: 1;
    align-items: center;
}

.divSeasons ul li .ss-mid .eventTime, .divSeasons ul li .ss-mid .ss-bottom-sub {
    display: none;
}

.divSeasons ul li .ss-mid .eventTime .DayDigit {
    font-size: 22px;
    margin-left: 10px;
    color: #4C4A4A;
}

.divSeasons ul li .ss-mid .eventTime .Day {
    font-size: 11px;
    margin-left: 5px;
    font-weight: bold;
    margin-top: 3px;
    color: #4C4A4A;
}

.divSeasons ul li .ss-mid .eventTime .MonthYear {
    font-weight: 600;
    line-height: 10px;
    color: #fff;
    font-size: 9px;
}

.divSeasons ul li .ss-mid {
    /*opacity: 0.8;*/
}

.divSeasons ul li .ss-mid:hover {
    white-space: nowrap;
    width: 221px;
    opacity: 1;
}

.divSeasons ul li.expanded .ss-mid {
    opacity: 1;
}

.divSeasons ul li.allow-entry .ss-mid:hover {
    white-space: nowrap;
    width: 105px;
}

.divSeasons ul li.early .ss-mid:hover {
    white-space: nowrap;
    width: 160px;
}

.divSeasons ul li .ss-mid:hover .eventTime, .divSeasons ul li .ss-mid:hover .ss-bottom-sub {
    display: flex;
}

.divSeasons ul li .ss-mid:hover .ss-top {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.divSeasons ul li.expanded .ss-mid {
    white-space: nowrap;
    width: 221px;
}

.divSeasons ul li.allow-entry .ss-mid:hover, .divSeasons ul li.allow-entry.expanded .ss-mid {
    white-space: nowrap;
    width: 200px;
}

.divSeasons ul li.early .ss-mid:hover, .divSeasons ul li.early.expanded .ss-mid {
    white-space: nowrap;
    width: 156px;
}

.divSeasons ul li.entrd .ss-mid:hover, .divSeasons ul li.entrd.expanded .ss-mid {
    white-space: nowrap;
    width: 120px;
}

.divSeasons ul li.extended .ss-mid:hover, .divSeasons ul li.extended.expanded .ss-mid {
    white-space: nowrap;
    width: 184px;
}

.divSeasons ul li.final .ss-mid:hover, .divSeasons ul li.final.expanded .ss-mid {
    white-space: nowrap;
    width: 115px;
}

.divSeasons ul li.announce .ss-mid:hover, .divSeasons ul li.announce.expanded .ss-mid {
    white-space: nowrap;
    width: 181px;
}

.divSeasons ul li.expanded .ss-mid .eventTime, .divSeasons ul li.expanded .ss-mid .ss-bottom-sub {
    display: flex;
}

.divSeasons ul li.expanded .ss-mid .ss-top {
    text-align: center;
    justify-content: center;
}

.divSeasons ul li .ss-mid:before {
    content: "";
    position: absolute;
    left: -42px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42px 63px 0;
    border-color: transparent #fff transparent transparent;
    transform: rotate(0deg);
    z-index: 1;
}

.divSeasons ul li .ss-mid:after {
    content: "";
    position: absolute;
    left: -42px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 63px 42px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    z-index: 1;
}

.divSeasons ul li .ss-mid .b {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 20px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
}

.divSeasons ul li.allow-entry {
    color: #f8626c;
}

.divSeasons ul li.allow-entry .ss-mid {
    background: #f8626c;
}

.divSeasons ul li.allow-entry .ss-mid:before {
    border-color: transparent #f8626c transparent transparent;
}

.divSeasons ul li.allow-entry .ss-mid:after {
    border-color: transparent transparent #f8626c transparent;
}

.divSeasons ul li.allow-entry .ss-mid .b {
    border-color: transparent transparent transparent #f8626c;
}

/* EARLY */
.divSeasons ul li.early .ss-mid {
    background: #f79241;
}

.divSeasons ul li.early .ss-mid:before {
    border-color: transparent #f79241 transparent transparent;
}

.divSeasons ul li.early .ss-mid:after {
    border-color: transparent transparent #f79241 transparent;
}

.divSeasons ul li.early .ss-mid .b {
    border-color: transparent transparent transparent #f79241;
}

/* entrd */
.divSeasons ul li.entrd .ss-mid {
    background: #4cd6b9;
}

.divSeasons ul li.entrd .ss-mid:before {
    border-color: transparent #4cd6b9 transparent transparent;
}

.divSeasons ul li.entrd .ss-mid:after {
    border-color: transparent transparent #4cd6b9 transparent;
}

.divSeasons ul li.entrd .ss-mid .b {
    border-color: transparent transparent transparent #4cd6b9;
}

/* extended */
.divSeasons ul li.extended .ss-mid {
    background: #4c9dd4;
}

.divSeasons ul li.extended .ss-mid:before {
    border-color: transparent #4c9dd4 transparent transparent;
}

.divSeasons ul li.extended .ss-mid:after {
    border-color: transparent transparent #4c9dd4 transparent;
}

.divSeasons ul li.extended .ss-mid .b {
    border-color: transparent transparent transparent #4c9dd4;
}

/* final */
.divSeasons ul li.final .ss-mid {
    background: #a45adb;
}

.divSeasons ul li.final .ss-mid:before {
    border-color: transparent #a45adb transparent transparent;
}

.divSeasons ul li.final .ss-mid:after {
    border-color: transparent transparent #a45adb transparent;
}

.divSeasons ul li.final .ss-mid .b {
    border-color: transparent transparent transparent #a45adb;
}

/* freeze */
.divSeasons ul li.freeze .ss-mid {
    background: #56b332;
}

.divSeasons ul li.freeze .ss-mid:before {
    border-color: transparent #56b332 transparent transparent;
}

.divSeasons ul li.freeze .ss-mid:after {
    border-color: transparent transparent #56b332 transparent;
}

.divSeasons ul li.freeze .ss-mid .b {
    border-color: transparent transparent transparent #56b332;
}

.divSeasons ul li.announce .ss-mid {
    background: #d35130;
}


.divSeasons ul li.announce .ss-mid:before {
    border-color: transparent #d35130 transparent transparent;
}

.divSeasons ul li.announce .ss-mid:after {
    border-color: transparent transparent #d35130 transparent;
}

.divSeasons ul li.announce .ss-mid .b {
    border-color: transparent transparent transparent #d35130;
}


.divSeasons::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.divSeasons::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
}

.divSeasons::-webkit-scrollbar-thumb:hover {
}

@media only screen and (min-width: 576px) {
    .divSeasons {
        width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .divSeasons {
        width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .divSeasons {
        width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .divSeasons {
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .divSeasons {
    }
}
#customModal {
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#modalVideoContainer {
    width: 100%;
    max-width: 768px;
}

#modalVideoContainer > iframe {
    width: 100%;
    aspect-ratio: 16/9;
}