::-webkit-scrollbar {
    width: 5px;
    background: rgba(136, 136, 136, 0.30);
}

* {
    scroll-behavior: smooth;
    transition: 0.10s ease-out;
}

:hover {
    transition: 0.10s ease-out;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.display-none {
    display: none;
}

.acl-background {
    width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -88;
}

.acl-firstpage {
    position: relative;
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.acl-firstpage .logo {
    text-align: center;
    margin-bottom: 20px;
}

.acl-firstpage .logo img {
    width: 168px;
    height: inherit;
    object-fit: contain;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
    -webkit-user-drag: none;
}

.acl-firstpage .person-type button {
    display: block;
    max-width: 394px;
    width: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 14px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.acl-firstpage .person-type button:hover {
    opacity: 0.75;
}

.acl-firstpage .person-type button:first-child {
    margin-bottom: 12px;
}

.partners {
    width: 100%;
    padding: 15px 20px;
    background: rgb(242 242 242 / 70%);
    margin-top: 30px;
    margin-bottom: 60px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
}

.partners h6 {
    font-family: "Thaileague" !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.partners img {
    width: 148px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
    -webkit-user-drag: none;
}

.partners .official-partner {
    margin-bottom: 20px;
}

.partners .official-supporters img {
    display: inline-block;
}

#btnSeason {
    background: rgb(177, 18, 19);
    background: linear-gradient(90deg, rgba(177, 18, 19, 1) 0%, rgba(215, 41, 43, 1) 80%, rgba(230, 61, 62, 1) 100%);
}

#btnMember {
    background: rgb(0, 58, 167);
    background: linear-gradient(90deg, rgba(0, 58, 167, 1) 0%, rgba(24, 81, 187, 1) 80%, rgba(56, 103, 191, 1) 100%);
}

.acl-container {
    width: 100%;
    border-radius: 10px;
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
}

.acl-container .login_logo_contain {
    margin: unset;
}

.acl-container .login-jleague-banner {
    width: 168px;
    height: inherit;
    object-fit: contain;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
    -webkit-user-drag: none;
}

.acl-container .login_word_block {
    width: 100%;
    text-align: center;
}

.acl-container .login_type_box {
    position: relative;
    margin: unset;
    width: 100%;
    border: none;
    padding: 15px 20px 26px;
    background: #242630db;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
}

.acl-container .login_space_udl {
    margin: 12px auto 18px;
    border-radius: 50%;
    width: 70%;
    height: 1px;
    background: #13171b4d;
}

.season_card_label,
.login_password_label {
    letter-spacing: 0.5px;
}

.season_card_label.active,
.login_password_label.active {
    letter-spacing: 0.5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.season_card_no,
.login_password {
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 1.5px solid transparent;
    color: #13171b;
}

.season_card_no.active {
    border: 1.5px solid #ee7921;
}

.login_password.active {
    border: 1.5px solid #ee7921;
}

.title-1 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.title-2 {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.subtitle-1 {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.subtitle-2 {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.text-black {
    color: #13171b;
}

.text-iron {
    color: #23292e;
}

.text-white {
    color: #fff;
}

.text-silver {
    color: #f4f4f4;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.acl-container .login-part {
    margin-top: 32px;
}

.acl-container .login-button-1 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.acl-container .login-button-1.disable {
    background: rgb(131, 133, 137);
    background: linear-gradient(90deg, rgb(131 133 137) 10%, rgb(131 133 137) 100%);
    box-shadow: 0 1px 5px rgb(131 133 137 / 60%) !important;
    pointer-events: none;
    cursor: default;
}

.acl-container .login-alert {
    text-align: center;
    width: 100%;
}

.acl-container .login-alert p {
    margin-top: 10px;
    margin-bottom: -12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ff1d1d;
    text-decoration: underline;
}

.acl-container .login-alert p.text-danger {
    text-shadow: 0 2px 4px rgb(255 0 0 / 60%);
}

.acl-container .login-alert p.text-success {
    text-shadow: 0 2px 4px rgb(0 207 90 / 60%);
}

.gradient-no1 {
    background: rgb(253 158 76);
    background: linear-gradient(30deg, rgb(230 71 0) 0%, rgb(253 158 76) 100%);
    box-shadow: 0 1px 6px rgb(255 138 52 / 70%);
}

.gradient-no2 {
    background: rgb(255 28 9);
    background: linear-gradient(225deg, rgb(255 167 103) 10%, rgb(255 28 9) 100%);
    box-shadow: 0 1px 6px rgb(255 28 9 / 70%);
}

.gradient-no3 {
    background: rgb(19, 19, 168);
    background: linear-gradient(225deg, rgba(19, 19, 168, 1) 10%, rgba(0, 0, 93, 1) 72%);
    box-shadow: 0 1px 6px rgb(19 19 168 / 80%);
}

.gradient-no4 {
    background: rgb(115 80 211);
    background: linear-gradient(225deg, rgb(115 80 211) 10%, rgb(67 12 214) 100%);
    box-shadow: 0 1px 6px rgb(67 12 214 / 80%);
}

.gradient-no5 {
    background: rgb(115 80 211);
    background: linear-gradient(225deg, rgb(118 88 202) 10%, rgb(53 20 141) 100%);
    box-shadow: 0 1px 6px rgb(53 20 141 / 80%);
}

.gradient-disable {
    background: rgb(131, 133, 137);
    background: linear-gradient(90deg, rgb(131 133 137) 10%, rgb(131 133 137) 100%);
    box-shadow: 0 1px 5px rgb(131 133 137 / 60%) !important;
}

.br-1 {
    display: block;
    margin-top: -5px;
}

.head-logo {
    width: 138px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}

.hamburger .line.line:nth-child(1) {
    background-color: #fff;
}

.hamburger .line {
    background-color: #fff;
}

.ham-sub-menu.gradient-no1 ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.acl-content-bg {
    background: #f9f9f9;
}

.awaymatch-content {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.recieve-ticket-contain {
    margin: 30px auto 50px auto;
}

.footer-button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
}

.btn-t1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-t2 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.mb-0 {
    margin-bottom: 0;
}

.ticket_match_background.jleague-match-head {
    background-position: bottom center;
}

.ticket_match_background.jleague-match-head:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.6;
}

.ticket_match_background.jleague-match-head::before {
    background: linear-gradient(30deg, rgb(230 71 0) 0%, rgb(255 194 142 / 95%) 100%);
    opacity: 0.5;
}

.ticket_match_background.jleague-match-head::after {
    content: unset;
}

.ticket_match_background {
    padding: 40px 0 45px;
    box-shadow: 0 1px 6px rgb(255 138 52 / 70%);
}

.acl-matchhead .match_banner_league_badge {
    height: 54px;
    max-width: 200px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}

.acl-matchhead .match_banner_date_contain {
    margin: 18px auto;
}

.acl-matchhead .match_banner_date_contain h5 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.6);
}

.mt-2 {
    margin-top: 2px;
}

.acl-matchhead .match_banner_team_contain h2 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.6);
    color: #fff;
}

.acl-matchhead .match_banner_team_badge {
    margin-bottom: 10px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}

.acl-matchhead .match_banner_team_contain h5 {
    width: 114px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 40px;
    line-height: 1.5;
}

.acl-detail .info_container_1 {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.acl-detail .main_stadium tr td a {
    display: block;
    height: 100%;
}

.acl_Modal {
    padding-right: 0 !important;
}

.acl_Modal .modal-dialog {
    max-width: 720px;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 30px;
}

.acl_Modal .modal-header {
    background: rgb(253 158 76);
    background: linear-gradient(30deg, rgb(230 71 0) 0%, rgb(253 158 76) 100%);
}

.acl_Modal .modal-header h5 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

.acl_Modal .modal-header button {
    color: #fff;
    opacity: 1;
    padding: 0.85rem;
    padding-right: 1.25rem;
}

.acl_Modal .modal-header button span {
    color: #fff;
}

.acl_Modal .modal-body {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-break: break-word;
    margin: 0 auto;
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #474747;
}

.acl_Modal .modal-footer button {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}

.acl_Modal .modal-footer button.button-check {
    background: rgb(253 158 76);
    background: linear-gradient(30deg, rgb(230 71 0) 0%, rgb(253 158 76) 100%);
}

.acl_Modal .modal-footer button.button-cancel {
    filter: grayscale(.8);
}

.stadium-zone-price {
    pointer-events: none;
}

#modalTerm2 {
    padding-bottom: 60px;
    overflow-y: scroll;
}

#modalTerm2::-webkit-scrollbar {
    display: none;
}

