@font-face {
    font-family: 'Wildcut';
    src: url('../fonts/Wildcut.woff') format('woff'),
         url('../fonts/Wildcut.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PPNEUEMONTREAL';
    src: url('../fonts/PPNEUEMONTREAL-BOOK.woff') format('woff'),
         url('../fonts/PPNEUEMONTREAL-BOOK.ttf') format('truetype');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
}
@font-face {
    font-family: 'DRUK WIDE BOLD';
    src: url('../fonts/DRUK WIDE BOLD.woff') format('woff'),
         url('../fonts/DRUK WIDE BOLD.ttf') format('truetype');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
}
        
/* fonts */
/* body, div, p, li, .content,
input, label, h1, h2, h3, h4, h5, .button.button-desc, .button.button-desc span, .select2-container--default, div.counter, div.accordion-title {
    font-family: 'PPNEUEMONTREAL', sans-serif;
} */
.tournament-title {
    font-family: 'Wildcut', sans-serif;
    color: #6400D5 !important;
    text-shadow: 2px 6px #ffffff;
    /* font-size: 2.5rem !important; */
    font-size: 1.75rem !important;
    font-weight: 600;
}
.tournament-title div {
    text-shadow: 2px 2px #ffffff;
}
.menu-item > .menu-link > div,
.section-count .counter span,
.tabs-bb .tab-nav li a,
.tournament-registration-form .btn-submit,
.talent-registration .btn-submit,
.modal-team-detail .btn-submit {
/* .talent-registration .btn-vote { */
    font-family: 'DRUK WIDE BOLD', sans-serif;
}

/* menus */
.menu-item > .menu-link > div {
    font-size: 1rem !important;
}
.sub-menu-container li.menu-item a.menu-link {
    padding: 5px 0 !important;
}
.sub-menu-container li.menu-item a.menu-link div {
    font-size: .65rem !important;
    padding: 0 !important;
    line-height: 1.2;
}

/* sections */
.section-s24,
.section-error {
    background: linear-gradient(180deg, #FCE889 30.46%, #F6DC5F 100%) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    padding-bottom: 5rem !important;
}
.section-s24::before,
.section-error::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pmcc-2024/bg/bg-orns.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    z-index: -1;
}
.section-s24::after,
.section-error::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pmcc-2024/orns/orn-home-campus.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    z-index: -1;
}
.card {
    background: none !important;
    border: none !important;
}
.card-body {
    background: #F4B0493D !important;
}
.tab-nav {
    border-bottom-color: white !important;
}
.tabs-bb .tab-nav li a {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-bb .tab-nav li.ui-tabs-active a {
    color: #6400D5;
    text-shadow: 0 3px #ffffff;
}
.tabs-bb .tab-nav li.ui-tabs-active a {
    border-bottom: 6px solid #7BDCD8 !important;
}
.tournament-registration-form .select2-container--default .select2-selection--single, 
.tournament-registration-form .form-control,
.talent-registration .select2-container--default .select2-selection--single, 
.talent-registration .form-control {
    background: white !important;
    color: #373737 !important;
}
.tournament-registration-form .select2-container--default .select2-selection--single span,
.talent-registration .select2-container--default .select2-selection--single span {
    color: #373737 !important;
}
.tournament-registration-form .tab-nav li a,
.talent-registration .tab-nav li a {
    background: #C4D4D4 !important;
    color: #373737 !important;
}
.tournament-registration-form .tab-nav li.ui-tabs-active a,
.talent-registration .tab-nav li.ui-tabs-active a {
    border: none !important;
    color: white !important;
    background: #7BDCD8 !important;
    box-shadow: -4px 4px 0px 0px #F4B049;
}
.tournament-registration-form .btn-submit,
.talent-registration .btn-submit,
.modal-team-detail .btn-submit {
    color: white !important;
    background: #7BDCD8 !important;
    border-radius: 18px !important;
    transition: all .2s ease-in-out;
    box-shadow: -6px 6px 0px 0px #F4B049;
}
.tournament-registration-form .btn-submit:hover,
.talent-registration .btn-submit:hover,
.modal-team-detail .btn-submit:hover {
    box-shadow: 0px 0px 0px 0px #F4B049;
    opacity: 1;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6400D5 !important;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}
/* md: tablet */
@media (min-width: 768px) {
}
/* lg: desktop */
@media (min-width: 992px) {
    .section-s24 {
        padding-bottom: 12rem !important;
    }
    .tournament-title {
        font-size: 3.5rem !important;
    }
    .tabs-bb .tab-nav li a {
        font-size: .875rem;
    }
}
/* xl: wide */
@media (min-width: 1200px) {
}
/* super wide */
@media (min-width: 1440px) {
}