body {
    font-family: "Roboto", sans-serif;
    background: #09121c;
    color: var(--color-default-text);
}
/* This changes all the animations globally */
:root {
    --animate-delay: 0s;

    --color-red-theme: #e62429;
    --color-maroon: #5a262d;
    --color-default-text: white;
    --color-light-grey: #2d353d;
    --color-dark-grey: #1e2730;
    --color-mute-grey: #2d3032;

    --hole-length: 0.8rem;
}

#wrapper,
.section {
    position: relative;
    background-color: transparent;
    background: transparent;
}

.content-wrapper {
    position: relative;
    padding-bottom: 6rem;
    padding-top: 100px;
}

.content-wrapper .bg-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%,
            rgba(0, 0, 0, 0.5) 100%
        ),
        url("../images/bgs/main-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    -webkit-mask-image: linear-gradient(
        to bottom,
        black 0%,
        black 70%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 70%,
        black 100%
    );
    z-index: -1;
    pointer-events: none;
}

a {
    color: var(--color-default-text);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(
        to bottom,
        #c9a654 0%,
        #edd397 45.8%,
        #edd397 56.1%,
        #c9a654 100%
    );
    border-radius: 10px;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.section-my {
    background-color: #e5e6e7 !important;
    /* background: url('../images/bg/bg-section-transparent.webp') center; */
    background: url("../images/bg/bg-v2.webp") center;
    background-size: 110% auto;
    background-repeat: repeat-y;
    background-position: right center;
    min-height: calc(100vh - 40px);
    z-index: 2;
}
/* .section-my::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: calc(100% + 10px);
    height: 100%;
    background: url('../images/bg/bg-section-brush.webp') bottom center;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
} */

.section-title-bg-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section-title-bg {
    background: linear-gradient(
        90deg,
        rgba(255, 199, 0, 0) 0%,
        #856509 52%,
        rgba(232, 255, 89, 0) 100%,
        rgba(255, 199, 0, 0) 100%
    );
    padding: 5px 40px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
    font-style: italic;
    font-weight: 800;
    min-width: 280px;
    text-align: center;
}
.section-title-bg div {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.4));
}

