.schedule-matches .col-date {
    position: relative;
}
.schedule-matches .col-date .text-day {
    font-size: 1.5rem;
    line-height: 1;
    background: url("../images/s16/bgs/schedule-day-frame.webp") no-repeat;
    aspect-ratio: 120 / 28;
    width: 160px;
    background-size: 100% 100%;
    background-position: center;
    letter-spacing: 1px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-matches .match-card {
    background: url("../images/s16/bgs/schedule-frame3.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 24px 0px #3737371f;
    padding: 4px 4px 5px 4px !important;
    /* padding: 12px; */
    color: white;
}

.schedule-matches .match-card.playoffs {
    background: url("../images/s16/bgs/schedule-frame2.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.schedule-matches .match-card * {
    /* color: #373737; */
    /* color: white; */
}
.schedule-matches .match-card .match-date-time {
    font-size: 0.9rem;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.schedule-matches .match-card .match-date-time .match-date {
}
.schedule-matches .match-card .match-video-urls {
    /* background: radial-gradient(62.12% 108.24% at 0% 0%, #535353 0%, #050505 100%); */
    /* border-radius: 10px; */

    /* background: #414042; */
    /* background: #cfcfcf3d; */
    position: relative;
    z-index: 0;
}
.schedule-matches .match-card .match-video-urls::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    /* background: url("../images/s14/orns/orn-schedule-video-right.png") no-repeat; */
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}
.schedule-matches .match-card .match-video-urls::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 5/3;
    /* background: url("../images/s14/orns/orn-schedule-video-left.png") no-repeat; */
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}
.schedule-matches .match-card .match-video-urls .icon-video {
    background: radial-gradient(
            62.12% 108.24% at 0% 0%,
            #535353 0%,
            #050505 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid #ffd301;
    font-size: 0.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.schedule-matches .match-card .match-video-urls .icon-video i {
    color: white;
    margin-right: -3px;
}
.schedule-matches .match-card .match-video-urls .btn-custom {
    color: white;
    /* color: #323232; */
    font-size: 0.7rem;
    font-weight: 500;
    background: linear-gradient(90deg, #b20b37 0%, #fc713a 100%) !important;
    padding: 1px 24px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    border: none !important;
    border-radius: 4px;
}
.schedule-matches .match-card .match-video-urls .btn-custom:hover {
    opacity: 0.7;
}
.schedule-matches .match-card .match-video-urls .btn-custom i {
    color: white;
}

.schedule-matches .match-card .team-info-outer {
    width: 100px;
}
.schedule-matches .match-card .team-logo {
    text-align: center;
}
.schedule-matches .match-card .team-logo img {
    width: 45px;
    /* aspect-ratio: 1; */
}
.schedule-matches .match-card .team-name {
    text-align: center;
    text-transform: uppercase;
    /* text-wrap: nowrap; */
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    /* min-height: 30px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.schedule-matches .match-card .team-score {
    font-weight: 500;
    font-size: 1.5rem;
    min-height: calc(1.5rem * 1.5); /* dikali line-height */
    min-width: 30px;
}

.schedule-matches .match-card .btn-detail-match-mid {
    /* padding: 4px 4px 5px 4px !important; */
    height: 16px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-matches .match-card .btn-detail-match-mid a {
    color: black;
    font-size: 0.7rem;
    line-height: 1;
    padding: 0;
    font-weight: 500;
}

.schedule-matches .match-card .btn-detail-match-mid img {
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.schedule-matches .match-card .btn-detail-match-mid:hover img {
    filter: brightness(0.9);
}

.schedule-matches .match-card .btn-detail-match2 {
    font-size: 0.7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0px;
    color: white;
}

.schedule-matches .match-card .btn-rating {
    color: white;
    font-size: 0.6rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1;
    padding: 5px 8px 5px 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: 1px solid #f5ff0b;
    border-radius: 0;
}
.schedule-matches .match-card .btn-detail-match {
    background: #fed700;
    color: #373737;
    font-size: 0.6rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1;
    padding: 5px 8px;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
}

.talent-card .btn-vote-now {
    background: #fed700;
    color: #373737;
    font-size: 0.6rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1;
    padding: 5px 8px 5px 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.schedule-matches .match-card .btn-rating::before,
.talent-card .btn-vote-now::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 99%;
    width: auto;
    aspect-ratio: 16/10;
    background: url("../images/s14/orns/orn-btn-rating.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.schedule-matches .match-card .btn-detail-match::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: auto;
    aspect-ratio: 16/10;
    /* background: url("../images/s14/orns/orn-btn-detail.png") no-repeat; */
    background-size: 100% 100%;
    background-position: center;
}
.schedule-matches .match-card .btn-detail-match.btn-buy-ticket::before {
    /* background: url("../images/s16/orns/orn-btn-ticket-2.png") no-repeat; */
    background-size: 100% 100%;
}

.schedule-matches .match-card .btn-detail-match.btn-buy-ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.schedule-matches .match-card .btn-detail-match.btn-buy-ticket img {
    width: 13px;
}

.schedule-filter .fa-filter {
    color: white;
}

/* .schedule-matches .match-card .btn-detail-match {
    color: #F6A100;
    font-style: italic;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.2;
    padding: 5px 8px;
    transition: all .2s ease-in-out;
    border: 1px solid #F6A100;
}
.schedule-matches .match-card .btn-detail-match i {
    color: #F6A100;
}
.schedule-matches .match-card .btn-detail-match div {
    color: #F6A100;
} */
.schedule-matches .match-card .text-rate {
    font-size: 0.7rem;
    font-weight: 700;
    font-style: italic;
    color: #373737;
}

.schedule-matches .match-card .btn-rating:hover,
.schedule-matches .match-card .btn-detail-match:hover {
    opacity: 0.7;
}

.schedule-content .dd-container,
.schedule-content .dd-select,
.schedule-content .dd-options {
    width: 150px !important;
}
/* .schedule-content .dd-pointer {
    display: none;
} */
.schedule-content .dd-pointer-down {
    border-top-color: #c1a816 !important;
}
.schedule-content .dd-pointer-up {
    border-bottom-color: #c1a816 !important;
    border-top-color: transparent !important;
}
.schedule-content .dd-select {
    /* background: url('../images/s14/orns/bg-home-teams.png') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #FCCC01 !important; */

    background: linear-gradient(
        90deg,
        #68624f 40%,
        rgba(247, 247, 247, 0) 100%
    ) !important;
    border: none !important;
    border-radius: 0px !important;
    border-left: 3px solid #fccc01 !important;
}
.schedule-content .dd-select .dd-selected {
    justify-content: start;
    padding-left: 20px;
}
.schedule-content .dd-select .dd-selected label {
    color: white !important;
}
.schedule-content .dd-options .dd-option label {
    /* color: #373737 !important; */
    color: white !important;
}
.schedule-content .dd-options {
    background: url("../images/s14/orns/bg-home-teams.png") !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 2px solid #FCCC01 !important; */
    border-radius: 0 !important;
}

.schedule-content .dd-select,
.schedule-content .dd-option {
    /* background: linear-gradient(90deg, #D8C63C 0%, #CDA550 45.31%, #D8C63C 100%) !important; */

    background: rgba(0, 0, 0);
    border: none !important;
}
.schedule-content .dd-options .dd-option.dd-option-selected,
.schedule-content .dd-options .dd-option:hover {
    background: rgba(0, 0, 0);
}
.schedule-content .dd-option-image,
.dd-selected-image {
    max-width: 20px !important;
}

.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link {
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    /* clip-path: polygon(
        calc(0% + 10px) 0%,
        100% 0%,
        calc(100% - 10px) 100%,
        0% 100%
    ); */
    margin: 0;
    padding: 8px 10px;
    background: #ffffff33;
    /* color: #373737; */
    color: white;
    text-align: center;
    white-space: nowrap;
    opacity: 0.7 !important;
    transition: all 0.2s ease-in-out;
    min-width: 100px;
}

#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active .text-gradient,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link:hover .text-gradient {
    background: linear-gradient(180deg, #d3faf9 0%, #fadc96 100%);
    -webkit-background-clip: text; /* for Chrome, Safari */
    background-clip: text;
    color: transparent;
}

#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active {
    border: 1px solid trasnparent !important;
}
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.409),
        0 0 10px rgba(255, 255, 255, 0.409);
    background: url("../images/s16/bgs/schedule-tab-frame.webp");
    border: 1px solid #fae859 !important;
}

#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active > .orn-box-left::before,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active > .orn-box-left::after,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active > .orn-box-right::before,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active > .orn-box-right::after {
    z-index: 2;
    opacity: 1;
}

.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link.active,
.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link:hover,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link:hover {
    position: relative;

    /* text-shadow: 0 0 5px rgba(255, 255, 255, 0.409), 0 0 10px rgba(255, 255, 255, 0.409); */
    border: 1px solid #fae859;
}
.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0px;
    background: linear-gradient(90deg, rgba(152, 129, 0, 0) 0%, #fed700 100%);
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}
.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link.active {
    opacity: 1 !important;
}
.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link.active::before {
    width: 100%;
}
.phase-tabs.canvas-alt-tabs.tabs-bb .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/s14/bg/bg-tabs.png") no-repeat;
    background-size: calc(100% + 20px) 100%;
    background-position: center;
    filter: brightness(30%);
    z-index: -1;
}
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link:hover,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active {
    /* background: url("../images/s15/orns/bg-tabs-week-v2.png") !important; */
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    opacity: 1 !important;
}
/* #week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 4/3;
    background: url("../images/s14/orns/bg-tabs-week-orns.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 4/3;
    background: url("../images/s14/orns/bg-tabs-week-orns.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: scaleX(-1) scaleY(-1);
    z-index: -1;
} */

#week-tabs.canvas-alt-tabs.tabs-bb .nav-link:hover,
#week-tabs.canvas-alt-tabs.tabs-bb .nav-link.active {
    /* background: url("../images/s15/orns/bg-tabs-week-v2.png") !important; */
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    opacity: 1 !important;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

/* lg: desktop */
@media (min-width: 992px) {
    .schedule-matches .match-card .btn-detail-match.btn-buy-ticket img {
        width: 15px;
    }
    .schedule-matches .match-card .btn-detail-match-mid {
        height: 18px;
    }
    /* .schedule-matches .col-date::before {
        content: '';
        position: absolute;
        top: calc(50% + 23px);
        right: 7px;
        height: 100%;
        width: 2px;
        background: #3737377a;
        border-radius: 5px;
    } */
    .schedule-matches:last-child .col-date::before {
        display: none;
    }

    .schedule-matches .match-card .team-score {
        /* font-size: 2rem; */
    }

    .schedule-matches .col-date .text-day {
        font-size: 1.25rem;
        line-height: 1.5;
        width: 100%;
    }
    .schedule-matches .col-date .text-italic {
        font-style: italic;
    }
    .schedule-matches .col-date {
        line-height: 1;
        min-width: 115px;
    }
    .schedule-matches .match-card .time-info {
        font-size: 0.8rem;
    }

    /* .schedule-matches .match-card .btn-detail-match {
        border: 1px solid #F6A100;
    } */

    .schedule-matches .match-card .match-video-urls-outer {
        min-height: 24px;
    }

    /* .schedule-matches .match-card .team-logo img {
        width: 60px;
    } */
    .schedule-matches .match-card .team-name {
        font-size: 1.5rem;
    }

    .schedule-filter {
        min-width: 200px;
    }
    .phase-tabs.canvas-alt-tabs.tabs-bb .nav-link,
    #week-tabs.canvas-alt-tabs.tabs-bb .nav-link {
        padding: 8px 35px;
        /* margin: 0 -5.5px; */
    }

    .schedule-matches .match-card .btn-detail-match.btn-buy-ticket span {
        font-size: 0.5rem;
    }

    .schedule-matches .match-card {
        padding: 4px 4px 5px 4px !important;
    }

    .schedule-matches .match-card .btn-rating,
    .schedule-matches .match-card .btn-detail-match,
    .talent-card .btn-vote-now {
        font-size: 0.8rem;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
    .schedule-matches .match-card .btn-detail-match.btn-buy-ticket span {
        font-size: 0.8rem;
    }
}

/* super wide */
@media (min-width: 1440px) {
}
