.primary-menu .menu-item.current::before {
    /* content: "";
    background: url(../images/s15/orns/red-orn-lg.png) no-repeat center center !important;
    background-size: contain !important;
    position: absolute !important;
    background-position: top left !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important; */
}
.primary-menu .menu-item.current::after {
    /* content: "";
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat center
        center !important;
    background-size: contain !important;
    position: absolute !important;
    background-position: bottom right !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: -1; */
}

.text-glow {
    text-shadow: 0 -7px 24px rgba(255, 255, 255, 0.8);
}

.primary-menu .menu-item a {
    color: white !important;
}

.primary-menu li.menu-item {
    position: relative;
    border: 1px solid transparent;
    background: black;
}

.primary-menu .menu-item:hover,
.primary-menu .menu-item.current {
    /* border-radius: 5px; */
    /* overflow: hidden; */
    /* background: linear-gradient(
        180deg,
        rgba(53, 53, 53, 1),
        rgba(53, 53, 53, 0)
    ); */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.409),
        0 0 10px rgba(255, 255, 255, 0.409);
    background: linear-gradient(180deg, #353535 0%, rgba(53, 53, 53, 0) 100%),
        linear-gradient(to bottom, #000, #000);
    border: 1px solid #fae859 !important;
    /* color: #fadc96 !important; */
}

.primary-menu .menu-item:hover div,
.primary-menu .menu-item.current div {
    background: linear-gradient(180deg, #d3faf9 0%, #fadc96 100%);
    -webkit-background-clip: text; /* for Chrome, Safari */
    background-clip: text;
    color: transparent;
}

.table-striped tbody td {
    /* background: #222222; */
    /* color: #373737; */

    color: white;
    font-weight: 600;
    border-bottom: none;
}

.table-striped > thead > tr > * {
    background: transparent;
    border-top: 2px solid #f59d00;
    border-bottom: 2px solid #f59d00;
}

.table-striped > thead > tr > *:first-child,
.table-striped > thead > tr > *:last-child {
    position: relative;
}

.table-striped > thead > tr > *:first-child::before,
.table-striped > thead > tr > *:last-child::before {
    content: "";
    position: absolute;
    border: 2px solid;
    width: 2px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #f59d00 0%,
        transparent 30%,
        transparent 60%,
        #f59d00 100%
    );
    top: 0;
    color: transparent;
}

.table-striped > thead > tr > *:first-child::before {
    left: 0;
}
.table-striped > thead > tr > *:last-child::before {
    right: 0;
}

.table-striped > thead > tr {
    background: linear-gradient(
        90deg,
        rgba(135, 0, 35, 0.5) 0%,
        rgba(183, 52, 0, 0.5) 100%
    );
}

.table-striped > tbody > tr {
    background: #18181880;
}
.table-striped > tbody > tr > * {
    background: transparent;
    border-bottom: 1px solid #ffffff77;
}
.table-striped > tbody > tr > *:first-child {
    border-left: 1px solid #ffffff77;
}
.table-striped > tbody > tr > *:last-child {
    border-right: 1px solid #ffffff77;
}

.table-striped thead th,
table.DTFC_Cloned thead {
    background: transparent;
    font-weight: 400;
    color: white;
    padding: 12px 0.25rem;
    vertical-align: middle;
}
table.DTFC_Cloned tbody tr {
    background: linear-gradient(to right, #122e46, #081624, #2a0f13) !important;
    background-color: none !important;
}

table.DTFC_Cloned thead tr {
    background: linear-gradient(to right, #4b2550, #6a1015) !important;
    background-color: none !important;
}

.team-card .team-card-title {
    text-align: center;
    text-transform: uppercase;
    /* font-style: italic; */
    /* font-weight: 600; */
    /* margin-top: -15px; */
    margin-top: 10px;
    letter-spacing: 0.5px;
    color: white;
}

.team-card:hover .team-card-title {
    background: linear-gradient(180deg, #d3faf9 0%, #fadc96 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.team-card .orn-team-thick-outer-top::before {
    top: -10px;
    left: -10px;
    background: url(../images/s16/orns/orn-tetris-top-left-blue.png);
}
.team-card .orn-team-thick-outer-top::after {
    top: -10px;
    right: -10px;
    background: url(../images/s16/orns/orn-tetris-top-right-blue.png);
}
.team-card .orn-team-thick-outer-bottom::before {
    bottom: -10px;
    left: -10px;
    background: url(../images/s16/orns/orn-tetris-left-blue.png);
}
.team-card .orn-team-thick-outer-bottom::after {
    bottom: -10px;
    right: -10px;
    background: url(../images/s16/orns/orn-tetris-right-blue.png);
}

.team-card:hover .orn-team-thick-outer-top::before {
    background: url(../images/s16/orns/orn-tetris-top-left.png);
}
.team-card:hover .orn-team-thick-outer-top::after {
    background: url(../images/s16/orns/orn-tetris-top-right.png);
}
.team-card:hover .orn-team-thick-outer-bottom::before {
    background: url(../images/s16/orns/orn-tetris-left.png);
}
.team-card:hover .orn-team-thick-outer-bottom::after {
    background: url(../images/s16/orns/orn-tetris-right.png);
}
.team-card .orn-team-thick-outer-top::before,
.team-card .orn-team-thick-outer-top::after,
.team-card .orn-team-thick-outer-bottom::before,
.team-card .orn-team-thick-outer-bottom::after {
    content: "";
    position: absolute;
    width: 25px;
    height: auto;
    aspect-ratio: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.team-card:hover .orn-team-thick-outer-top::before,
.team-card:hover .orn-team-thick-outer-top::after,
.team-card:hover .orn-team-thick-outer-bottom::before,
.team-card:hover .orn-team-thick-outer-bottom::after {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.team-card .orn-team-outer-top::before {
    top: -10px;
    left: -10px;
    background: url(../images/s16/orns/orn-team-outer-tl.png);
}
.team-card .orn-team-outer-top::after {
    top: -10px;
    right: -10px;
    background: url(../images/s16/orns/orn-team-outer-tr.png);
}
.team-card .orn-team-outer-bottom::before {
    bottom: -10px;
    left: -10px;
    background: url(../images/s16/orns/orn-team-outer-bl.png);
}
.team-card .orn-team-outer-bottom::after {
    bottom: -10px;
    right: -10px;
    background: url(../images/s16/orns/orn-team-outer-br.png);
}
.team-card .orn-team-inner-top::before {
    top: 5px;
    left: 5px;
    background: url(../images/s16/orns/orn-team-inner-tl.png);
}
.team-card .orn-team-inner-top::after {
    top: 5px;
    right: 5px;
    background: url(../images/s16/orns/orn-team-inner-tr.png);
}
.team-card .orn-team-inner-bottom::before {
    bottom: 5px;
    left: 5px;
    background: url(../images/s16/orns/orn-team-inner-bl.png);
}
.team-card .orn-team-inner-bottom::after {
    bottom: 5px;
    right: 5px;
    background: url(../images/s16/orns/orn-team-inner-br.png);
}

.team-card:hover .orn-team-outer-top::before {
    background: url(../images/s16/orns/orn-team-outer-yellow-tl.png);
}
.team-card:hover .orn-team-outer-top::after {
    background: url(../images/s16/orns/orn-team-outer-yellow-tr.png);
}
.team-card:hover .orn-team-outer-bottom::before {
    background: url(../images/s16/orns/orn-team-outer-yellow-bl.png);
}
.team-card:hover .orn-team-outer-bottom::after {
    background: url(../images/s16/orns/orn-team-outer-yellow-br.png);
}
.team-card:hover .orn-team-inner-top::before {
    background: url(../images/s16/orns/orn-team-inner-yellow-tl.png);
}
.team-card:hover .orn-team-inner-top::after {
    background: url(../images/s16/orns/orn-team-inner-yellow-tr.png);
}
.team-card:hover .orn-team-inner-bottom::before {
    background: url(../images/s16/orns/orn-team-inner-yellow-bl.png);
}
.team-card:hover .orn-team-inner-bottom::after {
    background: url(../images/s16/orns/orn-team-inner-yellow-br.png);
}

.team-card .orn-team-outer-top::before,
.team-card .orn-team-outer-top::after,
.team-card .orn-team-outer-bottom::before,
.team-card .orn-team-outer-bottom::after,
.team-card .orn-team-inner-top::before,
.team-card .orn-team-inner-top::after,
.team-card .orn-team-inner-bottom::before,
.team-card .orn-team-inner-bottom::after {
    content: "";
    position: absolute;
    width: 25px;
    height: auto;
    aspect-ratio: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.team-card:hover .orn-team-outer-top::before,
.team-card:hover .orn-team-outer-top::after,
.team-card:hover .orn-team-outer-bottom::before,
.team-card:hover .orn-team-outer-bottom::after,
.team-card:hover .orn-team-inner-top::before,
.team-card:hover .orn-team-inner-top::after,
.team-card:hover .orn-team-inner-bottom::before,
.team-card:hover .orn-team-inner-bottom::after {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.orn-box-left::before,
.orn-box-left::after,
.orn-box-right::before,
.orn-box-right::after,
.orn-box-left::before,
.orn-box-left::after,
.orn-box-right::before,
.orn-box-right::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f8c901;
    opacity: 0;
}

.primary-menu .menu-item:hover > .orn-box-left::before,
.primary-menu .menu-item:hover > .orn-box-left::after,
.primary-menu .menu-item:hover > .orn-box-right::before,
.primary-menu .menu-item:hover > .orn-box-right::after,
.primary-menu .menu-item.current > .orn-box-left::before,
.primary-menu .menu-item.current > .orn-box-left::after,
.primary-menu .menu-item.current > .orn-box-right::before,
.primary-menu .menu-item.current > .orn-box-right::after {
    opacity: 1;
}

.orn-box-left::before {
    top: -3px;
    left: -4px;
}
.orn-box-left::after {
    bottom: -3px;
    left: -4px;
}
.orn-box-right::before {
    top: -3px;
    right: -4px;
}
.orn-box-right::after {
    bottom: -3px;
    right: -4px;
}

.orn-inset-tetris-left::before {
    background: url("../images/s16/orns/orn-tetris-top-left.png");
    top: -3px;
    left: -3px;
}
.orn-inset-tetris-left::after {
    background: url("../images/s16/orns/orn-tetris-left.png");
    bottom: -3px;
    left: -3px;
}
.orn-inset-tetris-right::before {
    background: url("../images/s16/orns/orn-tetris-top-right.png");
    top: -3px;
    right: -3px;
}
.orn-inset-tetris-right::after {
    background: url("../images/s16/orns/orn-tetris-right.png");
    bottom: -3px;
    right: -3px;
}

.orn-inset-tetris-left::before,
.orn-inset-tetris-left::after,
.orn-inset-tetris-right::before,
.orn-inset-tetris-right::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 4;
    transition: all 300ms ease-in-out;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.primary-menu .menu-item:hover > .orn-inset-tetris-left::before,
.primary-menu .menu-item:hover > .orn-inset-tetris-left::after,
.primary-menu .menu-item:hover > .orn-inset-tetris-right::before,
.primary-menu .menu-item:hover > .orn-inset-tetris-right::after,
.primary-menu .menu-item.current > .orn-inset-tetris-left::before,
.primary-menu .menu-item.current > .orn-inset-tetris-left::after,
.primary-menu .menu-item.current > .orn-inset-tetris-right::before,
.primary-menu .menu-item.current > .orn-inset-tetris-right::after {
    opacity: 1;
}

.orn-love-left::before,
.orn-love-left::after,
.orn-love-right::before,
.orn-love-right::after,
.orn-love-left::before,
.orn-love-left::after,
.orn-love-right::before,
.orn-love-right::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../images/s16/orns/orn-love.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    transition: all 300ms ease-in-out;
}

.orn-love-left::before {
    top: -25px;
    left: -25px;
}
.orn-love-left::after {
    top: -25px;
    right: -25px;
}
.orn-love-right::before {
    bottom: -25px;
    left: -25px;
}
.orn-love-right::after {
    bottom: -25px;
    right: -25px;
}

.orn-tetris-bottom::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/s16/orns/orn-tetris-left.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 15px;
    left: 15px;
}
.orn-tetris-bottom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/s16/orns/orn-tetris-right.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 15px;
    right: 15px;
}

.orn-tetris-blue-bottom::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;

    background: url("../images/s16/orns/orn-tetris-left-blue.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -5px;
    left: -10px;
}
.orn-tetris-blue-bottom::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../images/s16/orns/orn-tetris-right-blue.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -5px;
    right: -5px;
}

.orn-tetris-blue-left::before,
.orn-tetris-blue-left::after,
.orn-tetris-blue-right::before,
.orn-tetris-blue-right::after,
.orn-tetris-blue-blue-left::before,
.orn-tetris-blue-left::after,
.orn-tetris-blue-right::before,
.orn-tetris-blue-right::after,
.orn-tetris-yellow-left::before,
.orn-tetris-yellow-left::after,
.orn-tetris-yellow-right::before,
.orn-tetris-yellow-right::after,
.orn-tetris-yellow-blue-left::before,
.orn-tetris-yellow-left::after,
.orn-tetris-yellow-right::before,
.orn-tetris-yellow-right::after {
    content: "";
    position: absolute;
    /* width: 20px;
    height: 20px; */
    width: 8px;
    height: 8px;
    z-index: 4;
}

.orn-tetris-blue-left::before {
    top: -5px;
    left: -5px;
    background: url("../images/s16/orns/orn-tetris-top-left-blue.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.orn-tetris-blue-left::after {
    top: -5px;
    right: -5px;
    background: url("../images/s16/orns/orn-tetris-top-right-blue.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.orn-tetris-blue-right::before {
    bottom: -5px;
    left: -5px;
    background: url("../images/s16/orns/orn-tetris-left-blue.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.orn-tetris-blue-right::after {
    bottom: -5px;
    right: -5px;
    background: url("../images/s16/orns/orn-tetris-right-blue.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.orn-tetris-yellow-left::before {
    top: -5px;
    left: -5px;
    background: url("../images/s16/orns/orn-tetris-top-left.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.orn-tetris-yellow-left::after {
    top: -5px;
    right: -5px;
    background: url("../images/s16/orns/orn-tetris-top-right.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.orn-tetris-yellow-right::before {
    bottom: -5px;
    left: -5px;
    background: url("../images/s16/orns/orn-tetris-left.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.orn-tetris-yellow-right::after {
    bottom: -5px;
    right: -5px;
    background: url("../images/s16/orns/orn-tetris-right.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-custom {
    background: #ffd154 !important;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 4px 25px !important;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    color: black;
}

.btn-custom:hover {
    background: #ffd154 !important;

    color: black;
}

.primary-menu .menu-item.menu-msc a {
    padding: 0.1rem 1rem 0.3rem;
}

.top-bar-menu {
}

.top-bar-menu a {
    color: #fff !important;
}

.landing-page-content-section {
    /* padding: 72px 0px; */
    padding: 0px;
}

.landing-page-content-section,
.home-section {
    position: relative;
    min-height: calc(100vh - 100px);
    z-index: 2;
    /* overflow: hidden; */
    background: transparent;
    /* background: linear-gradient(
        270deg,
        #786101 0%,
        #000000 37.68%,
        #041321 52.64%,
        #125490 100%
    ); */
    /* linear-gradient(
        270deg,
        rgba(240, 230, 149, 0.2) 0%,
        rgba(254, 254, 254, 0.2) 45.03%,
        rgba(177, 213, 255, 0.2) 100%
    ) !important; */
}

.landing-page-content-section::before,
.home-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url("../images/s16/bgs/tiger-overlay.webp") no-repeat center top; */
    background: transparent;

    background-size: 66% auto;
    background-repeat: repeat-y;
    background-position: top center;
    z-index: -1;
}

.short-wave-orn::before {
    content: "";
    position: absolute;
    top: -100%;
    left: calc(-70%);
    background: url(../images/s16/orns/orn-short-left-wave.webp) no-repeat
        center center;
    background-size: 100% auto;
    z-index: -1;
    width: 188px;
    height: 85px;
    background-position: right;
    content: "";
}

.short-wave-orn::after {
    content: "";
    position: absolute;
    top: -100%;
    background: url(../images/s16/orns/orn-short-right-wave.webp) no-repeat
        center center;
    background-size: 100% auto;
    z-index: -1;
    background-position: right;

    right: calc(-70%);
    width: 188px;
    height: 85px;
}

.wave-orn-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/s16/orns/orn-top-left.webp") no-repeat center
        center;
    background-size: cover;
    z-index: -1;
}

.wave-orn-left::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    background: url("../images/s16/orns/orn-bottom-left.webp") no-repeat center
        center;
    background-size: cover;
    z-index: -1;
}

.wave-orn-right::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background: url("../images/s16/orns/orn-top-right.webp") no-repeat center
        center;
    background-size: cover;
    z-index: -1;
}

.wave-orn-right::after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    width: 400px;
    height: 300px;
    background: url("../images/s16/orns/orn-bottom-right.webp") no-repeat center
        center;
    background-size: cover;
    z-index: -1;
}

.wave-orn-title::before {
    content: "";
    position: absolute;
    top: -160px;
    left: 0;
    background: url("../images/s16/orns/orn-top-left.webp") no-repeat center
        center;
    background-size: 100% 150px;
    z-index: -1;
    width: 40%;
    height: 300px;
}

.wave-orn-title::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: 0;
    background: url("../images/s16/orns/orn-top-right.webp") no-repeat center
        bottom;
    background-size: 100% 150px;
    /* background-size: 100% 300px; */
    z-index: -1;
    width: 40%;
    height: 150px;
    /* height: 300px; */
}

.wave-orn-right::before,
.wave-orn-right::after,
.wave-orn-left::before,
.wave-orn-left::after {
    width: 100px;
    height: 120px;
}

.latest-match-section .match-card {
    /* background: linear-gradient(
        to bottom,
        rgba(189, 35, 48, 1),
        rgba(243, 199, 4, 1)
    ) !important; */
    /* border-radius: 12px; */
    background: #2b2b2b;
    border: 2px solid #0edaff;
    z-index: 1;
}

.latest-match-section .match-card::before {
    content: "";
    position: absolute;
    top: 5%;
    /* left: 0; */
    right: 6px;
    bottom: 0;
    /* background: url("../images/s16/orns/red-orn-lg.png") no-repeat center center; */
    background: url("../images/s16/orns/latest-match-orn.png") no-repeat center
        center;
    background-size: cover;
    width: 90%;
    height: 92%;
    /* border-radius: 10px; */
    z-index: 1;
}

/* .latest-match-section .match-card::before::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 10px;
    z-index: 0;
} */

.latest-match-section .match-card > * {
    position: relative;
    color: white;
    z-index: 1;
}

.bg-wrapper {
    background: url(../images/s16/bgs/tiger-overlay.webp) center,
        linear-gradient(
            270deg,
            #786101 0%,
            #000000 37.68%,
            #041321 52.64%,
            #125490 100%
        );
    /* background-size: 66% auto, 100% auto; */
    background-size: 100% auto, 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
}

.bg-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/s16/orns/fire-spark-bottom.webp") no-repeat
        center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    /* height: 100%; */
    height: calc(100% - 200px);
    z-index: 0;
}

.bg-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #680104 0%,
        rgba(104, 1, 4, 0) 100%
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 80%;
    /* height: 100%; */
    height: 100%;
    z-index: 0;
}

.footer-sponsor {
    /* background: white; */

    /* background: url(../images/s16/bgs/tiger-overlay.webp) center,
        linear-gradient(
            270deg,
            #786101 0%,
            #000000 37.68%,
            #041321 52.64%,
            #125490 100%
        ); */
    background: transparent;
    background-size: auto 100%, 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0 20px 0;
    /* box-shadow: 0px -12px 24px 0px #0000001f; */
    position: relative;
    z-index: 99;
    color: white;
    overflow: hidden;
}

.footer-sponsor::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: url(../images/s16/orns/orn-footer-left.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 0;
}

.footer-sponsor::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: url(../images/s16/orns/orn-footer-right.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -1;
}

.footer-gradient::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.95) 0%,
        transparent 98%,
        transparent 100%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -1;
}

.section-my {
    /* background-color: #e5e6e7 !important; */
    /* background: url(../images/s16/bgs/tiger-overlay.webp) center, */
    /* linear-gradient(
            270deg,
            #786101 0%,
            #000000 37.68%,
            #041321 52.64%,
            #125490 100%
        ); */
    background: transparent !important;
    background-color: transparent !important;
    background-size: auto 100%, 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: calc(100vh - 40px);
    z-index: 2;
    position: relative;
}

.section-my .wave-orn-left::before {
    top: 10px;
}

.section-my .wave-orn-right::before {
    top: 26px;
}

.fire-spark-orn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/s16/orns/fire-spark-bottom.webp") no-repeat
        center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-title {
    color: rgba(55, 55, 55, 1) !important;
    font-size: 36px !important;
    font-family: Sherman, sans-serif !important;
}
.title-orns {
    height: 35px;
}

.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
    font-size: 1rem;
    border-radius: 0 !important;
    border: none !important;
    clip-path: none !important;
    margin: 0;
    background: #535353 !important;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    margin: 0 !important;
    transition: all 0.2s ease-in-out;
    border: none !important;
    opacity: 0.8;

    padding: 8px 12px !important;
    min-width: 80px;
}