.acl_Modal .modal-body .typeID {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    word-break: break-word;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #474747;
}

.acl_Modal .modal-body .typeID-eng {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    word-break: break-word;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #474747;
}

.acl_Modal .modal-body .typeID-input {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f17023;
    text-align: center;
    margin-bottom: 12px;
    border: 1px solid #ced4da;
    outline: none;
}


.acl_Modal .modal-body .typeID-input:hover,
.acl_Modal .modal-body .typeID-input:focus {
    border: 1px solid rgb(253 158 76);
    outline: none;
    box-shadow: unset;
}

.acl_Modal .modal-body #textMemberCodeCheck {
    width: 100%;
    word-break: break-word;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ff1d1d;
}

.pay-button[_kpayment] {
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: rgb(42, 218, 125);
    background: linear-gradient(270deg, rgba(42, 218, 125, 1) 0%, rgba(0, 163, 77, 1) 80%, rgba(0, 163, 77, 1) 100%);
    text-transform: uppercase;
}

.awaymatch-padding-banner.ticketPaymentStatus {
    min-height: 100vh;
    padding-top: 120px;
    margin-bottom: 0;
}

.match_program_section.jleague-first-section.aclFirst_section {
    position: relative;
    background-size: cover;
    background-position: bottom center;
    box-shadow: 0 1px 6px rgb(255 138 52 / 70%);
    background-image: url(../../assets/images/match-bg-lg2.jpg);
}

