.schedule-matches .col-date {
    position: relative;
}
.schedule-matches .col-date .text-day {
    font-size: 1.5rem;
    line-height: 1;
}

.schedule-matches .match-card {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 24px 0px #3737371F;
    border-radius: 7px;
    padding: 12px;
}
.schedule-matches .match-card * {
    color: #373737;
}
.schedule-matches .match-card .match-date-time {
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.schedule-matches .match-card .match-date-time .match-date {
    font-weight: 700;
    font-style: italic;
}
.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: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule-matches .match-card .match-video-urls .icon-video i {
    color: white;
}
.schedule-matches .match-card .match-video-urls .btn-custom {
    /* color: white; */
    color: #323232;
    font-size: .875rem;
    font-weight: 500;
    background: none !important;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.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: .7rem;
    font-weight: 700;
    line-height: 1.2;
    /* min-height: 30px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 2px;
}
.schedule-matches .match-card .team-score {
    font-weight: 700;
    font-size: 1.5rem;
}

.schedule-matches .match-card .btn-rating,
.schedule-matches .match-card .btn-detail-match, .talent-card .btn-vote-now {
    background: #FED700;
    color: #373737;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.2;
    padding: 5px 8px 5px 35px;
    position: relative;
    transition: all .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: 100%;
    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/s15/orns/orn-btn-ticket-2.png') no-repeat;
    background-size: 100% 100%;
}
/* .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: .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;
}
.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-options .dd-option.dd-option-selected, 
.schedule-content .dd-options .dd-option:hover {
    background: rgba(0, 0, 0, 0.15);
}
.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: none !important;
    clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    margin: 0;
    padding: 8px 10px;
    background: #CFCFCF3D;
    color: #373737;
    text-align: center;
    white-space: nowrap;
    opacity: 0.7 !important;
    transition: all .2s ease-in-out;
    min-width: 100px;
}
.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 {
    background: linear-gradient(180deg, #323232 0%, #CFB30E 100%) !important;
    color: white;
    position: relative;
}
.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 .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 .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.2;
    }
    .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: .8rem;
    }

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

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

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

    .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;
    }
    
}

/* xl: wide */
@media (min-width: 1200px) {
}

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