.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link:hover,
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    background: #ffd154 !important;
    color: #32291b !important;
}

.canvas-alt-tabs.tabs-bb .nav-link:not(.active) > span {
    color: transparent;
    background: linear-gradient(
        360deg,
        #bc0003 0%,
        #f81564 56.18%,
        #fb7b44 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
}
/* .canvas-alt-tabs.tabs-bb:not(#week-tabs)::after .nav-link:hover, .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background: url(../images/s15/orns/yellow-orn-lg.png) !important;
} */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: unset !important;
}

.canvas-alt-tabs.tabs-bb:not(#week-tabs) .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%); */
    background: none;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.btn-match-info.active::before,
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::before {
    content: "";
    position: absolute;
    z-index: 7;

    width: calc(50% + 5px);
    height: calc(100% + 10px);
    top: -5px;
    right: -5px;
    left: auto;
    border-top: 1px solid #ffd154;
    border-right: 1px solid #ffd154;
    border-bottom: 1px solid #ffd154;
    background: transparent;
    filter: brightness(100%);
}
.btn-match-info.active::after,
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::after {
    content: "";
    position: absolute;
    z-index: 7;

    width: calc(50%);
    height: calc(100% + 12px);
    top: -5px;
    left: 0;
    border-bottom: 4px solid #ffd154 !important;
    background: transparent;
    filter: brightness(100%);
}
.section-title-outer {
    margin-bottom: 2rem;
}

.text-gradient {
    background: linear-gradient(180deg, #d3faf9 0%, #fadc96 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-title-outer .title-front {
    font-size: 2.5rem;
    position: relative;
    background: linear-gradient(180deg, #d3faf9 0%, #fadc96 100%);
    -webkit-background-clip: text; /* for Chrome, Safari */
    background-clip: text;
}

.subtitle-front {
    font-size: 1.5rem;
    position: relative;
    background: linear-gradient(180deg, #d3faf9 0%, #fadc96 100%);
    -webkit-background-clip: text; /* for Chrome, Safari */
    background-clip: text;
}


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

.text-justify {
    text-align: justify !important;
}

/* section.content-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: url(../images/s15/orns/red-orn-lg.png) no-repeat top left;
    background-size: contain;
    z-index: -1;
    opacity: 1;
}

section.content-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
} */

/* .sub-section-title .title-front {
    background: #373737 !important;
    -webkit-background-clip: text !important;
    font-size: 3rem !important;
} */

.section-team .talent-card .talent-card-img::before {
    background: url(../images/s16/orns/orn-talent.webp) !important;
    opacity: 0;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: bottom center !important;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.section-team .talent-card:hover .talent-card-img::before {
    opacity: 1;
}

.section-team .talent-card .talent-card-img::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #b20b37 0%, #fc713a 100%);
    z-index: -3;

    transition: all 0.3s ease-in-out;
}

.section-team .talent-card:hover .talent-card-img::after {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: linear-gradient(
        180deg,
        #ffd154 0%,
        rgba(255, 209, 84, 0) 30%,
        rgba(255, 209, 84, 0) 69.71%,
        #ffd154 100%
    );
}

/* .section-team .talent-card .talent-card-img  { */
.orn-talent-box-frame {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s16/bgs/talent-bg.webp) no-repeat center center !important;
    background-size: cover !important;
    margin-bottom: 0.5rem !important;
    z-index: -2;
}

.section-team .talents-section .col-talent::before {
    background: none !important;
}

.section-team .talent-card-info {
    background: none !important;
    position: relative !important;
}

/* .section-team .talent-card-info::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 50%;
    background: url(../images/s15/orns/orn-flower-left.png) no-repeat right
        center !important;
    background-size: contain !important;
    z-index: -1;
    opacity: 0.5;
    transform: translateY(-50%) !important;
} */

/* .section-team .talent-card-info .talent-name {
    color: #373737 !important;
} */
.divider-blur {
    position: relative;
    display: block;
    width: 100%;
}

.divider-blur::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(
        to right,
        #125490 0%,
        #041321 45.68%,
        #000000 64.64%,
        #786101 100%
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 20%,
        rgba(0, 0, 0, 0.8) 30%,
        rgba(0, 0, 0, 1) 45%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.game-video-urls .btn-custom {
    font-size: 0.7rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    border-radius: 4px;
    background: linear-gradient(
        90deg,
        rgb(178, 11, 55) 0%,
        rgb(252, 113, 58) 100%
    ) !important;
    padding: 1px 24px !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    color: white;
}

.game-video-urls .btn-custom:hover {
    opacity: 0.7;
}
.game-video-urls .btn-custom i {
    color: white;
}

#modal-match-detail .game-video-urls .btn-custom {
    padding: 1px 12px !important;
}

.login-card {
    position: relative;
    background: linear-gradient(
            180deg,
            rgba(10, 150, 228, 0.5) 0%,
            rgba(0, 0, 0, 0) 51.44%,
            rgba(255, 209, 84, 0.5) 100%
        ),
        linear-gradient(0deg, #000000, #000000);
    background-size: cover;
    padding: 52px 24px;
    border-top: 2px solid #0edaff;
    color: white;
}

.login-card::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 6px;
    background: #0edaff;
    top: -3px;
    left: 0;
}
.section-login .form-group,
.login-card .form-group {
}

.section-login .form-control,
.login-card .form-control {
    background: black;
    color: white;
    border-radius: 0px;
}

.section-team .talent-card-info .talent-role {
    /* color: #373737 !important; */
}

.section-talents .social-icon i,
.section-talents .social-icon i:last-child,
.section-team .social-icon i:last-child,
.section-team .social-icon i {
    color: white !important;
}

.section-talents .social-icon,
.section-team .social-icon {
    /* border-color: rgba(55, 55, 55, 0.24) !important; */
    border: none !important;
    background: #0a000180 !important;
    transition: 0.5s;
}

.talent-card {
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    /* pointer-events: none !important; */
    transition: 0.3s;
}

.team-social-media {
    /* padding-bottom: 1rem;
    padding-top: 1rem; */
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    position: relative;
    top: -0.5rem;
    border-radius: 1rem;
    z-index: 1;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    /* transition: .3s; */
}

/* .talent-card::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100px;
    background: none;
    z-index: -1;
    /* transition: .3s;
    border-radius: 0 0 0.75rem 0.75rem !important;
} */

.col-talent-outer {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.col-talent-outer:hover .team-social-media {
    /* background: rgba(161, 148, 100, 1); */
}

.col-talent-outer:hover .fa-brands {
    color: #fff !important;
    transition: 0.3s;
}
.col-talent-outer:hover .social-icon {
    color: #fff !important;
    transition: 0.3s;
    border-color: rgba(55, 55, 55, 0) !important;
}

.col-talent-outer:hover .team-social-media::before {
    opacity: 1 !important;
    transform: translate(0) !important;
}

.col-talent-outer:hover .talent-card::before {
    background: rgba(161, 148, 100, 1);
}
.col-talent-outer:hover .talent-card-img {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.talent-card .talent-card-image-outer {
    padding-bottom: 2px !important;
}
/* .talent-card .talent-card-image-outer::before {
       kground-size: 100% 100% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
} */
.talent-card .talent-card-image-outer::after {
    content: "" !important;
    /* background: url("../images/s15/orns/red-orn-lg.png") !important; */
    background-size: contain !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: calc(100% - 50px) !important;
    transform: translateX(-49%) !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    z-index: 0 !important;
}
.talent-card .talent-card-image-outer .yellow-orn {
    position: absolute;
    left: 50% !important;
    width: calc(100% - 50px) !important;
    transform: translateX(-51%) !important;
    height: 100px !important;
    bottom: 0;
    background: url("../images/s15/orns/yellow-orn-lg.png") bottom center
        no-repeat;
    background-size: 100% auto;
    z-index: 0 !important;
    pointer-events: none;
}

.talent-card .talent-card-image {
    position: relative !important;
    z-index: 1 !important;
}

.talent-card .talent-card-image-outer::after {
    /* display: none !important; */
}

#modal-cdkey .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-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; */
    opacity: 0;
}
.modal-content .title-behind {
    z-index: 1;
}
#modal-cdkey .modal-content .text-title {
    letter-spacing: 1px;
    background: linear-gradient(180deg, #f59d00 0%, #ffd800 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#modal-cdkey .modal-content .text-desc {
    font-size: 0.8rem;
    line-height: 1.2;
}
#modal-cdkey .modal-content .btn-cdkey {
    background: #fed700;
    padding: 5px 70px 5px 8px;
}
#modal-cdkey .modal-content .btn-cdkey div.code {
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
}
#modal-cdkey .modal-content .btn-cdkey div.copy {
    position: absolute;
    width: 80px;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#modal-cdkey .modal-content .btn-cdkey div.copy img {
    height: 100%;
}
#modal-cdkey .modal-header {
    border-bottom: none !important;
    position: relative;
    z-index: 10;
}