.match_program_section.jleague-first-section.aclFirst_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, rgb(208 64 0) 0%, rgb(253 194 143 / 95%) 100%);
    opacity: 0.5;
}

.aclFirst_section .heading_line_1 {
    width: 186px;
    height: 1px;
    background: #f6f6f6;
    margin: 12px auto 12px auto;
}

.aclFirst_section .aclHeadingword-1 {
    text-align: center;
    position: relative;
    z-index: 3;
}

.aclFirst_section .aclHeadingword-1 h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.aclFirst_section .aclHeadingword-1 h6 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.aclFirst_section .login_back_btn {
    position: relative;
    z-index: 3;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.aclFirst_section .login_back_btn:hover {
    color: #d42929 !important;
    font-weight: 700;
    transition: 0.16s ease-out;
}

.aclForm_1.regis_container {
    max-width: 780px;
    width: 70%;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
    background: #F9F9F9;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.aclForm_1 .regis_label {
    pointer-events: none;
    letter-spacing: 0.5px;
}

.aclForm_1 .regis_label.active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.aclForm_1 .regis_mb_1 {
    margin-bottom: 14px;
}

.aclForm_1 .regis_input {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #13171b;
    border: 1px solid #707070;
}

.aclForm_1 .regis_input:hover,
.aclForm_1 .regis_input:focus {
    border: 1px solid rgb(253 158 76);
    outline: none;
    box-shadow: unset;
}

.aclForm_1 .regis_submit {
    margin-top: 36px !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

button.disable {
    box-shadow: 0 1px 5px rgb(131 133 137 / 60%) !important;
    pointer-events: none;
    cursor: default;
}

.aclRegis-1 h5 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
}

.aclRegis-1.my_ticket_action_box button {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 10px 0;
    color: #fff;
}

.aclForm_1.regis_container.mb-fixed {
    margin-bottom: 60px;
}

.aclRegis-1.my_ticket_action_box {
    margin-bottom: 60px;
}


/* ACL Away Recieve Page */
.aclAway_recieve_container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
}

.aclAway_recieve_container .qr-detailing {
    position: relative;
    margin-top: 30px;
}

.aclAway_recieve_container .qr-detailing .ticket-refresh {
    position: absolute;
    top: -5px;
    right: 10px;
    width: auto;
    margin: 0;
}

.aclAway_recieve_container .qr-detailing .ticket-refresh .ticket-refresh-icon {
    font-size: 1.250rem;
    color: #00B206;
    text-shadow: 0 1px 4px #00b206;
}

.aclAway_recieve_container .ticket-qrCode-contain .ticket-no {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.aclAway_recieve_container .qr-detailing .ticket-qrCode-contain {
    margin: auto;
    width: 230px !important;
    height: 230px;
    object-fit: contain;
    text-align: center;
}

.aclAway_recieve_container #myTicketCarousel .carousel-control-prev {
    left: -120px;
}

.aclAway_recieve_container #myTicketCarousel .carousel-control-next {
    right: -120px;
}

.aclAway_recieve_container .recieve_ticket_arrow {
    font-size: 1.5rem;
    color: #1a1a1a;
}

.aclAway_recieve_container .matchlist-top-contain {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #F9F9F9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 5px;
}

.aclAway_recieve_container .ticket-status-info {
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
}

.aclAway_recieve_container .matchlist-top-contain .ticket-status-p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.aclAway_recieve_container .matchlist-top-contain .ticket-status-h4 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.aclAway_recieve_container .ticket-status-h4.ready {
    color: #00B206;
    text-shadow: 0 1px 3px rgba(0, 178, 6, 0.40);
}