.text-coming-soon {
    font-family: "Black Range Free", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.btn-custom {
    background: url("../images/orns/tab-active.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Black Range Free", sans-serif;
    font-weight: 500;
}
.btn-custom:hover {
    background: url("../images/orns/tab-hover.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-custom.btn-sm {
    padding: 8px 30px 6px;
}

.news-card {
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}
/* .news-card::before {
    content: '';
    position: absolute;
    top: calc(50% - 80px);
    left: -100px;
    transform: translateY(-50%);
    width: 200px;
    height: 100%;
    background: url('{{ asset("images/orns/news-hover-left.png") }}');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.news-card::after {
    content: '';
    position: absolute;
    top: calc(50% - 40px);
    right: -120px;
    transform: translateY(-50%);
    width: 300px;
    height: 500px;
    background: url('{{ asset("images/orns/news-hover-right.png") }}');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
} 
.news-card-link:hover .news-card::before,
.news-card-link:hover .news-card::after {
    opacity: 1;
} */
.news-card-img {
    position: relative;
    z-index: 10;
}
.news-card-img img {
    height: 200px;
    object-fit: cover;
}
.news-card-content-outer {
    background: transparent;
    padding: 2px;
    margin-top: -45px;
}
.news-card-content {
    position: relative;
    background: transparent;
    padding: 55px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    transition: all 0.2s ease-in-out;
}
.news-card .news-card-content .news-card-date {
    color: #333333;
    font-size: 0.8rem;
    margin-bottom: 3px;
    border-bottom: 1px solid #f59d00;
    padding-bottom: 4px;
}
.news-card .news-card-content .news-card-title {
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card-link:hover .news-card {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}
/* .news-card-link:hover .news-card-content-outer {
    background: linear-gradient(180deg, #F59D00 0%, #FFD800 100%);
} */
.news-card-link:hover .news-card-content {
    background: white;
}

/* ===== SEASON 14 ===== */
.section-my.section-14,
.section-14 {
    background-color: #fefefe !important;
}
.canvas-alt-tabs.tabs-bb {
    border-bottom: none;
    align-items: center;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
    /* color: #ffffff;
    text-transform: uppercase;
    background: radial-gradient(62.12% 108.24% at 0% 0%, #535353 0%, #050505 100%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    opacity: 0.4;
    font-size: 1rem;
    border: 2px solid #171717 !important;
    letter-spacing: 1px; */

    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%
    );
    margin: 0;
    padding: 8px 20px !important;
    background: #cfcfcf3d !important;
    color: #373737 !important;
    text-align: center;
    white-space: nowrap;
    margin: 0 -5px;
    transition: all 0.2s ease-in-out;
    border: none !important;
    opacity: 0.7;
    min-width: 90px;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link:hover,
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    /* opacity: 1; */
    background: linear-gradient(180deg, #323232 0%, #cfb30e 100%) !important;
    color: white !important;
    position: relative;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    /* filter: drop-shadow(0 0.2rem 0.15rem rgba(0, 0, 0, 0.5)); */
    /* border: 2px solid #D7B602 !important; */
    opacity: 1;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active div {
    color: white !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%);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::before {
    width: 100%;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/s14/bg/bg-tabs.png") no-repeat;
    background-size: calc(100% + 20px) 100%;
    background-position: center;
    filter: brightness(30%);
    z-index: -1;
}
.tabs li .nav-link {
    margin-bottom: 0 !important;
}

.news-card-img img {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    border: 8px solid transparent;
    transition: all 0.2s ease-in-out;
}
.news-card-img.full-height img {
    object-fit: contain;
    object-position: 15px;
}
.news-card-content-outer {
    border-radius: 0 0 15px 15px;
    margin-top: -15px;
}
.news-card-content {
    /* padding: 35px 20px 25px; */
    padding: 22px 20px 15px;
    border-radius: 0 0 15px 15px;
    z-index: 0;
}
.news-card-content::before {
    content: "";
    position: absolute;
    top: -35px;
    right: -2px;
    background: url("../images/s14/orns/orn-news.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: auto;
    height: 100px;
    aspect-ratio: 16/9;
    z-index: 10;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.news-card-link:hover .news-card-content {
    background: white;
}
.news-card-link:hover .news-card .news-card-img img {
    border-color: #fccc01;
    background-color: white;
}
.news-card-link:hover .news-card-content::before {
    opacity: 1;
}
.news-card .news-card-content .news-card-date,
.news-card .news-card-content .news-card-title {
    position: relative;
    z-index: 1;
}

/* -- dd select -- */
.dd-select,
.dd-option {
    /* background: linear-gradient(90deg, #D8C63C 0%, #CDA550 45.31%, #D8C63C 100%) !important; */
    border: none !important;
}
.dd-select {
    /* background: url('{{ asset("images/orns/dropdown-bg.png") }}') center !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important; */
    padding: 0;
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.dd-select .dd-selected {
    text-align: center;
    padding-right: 25px;
    /* background: rgba(255, 255, 255, 0.35); */
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
/* .dd-select:hover .dd-selected {
    background: rgba(255, 255, 255, 0.7);
} */
.dd-options {
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
}
.dd-select,
.dd-options {
    border-radius: 6px !important;
}
.dd-select .dd-selected,
.dd-options .dd-option {
    /* padding: 7.5px; */
    padding: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dd-options .dd-option.dd-option-selected,
.dd-options .dd-option:hover {
    background: rgba(255, 255, 255, 0.25);
}
.dd-select .dd-selected label,
.dd-options .dd-option label {
    margin-bottom: 0;
    /* color: #333333; */
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.5 !important;
}
.dd-select .dd-pointer-down {
    border-top-color: #333333;
}
.dd-select .dd-pointer-up {
    border-bottom-color: #333333 !important;
}
.dd-option-image,
.dd-selected-image {
    max-width: 30px !important;
}

.btn-custom {
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
    color: white;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 4px 25px !important;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}
.btn-custom:hover {
    background: radial-gradient(
        62.12% 108.24% at 0% 0%,
        #535353 0%,
        #050505 100%
    ) !important;
    color: white;
    opacity: 0.75;
}
.btn-custom.btn-sm {
    padding: 8px 30px 6px;
}

.fn-rank {
    font-size: 1.25rem;
    font-weight: 300 !important;
}

.btn-cdkeys {
    position: sticky;
    bottom: 30px;
    left: calc(100% - 100px);
    z-index: 1000;
    display: flex;
    width: 70px;
    height: auto;
    aspect-ratio: 1;
    transition: all 1s ease-in-out;
}
.btn-cdkeys .btn-close-cdkey {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: auto;
    aspect-ratio: 1;
    padding: 5px;
    background: white;
    border-radius: 50%;
    font-size: 0.6rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-cdkeys.closed {
    position: absolute;
    left: calc(100% + 100px);
    pointer-events: none;
}

.section {
    margin: 0;
    padding: 0;
}

.section-banner .banner-content {
    position: absolute;
    top: calc(50%);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 4rem;
}

.section-banner .banner-content .banner-socials {
    display: flex;
    justify-content: space-between;
    column-gap: 0.5rem;
    max-width: fit-content;
    margin-top: 6rem;
}

.section-banner .banner-content .banner-socials .social-link {
    color: white;
    background: #ffffff1f;
    border-radius: 100%;
    height: auto;
    width: 40px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content .banner-info .banner-desc {
    color: white;
}

.banner-video-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 320px;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}

.banner-video-wrapper .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-video-wrapper .video-thumbnail .video-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    color: white;
    background: linear-gradient(to top, black 0%, transparent 60%, transparent);
}
.banner-video-wrapper
    .video-thumbnail
    .video-thumbnail-overlay
    .video-thumbnail-play {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%); */
    align-self: center;
    flex-grow: 1;
    width: 48px;
    height: auto;
    aspect-ratio: 1;

    cursor: pointer;
}

.banner-video-wrapper
    .video-thumbnail
    .video-thumbnail-overlay
    .thumbnail-title {
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
}

.banner-video-wrapper
    .video-thumbnail
    .video-thumbnail-overlay
    .thumbnail-date {
    font-weight: 400;
    font-size: 0.9rem;
}

.banner-video-wrapper video {
    width: 100%;
    height: 100%;
}

.title-themed {
    --shift-length: 3px;
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
}

.title-themed::before {
    content: attr(data-text-shadow);
    position: absolute;
    top: var(--shift-length);
    left: var(--shift-length);
    color: var(--color-red-theme);
    z-index: -1;
    font-weight: 700;
    width: 110%;
}

.tabs .nav {
    position: relative;
    flex-wrap: nowrap;
    background: transparent;
    column-gap: 2px;
}

.tabs .nav .nav-item {
    width: 100%;
    background: #2d353d;
}

.tabs .nav .nav-item .nav-link {
    background: transparent;
}

.tabs .nav .nav-item:hover,
.tabs .nav .nav-item:has(.nav-link.active) {
    background: red;
}

.tabs .nav .nav-item .nav-link {
    text-align: center;
    font-weight: 500;
    text-transform: capitalize !important;
    color: white;
    /* padding: 0.5rem 2rem; */
    font-size: 0.8rem;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs .nav .nav-item-wrapper {
    position: relative;
    width: 100%;
}

.tabs .nav .nav-item-wrapper:first-of-type .nav-item {
    clip-path: polygon(
        0 var(--hole-length),
        var(--hole-length) var(--hole-length),
        var(--hole-length) 0,
        100% 0,
        100% 100%,
        0 100%
    );
}
.tabs .nav .nav-item-wrapper:last-of-type .nav-item {
    clip-path: polygon(
        0% 0%,
        0 100%,
        calc(100% - var(--hole-length)) 100%,
        calc(100% - var(--hole-length)) calc(100% - var(--hole-length)),
        100% calc(100% - var(--hole-length)),
        100% 0
    );
}

.btn-themed-wrapper .btn-themed {
    position: relative;
    display: inline-block;
    background: var(--color-red-theme);
    clip-path: polygon(
        var(--hole-length) 0%,
        var(--hole-length) var(--hole-length),
        0 var(--hole-length),
        0 100%,
        calc(100% - var(--hole-length)) 100%,
        calc(100% - var(--hole-length)) calc(100% - var(--hole-length)),
        100% calc(100% - var(--hole-length)),
        100% 0
    );
    min-height: calc(var(--hole-length) * 2);
    padding: 0.5rem 2.8rem;
    color: white;
    font-weight: 500;
    border: none;
}

.btn-themed-wrapper {
    position: relative;
    display: inline-block;
}

.tabs .nav .nav-item-wrapper:first-of-type::before,
.btn-themed-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--hole-length) - 2px);
    height: auto;
    aspect-ratio: 1;
    background: var(--color-red-theme);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.tabs .nav .nav-item-wrapper:first-of-type::before {
    background: var(--color-light-grey);
}

.tabs .nav .nav-item-wrapper:first-of-type:hover::before,
.tabs .nav .nav-item-wrapper:first-of-type:has(.nav-link.active)::before {
    background: var(--color-red-theme);
}

.tabs .nav .nav-item-wrapper:last-of-type::after,
.btn-themed-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(var(--hole-length) - 2px);
    height: auto;
    aspect-ratio: 1;
    background: var(--color-red-theme);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.tabs .nav .nav-item-wrapper:last-of-type::after {
    background: var(--color-light-grey);
}

.tabs .nav .nav-item-wrapper:last-of-type:hover::after,
.tabs .nav .nav-item-wrapper:last-of-type:has(.nav-link.active)::after {
    background: var(--color-red-theme);
}

.toggle .toggle-header {
    background: linear-gradient(90deg, #de1a1e 0%, rgba(120, 14, 16, 0) 100%);
    color: white;
    margin: 0;
}

.toggle .toggle-title {
    padding: 0.2rem 0.8rem;
}

.matches-list {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.matches-list .matches-item {
    column-gap: 1rem;
    background: var(--color-dark-grey);
    border-radius: 6px;
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
}

.matches-list .matches-item:hover {
    background: #e624293d;
}

.matches-list .matches-item .bo {
    background: #ffffff1f;
    border-radius: 6px;
    padding: 0.2rem 0.7rem;
    max-height: 32px;
    text-align: center;
}

.matches-list .matches-item .schedule {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
}

.matches-list .matches-item .schedule .schedule-date {
    min-width: 81px;
}

.matches-list .matches-item .team-info {
    min-width: 120px;
    font-size: 0.9rem;
}

.matches-list .matches-item .team-info .team-info-1,
.matches-list .matches-item .team-info .team-info-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.table-statistics .team-logo,
.matches-list .matches-item .team-info .team-info-logo {
    width: 32px;
    height: 32px;
}

table.table-statistics .team-logo img,
.matches-list .matches-item .team-info .team-info-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.matches-list .matches-item .match-status {
    margin-left: auto;
    text-transform: capitalize;
    font-size: 0.8rem;
}

.matches-list .matches-item .match-status.completed {
    color: #ffffff80;
    font-weight: lighter;
}

.matches-list .matches-item .match-status.upcoming {
    color: #66ed9d;
    font-weight: bold;
}

.matches-list .matches-item .match-status.live {
    font-weight: bold;
    background: white;
    color: var(--color-red-theme);
    padding: 0.2rem 1.5rem;
    text-transform: uppercase;
    border-radius: 4px;
}

.table-statistics-wrapper {
    width: 100%;
    height: fit-content;
    overflow-x: auto;
}

.table-statistics-wrapper table.table-statistics {
    font-size: 0.8rem;
}

.table-statistics-wrapper table.table-statistics thead tr {
    background-color: transparent;
    background: transparent;
}

.table-statistics-wrapper table.table-statistics thead tr th {
    background: var(--color-mute-grey);
    padding: 0.2rem 0.5rem;
}

.table-statistics-wrapper
    table.table-statistics
    thead
    tr
    th:not(:last-of-type) {
    border-left: 2px solid black;
}

.table-statistics-wrapper table.table-statistics thead tr th:last-of-type {
    border-top-right-radius: 6px;
}

.table-statistics-wrapper table.table-statistics thead tr th:first-of-type {
    border-top-left-radius: 6px;
}

.table-statistics-wrapper table.table-statistics tbody tr td {
    border-bottom: 1px solid white;
}

.table-statistics-wrapper table.table-statistics tbody tr td {
    padding: 0.2rem 0.5rem;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
    background: var(--color-dark-grey);
    background-color: var(--color-dark-grey) !important;
}

.stick-orn {
    position: absolute;
    background: linear-gradient(
        90deg,
        #c9a654 0%,
        #edd397 45.8%,
        #edd397 56.1%,
        #c9a654 100%
    );

    width: 100%;
    height: 2px;
}

.stick-orn::before,
.stick-orn::after {
    content: "";
    background: linear-gradient(
        90deg,
        #c9a654 -20.7%,
        #edd397 44.06%,
        #edd397 58.63%,
        #c9a654 120.7%
    );
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.stick-orn::before {
    left: -2px;
}
.stick-orn::after {
    right: -2px;
}

input.form-themed {
    border-radius: 0;
    border: none;
    background: black;
    color: white;
    height: 40px;
    /* min-width: 320px; */
    padding: 0.3rem 1rem;
}

input.form-themed::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.more-component {
    display: flex;
    align-items: center;
    line-height: 2.5;
    font-weight: 500;
    column-gap: 0.3rem;
}

.more-component img {
    width: 24px;
}

.title-themed-orn-wrapper {
    position: relative;
}

.title-themed-orn-wrapper::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(120px, -50%);
    width: 90px;
    height: 24px;
    background: url(../images/orns/title-orn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-divider {
    width: 100%;
    height: 2rem;
    background: url("../images/orns/title-orn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6rem auto;
}

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

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

/* lg: desktop */
@media (min-width: 992px) {
    /* .content-wrapper {
        padding-top: 60px;
    } */

    .matches-list .matches-item {
        column-gap: 1.5rem;
    }

    .tabs .nav .nav-item .nav-link {
        min-width: 110px;
    }

    .title-themed-orn-wrapper::before {
        display: block;
    }
    .mobile-divider {
        display: none;
    }
    .w-lg-auto {
        width: auto !important;
    }

    .content-wrapper {
        padding-top: unset;
    }
    .section-my {
        /* padding-top: 140px; */
        padding-top: 120px;
    }
    .section-title-bg-outer {
        margin-bottom: 30px;
    }
    .section-title-bg {
        font-size: 2rem;
    }

    .text-coming-soon {
        font-size: 5rem;
    }

    .canvas-alt-tabs.tabs-bb .nav-link,
    .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
        font-size: 1.25rem;
        /* border: 2px solid #171717 !important; */
        padding: 2px 30px;
    }
    .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
        padding: 8px 30px !important;
    }
    .canvas-alt-tabs.tabs-bb .nav-link.active {
        /* border: 2px solid #D7B602 !important; */
    }
    .canvas-alt-tabs.tabs-bb .nav-item:first-child .nav-link {
        border-radius: 0.5rem 0 0 0.5rem;
    }
    .canvas-alt-tabs.tabs-bb .nav-item:last-child .nav-link {
        border-radius: 0 0.5rem 0.5rem 0;
    }
}

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

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