.team-versus-title {
    padding: 0;
}

.section-divider {
    width: 100%;
    max-height: 25px;
    object-fit: contain;
    object-position: center;
}

img.silhoutte {
    filter: brightness() saturate(100%) invert(45%) sepia(100%) saturate(613%)
        hue-rotate(-176deg);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: -1;
}
.section-rating img.silhoutte {
    left: 5px;
}

.news-card-link {
    transition: all 0.2s ease-in-out;
}
.news-card-link:hover {
    opacity: 0.8;
}
.news-card-content,
.news-card-link:hover .news-card-content {
    background: url("../images/s16/bgs/schedule-day-frame-long.webp") no-repeat
        center center !important;
    background-size: cover !important;
    border-radius: 0 !important;
}
.news-card-content * {
    color: white !important;
}
.news-card-img img {
    height: 170px !important;
    border: none !important;
    border-radius: 0 !important;
}
.news-card-content-outer {
    padding: 0px !important;
}
.news-card-link .news-card-content::before {
    display: none !important;
}
.news-card .news-card-content .news-card-date {
    padding-top: 4px !important;
}
.news-card .news-card-content .news-card-title {
    font-family: Sherman, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.25rem !important;
}

.article-container {
    background: rgba(0, 0, 0, 0.7);
}
.article-container * {
    color: white !important;
}

