@font-face {
    font-family: "Recharge";
    src: url("../fonts/msc25/Recharge Bd.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sherman";
    src: url("../fonts/msc25/Sherman-Display.ttf") format("trutype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bebasregular";
    src: url("../fonts/msc/bebas-regular-webfont.woff2") format("woff2"),
        url("../fonts/msc/bebas-regular-webfont.woff") format("woff"),
        url("../fonts/msc/bebas-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-mscprimary: #063A73;
    --color-mscprimary-rgb: 6, 58, 115;

    --color-mscactive: #0F58AB;
    --color-mscactive-rgb: 15, 88, 171;

    --color-mscsecondary: #D4012C;
    --color-mscsecondary-rgb: 212, 1, 44;

    --color-mscsecondary-dark: #990000;
    --color-mscsecondary-dark-rgb: 153, 0, 0;

    --color-mscsecondary-dark: #470000;
    --color-mscsecondary-dark-rgb: 71, 0, 0;

    --color-mscsecondary-light: #F30606;
    --color-mscsecondary-light-rgb: 243, 6, 6;

    --color-mscbrown: #D2925F;
    --color-mscbrown-rgb: 210, 146, 95;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color : #fff;
}

.week-filter-section {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
}
.week-filter-section .dd-container,
.week-filter-section .dd-select,
.week-filter-section .dd-options {
    width: 100% !important;
}
.week-filter-section .dd-pointer-down {
    border-top-color: #fff !important;
}
.week-filter-section .dd-pointer-up {
    border-bottom-color: #fff !important;
    border-top-color: transparent !important;
}
.week-filter-section .dd-select .dd-selected,
.week-filter-section .dd-select .dd-selected label,
.week-filter-section .dd-options .dd-option label {
    color: #FFFFFF !important;
    font-weight: 400;
}
.week-filter-section .dd-select {
    /* border: 4px solid #FCCC01 !important; */

    /* background: linear-gradient(90deg, #68624F 40%, rgba(247, 247, 247, 0) 100%) !important; */
    background: var(--color-mscsecondary) !important;
    font-family: "IBMPlexSans", sans-serif !important;
    border: none !important;
    border-radius: 0px !important;
    /* border-left: 3px solid #FCCC01 !important; */
}
.week-filter-section .dd-select .dd-selected {
    justify-content: start;
    padding: 4px !important;
    padding-left: 24px !important;
    position: relative;
    z-index: 0;
}
/* .week-filter-section .dd-selected::before {
    content: '';
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    height: 30px;
    width: 45px;
    background: url(../images/s15/orns/red-orn-lg.png) !important;
    background-size: cover !important;
    background-position: top left;
    filter: brightness(100%);
    z-index: 7;
    background-repeat: no-repeat !important;
}
.week-filter-section .dd-selected::after {
    content: '';
    position: absolute;
    top: unset !important;
    left: unset !important;
    height: 30px;
    width: 45px;
    background: url(../images/s15/orns/yellow-orn-lg.png) !important;
    background-size: cover !important;
    background-position: bottom right;
    filter: brightness(100%);
    z-index: 7;
    background-repeat: no-repeat !important;
    bottom: 0;
    right: 0;
} */
.week-filter-section .dd-select .dd-selected label {
    color: white !important;
}
.week-filter-section .dd-select .dd-selected,
.week-filter-section .dd-options .dd-option {
    padding: 4px;
}
.week-filter-section .dd-options {
    /* background: url('../images/s14/orns/bg-home-teams.png') !important; */
    background: var(--color-mscsecondary) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 2px solid #FCCC01 !important; */
    border-radius: 0 !important;
}
.week-filter-section .dd-options .dd-option label {
    color: #FFFFFF !important;
}
.week-filter-section .dd-options .dd-option.dd-option-selected,
.week-filter-section .dd-options .dd-option:hover {
    background: rgba(0, 0, 0, 0.15);
}
.week-filter-section .week-filter-date {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #fff;
    color: var(--color-mscbrown);
    border-radius: 6px;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 0;
}
.week-filter-section .match-card {
    border: 0.8px solid #37373717;
    /* border-radius: 6px; */
    padding: 3px 1px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    /* font-size: .8rem; */
    font-size: .8rem;
    z-index: 0;
}
.week-filter-section .match-card-url:hover .match-card {
    /* border-color: #FFD301; */
    border-image: linear-gradient(to bottom rgba(189, 35, 48, 1), rgba(254, 215, 0, 1));
    border-image-slice: 1;
}
.week-filter-section .match-card {
    background: var(--color-mscprimary);
    color: #ffffff;
}
.week-filter-section .match-card.active {
    background: linear-gradient(#0D61BE, #062D58);
    border: 1px solid #fff;
    position: relative;
}
.week-filter-section .match-card.active::before  {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #fff;
    top: 0;
    left: 0;
}
.week-filter-section .match-card.active::after  {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #fff;
    top: 0;
    right: 0;
}
.week-filter-section .match-card.active .row::before  {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.week-filter-section .match-card.active .row::after  {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #fff;
    bottom: 0;
    right: 0;
}
.week-filter-section .match-card .team-logo img {
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}
.week-filter-section .match-card.match-live {
    padding-top: 0 !important;
}
.week-filter-section .match-card .team-name {
    min-width: 30px;
}

.match-info-section .no-match {
    font-weight: 500;
}
.match-info-section .match-info-team {
    /* background: linear-gradient(270deg, rgba(252, 199, 0, 0.24) 0%, rgba(247, 171, 0, 0.24) 100%); */
    background: linear-gradient(90deg, rgba(7, 33, 64, 0), rgba(18, 86, 166, 1));
    color: #fff;
    /* border: 1px solid #fff; */
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 1rem;
    padding-right: 1.5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.match-info-section .match-info-team::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/s14/orns/bg-batik.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
    opacity: 0.7; */
}
.match-info-section .match-info-team .info-team-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.match-info-section .match-info-team::after {
    content: '';
    flex: 1;
    height: 1px;
    background: white;
    opacity: 0.8;
    margin-left: 1rem; /* jarak antara tim dan garis */
}

.tab-nav.tab-nav2 li > div img {
    width: 35px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.match-info-section .match-info-team .team-logo img {
    width: 35px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}
.match-info-section .match-info-team .team-name {
    font-size: 1rem !important;
    font-weight: 500;
    font-family: BlackRangeFree, sans-serif !important;
}

.btn-match-info-outer {
    gap: 1rem;
}

#match-info-outer .btn-match-info-outer .btn-match-info {
    transition: all .2s ease-in-out;
    line-height: 1.2;
}
#match-info-outer .btn-match-info-outer .btn-match-info.active {
    color: white;
    opacity: 1;
}
#side-panel .player-card,
.modal-talent .player-card,
.match-info-section .player-card-outer {
    background-color: var(--color-mscprimary);
    border-bottom: 10px solid var(--color-mscactive);
}

#side-panel .player-card,
.modal-talent .player-card,
.match-info-section .player-card-outer .player-card {
    position: relative;
    /* background-color: white; */
    background: url('../images/msc-2025/bg/bg-candidate.png') no-repeat;
    border-radius: 0;
    height: 110px;
    width: 100%;
    overflow: hidden;
    padding-top: 7px;
    z-index: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
}

#side-panel .player-card,
.modal-talent .player-card,
.match-info-section .player-card-outer.past-match:not(.winner) {
    background-color: var(--color-mscsecondary-dark);
    border-bottom: 10px solid var(--color-mscsecondary-dark);
}

#side-panel .player-card,
.modal-talent .player-card {
    height: 170px;
    overflow: hidden;
}
/* #side-panel .player-card::before,
.modal-talent .player-card::before,
.match-info-section .player-card-outer .player-card::before {
    content: '';
    position: absolute;
    bottom: 22px;
    right: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1;
    background: url('../images/s15/orns/red-orn-bottom.png') no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
} */
/* .match-info-section .player-card-outer .player-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 30px;
    aspect-ratio: 1;
    background: url('../images/s15/orns/red-orn-lg.png') no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
} */
.match-info-section .player-card-outer .player-card .player-card-img,
.match-info-section .player-card-outer .player-card .player-img {
    max-height: 200px;
    pointer-events: none;
    text-align: center;
    transform: translateX(10%);
}
#side-panel .player-card .player-card-img img.player-img,
.modal-talent .player-card .player-card-img img.player-img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
#side-panel .player-card .player-card-img img.player-img {
    margin-left: 22px;
}
.player-card .player-card-name,
.modal-talent .player-card {
    color: #fff;
}
#side-panel .player-card .player-card-name,
.modal-talent .player-card .player-card-name,
.match-info-section .player-card-outer .player-card .player-card-name {
    position: absolute;
    /* top: .5rem; */
    top: 0;
    left: 0;
    padding: .5rem;
    background: linear-gradient(90deg, rgba(0,0,0,1) , rgba(0,0,0,0) 56%);
    line-height: 1.2;
    text-transform: uppercase;
}
.player-card-name {
    color: #fff
}
#side-panel .player-card .player-card-name .player-nickname,
.modal-talent .player-card .player-card-name .player-nickname,
.match-info-section .player-card-outer .player-card .player-card-name .player-nickname {
    font-size: 1.5rem;
    background: var(--color-mscsecondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#side-panel .player-card .player-card-name .player-position,
.modal-talent .player-card .player-card-name .player-position,
.match-info-section .player-card-outer .player-card .player-card-name .player-position {
    font-size: .7rem;
    line-height: 1.2;
}
.match-info-section .player-card-outer .player-card .player-card-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.match-info-section .player-card-outer .player-card .player-card-rating i {
    background: var(--color-mscsecondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.match-info-section .player-card-outer .player-card .player-highlight-comments {
    font-size: .7rem;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 0 0 6px 6px;
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 0 3px;
    min-height: 22px;
}
.match-info-section .player-card-outer .player-card .player-highlight-comments .col-comments {
    /* limit to 1 line */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.match-info-section .player-card-outer .player-card .player-card-buton {
    position: absolute;
    left: .5rem;
    height: calc(100% - 15px);
}
.match-info-section .player-card-outer .player-card .player-card-buton.comment {
    /* bottom: .5rem; */
    top: 0;
    /* bottom: 0rem; */
    left: .5rem;
}
.match-info-section .player-card-outer .player-card .player-card-buton .btn-xs {
    font-size: .7rem;
    padding: 2px 12px !important;
}
.match-info-section .player-card-outer .player-card .player-highlight-comments .btn-detail {
    border: 1px solid #FCC700;
    color: #FCC700;
    aspect-ratio: 1;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .55rem;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}
.match-info-section .player-card-outer .player-card .player-highlight-comments .btn-detail:hover {
    background: #FCC700;
    color: #373737;
}
.match-info-section .player-card-outer .player-card .player-card-buton .btn-rate {
    border: none !important;
    background: #FED700;
    color: #373737;
    font-size: .65rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 8px 4px 26px !important;
    position: relative;
    transition: all .2s ease-in-out;
}
.match-info-section .player-card-outer .player-card .player-card-buton .btn-rate::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: calc(100% - 1px);
    width: auto;
    aspect-ratio: 16/10;
    background: url('../images/s14/orns/orn-btn-rating.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.match-info-section .player-card-outer .player-card .player-card-buton .btn-rate:hover {
    opacity: 0.7;
}
#side-panel .btn-xs {
    font-size: .85rem;
    padding: 3px 15px !important;
}

.btn-vote-msc {
    background: #000;
    font-style: italic;
    border-radius: 0;
    border: 1px solid #fff;
    color: #FFF;
    position: relative;
    padding: 4px 8px !important;
    font-size: 12px;
}

.btn-vote-msc.voted {
    background: var(--color-mscsecondary-dark);
    color: #fff;
    border: 1px solid #fff;
}

.btn-vote-msc:hover {
    background: var(--color-mscsecondary-light);
    border: 1px solid #fff;;
}

.btn-vote-msc:not(.voted)::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 20px;
    background: url('../images/msc-2025/orn/white-angle-bottom-left.png') no-repeat;
    background-size: contain;
    background-position: left center;
    bottom: -3px;
    left: -3px;
}

.btn-vote-msc:not(.voted)::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 20px;
    background: url('../images/msc-2025/orn/white-angle-bottom-right.png') no-repeat;
    background-size: contain;
    background-position: right center;
    bottom: -3px;
    right: -3px;
}

.modal-talent {
    z-index: 10000;
}
.modal-talent .modal-content {
    background-color: #FFFFFF !important;
    background: url('../images/msc-2025/bg/section-msc-25.webp') center;
    background-size: 110% auto;
    background-repeat: repeat-y;
    background-position: right center;
    border: none;
    position: relative;
    max-width: 360px;
    color: #fff;
}


.modal-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat bottom right !important;
    background-size: contain !important;
    z-index: 0;
}
.modal-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/s15/orns/red-orn-lg.png) no-repeat top left !important;
    background-size: contain !important;
    z-index: 0;
}

.modal-content::before {
    display: none !important
}
.modal-content::after {
    display: none !important
}
.modal-talent .modal-header {
    padding: 5px;
}
.modal-talent .modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-talent .modal-content .modal-talent-name {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.modal-talent .modal-content .modal-talent-name #talent-name {
    background: var(--color-mscsecondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 160px;
    text-align: center;
    line-height: 1;
}
.modal-talent .modal-content .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 10px;
}
.modal-talent .modal-content .rating-stars ul > li.star {
    display: inline-block;
    cursor: pointer;
}
.modal-talent .modal-content .rating-stars ul > li.star > i {
    /* font-size: 2em; */
    font-size: 1.25em;
    color: #D9D9D9;
}
.modal-talent .modal-content .rating-stars ul > li.star.hover > i {
    color: #EE863B;
}
.modal-talent .modal-content .rating-stars ul > li.star.post-selected > i,
.modal-talent .modal-content .rating-stars ul > li.star.selected > i {
    color: #EE863B;
}
.modal-talent .modal-content .rating-stars ul > li.star.disabled > i,
.modal-talent .modal-content .rating-stars ul > li.star.disabled > i {
    opacity: 0.7;
}
.modal-talent .modal-content .rate-comment-box {
    margin-bottom: 5px;
}
.modal-talent .modal-content .form-control {
    border-radius: 0 7px 7px 0;
    background: #E5E6E7;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 0.75rem 0.375rem;
}
.modal-talent .modal-content .form-control:disabled {
    opacity: 0.5;
}
.modal-talent .url-login {
    font-style: italic;
}
.modal-talent .url-login a {
    color: var(--color-mscsecondary);
}


.modal-talent .btn-login-sso {
    width: 45px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border: 1px solid var(--color-mscsecondary);
    transition: all .2s ease-in-out;
}
.modal-talent .btn-login-sso img {
    width: 25px;
    height: auto;
    aspect-ratio: 1;
}
.modal-talent .btn-login-sso:hover {
    opacity: 0.7;
}

.text-italic {
    font-style: italic !important;
}

/* --> mobile --> */
.tabs-sticky {
    position: sticky;
    top: 70px;
    z-index: 1000;
}
.tabs-sticky .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link,
.tabs-sticky .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
    background: #f7f7f7 !important;
    opacity: 1;
}
.tabs-sticky .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    background: linear-gradient(180deg, #323232 0%, #CFB30E 100%) !important;
}
.tabs-match-info.canvas-alt-tabs.tabs-bb .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid black !important;
    min-width: 80px !important;
}
.tabs-match-info .nav-link div {
    /* background: var(--color-mscsecondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #373737;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-match-info .nav-link div img {
    width: 25px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    margin-right: 5px;
}

.card-itemization-detail {
    background: rgba(0, 0, 0, 0.8);
    color: white;
}
.card-itemization-detail .team-name {
    font-size: 1.25rem;
    letter-spacing: 1px;
}
.card-itemization-detail .team-logo-sm img,
.card-match-team .team-logo-sm img {
    width: 40px;
    height: auto;
    aspect-ratio: 1;
}
.card-itemization-detail .heroes-divider,
.card-itemization-detail .equips-divider {
    height: 30px;
    position: relative;
}
.card-itemization-detail .card-heroes .hero-card {
    background: linear-gradient(to right, #377FED 75%, transparent 100%);
    width: 360px;
    margin-bottom: 3px;
    font-weight: 600;
}
.card-itemization-detail .card-heroes .hero-card.team2 {
    background: linear-gradient(to right, #CE3B3B 75%, transparent 100%);
}
.card-itemization-detail .card-heroes .hero-card .player-hero img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.card-itemization-detail .card-heroes .hero-card .player-name {
    font-size: .8rem;
}
.card-itemization-detail .equipments-scrollbar {
    overflow-x: scroll;
}
.card-itemization-detail .equipments-container {
    width: 2000px;
}
.card-itemization-detail .equipments-container .team-player-equips {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    position: relative;
}
.card-itemization-detail .equipments-container .team-player-equips::before,
.card-itemization-detail .equipments-container .equips-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-top: 2px dotted rgba(255, 255, 255, 0.2);
}
.card-itemization-detail .equipments-container .item-box {
    display: flex;
    align-items: center;
    justify-content: start;
    /* min-width: 850px;
    max-width: 850px; */
    margin-right: 8px;
    height: 30px;
}
.card-itemization-detail .equipments-container .equips-divider .item-box {
    /* min-width: 850px;
    max-width: 850px; */
    position: relative;
}
.card-itemization-detail .equipments-container .equips-divider .item-box .text-minute {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.card-itemization-detail .equipments-container .item-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.card-itemization-detail .equipments-container .item-dots.tier-3 {
    z-index: 100;
}
.card-itemization-detail .equipments-container .item-box .item-dots .equip-item-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 1;
}
.card-itemization-detail .equipments-container .item-dots img {
    /* width: 35px; */
    width: 20px;
    height: auto;
    aspect-ratio: 1;
}
.card-itemization-detail .equipments-container .equip-item-img {
    position: relative;
    z-index: 0;
}
.card-itemization-detail .equipments-container .equip-item-img.tier-1 {
    opacity: 0.5;
}
.card-itemization-detail .equipments-container .equip-item-img.tier-2 {
    opacity: 0.7;
}
.card-itemization-detail .equipments-container .equip-item-img.tier-3 {
    z-index: 100;
}
.card-itemization-detail .equipments-container .equip-item-img.tier-3 img {
    width: 30px;
}
.card-itemization-detail .equipments-container .item-box .item-dots .dot {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    margin: 2px;
}
.card-itemization-detail .equipments-container .equips-divider .item-box .item-dots .dot {
    background: transparent !important;
}