.aclAway_recieve_container .ticket-status-h4.used {
    color: #ff1f1f;
    text-shadow: 0 1px 3px rgba(255, 32, 32, 0.60);
}

.aclAway_recieve_container .ticket-stamp-in {
    transform: translate(0px, -2px);
}

.aclAway_recieve_container .ticket-status-stamp {
    width: 100%;
    height: auto;
}

.aclAway_recieve_container .ticket-status-udl {
    width: 80%;
    height: 1px;
    background: #4747477c;
    margin: 10px auto;
}

.aclAway_recieve_container .matchlist-top-contain .ticket-owner-h4 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #474747;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
/* ========================= */

@media (max-width:1199px) {
    .acl-background.home {
        background-image: url(../../assets/images/acl-bg-sm.png);
    }

    .ticket_match_background.jleague-match-head {
        background-image: url(../../assets/images/match-bg-sm1.jpg);
    }

}

@media (min-width:300px) and (max-width:374px) {
    .acl-firstpage .logo img {
        width: 148px;
    }

    .partners .official-supporters img {
        display: block;
        margin: 0 auto;
    }

    .partners img {
        width: 138px;
    }

    .acl-container .season_card_label {
        font-size: 12px;
        letter-spacing: 0;
        transform: translate(10px, 11px);
    }

    .acl-container .season_card_label.active {
        font-size: 11px;
        letter-spacing: 0;
        transform: translate(5px, -7px);
    }

    .acl-container .login_password_label {
        font-size: 12px;
        letter-spacing: 0;
        transform: translate(10px, 11px);
    }

    .acl-container .login_password_label.active {
        font-size: 11px;
        letter-spacing: 0;
        transform: translate(5px, -7px);
    }

    .acl-matchhead .match_banner_team_contain h5 {
        width: 102px;
        font-size: 12px;
    }

    .acl_Modal .modal-footer button {
        font-size: 12px;
        padding: 8px 7px;
    }

    .aclForm_1.regis_container {
        width: 95%;
        padding: 20px 15px;
    }

    .aclForm_1 .regis_input {
        padding: 8px 10px;
    }

    .aclForm_1 .regis_label {
        font-size: 11px;
        transform: translate(12px, 11px);
    }

    .aclForm_1 .regis_label.active {
        font-size: 10px;
        transform: translate(8px, -7px);
    }

    .aclAway_recieve_container .qr-detailing .ticket-qrCode-contain {
        width: 200px !important;
        height: 200px;
    }

    .aclAway_recieve_container #myTicketCarousel .carousel-control-prev {
        left: -50px;
    }
    
    .aclAway_recieve_container #myTicketCarousel .carousel-control-next {
        right: -50px;
    }

}

@media (min-width:375px) and (max-width:575px) {
    .aclForm_1.regis_container {
        width: 90%;
        padding: 25px 30px;
    }
}

@media (max-width:575px) {
    .partners .official-supporters .img1 {
        margin-bottom: 5px;
    }

    .login-part .function-slash-1 {
        display: none;
    }

    .login-part .split-line-1 {
        display: block;
        margin-top: -5px;
    }

    .awaymatch-content {
        padding: 18px 20px;
    }

    .acl_Modal .modal-header h5 {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .match_program_section.jleague-first-section.aclFirst_section {
        background-image: url(../../assets/images/match-bg-sm1.jpg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header.jleague-header {
        padding: 0 50px;
    }
}

@media (min-width:1200px) {
    .acl-background.home {
        background-image: url(../../assets/images/acl-bg-lg.png);
    }

    .header_user_word {
        font-size: 14px;
        color: #fff !important;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .header_user_word .fa-caret-down {
        color: #fff !important;
    }

    .header_user_i {
        font-size: 14px;
        color: #fff;
    }

    .desktop_user_logout_contain {
        position: absolute;
    }

    .desktop_user_logout.gradient-no1 {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-style: normal;
        color: #fff;
    }

    .desktop_user_logout.gradient-no1:hover {
        background: rgb(253 158 76);
        background: linear-gradient(30deg, rgb(230 71 0) 0%, rgb(253 158 76) 100%);
        color: #fff;
    }

    .ticket_match_background.jleague-match-head {
        background-image: url(../../assets/images/match-bg-lg2.jpg);
    }

    .acl-matchhead .match_banner_home_contain {
        transform: translate(-120px, 0);
    }

    .acl-matchhead .match_banner_away_contain {
        transform: translate(120px, 0);
    }
}