.fn-rank {
    font-size: 1rem;
}

.video-outer {
    overflow: hidden;
}

/* force player to fit parent */
.video-outer .mejs__container video,
.video-outer .mejs__container iframe {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.video-outer .mejs__container, .mejs__inner,.mejs__layers  {
    height: 100% !important;
}

/* keep 16:9 ratio clean */
.video-outer {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}


@media (min-width: 992px) {
    .short-wave-orn::before {
        left: calc(-100%);
        width: 401px;
        height: 200px;
    }

    .short-wave-orn::after {
        right: -100%;
        width: 401px;
        height: 200px;
    }
    .footer-sponsor::before,
    .footer-sponsor::after {
        height: 100%;
    }
    .team-versus-title {
        padding: 0 20px;
    }
    #modal-match-detail .game-video-urls .btn-custom {
        padding: 1px 24px !important;
    }
    .wave-orn-title::before {
        background-size: 100% 300px;
    }
    .wave-orn-title::after {
        background-size: 100% 300px;
        height: 300px;
        bottom: -120px;
    }
    .orn-tetris-blue-left::before,
    .orn-tetris-blue-left::after,
    .orn-tetris-blue-right::before,
    .orn-tetris-blue-right::after,
    .orn-tetris-blue-blue-left::before,
    .orn-tetris-blue-left::after,
    .orn-tetris-blue-right::before,
    .orn-tetris-blue-right::after,
    .orn-tetris-yellow-left::before,
    .orn-tetris-yellow-left::after,
    .orn-tetris-yellow-right::before,
    .orn-tetris-yellow-right::after,
    .orn-tetris-yellow-blue-left::before,
    .orn-tetris-yellow-left::after,
    .orn-tetris-yellow-right::before,
    .orn-tetris-yellow-right::after {
        width: 20px;
        height: 20px;
    }
    .orn-tetris-blue-left::before {
        top: -12px;
        left: -12px;
    }
    .orn-tetris-blue-left::after {
        top: -12px;
        right: -12px;
    }
    .orn-tetris-blue-right::before {
        bottom: -12px;
        left: -12px;
    }
    .orn-tetris-blue-right::after {
        bottom: -12px;
        right: -12px;
    }

    .orn-tetris-yellow-left::before {
        top: -12px;
        left: -12px;
    }
    .orn-tetris-yellow-left::after {
        top: -12px;
        right: -12px;
    }
    .orn-tetris-yellow-right::before {
        bottom: -12px;
        left: -12px;
    }
    .orn-tetris-yellow-right::after {
        bottom: -12px;
        right: -12px;
    }

    .orn-tetris-blue-bottom::before {
        width: 18px;
        height: 18px;
        bottom: -5px;
        left: -10px;
    }
    .orn-tetris-blue-bottom::after {
        width: 18px;
        height: 18px;
        bottom: -10px;
        right: -10px;
    }
    .section-my {
        /* padding-top: 140px; */
        padding-top: 172px;
        background-size: 66% auto, 100% auto;
        background-repeat: repeat-y;
        background-position: top center;
    }

    .wave-orn-right::before,
    .wave-orn-right::after,
    .wave-orn-left::before,
    .wave-orn-left::after {
        width: 400px;
        height: 300px;
    }
    .primary-menu .menu-item {
        min-width: 80px !important;
        text-align: center !important;
    }
    .primary-menu .menu-item.menu-msc.current::before,
    .primary-menu .menu-item.menu-msc.current::after {
        width: 50% !important;
        height: 50% !important;
    }

    section.content-wrap::before {
        top: 75px;
        width: 25%;
    }

    section.content-wrap::after {
        width: 25%;
    }

    .section-title-outer .title-front {
        font-size: 4rem !important;
    }

    .section-title-outer .title-behind {
        font-size: 96px !important;
    }

    .section-title-outer {
        margin-bottom: 4rem !important;
    }

    .modal-content .section-title-outer .title-behind {
        font-size: 96px !important;
    }
    .modal-content .section-title-outer {
        margin-bottom: 2rem !important;
    }

    .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
        padding: 8px 20px !important;
        min-width: 90px;
    }
}