.btn-match-info {
    font-size: 1rem;
    border-radius: 0 !important;
    border: none !important;
    /* clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%); */
    clip-path: none !important;
    margin: 0;
    padding: 8px 20px !important;
    background: var(--color-mscprimary) !important;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    margin: 0 -5px;
    margin: 0 !important;
    transition: all .2s ease-in-out;
    border: none !important;
    opacity: 0.8;
    min-width: 90px;
    position: relative;
    background-color: var(--color-mscprimary) !important;
}

.btn-match-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    /* background: url('../images/s15/orns/bg-partner.png') no-repeat; */
    background-size: cover;
}


.btn-match-info:hover {
    background: var(--color-mscactive) !important;
}
.btn-match-info.active {
    background: var(--color-mscactive) !important;
    color: #fff !important;
    position: relative;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: unset !important;
}
.btn-match-info.active::before {
    content: '';
    position: absolute;
    top: unset !important;
    height: 10px;
    width: 10px;
    background: url(../images/msc-2025/orn/red-angle-bottom-left.png) !important;
    background-size: contain !important;
    background-position: bottom right;
    z-index: 7;
    background-repeat: no-repeat !important;
    bottom: -5px;
    left: -5px;
}
.btn-match-info.active::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: url(../images/msc-2025/orn/red-angle-top-right.png) !important;
    background-size: contain !important;
    background-position: bottom right;
    z-index: 7;
    background-repeat: no-repeat !important;
    top: -5px;
    right: -5px;
}

