/* Every Page Scroll Up */

#scrollUp:hover {
    background-color: #296ad4;
}

#scrollUp::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
}

#scrollUp {
    bottom: 6%;
    font-size: 18px;
    right: 5%;
    width: 60px;
    background-color: #474747;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 2px 0 0 2px;
    border-radius: 50%;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}


/* Every Page Scroll Up */

a {
    color: #fff;
}

a:hover {
    transition: 0.16s ease-out;
    color: #296ad4;
    text-decoration: none;
}

body {
    font-family: "wittayakarn";
}

button {
    transition: 0.16s ease-out;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 8px;
    background: rgba(136, 136, 136, 0.30);
}

::-webkit-scrollbar-thumb {
    background: #8f8f8f;
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-track-piece {
    background: transparent !important;
}

.chat-board::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

.chat-board::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 30px;
}

.category-type .category-box:hover {
    background: rgb(195, 195, 195);
    cursor: pointer;
    transition: 0.08s ease-out;
}

@media (min-width: 320px) {
    .container,
    .container-ss {
        max-width: 375px;
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1160px;
    }
}

button:focus {
    outline: 0;
}

.font-bold {
    font-weight: 600 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-white {
    color: #fff;
}

.font-dark {
    color: #474747 !important;
}

.font-blue {
    color: #1E51A4;
}

.font-blue-2 {
    color: #296ad4;
}

.font-red-flat {
    color: #FC6261;
}

.thin {
    font-weight: 200;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 600;
}

.black {
    font-weight: 800;
}

.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.ls-15 {
    letter-spacing: 1.5px;
}

.ls-20 {
    letter-spacing: 2px;
}

.ls-25 {
    letter-spacing: 2.5px;
}

.ls-30 {
    letter-spacing: 3px;
}

.ls-35 {
    letter-spacing: 3.5px;
}

.ls-40 {
    letter-spacing: 4px;
}

h4 {
    font-size: 1.250rem;
    letter-spacing: 2px;
    margin-bottom: 0;
}

h6 {
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.header {
    /* position:; */
    width: 100%;
    padding: 15px 0;
    z-index: 99;
    background: #162342;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    transition: 0.05s ease-out;
}

.header.sticky {
    position: fixed;
}

.header-bg-2 {
    background: rgb(42, 55, 85) !important;
    background: linear-gradient(180deg, rgba(42, 55, 85, 1) 0%, rgba(26, 34, 53, 1) 80%) !important;
}

.header-logo-word-1 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
}

.header-logo-word-2 {
    font-size: 0.5rem;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
}

.header-logo-ml {
    margin-left: 10px;
}

.logo-img {
    width: 28px;
}

.logo h4 {
    position: relative;
    top: 7px;
}

.logo h6 {
    position: relative;
    top: 7px;
}

.header-menu li {
    display: inline;
    color: #fff;
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 3px;
    font-weight: 600;
}

.header-sub {
    margin-left: 0;
    display: inline;
    color: #fff;
    padding: 5px 20px;
    font-size: 0.9rem;
    letter-spacing: 3px;
    font-weight: 600;
}

.header-sub li {
    cursor: pointer;
    transition: 0.16s ease-out;
}

.header-function-btn {
    box-sizing: content-box;
    align-items: center;
    display: flex;
    justify-content: center;
    background: none;
    border: none;
    /* margin: 0 18px; */
    width: 38px;
    height: 38px;
}

.header-function {
    background: none;
    border: none;
    outline: 0;
    margin: 0 18px;
    cursor: pointer;
}

.login-contain {
    width: 100%;
    /* height: 45vh; */
    height: 365px;
    background: rgb(52, 68, 106);
    background: linear-gradient(180deg, rgba(52, 68, 106, 1) 0%, rgba(26, 34, 53, 1) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}

.login-back-btn {
    font-size: 0.750rem;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.16s ease-out;
}

.login-back-btn:hover {
    color: #296ad4 !important;
    transition: 0.16s ease-out;
}

.back-arrow {
    font-size: 10px;
    margin-right: 8px;
}

.login-logo-contain {
    margin: 15px 0;
    width: 100%;
    text-align: center;
}

.login-bgpu-logo {
    width: 62px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.50));
}

