
#side-panel .player-card,
.modal-talent .player-card,
.player-card-outer .player-card {
    position: relative;
    /* background-color: white; */
    background: url(../../images/s16/bgs/mvp-player.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    border-radius: 0;
    height: 160px;
    width: 100%;
    padding-top: 0px;
    z-index: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#side-panel .player-card,
.modal-talent .player-card {
    height: 170px;
    overflow: hidden;
}

.player-card-outer.past-match.winner .player-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../images/s16/bgs/mvp-player.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -2;
    pointer-events: none;
}

.player-card-outer.not-winner {
    filter: grayscale(1) brightness(0.6);
}

.player-card-outer.winner { 
    box-shadow: 0 0 10px 2px #ffd154;
}

.player-card-outer.past-match.winner:is(.award) .player-card::after {
    background: url(../../images/s16/bgs/awards-player-winner-belt.webp);
    background-size: 225%;
    background-repeat: no-repeat;
    background-position: 35%;
}

.player-card-video .player-card-outer.past-match.winner:is(.award) .player-card::after {
    background: none;
    background-size: 100%;
}

.player-card-outer.past-match.winner:not(.award) .player-card::after {
    background: url(../../images/s16/bgs/mvp-player-winner.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.player-card-outer .player-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../images/s16/bgs/mvp-player.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -2;
    pointer-events: none;
}

.player-card-outer.coach .player-card::after {
    background: url(../../images/s16/bgs/mvp-player-coach.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.player-card-outer.analyst .player-card::after {
    background: url(../../images/s16/bgs/mvp-player-analyst.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.player-button-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.player-card-outer .player-card .player-vote,
.player-card-outer .player-card .player-voted {
    position: relative;
}

.player-vote.disabled {
    filter: grayscale(1);
    pointer-events: none;
}

/* .player-card-outer .player-card .player-vote,
.player-card-outer .player-card .player-voted {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
} */

.player-button-container .player-achievement button {
    background: #0A96E4;
    border-radius: 3px;
    border: 1px solid white;
    padding: 0;
    height: 30px;
    width: 30px;
}

.player-button-container .player-achievement button:hover {
    background: #0A96E4cc;
}

.modal-talent .player-vote,
.player-card-outer .player-card .player-vote {
    background: url(../../images/s16/bgs/vote.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid white;
}

.modal-talent .player-vote::before,
.modal-talent .player-vote::after,
.player-card-outer .player-card .player-vote::before,
.player-card-outer .player-card .player-vote::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
}

.modal-talent .player-vote::before,
.player-card-outer .player-card .player-vote::before {
    left: -4px;
    bottom: -4px;
    background: url(../../images/s16/orns/orn-vote-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.modal-talent .player-vote::after,
.player-card-outer .player-card .player-vote::after {
    right: -4px;
    bottom: -4px;
    background: url(../../images/s16/orns/orn-vote-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.modal-talent .player-vote a,
.player-card-outer .player-card .player-vote button {
    font-weight: bolder;
    font-style: italic;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    background: none;
    border: none;
    color: white;
    padding: 4px 14px;
    font-size: 0.9rem;

    transition: all 0.2s;
}

.modal-talent .player-vote a:hover,
.player-card-outer .player-card .player-vote button:hover {
    transform: scale(1.1);
}

.player-card-outer .player-card .player-voted {
    background: linear-gradient(180deg, #fadc96 0%, #fdfdfd 100%);
    border: 1px solid white;
    padding: 4px 16px;
}

.player-card-outer .player-card .player-voted span {
    background: linear-gradient(
        72.04deg,
        #af923a 5.31%,
        #493d18 42.19%,
        #af923a 73.14%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bolder;
    font-style: italic;
    font-family: roboto;
}

.modal-talent .player-vote {
    position: relative;
}

.player-vote .orn-voted-bottom::before,
.player-vote .orn-voted-bottom::after,
.player-vote .orn-voted-top::before,
.player-vote .orn-voted-top::after {
    filter: brightness(2);
}

.orn-voted-bottom::before,
.orn-voted-bottom::after,
.orn-voted-top::before,
.orn-voted-top::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: url(../../images/s16/orns/orn-voted.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.orn-voted-bottom::before {
    bottom: 0;
    left: 0;
}
.orn-voted-bottom::after {
    bottom: 0;
    right: 0;
}
.orn-voted-top::before {
    top: 0;
    left: 0;
}
.orn-voted-top::after {
    top: 0;
    right: 0;
}

.player-card-outer .player-card::after img.silhoutte {
    z-index: -1;
}

.player-card-outer.analyst img.silhoutte {
    filter: brightness(20) invert(45%) sepia(100%) saturate(578%)
        hue-rotate(12deg);
}

#side-panel .player-card,
.modal-talent .player-card,
.player-card-outer {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #ffd154;
}

.player-card-outer.analyst {
    border-bottom: 5px solid #0edaff;
}

.player-card-outer.analyst img.silhoutte {
}

.player-card-outer .player-position {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: 700;
}

    .card-rating-parent.has-voted
    .player-card-outer:not(.winner, .voted) {
    filter: saturate(0);
}

#no-match-countdown,
#no-match-countdown span {
    color: white;
}

.card-rating-parent.has-voted .player-vote {
    display: none;
}

#side-panel .player-card,
.modal-talent .player-card {
    height: 170px;
    overflow: hidden;
}
/* #side-panel .player-card::before,
.modal-talent .player-card::before,
.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;
}
.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;
} */

.player-card-outer .player-card .player-card-img,
.player-card-outer .player-card .player-img {
    max-height: 200px;
    height: 165px;
    /* max-height: 105px; */
    pointer-events: none;
    text-align: center;
    /* transform: translateX(10%); */
    object-fit: cover;
}
.player-card-outer .player-card .player-card-img {
    max-height: 120px;
    overflow: hidden;
}
#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;
}
#side-panel .player-card .player-card-name,
.modal-talent .player-card .player-card-name,
.player-card-outer .player-card .player-card-name {
    padding: 0.5rem;
    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,
    .player-card-outer
    .player-card
    .player-card-name
    .player-nickname {
    font-size: 0.875rem;
    /* background: linear-gradient(180deg, #f59d00 0%, #ffd800 100%); */
    -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,
    .player-card-outer
    .player-card
    .player-card-name
    .player-position {
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: center;
}

.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;
}
.player-card-outer .player-card .player-card-rating i {
    background: linear-gradient(180deg, #f59d00 0%, #ffd800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.player-card-outer .player-card .player-highlight-comments {
    font-size: 0.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;
}
    .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;
}

.player-card-outer .player-card .player-card-buton {
    position: absolute;
    right: 1px;
    height: calc(100% - 28px);
}
.player-card-outer .player-card .player-card-buton .btn-xs {
    font-size: 0.7rem;
    padding: 2px 12px !important;
}
    .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: 0.55rem;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
    .player-card-outer
    .player-card
    .player-highlight-comments
    .btn-detail:hover {
    background: #fcc700;
    color: #373737;
}
    .player-card-outer
    .player-card
    .player-card-buton
    .btn-rate {
    border: none !important;
    background: #fed700;
    color: #373737;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 8px 4px 26px !important;
    position: relative;
    transition: all 0.2s ease-in-out;
}
    .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;
}
    .player-card-outer
    .player-card
    .player-card-buton
    .btn-rate:hover {
    opacity: 0.7;
}
#side-panel .btn-xs {
    font-size: 0.85rem;
    padding: 3px 15px !important;
}

.modal-talent {
    z-index: 10000;
}

.modal-talent .modal-content {
    position: relative;
    background: url(../../images/s16/bgs/mvp-popup.webp) center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    position: relative;
    max-width: 360px;
    color: #fff;
    border-radius: 0;
}

.modal-talent .modal-content .modal-footer,
.modal-talent .modal-content .modal-header {
    border: none !important;
}

.orn-golden-frame::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: linear-gradient(
        180deg,
        #ffd154 0%,
        rgba(255, 209, 84, 0) 30%,
        rgba(255, 209, 84, 0) 69.71%,
        #ffd154 100%
    );
    z-index: -3;
}
.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: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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-body {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
}
.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: #37b0f3;
}

.modal-talent .btn-login-sso {
    width: 35px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border: 1px solid white;
    transition: all 0.2s ease-in-out;
}
.modal-talent .btn-login-sso img {
    width: 20px;
    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: linear-gradient(180deg, #F59D00 0%, #FFD800 100%);
    -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.55);
    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, #ffd154 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: 0.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; */
    opacity: 1;
}
.card-itemization-detail .equipments-container .equip-item-img.tier-2 {
    /* opacity: 0.7; */
    opacity: 1;
}
.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;
}

.match-info-title {
    font-size: 2rem;
}

.match-info-title > span {
    padding: 0px 0.8rem;
}
.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: #cfcfcf3d !important;
    background: radial-gradient(
        180deg,
        rgba(83, 83, 83, 1) 0%,
        rgba(5, 5, 5, 1) 100%
    ) !important;
    color: white !important;
    text-align: center;
    white-space: nowrap;
    margin: 0 -5px;
    margin: 0 !important;
    transition: all 0.2s ease-in-out;
    border: none !important;
    opacity: 0.8;
    min-width: 90px;
    position: relative;
}

.btn-match-info > span {
    background: linear-gradient(
        360deg,
        #bc0003 0%,
        #f81564 56.18%,
        #fb7b44 100%
    );
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.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: #cfcfcf3d !important;
    color: #373737 !important;
}
.btn-match-info.active {
    background: #ffd154 !important;
    color: black !important;
    position: relative;
}

.btn-match-info.active > span {
    color: black !important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: unset !important;
}
.btn-match-info.active::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(152, 129, 0, 0) 0%, #FED700 100%);
    opacity: 0.7; */
}
.btn-match-info.active::after {
}

.match-chart-container {
    /* overflow-x: scroll !important; */
    background: rgba(0, 0, 0, 0.5) !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; */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
    color: white;
    /* height: 30px; */
    font-size: 0.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: end;
    /* height: 32px; */
    font-size: 0.8rem;
}

.title-team-2.card-match-team .team-total-gold .team-total-gold-title,
.title-team-2.card-match-team .team-total-gold .team-total-gold-value {
    text-align: start;
    justify-content: start;
}

.itemization-container .text-game-no {
    /* font-family: 'TWOFOLD uncomplete DeSigN', sans-serif;
    font-size: 1rem;
    font-weight: 600; */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    line-height: 1;
    padding-top: 8px;
}

#modal-match-detail .itemization-container .player-name {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif !important;
    background-clip: unset;
    background: none;
    color: white;
}

.itemization-container .text-game-time {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
}

.itemization-container .team2 .player-name,
#modal-match-detail .itemization-container .team2 .player-name {
    color: black;
}

.equip-item-img.tier-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    opacity: 0.4;
    border-radius: 100%;
}

/* mvp */

.btn-vote-outer {
    background: #000;
    font-style: italic;
    position: relative;
}

.btn-vote-outer:hover {
    transform: scale(1.1);
}

.mvp-data-info-orn-blue::before,
.mvp-data-info-orn-blue::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../../images/s16/orns/stat-player-orn.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mvp-data-info-orn-yellow::before,
.mvp-data-info-orn-yellow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../../images/s16/orns/stat-player-orn2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mvp-data-info-orn-blue::before {
    top: 0;
    left: 0;
}
.mvp-data-info-orn-blue::after {
    top: 0;
    right: 0;
}

.mvp-data-info-orn-yellow::before {
    bottom: 0;
    left: 0;
}
.mvp-data-info-orn-yellow::after {
    bottom: 0;
    right: 0;
}

.player-card-outer.analyst .mvp-data-info-orn-blue::before {
    bottom: 0;
    left: 0;
}
.player-card-outer.analyst .mvp-data-info-orn-blue::after {
    bottom: 0;
    right: 0;
}

.player-card-outer.analyst .mvp-data-info-orn-yellow::before {
    top: 0;
    left: 0;
}
.player-card-outer.analyst .mvp-data-info-orn-yellow::after {
    top: 0;
    right: 0;
}

.match-info-team {
    color: #989898;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.match-info-team .info-team-wrapper {
    display: flex;
    gap: 0rem;
    /* gap: 1rem; */
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.card-rating-player {
    width: 150px !important;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: visible;
}

.btn-vote-msc {
    font-size: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: bolder;
    font-style: italic;
    padding: 2px 4px 2px 6px;
    line-height: 1;
    text-align: end;
    color: transparent;
}

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

.modal-talent * {
    font-size: 0.8rem;
}
.modal-talent .player-img {
    height: 220px;
    object-fit: cover;
}
.modal-talent .player-img.team-logo {
    object-fit: contain;
}
.modal-talent .player-nickname * {
    font-size: 1.5rem;
}
.modal-talent img.silhoutte {
    left: 5px;
}
.match-info-team .text-glow {
    text-shadow: 0 0px 14px rgba(255, 255, 255, 0.5);
}
.player-card-outer .player-card .player-img.team-logo {
    object-fit: contain;
}

.card-rating-player.winner-rank-1::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: url('../../images/s16/icons/rank-1.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.card-rating-player.winner-rank-2::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: url('../../images/s16/icons/rank-2.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.card-rating-player.winner-rank-3::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: url('../../images/s16/icons/rank-3.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

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

.player-card-video .player-card-name {
    text-align: left !important;
    flex-grow: 1 !important;
}

.player-card-video .player-card-name .text-fit-parent.text-center  {
    text-align: left !important;
}

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

/* lg: desktop */
@media (min-width: 992px) {
    .modal-talent .modal-content {
        background-size: 100% auto;
    }
    .match-info-team .info-team-wrapper {
        gap: 1rem;
    }
    .player-card-video .player-card-outer .player-card .player-img {
        max-height: 100%;
        height: 100%;
    }

    .player-card-video .player-card {
        flex-direction: row !important;
    }

    .player-card-video .player-card-name .text-center.player-gameplay {
        text-align: left !important;
        font-size: 14px !important;
    }

    .player-card-video .player-card .player-card-img {
        flex-shrink: 0 !important;
    }

    .player-card-video .player-card-outer .player-card .player-img  {
        height: 100%;
        max-height: 100%;
    }
    
    .player-card-outer .player-card .player-img.team-logo {
        max-height: 185px;
        height: 80px;
    }
    .player-card-outer .player-card .player-card-img {
        max-height: 155px;
    }
    .player-card-video .player-card-outer .player-card .player-card-img {
        max-height: 100%;
        height: 100%;
    }
    .card-rating-player {
        width: 16% !important;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .match-info-team .text-glow {
        text-shadow: 0 0px 24px rgba(255, 255, 255, 0.5);
    }
    .match-info-team .team-name {
        /* font-size: 2rem !important; */
        font-size: 1.5rem !important;
    }
    .match-info-team .team-logo img {
        width: 52px;
    }

    .itemization-container .text-game-no {
        font-size: 1.8rem;
    }
    .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;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    .week-filter-section .match-card {
        /* margin-bottom: 8px; */
        padding: 0.5rem 0;
        font-size: 1rem;
    }
    .week-filter-section .match-card .team-logo img {
        /* width: 38px; */
        width: 32px;
    }
    /* .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-team {
        margin-bottom: 0px;
    }
    #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,
            .player-card-outer
        .player-card
        .player-card-name
        .player-nickname {
        font-size: 0.8rem;
        padding: 0.4rem 0 0;
    }
    .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: 0.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: 0.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;
    }

    #side-panel .player-card .player-card-name,
    .modal-talent .player-card .player-card-name,
    .player-card-outer .player-card .player-card-name {
        padding: 0.5rem;
    }
}

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