/* .match-chart-container {
    overflow-x: scroll !important;
} */
.match-chart-container canvas {
    height: 350px !important;
    width: 100% !important
}
.match-chart-container .chart-blue {
    color: #098CE0 !important;
}
.match-chart-container .chart-red {
    color: #E33839 !important;
}
.match-chart-container .chart-gold {
    color: #F59D00 !important;
}

.card-match-team .team-total-gold {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    text-align: center;
    width: 72px;
}
.card-match-team .team-total-gold.team2 {
    left: auto;
    right: -1px;
}
.card-match-team .team-total-gold .team-total-gold-title {
    background-color: #F2BD00;
    padding: 4.5px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: black;
    height: 30px;
    font-size: .8rem;
    position: relative;
}
.card-match-team .team-total-gold .team-total-gold-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    width: 25px;
    background: url('../images/s15/orns/red-orn-sm.png') no-repeat;
    background-size: 100% 100%;
}
.card-match-team .team-total-gold .team-total-gold-value {
    background-color: #414042;
    color: white;
    padding: 4.5px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: .8rem;
}


/* sm: phone - landscape */
@media (min-width: 576px) {
    .modal-talent .modal-content {
        max-width: 100%;
    }
}

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

/* lg: desktop */
@media (min-width: 992px) {
    .col-filter {
        width: 23% !important;
    }
    .week-filter-section {
        min-height: 100vh;
        padding-top: 110px;
    }
    .week-filter-section .dd-container,
    .week-filter-section .dd-select,
    .week-filter-section .dd-options {
        /* min-width: 238px; */
    }
    .week-filter-section .dd-select .dd-selected label,
    .week-filter-section .dd-options .dd-option label {
        font-size: 1.2rem;
    }
    .week-filter-section .week-filter-date {
        margin-bottom: 10px;
    }
    .week-filter-section .match-card {
        margin-bottom: 8px;
        padding: .5rem;
        font-size: 1rem;
    }
    .week-filter-section .match-card .team-logo img {
        /* width: 38px; */
        width: 28px;
    }
    /* .week-filter-section .match-card.active::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 100%;
        width: calc(100% + 30px);
        background: url('../images/s15/orns/active-schedule-rating.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    .week-filter-section .match-card.active::after {
        content: '';
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        height: 30px;
        width: 45px;
        background: url(../images/s15/orns/red-orn-lg.png) !important;
        background-size: cover !important;
        background-position: top left;
        filter: brightness(100%);
        z-index: 7;
        background-repeat: no-repeat !important;
    } */
    .week-filter-section .match-card-url:hover .match-card.active {
        border-color: transparent !important;
    }
    .week-filter-section .match-card .team-name {
        min-width: 40px;
    }

    .match-info-section .match-info-team {
        margin-bottom: 20px;
    }
    #side-panel .player-card,
    .modal-talent .player-card {
        height: 200px;
    }
    #side-panel .player-card .player-card-img img.player-img,
    .modal-talent .player-card .player-card-img img.player-img {
        height: 220px;
    }

    #side-panel .player-card .player-card-name .player-nickname,
    .modal-talent .player-card .player-card-name .player-nickname,
    .match-info-section .player-card-outer .player-card .player-card-name .player-nickname {
        font-size: 1.5rem;
    }
    .match-info-section .player-card-outer .player-card .player-card-rating {
        font-size: 1.15rem;
    }

    .card-itemization-detail .equipments-scrollbar {
        overflow-x: visible;
    }
    .card-itemization-detail .equipments-container {
        width: 100%;
    }
    .card-itemization-detail .team-name {
        font-size: 1.5rem;
    }
    /* .card-itemization-detail .card-heroes .hero-card .player-hero img {
        width: 140px;
    } */
    .card-itemization-detail .card-heroes .hero-card .player-name {
        font-size: .875rem;
    }
    .card-itemization-detail .card-heroes .hero-card .player-hero img,
    .card-itemization-detail .equipments-container .team-player-equips {
        height: 40px;
    }
    .card-itemization-detail .equipments-container .item-box .item-dots {
        max-height: 40px;
    }
    .card-itemization-detail .equipments-container .item-dots img {
        /* width: 35px; */
        width: 25px;
    }
    .card-itemization-detail .equipments-container .equip-item-img.tier-3 img {
        width: 32.5px;
    }

    .btn-match-info {
        font-size: 1.2rem;
        padding: 8px 30px !important;
    }

    .tabs-match-info .nav-link div {
        font-size: 1.55rem;
    }

    .match-chart-container {
        overflow-x: hidden !important;
    }
    .match-chart-container canvas {
        height: 350px !important;
        width: 100% !important;
    }

    .card-match-team .team-total-gold {
        width: 120px;
    }
    .card-match-team .team-total-gold .team-total-gold-title,
    .card-match-team .team-total-gold .team-total-gold-value {
        font-size: .875rem;
        padding: 4.5px 8px;
    }
    .card-match-team .team-total-gold .team-total-gold-title {
        height: 33px;
    }
    .card-match-team .team-total-gold .team-total-gold-value {
        height: 34px;
    }
    .card-match-team .team-total-gold .team-total-gold-title::before {
        height: 28px;
        width: 45px;
    }
}

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

/* super wide */
@media (min-width: 1440px) {
    .week-filter-section .dd-container,
    .week-filter-section .dd-select,
    .week-filter-section .dd-options {
        min-width: 260px;
    }


    .btn-vote-msc {
        padding: 4px 16px !important;
    }
    .match-info-section .player-card-outer .player-card .player-card-buton {
        right: 1rem;
    }
    #side-panel .player-card .player-card-name,
    .modal-talent .player-card .player-card-name,
    .match-info-section .player-card-outer .player-card .player-card-name {
        padding: .5rem 1.5rem;
    }
}

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