.head-big {
    font-size: 1.250rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.head-small {
    font-size: 0.625rem;
    font-weight: 400;
}

.login-space-udl {
    margin: 20px auto;
    border-radius: 50%;
    width: 70%;
    height: 1px;
    background: #ffffffe1;
}

.login-word-block {
    text-align: center;
    width: 100%;
    margin: 30px auto 0px auto;
}

.login-type-box {
    margin: 10px auto 0 auto;
    width: 95%;
    padding: 30px;
    background: #F9F9F9;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.season-card-no {
    outline: none;
    width: 100%;
    border: 1.5px solid #707070;
    border-radius: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #474747;
    transition: 0.16s ease-out;
}

.season-card-no.active {
    border: 1.5px solid #0F57CB;
    transition: 0.16s ease-out;
}

.login-password {
    outline: none;
    width: 100%;
    border: 1.5px solid #707070;
    border-radius: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #474747;
    transition: 0.16s ease-out;
}

.login-password.active {
    border: 1.5px solid #0F57CB;
    transition: 0.16s ease-out;
}

.login-username {
    display: block;
    text-align: left;
}

.season-card-label {
    font-size: 0.750rem;
    letter-spacing: 1.5px;
    position: absolute;
    transform: translate(20px, 11px);
    margin-bottom: 0;
    transition: 0.16s ease-out;
    color: #474747;
}

.season-card-label.active {
    font-size: 0.625rem;
    letter-spacing: 1.5px;
    position: absolute;
    transform: translate(10px, -7px);
    margin-bottom: 0;
    padding: 0 7px;
    background: #f9f9f9;
    transition: 0.16s ease-out;
    color: #6e6e6e;
}

.login-password-label {
    font-size: 0.750rem;
    letter-spacing: 1.5px;
    position: absolute;
    transform: translate(20px, 11px);
    margin-bottom: 0;
    transition: 0.16s ease-out;
    color: #474747;
}

.login-password-label.active {
    font-size: 0.625rem;
    letter-spacing: 1.5px;
    position: absolute;
    transform: translate(10px, -7px);
    margin-bottom: 0;
    padding: 0 7px;
    background: #f9f9f9;
    transition: 0.16s ease-out;
    color: #6e6e6e;
}

.login-submit {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 3px;
    margin-top: 60px;
    padding: 10px 0;
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    background: rgb(52, 68, 106);
    background: linear-gradient(270deg, rgba(52, 68, 106, 1) 0%, rgba(26, 34, 53, 1) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.16s ease-out;
}

.login-submit:hover {
    background: rgb(48, 73, 133);
    background: linear-gradient(270deg, rgb(66, 93, 156) 0%, rgb(30, 42, 70) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.16s ease-out;
}

.toggle-password {
    font-size: 0.750rem;
    position: absolute;
    transform: translate(-35px, 15px);
}

.matchlist-top-contain {
    margin-top: 20px;
    background: #F9F9F9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 5px;
}

.seasoncard-info {
    margin: 15px auto 0 auto;
    width: 90%;
    padding: 15px 30px 0 30px;
}

.matchlist-head {
    width: 100%;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #6E6E6E;
    margin-bottom: 3px;
}

.matchlist-detail {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    color: #474747;
    letter-spacing: 1.5px;
    margin-bottom: 3px;
}

.matchlist-padding-start {
    padding-inline-start: 30px;
}

.matchlist-detail-udl {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #47474765;
}

.seat-info-contain {
    width: 100%;
    height: 70px;
    border-radius: 0 0 5px 5px;
    background: #262F45;
}

.seat-info-detail {
    text-align: center;
}

.seat-info-detail h4 {
    color: #fff;
}

.seat-info-detail p {
    color: #fff;
    margin-bottom: 5px;
}

.seat-info-beetween {
    width: 1px;
    height: 36px;
    border-radius: 50%;
    background: #ffffffc7;
    margin: 0 20px;
}

.matchlist-line-space {
    width: 100%;
    height: 1px;
    margin: 20px 0 15px 0;
    border-radius: 50%;
    background: #474747;
}

.matchlist-ticket-contain {
    width: 75%;
    margin: 0 auto;
}

.matchlist-ticket-contain.inactive {
    filter: opacity(0.4);
}

.matchlist-ticket {
    z-index: 2;
    border-radius: 5px;
    width: 100%;
    height: 178px;
    margin: 15px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    background: rgb(42, 55, 85);
    background: linear-gradient(180deg, rgba(42, 55, 85, 1) 0%, rgba(26, 34, 53, 1) 80%);
}

.matchlist-ticket-background {
    z-index: 3;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.matchlist-ticket h5 {
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 3px;
}

.matchlist-ticket h6 {
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.ticket-middle h6 {
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0px;
}

.league-badge {
    height: 24px !important;
    margin-bottom: 20px;
}

.matchlist-ticket-btn {
    margin-top: 15px;
    outline: 0;
    border: 1px solid #fff;
    padding: 2px 25px;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    animation-name: ticketBtn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes ticketBtn {
    0% {
        filter: drop-shadow(0 1px 8px rgba(255, 255, 255, 0));
    }
    50% {
        filter: drop-shadow(0 1px 8px rgb(255, 255, 255, 1));
    }
    100% {
        filter: drop-shadow(0 1px 8px rgba(255, 255, 255, 0));
    }
}

.ticket-team-badge-contain {
    width: 65px;
    height: 65px;
}

.ticket-list-contain {
    width: 100%;
    height: auto;
    display: block;
}

.self-screen-contain {
    width: 100%;
    height: auto;
    display: block;
}

.ticket-middle {
    margin: 0 15px;
    width: 110px;
    text-align: center;
    word-break: break-word;
}

.ticket-badge-box {
    width: 90px;
    height: 90px;
    text-align: center;
    word-break: break-word;
    /* margin: auto 0; */
}

.ticket-badge-box img {
    width: 65px;
    height: 65px;
    margin: auto 0;
    object-fit: contain;
}

.ticket-badge-box h6 {
    margin-top: 3px;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    color: #fff;
}

.ticket-back-btn {
    font-size: 0.750rem;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.16s ease-out;
}

.ticket-back-btn:hover {
    color: #296ad4 !important;
    transition: 0.16s ease-out;
}

.back-arrow {
    font-size: 10px;
    margin-right: 8px;
}

.info-contain {
    margin: 5px 0 15px 0;
    width: 100%;
    text-align: center;
}

.head-contain {
    width: 100%;
    padding: 0 0 10px 0;
    background: rgb(52, 68, 106);
    background: linear-gradient(180deg, rgba(52, 68, 106, 1) 0%, rgba(26, 34, 53, 1) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}

.head-contain h5 {
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 3px;
}

.head-contain h6 {
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}

.ticket-beetween-udl {
    width: 90%;
    height: 1px;
    margin: 10px auto 5px auto;
    background: rgba(255, 255, 255, 0.80);
}

.ticket-container {
    margin: 10px auto 0 auto;
}

.ticket-qr-code-contain {
    margin: auto;
    width: 230px;
    height: 230px;
    object-fit: contain;
}

.ticket-qr-code-contain img {
    width: 230px;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.10));
}

.ticket-refresh-icon {
    font-size: 1.250rem;
    color: #00B206;
    text-shadow: 0 1px 4px #00b206;
}

.ticket-refresh-container {
    width: 300px;
    margin: auto;
}

.re-qr-container {
    width: 230px;
    margin: auto;
}

.bottom-active-btn {
    width: 100%;
    margin: 15px 0;
    padding: 8px 0;
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: rgb(42, 55, 85);
    background: linear-gradient(270deg, rgba(42, 55, 85, 1) 0%, rgba(26, 34, 53, 1) 80%);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.ticket-status-info {
    text-align: center;
    width: 100%;
    padding: 15px 20px 0 20px;
    border: none;
    border-radius: 5px;
}

.ticket-status-h4 {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    color: #474747;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.ticket-status-h4.ready {
    color: #00B206;
    text-shadow: 0 1px 3px rgba(0, 178, 6, 0.40);
}

.ticket-status-h4.used {
    color: #ff1f1f;
    text-shadow: 0 1px 3px rgba(255, 32, 32, 0.60);
}

.ticket-status-p {
    width: 100%;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #6E6E6E;
    margin-bottom: 5px;
}

.ticket-status-stamp {
    width: 100%;
    height: auto;
}

.ticket-status-stamp p {
    font-size: 0.750rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #334369;
    margin-bottom: 0;
}

.ticket-status-udl {
    width: 80%;
    height: 1px;
    background: #4747477c;
    margin: 0 auto 10px auto;
}

.bottom-close-contain {
    width: 80%;
    margin: 5px auto 0 auto;
}

.ticket-stamp-in {
    transform: translate(0px, -2px);
}

.ticket-stamp-expire {
    transform: translate(0px, -8px);
}

.ticket-owner-h4 {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    color: #474747;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    letter-spacing: 1.5px;
}

.self-head-contain {
    width: 100%;
    padding: 0 0 0 0;
    background: rgb(52, 68, 106);
    background: linear-gradient(180deg, rgba(52, 68, 106, 1) 0%, rgba(26, 34, 53, 1) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}

.self-head-contain h5 {
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 6px;
}

.self-screening-line {
    width: 90%;
    height: 1px;
    margin: 4px auto 10px auto;
    background: rgba(255, 255, 255, 0.80);
}

.self-screening-line-2 {
    width: 100%;
    height: 1px;
    margin: 10px auto 10px auto;
    background: rgba(110, 110, 110, 0.4);
}

.self-screen-box {
    margin: 15px 0;
}

.self-screen-box h6 {
    font-size: 0.750rem;
    letter-spacing: 1.5px;
    line-height: 18px;
    color: #474747;
    margin-bottom: 2px;
}

.ss-img-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.ss-left-question {
    width: 25px;
    height: auto;
}

.ss-right-question {
    width: 91%;
    height: auto;
}

.ss-btn {
    width: 142px;
    height: 80px;
    background: #FCFCFC;
    border: 2px solid #D5E0F1;
    transition: 0.16s ease-out;
    cursor: pointer;
    margin: 1px;
}

.ss-btn:hover {
    background: #D5E0F1;
    border: 2px solid #D5E0F1;
    transition: 0.16s ease-out;
}

.ss-btn.active {
    background: #D5E0F1;
    border: 2px solid #849bbe;
}

.ss-btn-2 {
    width: 100px !important;
    height: 80px !important;
}

.ss-btn-3 {
    width: 230px !important;
    height: 80px !important;
}

.ss-btn img {
    width: 15px;
    margin-bottom: 10px;
}

.ss-btn-answer-5 {
    width: 205px;
}

.ss-btn h5 {
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #474747;
    margin-bottom: 3px;
}

.ss-btn h6 {
    font-size: 0.750rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 13px;
    color: #6e6e6e;
    margin-bottom: 0;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.ss-answer-margin {
    margin-top: 7px;
}

.ss-answer-center {
    display: contents;
}

.ss-send-h5 {
    font-size: 0.750rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
}

.ss-send-h6 {
    font-size: 0.625rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.running-nose-fix {
    margin-right: 5px;
}

.gate-entry-contain {
    height: 768px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ge-top-banner-contain {
    width: 100%;
    /* height: 120px; */
}

.ge-banner-1 {
    margin: 40px 0;
    height: auto;
}

.ge-banner-1 img {
    width: 52px;
    margin-right: 20px;
}

.ge-h3 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 0;
}

.ge-h4 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 0;
}

.ge-h5 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 0;
}

.ge-banner-line-contain {
    height: 100%;
}

.ge-banner-line-top {
    width: 100%;
    height: 2px;
    background: #fff;
}

.ge-top-center img {
    height: 40px;
    margin-right: 32px;
    opacity: 0.9;
}

.ge-banner-udl {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 0 0 20px 0;
}

.ge-main-content {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.ge-main-content h5 {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #fff;
}

.ge-image-contain {
    width: 100%;
    padding: 20px;
    border: 1px solid #fff;
}

.ge-status-box-contain {
    padding: 30px;
    width: 100%;
    height: 100%;
}

.ge-status-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #f6f6f61a;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
}

.ge-status-box img {
    width: 58px;
    margin-top: 12px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.26));
}

.ge-face-box {
    width: 100%;
    height: 280px;
    object-fit: contain;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.ge-image-contain-udl {
    width: 100%;
    height: 1px;
    margin: 15px 0 20px 0;
    background: #ffffff99;
}

.ge-image-contain h5 {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #fff;
}

.ge-match-detail {
    text-align: center;
    margin-top: 40px;
}

.ge-match-detail-vs {
    margin: 0 15px;
}

.ge-match-team {
    width: 100%;
    height: auto;
}

.ge-match-word {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.ge-team-h5 {
    font-size: 1.250rem;
    font-weight: 600;
}

.ge-team-h6 {
    font-size: 0.750rem;
    font-weight: 400;
}

.ge-ticket-scan-contain {
    width: 80%;
    margin: 8px auto 0 auto;
}

.ge-ticket-scan {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #1a1a1a;
    outline: none;
    width: 280px;
    height: 40px;
    padding-inline-start: 20px;
    border-radius: 3px;
    border: none;
    margin-right: 15px;
}

.ge-ticket-submit {
    width: 126px;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 2px;
    background: rgb(42, 55, 85);
    background: linear-gradient(270deg, rgba(42, 55, 85, 1) 0%, rgba(26, 34, 53, 1) 80%);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.30);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .logo-img {
        width: 28px;
        transform: translate(0px, -8px);
    }
    .logo h4 {
        position: relative;
        top: 10px;
    }
    .logo h6 {
        position: relative;
        top: 11px;
    }
    .ie-head-pad {
        padding-top: 2px;
    }
}

.hamburger .line {
    width: 26px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 4px 0;
    -webkit-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.hamburger .line.line:nth-child(1) {
    margin-left: auto;
    width: 18px;
    height: 3px;
    background-color: #fff;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburgerHeader.is-active .line:nth-child(2) {
    transition: 0.2s ease-out;
    opacity: 0;
}

#hamburgerHeader.is-active .line:nth-child(1) {
    width: 26px;
    height: 3px;
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburgerHeader.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.ham-sub-menu {
    transform: translate3d(0, 60px, 0);
    visibility: hidden;
    position: absolute;
    top: 70px;
    width: 290px;
    background: #1a2235;
    z-index: 12;
    border: none;
    outline: 0;
    border-radius: 0 0 7px 7px;
    opacity: 0;
    transition: 0.08s ease-out;
}

.ham-sub-menu.active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    transition: 0.08s ease-out;
}

.ham-sub-menu ul li {
    list-style: none;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    padding: 8px 0;
}

.ham-sub-menu ul li a {
    color: #fff;
    padding-left: 20px;
}

.hamburger-sub {
    padding: 20px;
}

.hamburger-sub {
    margin-bottom: 0;
}

.hamburger-sub input[type=text] {
    width: 100%;
    padding-left: 20px;
    letter-spacing: 1.8px;
    margin-top: 0;
    outline: 0;
}

@media (min-width:320px) and (max-width:575px) {
    .header-logo-word-1 {
        font-size: 0.750rem;
        letter-spacing: 2.5px;
    }
    .header-logo-word-2 {
        font-size: 0.5rem;
        letter-spacing: 1.5px;
    }
    .header-logo-ml {
        margin-left: 2px;
    }
    .logo-img {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 22px;
        margin-right: 5px;
    }
    .logo h4 {
        position: relative;
        top: 5px;
    }
    .logo h6 {
        position: relative;
        top: 5px;
    }
    .header-function-btn {
        box-sizing: content-box;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0 3px;
        width: 32px;
        height: 32px;
    }
    h4 {
        font-size: 1rem;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    h6 {
        font-size: 0.750rem;
        letter-spacing: 1.5px;
        margin-bottom: 0;
    }
    .seasoncard-info {
        margin: 15px auto 0 auto;
        width: 90%;
        padding: 15px 20px 0 20px;
        border: none;
        border-radius: 3px;
    }
    .matchlist-ticket-contain {
        width: 95%;
        margin: 0 auto;
    }
    .ham-sub-menu {
        position: absolute;
        top: 62px;
    }
    .ss-answer-center {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .running-nose-fix {
        margin-right: 5px;
    }
    .ss-btn-3 {
        width: 90% !important;
        height: 80px !important;
    }
}

@media (min-width:576px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1699px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width:1200px) and (max-width:1699px) {}

@media (min-width:1700px) {
    .gate-entry-contain {
        height: 100vh;
    }
}


/*****************************************************
#Brenefits
******************************************************/

.season_card_banner {
    padding: 50px;
    height: 400px;
    background-image: url("../img/6 Season Card/Banner.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 50%;
}

.login_back_btn {
    font-size: 0.750rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff !important;
    padding: 2px 10px;
    margin-bottom: 20px;
}

.login_back_btn:hover {
    color: #296ad4 !important;
    transition: 0.16s ease-out;
}

.back_arrow {
    font-size: 10px;
    margin-right: 8px;
}

.ss_banner_mt1 {
    margin-top: 90px;
}

.heading_word_1 {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 0;
}

.heading_line_1 {
    width: 234px;
    height: 1px;
    background: #474747;
    margin: 15px auto auto;
}

.line_separate_1 {
    width: 234px;
    height: 1px;
    background: #474747;
    margin: 15px auto auto;
}

.ss_big_word1 {
    margin-top: 30px;
    font-size: 1.275rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 40px;
    color: #162342 !important;
    margin-bottom: 0;
}

.text_style_1 {
    font-size: 1rem;
    color: #474747;
    letter-spacing: 1.5px;
    line-height: 28px;
    margin-bottom: 0;
}

.ss_word_box_6 {
    width: 90%;
    word-break: break-word;
    height: auto;
}

.cl-font-f4 {
    color: #2e40a2!important;
}

.ss_mb_3 {
    margin-bottom: 20px;
}

.padding_ss_word_1 {
    padding-left: 30px;
}

.ss_text_alert_1 {
    color: #FE4E50 !important;
    text-decoration: underline;
    font-weight: 600;
}

.seasoncard-info-pd-15-30 {
    margin: 15px auto 0 auto;
    width: 90%;
    padding: 15px 30px 15px 30px;
}

.recieve-ticket-contain {
    width: 100%;
    margin: 20px auto 20px auto;
}

.recieve-ticket-button.inactive {
    opacity: 0.6;
    color: #fff;
    background: #292929;
    animation: none;
}

.recieve-ticket-button {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    color: #ffea52;
    text-shadow: 0 0 0 #ffe422;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 77, 1) 69%, rgba(31, 46, 77, 1) 100%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.80);
    cursor: pointer;
    animation-name: RecieveticketBtn;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes RecieveticketBtn {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 rgba(255, 228, 34, 0);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.80);
        text-shadow: 0 0 12px rgba(255, 228, 34, 0.80);
    }
    100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 rgba(255, 228, 34, 0);
    }
}

.recieve-ticket-button h4 {
    font-weight: 600;
    margin-bottom: 3px;
}

@media (min-width:320px) and (max-width:575px) {
    .season_card_banner {
        padding: 30px;
        height: -webkit-fill-available;
    }
    .ss_banner_mt1 {
        margin-top: 0px;
    }
    .heading_word_1 {
        font-size: 1.275rem;
        letter-spacing: 2px;
    }
    .ss_big_word1 {
        margin-top: 10px;
        font-size: 0.875rem;
        letter-spacing: 1.2px;
        line-height: 28px;
    }
    .text_style_1 {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 26px;
    }
    .ss_mb_3 {
        margin-bottom: 10px;
    }
    .padding_ss_word_1 {
        padding-left: 25px;
    }
    .seasoncard-info-pd-15-30 {
        margin: 15px auto 0 auto;
        width: 100%;
        padding: 10px 15px;
    }
    .match_program_section {
        padding: 30px 20px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .season_card_banner {
        padding: 30px;
        height: 360px;
    }
    .ss_banner_mt1 {
        margin-top: 100px;
    }
    .heading_word_1 {
        font-size: 1.275rem;
        letter-spacing: 2px;
    }
    .ss_big_word1 {
        margin-top: 25px;
        font-size: 0.875rem;
        letter-spacing: 1.4px;
        line-height: 28px;
    }
    .text_style_1 {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 26px;
    }
    .ss_mb_3 {
        margin-bottom: 15px;
    }
    .padding_ss_word_1 {
        padding-left: 25px;
    }
}

@media (min-width:992px) and (max-width:1699px) {
    .season_card_banner {
        padding: 30px;
        height: 360px;
    }
    .heading_word_1 {
        font-size: 1.275rem;
        letter-spacing: 2px;
    }
    .ss_big_word1 {
        margin-top: 25px;
        font-size: 1rem;
        letter-spacing: 1.6px;
        line-height: 34px;
    }
    .text_style_1 {
        font-size: 0.875rem;
        letter-spacing: 1.2px;
        line-height: 26px;
    }
    .ss_mb_3 {
        margin-bottom: 15px;
    }
    .padding_ss_word_1 {
        padding-left: 25px;
    }
}


/******************************************************
#Register Ticket
*******************************************************/

.match_program_section {
    padding: 50px;
    /* height: 490px; */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.title_register_box {
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #ffff!important;
    background: #162342;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 15px;
    line-height: 28px;
    margin: 20px auto;
}

.title_register {
    font-size: 1rem;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 28px;
    margin-bottom: 0;
}

.register_input_box {
    text-align: left;
    border: 1px solid #42568424;
    padding: 20px 20px;
    transition: all ease-in-out 0.3s;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 14px;
}

.box-radio input[type="radio"] {
    text-align: center;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

.form-inline-radio {
    /* flex-flow: inherit; */
    align-items: flex-start;
}

@media (min-width:320px) and (max-width:575px) {
    .match_program_section {
        padding: 30px 20px;
    }
    .box-radio-sm {
        margin: 7px 0 0px 15px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .match_program_section {
        padding: 30px 20px;
    }
    .box-radio-sm {
        margin: 7px 0 0px 15px;
    }
}

@media (min-width:992px) and (max-width:1699px) {
    .match_program_section {
        padding: 30px 20px;
    }
}


/***************************************************
#Shirt
***************************************************/

.recieve_ticket_info {
    text-align: center;
    margin: 20px 0;
}

.recieve_ticket_info img {
    margin: 10px 0;
    width: 300px;
}

.product-detail-item {
    width: 100%;
    word-break: break-word;
}

.product-detail-item h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 15px;
}

.product-detail-item h5 {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.product-detail-item h6 {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 22px;
    margin-bottom: 15px;
}

.recieve_ticket_info {
    text-align: center;
    margin: 20px 0;
}

.size-selection button.sold {
    border: 1px solid #9B9B9B;
    background: #9B9B9B;
    color: #fff;
    cursor: default;
}

.size-select-btn {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #474747;
    margin: 0 0 0 0;
    padding: 0;
}

.product-detail-info-side .size-selection {
    padding: 0;
    margin-bottom: 15px;
}

.product-detail-info-side .size-select-btn {
    width: 48px;
    height: 48px;
    margin-right: 5px;
}

.size-select-font {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.product-detail-quantity-pad h6 {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #474747;
    margin-bottom: 0;
}

.submit-shop-eticket button {
    padding: 8px 90px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #fff;
    background: #162342;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.recieve_ticket_arrow {
    font-size: 1.5rem;
    color: #1a1a1a;
}

@media (min-width:320px) and (max-width:575px) {
    .product-detail-info-side .size-select-btn {
        width: 36px;
        height: 36px;
        margin-right: 3px;
    }
    .size-selection {
        margin-top: 10px;
    }
    .submit-shop-eticket button {
        margin-top: 5px;
        width: 100%;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
    }
    .product-detail-item h2 {
        font-size: 1.250rem;
        letter-spacing: 1.2px;
    }
    .product-detail-item h6 {
        font-size: 12px;
        line-height: 24px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .product-detail-item h2 {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 24px;
    }
    .product-detail-item h6 {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 20px;
    }
    .product-detail-item h2 {
        font-size: 1.250rem;
        letter-spacing: 1.2px;
    }
    .product-detail-item h6 {
        font-size: 12px;
        line-height: 24px;
    }
}

@media (min-width:992px) and (max-width:1699px) {
    .product-detail-item h2 {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
    }
    .product-detail-item h6 {
        font-size: 12px;
        line-height: 24px;
    }
}


/*********************************************************
#Payment
**********************************************************/

.payment_box_1 {
    margin-top: 15px;
}

.payment_box_1 input {
    width: 18px;
    height: 18px;
    transform: translate(0, 5px);
}

.payment_m_l_1 {
    margin-left: 20px;
}

.pointer {
    cursor: pointer;
}

.text_style_2 {
    font-size: 0.875rem;
    color: #474747;
    letter-spacing: 1.3px;
    line-height: 26px;
    margin-bottom: 0;
}

.payment_line_1 {
    width: 230px;
    height: 1px;
    margin: 10px 0 5px 0;
    background: #474747;
}

@media (min-width:320px) and (max-width:575px) {}

@media (min-width:576px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1699px) {
    .text_style_2 {
        font-size: 0.750rem;
        color: #474747;
        letter-spacing: 1px;
        line-height: 24px;
    }
    .payment_line_1 {
        width: 180px;
    }
}