/* line 8, ../sass/main.scss */
body {
    font-family: "Kanit-Regular", sans-serif;
}
/*custom swal dialog*/
.swal2-popup.custom-swal-background {
    background-color: rgba(255, 255, 255, 0); /* Nền trong suốt */
    background-image: url(/new_theme/images/dialog.png); /* Đường dẫn đến ảnh nền */
    background-size: cover;
    background-position: center;
}

.swal2-popup.custom-swal-background .swal2-title,
.swal2-popup.custom-swal-background .swal2-content {
    color: rgb(255, 255, 255); /* Màu chữ của tiêu đề và nội dung */
}
.swal2-popup.custom-swal-background .swal2-confirm {
    background-color: rgba(255, 255, 255, 0); /* Màu nền nút OK */
    color: rgba(255, 255, 255, 0); /* Màu chữ nút OK */
    border: none !important;/* Bỏ viền nếu muốn */
    outline: none !important; /* Bỏ outline */
    padding: 0 !important;
}
.custom-swal-confirm-button {
    background-image: url('/new_theme/images/dialog_bt.png') !important;  /* Đường dẫn đến ảnh nút OK */
    background-size: cover !important;
    width: 250px !important;
    height: 50px !important;
    color: transparent !important;
    border: none !important; /* Bỏ viền */
    padding: 0 !important; /* Bỏ khoảng đệm */
    outline: none !important; /* Bỏ outline */
    box-shadow: none !important; /* Bỏ viền đổ bóng */
}
/*---------------*/

/* line 14, ../sass/main.scss */
.bg-site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -2;
}

/* line 25, ../sass/main.scss */
.bg-casino {
    background-image: url('/new_theme/images/BG_casino.png');
}

/* line 28, ../sass/main.scss */
.bg-block {
    background-image: url('/new_theme/images/BG_block.png');
}

/* line 31, ../sass/main.scss */
.bg-ball {
    background-image: url('/new_theme/images/BG_ball.png');
}

/* line 34, ../sass/main.scss */
.bg-hilo {
    background-image: url('/new_theme/images/BG_hilo.png');
}

/* line 37, ../sass/main.scss */
.bg-login {
    background-image: url('/new_theme/images/BG_login.png');
}

/* line 40, ../sass/main.scss */
.bg-selectRoom {
    background-image: url('/new_theme/images/BG_selectRoom.png');
}

/* line 43, ../sass/main.scss */
.bg-slot {
    background-image: url('/new_theme/images/BG_slot.png');
}

/* line 46, ../sass/main.scss */
::-webkit-scrollbar {
    width: 5px;
}

/* line 49, ../sass/main.scss */
::-webkit-scrollbar-thumb {
    background: #03ff1c;
}

/* line 52, ../sass/main.scss */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #03ff1c;
}

@font-face {
    font-family: "Digitall";
    src: url("/fonts/01 Digitall.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Kanit-Regular";
    src: url("/fonts/Kanit-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Kanit-Bold";
    src: url("/fonts/Kanit-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Kanit-Light";
    src: url("/fonts/Kanit-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* line 89, ../sass/main.scss */
p {
    margin-bottom: 0;
}

/* line 92, ../sass/main.scss */
.circle-p {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/symbol_p.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

/* line 102, ../sass/main.scss */
.circle-b {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/symbol_b.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

/* line 112, ../sass/main.scss */
.circle-t {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/symbol_t.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

/* line 123, ../sass/main.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

/* line 137, ../sass/main.scss */
img {
    max-width: 100%;
}

/* line 140, ../sass/main.scss */
.pd-site {
    padding-top: 100px;
}

@media only screen and (max-width: 1440px) {
    /* line 144, ../sass/main.scss */
    .pd-site {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1200px) {
    /* line 149, ../sass/main.scss */
    .pd-site {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 154, ../sass/main.scss */
    .pd-site {
        padding-top: 60px;
    }
}

/* line 1, ../sass/_model.scss */
.model-group {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: auto;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
/* line 15, ../sass/_model.scss */
.model-group .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}
/* line 26, ../sass/_model.scss */
.model-group .title h1 {
    color: #fff;
}
/* line 29, ../sass/_model.scss */
.model-group .title h3 {
    font-family: "Kanit-Light";
    color: #fff;
}
/* line 32, ../sass/_model.scss */
.model-group .title h3 span {
    margin-left: 20px;
    color: #fff;
}
/* line 38, ../sass/_model.scss */
.model-group .wrapper {
    padding: 20px;
    border: 1px solid #1cdf2e;
    background-color: rgba(0, 0, 0, 0.8);
}
/* line 43, ../sass/_model.scss */
.model-group .group-btn {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}
/* line 49, ../sass/_model.scss */
.model-group .btn-closeModel {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    margin-left: auto;
    background-image: url('/new_theme/images/close_bt.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/* line 62, ../sass/_model.scss */
.model-group .btn-cancel {
    background-color: unset;
    border: unset;
    outline: unset;
    background-image: url('/new_theme/images/no_bt.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
/* line 69, ../sass/_model.scss */
.model-group .btn-cancel:hover {
    filter: brightness(2);
}
/* line 72, ../sass/_model.scss */
.model-group .btn-cancel:active {
    filter: brightness(2);
}
/* line 76, ../sass/_model.scss */
.model-group .btn-confirm {
    background-color: unset;
    border: unset;
    outline: unset;
    background-image: url('/new_theme/images/yes_bt.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
/* line 83, ../sass/_model.scss */
.model-group .btn-confirm:hover {
    filter: brightness(1.3);
}
/* line 86, ../sass/_model.scss */
.model-group .btn-confirm:active {
    filter: brightness(1.3);
}
/* line 90, ../sass/_model.scss */
.model-group .btn-cancel,
.model-group .btn-confirm {
    width: 200px;
    height: 45px;
}
/* line 95, ../sass/_model.scss */
.model-group .model-item {
    width: calc(100vw - 35px);
    max-width: 800px;
    position: relative;
    padding: 40px 0;
}
/* line 102, ../sass/_model.scss */
.model-group .model-user {
    display: none;
}
/* line 104, ../sass/_model.scss */
.model-group .model-user .title {
    text-align: center;
}
/* line 107, ../sass/_model.scss */
.model-group .model-user .user-info {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 15px 20px;
}
/* line 112, ../sass/_model.scss */
.model-group .model-user .info-item {
    display: grid;
    grid-template-columns: 125px 1fr;
    align-items: center;
}
/* line 116, ../sass/_model.scss */
.model-group .model-user .info-item:nth-child(even) {
    grid-template-columns: 80px 1fr;
}
/* line 119, ../sass/_model.scss */
.model-group .model-user .info-item p {
    font-family: "Kanit-Light";
    font-size: 20px;
}
/* line 122, ../sass/_model.scss */
.model-group .model-user .info-item p:nth-child(1) {
    color: #f3f3f3;
}
/* line 125, ../sass/_model.scss */
.model-group .model-user .info-item p:nth-child(2) {
    padding: 3px 20px;
    color: #1cdf2e;
    border: 1px solid #1cdf2e;
}
/* line 132, ../sass/_model.scss */
.model-group .model-user .wrapper_form {
    border: 1px solid #1cdf2e;
}
/* line 133, ../sass/_model.scss */
.model-group .model-user .wrapper_form .title-form {
    background-color: #1cdf2e;
    padding: 8px 20px;
}
/* line 136, ../sass/_model.scss */
.model-group .model-user .wrapper_form .title-form p {
    color: #fff;
    font-size: 24px;
}
/* line 143, ../sass/_model.scss */
.model-group .model-user .group-input {
    padding: 20px 23px;
}
/* line 146, ../sass/_model.scss */
.model-group .model-user .input-item {
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
/* line 152, ../sass/_model.scss */
.model-group .model-user .input-item:last-child {
    margin-bottom: 0;
}
/* line 155, ../sass/_model.scss */
.model-group .model-user .input-item label {
    color: #f3f3f3;
    font-family: "Kanit-Light";
    font-size: 20px;
    margin-bottom: 0;
}
/* line 161, ../sass/_model.scss */
.model-group .model-user .input-item input {
    font-size: 20px;
    padding: 3px 20px;
    font-family: "Kanit-Light";
    width: 100%;
}
/* line 166, ../sass/_model.scss */
.model-group .model-user .input-item input::placeholder {
    color: #a3a3a3;
}
/* line 173, ../sass/_model.scss */
.model-group .model-redeem {
    display: none;
    text-align: center;
    max-width: 550px;
    background-image: url('/new_theme/images/frame_popup-desktop.png');
    background-size: 100% 100%;
    padding-top: 60px;
}
/* line 180, ../sass/_model.scss */
.model-group .model-redeem .wrapper {
    border: unset;
    background-color: unset;
}
/* line 185, ../sass/_model.scss */
.model-group .model-redeem .title h1 {
    position: absolute;
    top: 10px;
    left: 50%;
    color: #05f31c;
    font-size: 24px;
    transform: translateX(-50%);
}
/* line 194, ../sass/_model.scss */
.model-group .model-redeem .btn-pastCredit {
    display: block;
    margin: 0 auto;
}
/* line 199, ../sass/_model.scss */
.model-group .model-redeem form p {
    font-family: "Kanit-Light";
    color: #a3a3a3;
}
/* line 203, ../sass/_model.scss */
.model-group .model-redeem form input {
    background-color: unset;
    border: unset;
    outline: unset;
    font-family: "Kanit-Light";
    color: #f3f3f3;
    text-align: center;
    width: 85%;
    font-size: 22px;
    padding: 5px 25px;
}
/* line 213, ../sass/_model.scss */
.model-group .model-redeem .btn-pastCredit {
    background-color: unset;
    border: unset;
    outline: unset;
    background-color: #1cdf2e;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
}
/* line 220, ../sass/_model.scss */
.model-group .model-redeem .btn-pastCredit:active {
    filter: brightness(1.3);
}
/* line 224, ../sass/_model.scss */
.model-group .model-redeem .group-btn {
    position: relative;
}
/* line 229, ../sass/_model.scss */
.model-group .model-logout {
    display: none;
    max-width: 500px;
    background-image: url('/new_theme/images/frame_popup-desktop.png');
    background-size: 100% 100%;
}
/* line 236, ../sass/_model.scss */
.model-group .model-logout .title h1 {
    font-size: 32px;
}
/* line 239, ../sass/_model.scss */
.model-group .model-logout .title h3 {
    font-size: 26px;
}
/* line 243, ../sass/_model.scss */
.model-group .model-logout .wrapper {
    border: unset;
    background-color: unset;
}
/* line 247, ../sass/_model.scss */
.model-group .model-logout .group-btn {
    position: relative;
}

/* line 252, ../sass/_model.scss */
.bg-input {
    background-color: #2b2b2b !important;
    border: 1px solid #474747 !important;
    border-radius: 5px;
}

/* line 259, ../sass/_model.scss */
.model-group.active {
    visibility: visible;
    opacity: 1;
}

/* line 263, ../sass/_model.scss */
.model-user_active {
    display: block !important;
}

/* line 266, ../sass/_model.scss */
.model-redeem_active {
    display: block !important;
}

/* line 269, ../sass/_model.scss */
.model-logout_active {
    display: block !important;
}

@media only screen and (max-width: 900px) {
    /* line 276, ../sass/_model.scss */
    .model-group .model-user .user-info {
        grid-template-columns: 1fr;
    }

    /* line 279, ../sass/_model.scss */
    .model-group .model-user .info-item:nth-child(even) {
        grid-template-columns: 125px 1fr;
    }
}
@media only screen and (max-width: 767px) {
    /* line 284, ../sass/_model.scss */
    .model-group .title h1 {
        font-size: 30px;
    }

    /* line 287, ../sass/_model.scss */
    .model-group .model-user .user-info {
        grid-gap: 10px 20px;
    }

    /* line 290, ../sass/_model.scss */
    .model-group .model-user .input-item label {
        font-size: 18px;
    }

    /* line 293, ../sass/_model.scss */
    .model-group .model-user .input-item input {
        font-size: 18px;
        padding: 2px 15px;
    }
    /* line 296, ../sass/_model.scss */
    .model-group .model-user .input-item input::placeholder {
        font-size: 14px;
    }

    /* line 300, ../sass/_model.scss */
    .model-group .model-user .input-item {
        grid-template-columns: 110px 1fr;
    }

    /* line 304, ../sass/_model.scss */
    .model-group .title h3 {
        font-size: 24px;
    }

    /* line 308, ../sass/_model.scss */
    .model-redeem .title {
        margin-bottom: 10px !important;
    }
    /* line 310, ../sass/_model.scss */
    .model-redeem .title h1 {
        margin-bottom: 10px !important;
    }
    /* line 313, ../sass/_model.scss */
    .model-redeem .title h3 {
        font-size: 24px;
    }

    /* line 318, ../sass/_model.scss */
    .model-group .model-redeem form input {
        font-size: 26px;
        padding: 3px 20px;
    }

    /* line 322, ../sass/_model.scss */
    .model-group .model-redeem .btn-pastCredit {
        font-size: 16px;
    }
}
@media only screen and (max-width: 550px) {
    /* line 329, ../sass/_model.scss */
    .model-group .group-btn {
        left: 0;
        width: 100%;
    }

    /* line 334, ../sass/_model.scss */
    .model-group .title h1 {
        font-size: 26px;
    }

    /* line 337, ../sass/_model.scss */
    .model-group .model-user .info-item p {
        font-size: 14px;
    }

    /* line 340, ../sass/_model.scss */
    .model-group .model-user .info-item:nth-child(even),
    .model-group .model-user .info-item {
        grid-template-columns: 85px 1fr;
    }

    /* line 344, ../sass/_model.scss */
    .model-group .model-user .user-info {
        grid-gap: 5px 20px;
    }

    /* line 347, ../sass/_model.scss */
    .model-group .model-user .wrapper_form .title-form p {
        font-size: 18px;
    }

    /* line 350, ../sass/_model.scss */
    .model-group .model-user .input-item label {
        font-size: 14px;
    }

    /* line 353, ../sass/_model.scss */
    .model-group .model-user .input-item input {
        font-size: 18px;
    }

    /* line 356, ../sass/_model.scss */
    .model-group .model-user .input-item {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-bottom: 5px;
    }

    /* line 361, ../sass/_model.scss */
    .model-group .model-user .group-input {
        padding: 10px 15px;
    }

    /* line 364, ../sass/_model.scss */
    .model-group .btn-cancel,
    .model-group .btn-confirm {
        width: 155px;
        height: 35px;
    }

    /* line 370, ../sass/_model.scss */
    .model-group .model-user .title {
        margin-bottom: 15px !important;
    }

    /* line 373, ../sass/_model.scss */
    .model-group .group-btn {
        text-align: center;
        margin-top: 25px !important;
    }

    /* line 377, ../sass/_model.scss */
    .model-group .model-item {
        width: calc(100vw - 15px);
    }

    /* line 380, ../sass/_model.scss */
    .model-group .model-user .wrapper_form .title-form {
        padding: 5px 14px;
    }

    /* line 384, ../sass/_model.scss */
    .model-group .model-redeem {
        max-width: 360px;
    }

    /* line 387, ../sass/_model.scss */
    .model-redeem .title h3 {
        font-size: 16px;
    }

    /* line 390, ../sass/_model.scss */
    .model-group .model-redeem form input {
        width: 100%;
        max-width: 270px;
        font-size: 20px;
    }

    /* line 395, ../sass/_model.scss */
    .model-group .wrapper {
        padding: 25px 15px;
    }

    /* line 398, ../sass/_model.scss */
    .model-group .model-redeem .title h1 {
        right: 88px;
    }

    /* line 403, ../sass/_model.scss */
    .model-group .model-logout .title h3 {
        font-size: 20px;
    }

    /* line 406, ../sass/_model.scss */
    .model-group .model-logout {
        max-width: 360px;
    }

    /* line 409, ../sass/_model.scss */
    .model-group .model-logout .miniTxt {
        top: 7px;
        right: 73px;
        font-size: 17px;
    }
}
/* line 418, ../sass/_model.scss */
.model-Link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    visibility: hidden;
    padding: 0 10px;
    z-index: 100;
}
/* line 429, ../sass/_model.scss */
.model-Link .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
/* line 438, ../sass/_model.scss */
.model-Link .Link_wrapper {
    display: none;
    border: 1px solid #1cdf2e;
    background-color: black;
    z-index: 2;
    padding: 50px 20px;
    position: relative;
}
/* line 446, ../sass/_model.scss */
.model-Link .btnClose-modelslotPage {
    cursor: pointer;
    border: unset;
    outline: unset;
    background: unset;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -125%);
    width: 30px;
    height: 30px;
    background-image: url('/new_theme/images/close_bt.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/* line 462, ../sass/_model.scss */
.model-Link .txtTtitle {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
/* line 468, ../sass/_model.scss */
.model-Link .gorupLink {
    display: flex;
    grid-gap: 15px;
}
/* line 472, ../sass/_model.scss */
.model-Link .link-item {
    text-decoration: none;
    cursor: pointer;
    width: 175px;
    height: 45px;
    display: grid;
    place-content: center;
    color: #8b8b8b;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #8b8b8b;
}
/* line 486, ../sass/_model.scss */
.model-Link .link-item:hover {
    filter: brightness(1.5);
}
/* line 489, ../sass/_model.scss */
.model-Link .link-item .icoLink {
    width: 20px;
    height: 20px;
    background-image: url('/new_theme/images/ic-link.png');
    background-size: 100% 100%;
    margin-right: 10px;
}
/* line 496, ../sass/_model.scss */
.model-Link .link-item .icoUnLink {
    width: 20px;
    height: 20px;
    background-image: url('/new_theme/images/ic-unlink.png');
    background-size: 100% 100%;
    margin-right: 10px;
}
/* line 508, ../sass/_model.scss */
.model-Link .call-codeLinkModel {
    background-color: #1cdf2e;
    border: 1px solid #1cdf2e;
    color: #000;
}
/* line 513, ../sass/_model.scss */
.model-Link .Link_wrapper.active {
    display: block;
}

/* line 517, ../sass/_model.scss */
.model-Link.active {
    visibility: visible;
}

/* line 520, ../sass/_model.scss */
.model-codeLink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    visibility: hidden;
    padding: 0 10px;
    z-index: 100;
}
/* line 531, ../sass/_model.scss */
.model-codeLink .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
/* line 540, ../sass/_model.scss */
.model-codeLink .codeLink_wrapper {
    z-index: 2;
    position: relative;
    border: 1px solid #1cdf2e;
    background-color: black;
    padding: 20px;
    position: relative;
}
/* line 548, ../sass/_model.scss */
.model-codeLink .btnClose-modelslotPage {
    cursor: pointer;
    border: unset;
    outline: unset;
    background: unset;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -125%);
    width: 30px;
    height: 30px;
    background-image: url('/new_theme/images/close_bt.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/* line 564, ../sass/_model.scss */
.model-codeLink .txtTtitle {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
/* line 571, ../sass/_model.scss */
.model-codeLink .groupIp input {
    border: unset;
    width: 310px;
    background-color: #333333;
    outline: unset;
    padding: 3px 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
/* line 583, ../sass/_model.scss */
.model-codeLink .groupBtn {
    display: flex;
}
/* line 586, ../sass/_model.scss */
.model-codeLink .btnNo,
.model-codeLink .btnYes {
    text-decoration: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    border-radius: 7px;
    display: grid;
    place-content: center;
}
/* line 596, ../sass/_model.scss */
.model-codeLink .btnNo p,
.model-codeLink .btnYes p {
    font-size: 20px;
    color: #000;
}
/* line 601, ../sass/_model.scss */
.model-codeLink .btnNo {
    border: 1px solid #1cdf2e;
}
/* line 603, ../sass/_model.scss */
.model-codeLink .btnNo p {
    color: #fff;
}
/* line 607, ../sass/_model.scss */
.model-codeLink .btnYes {
    background-color: #1cdf2e;
    border: 1px solid #1cdf2e;
}

/* line 612, ../sass/_model.scss */
.model-codeLink.active {
    visibility: visible;
}

@media only screen and (max-width: 460px) {
    /* line 616, ../sass/_model.scss */
    .model-Link .gorupLink {
        flex-direction: column;
        align-items: center;
    }
}
/* line 1, ../sass/selectGame.scss */
.sec-slectGame {
    width: 90%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 50px 3% 30px;
    position: relative;
    margin-top: 50px;
}
/* line 8, ../sass/selectGame.scss */
.sec-slectGame .owl-carousel .owl-nav.disabled {
    display: flex !important;
}
/* line 11, ../sass/selectGame.scss */
.sec-slectGame .owl-carousel .owl-dots.disabled {
    display: block !important;
}
/* line 14, ../sass/selectGame.scss */
.sec-slectGame .owl-item {
    transform: scale(0.85);
    transition: 0.3s;
}
/* line 19, ../sass/selectGame.scss */
.sec-slectGame .owl-item:hover .item .gameName {
    visibility: visible;
    opacity: 1;
}
/* line 23, ../sass/selectGame.scss */
.sec-slectGame .owl-item:hover img {
    filter: brightness(1.2);
}
/* line 28, ../sass/selectGame.scss */
.sec-slectGame .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
/* line 32, ../sass/selectGame.scss */
.sec-slectGame .title-slide {
    position: absolute;
    top: -4%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
/* line 40, ../sass/selectGame.scss */
.sec-slectGame .item {
    text-decoration: none;
}
/* line 42, ../sass/selectGame.scss */
.sec-slectGame .item img {
    filter: brightness(0.7);
}
/* line 46, ../sass/selectGame.scss */
.sec-slectGame .item:hover .gameName {
    visibility: visible;
    opacity: 1;
}
/* line 50, ../sass/selectGame.scss */
.sec-slectGame .item:hover img {
    filter: brightness(1);
}
/* line 57, ../sass/selectGame.scss */
.sec-slectGame .slide-2 .center,
.sec-slectGame .slide-1 .center {
    transform: scale(1);
}
/* line 59, ../sass/selectGame.scss */
.sec-slectGame .slide-2 .center img,
.sec-slectGame .slide-1 .center img {
    filter: brightness(1) drop-shadow(0px 0px 7px #a8906f);
}
/* line 61, ../sass/selectGame.scss */
.sec-slectGame .slide-2 .center img:hover,
.sec-slectGame .slide-1 .center img:hover {
    filter: brightness(1) drop-shadow(0px 0px 7px #a8906f);
}
/* line 68, ../sass/selectGame.scss */
.sec-slectGame .owl-nav {
    display: flex;
    justify-content: space-between;
}
/* line 72, ../sass/selectGame.scss */
.sec-slectGame .owl-nav button {
    width: 140px;
    height: 40px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: unset !important;
    outline: unset !important;
}
/* line 80, ../sass/selectGame.scss */
.sec-slectGame .owl-nav button span {
    display: none;
}
/* line 83, ../sass/selectGame.scss */
.sec-slectGame .owl-nav button:active {
    filter: brightness(1.2);
}
/* line 87, ../sass/selectGame.scss */
.sec-slectGame .owl-nav .owl-prev {
    background-image: url('/new_theme/images/navSlide-L.png') !important;
}
/* line 90, ../sass/selectGame.scss */
.sec-slectGame .owl-nav .owl-next {
    background-image: url('/new_theme/images/navSlide-R.png') !important;
}
/* line 94, ../sass/selectGame.scss */
.sec-slectGame .owl-theme .owl-dots .owl-dot {
    outline: unset;
}
/* line 97, ../sass/selectGame.scss */
.sec-slectGame .owl-theme .owl-dots .owl-dot.active span,
.sec-slectGame .owl-theme .owl-dots .owl-dot:hover span {
    background: #03ff1c;
}
/* line 102, ../sass/selectGame.scss */
.sec-slectGame .slectSlot_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    max-height: 30vw;
    overflow: auto;
}
/* line 111, ../sass/selectGame.scss */
.sec-slectGame .slectSlot-item {
    text-align: center;
    text-decoration: none;
    width: 19%;
    margin: 10px 0.5%;
    transform: scale(0.95);
    transition: 0.3s;
}
/* line 118, ../sass/selectGame.scss */
.sec-slectGame .slectSlot-item:hover {
    transform: scale(1);
}
/* line 121, ../sass/selectGame.scss */
.sec-slectGame .slectSlot-item p {
    margin-top: 10px;
    font-size: 20px;
    color: #f3f3f3;
    letter-spacing: 4px;
}

/* line 129, ../sass/selectGame.scss */
.sec-navGame {
    margin-top: 20px;
}
/* line 131, ../sass/selectGame.scss */
.sec-navGame #myTab {
    background: linear-gradient(90deg, black 0%, #3d7135 50%, black 100%);
    justify-content: center;
}
/* line 135, ../sass/selectGame.scss */
.sec-navGame .nav-item {
    transition: 0.3s;
    z-index: 1;
}
/* line 138, ../sass/selectGame.scss */
.sec-navGame .nav-item:hover {
    filter: brightness(1.5);
}
/* line 141, ../sass/selectGame.scss */
.sec-navGame .nav-item a {
    width: 200px;
    display: flex;
    justify-content: center;
}
/* line 146, ../sass/selectGame.scss */
.sec-navGame .nav-item p {
    font-size: 24px;
    display: flex;
    align-items: center;
    color: #fff;
}
/* line 151, ../sass/selectGame.scss */
.sec-navGame .nav-item p::before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
/* line 159, ../sass/selectGame.scss */
.sec-navGame .nav-item .active {
    position: relative;
}
/* line 161, ../sass/selectGame.scss */
.sec-navGame .nav-item .active::before {
    content: '';
    background-color: #007a31;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* line 175, ../sass/selectGame.scss */
.sec-navGame .nav-item:nth-child(1) p::before {
    width: 35px;
    height: 35px;
    background-image: url('/new_theme/images/icon-casino.png');
}
/* line 182, ../sass/selectGame.scss */
.sec-navGame .nav-item:nth-child(2) {
    margin: 0 10px;
}
/* line 185, ../sass/selectGame.scss */
.sec-navGame .nav-item:nth-child(2) p::before {
    width: 50px;
    height: 35px;
    background-image: url('/new_theme/images/icon-slot.png');
}
/* line 194, ../sass/selectGame.scss */
.sec-navGame .nav-item:nth-child(3) p::before {
    width: 35px;
    height: 35px;
    background-image: url('/new_theme/images/icon-hilo.png');
}
/* line 203, ../sass/selectGame.scss */
.sec-navGame .nav-item:nth-child(4) p::before {
    width: 35px;
    height: 35px;
    background-image: url('/new_theme/images/icon-sport.png');
}

@media only screen and (max-width: 1440px) {
    /* line 215, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item p {
        margin-top: 5px;
        font-size: 16px;
        color: #f3f3f3;
        letter-spacing: 2px;
    }

    /* line 221, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot_wrapper {
        width: 95%;
        max-height: 38vw;
    }
}
@media only screen and (max-width: 1200px) {
    /* line 227, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item {
        width: 45%;
    }

    /* line 230, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot_wrapper {
        max-height: 485px;
    }

    /* line 233, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1023px) {
    /* line 238, ../sass/selectGame.scss */
    .sec-navGame .nav-item a {
        width: 160px;
    }
}
@media only screen and (max-width: 900px) {
    /* line 244, ../sass/selectGame.scss */
    .sec-slectGame {
        padding: 55px 3% 35px;
    }

    /* line 247, ../sass/selectGame.scss */
    .sec-slectGame .item .gameName {
        font-size: 16px;
    }

    /* line 250, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item {
        margin: 10px 1%;
    }
}
@media only screen and (max-width: 767px) {
    /* line 255, ../sass/selectGame.scss */
    .sec-navGame .nav-item a {
        width: 110px;
    }

    /* line 258, ../sass/selectGame.scss */
    .sec-navGame .nav-item p {
        font-size: 18px;
    }

    /* line 261, ../sass/selectGame.scss */
    .sec-navGame .nav-item:nth-child(1) p::before {
        width: 25px;
        height: 25px;
    }

    /* line 265, ../sass/selectGame.scss */
    .sec-navGame .nav-item:nth-child(2) p::before {
        width: 35px;
        height: 25px;
    }

    /* line 269, ../sass/selectGame.scss */
    .sec-navGame .nav-item:nth-child(3) p::before {
        width: 25px;
        height: 25px;
    }

    /* line 273, ../sass/selectGame.scss */
    .sec-navGame .nav-item:nth-child(4) p::before {
        width: 25px;
        height: 25px;
    }

    /* line 278, ../sass/selectGame.scss */
    .sec-slectGame .title-slide {
        top: -10%;
    }

    /* line 281, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item p {
        font-size: 2vw;
    }

    /* line 286, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item {
        transform: scale(1);
        filter: brightness(1);
    }
}
@media only screen and (max-width: 460px) {
    /* line 293, ../sass/selectGame.scss */
    .sec-slectGame .title-slide {
        font-size: 30px;
        top: 0%;
    }

    /* line 297, ../sass/selectGame.scss */
    .sec-slectGame .item .gameName {
        font-size: 18px;
        margin-bottom: 0px;
    }

    /* line 301, ../sass/selectGame.scss */
    .sec-slectGame .owl-nav button {
        width: 70px;
        height: 25px;
    }

    /* line 305, ../sass/selectGame.scss */
    .sec-slectGame {
        width: 100%;
        margin-top: 30px;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* line 313, ../sass/selectGame.scss */
    .sec-navGame {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 18vw;
        overflow: hidden;
        border-top: 1px solid #03ff1c;
        border-bottom: 1px solid #03ff1c;
    }

    /* line 323, ../sass/selectGame.scss */
    .sec-navGame #myTab {
        height: 100%;
        background-color: #000;
    }

    /* line 327, ../sass/selectGame.scss */
    .sec-navGame .nav-item {
        width: 25%;
        margin: 0 !important;
    }
    /* line 330, ../sass/selectGame.scss */
    .sec-navGame .nav-item a {
        width: 100%;
        height: 18.2vw;
    }

    /* line 335, ../sass/selectGame.scss */
    .sec-navGame .nav-item p {
        flex-direction: column;
    }

    /* line 338, ../sass/selectGame.scss */
    .sec-navGame .nav-item p::before {
        margin-right: 0px;
    }

    /* line 341, ../sass/selectGame.scss */
    .sec-slectGame .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 5px 4px;
    }

    /* line 347, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot_wrapper {
        width: 100%;
        max-height: 60vh;
    }

    /* line 351, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item {
        margin: 5px 2% 5px 0;
    }

    /* line 354, ../sass/selectGame.scss */
    .sec-slectGame .slectSlot-item p {
        font-size: 4vw;
    }

    /* line 357, ../sass/selectGame.scss */
    .sec-navGame #myTab {
        flex-wrap: nowrap;
    }
}

/* line 1, ../sass/slot.scss */
.slot-2-page {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}
/* line 7, ../sass/slot.scss */
.slot-2-page .wrapper {
    max-width: 1350px;
    margin: 0 auto;
}
/* line 11, ../sass/slot.scss */
.slot-2-page .titlePage {
    text-align: center;
}
/* line 13, ../sass/slot.scss */
.slot-2-page .titlePage h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0;
}
/* line 20, ../sass/slot.scss */
.slot-2-page .menosary_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    margin: 0 auto;
    padding: 0 50px 40px;
}
/* line 27, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item {
    text-decoration: none;
    background-image: url('/new_theme/images/frame_slot.png');
    background-size: 100% 100%;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 5px;
    padding: 30px 40px;
    transition: 0.3s;
}
/* line 42, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item p {
    font-size: 14px;
    text-align: center;
}
/* line 47, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item .winrate-bar {
    height: 16px;
    width: 100%;
    background: #c4c4c4;
    border-radius: 20px;
    position: relative;
}
/* line 54, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item .winrate-bar p {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 18px;
    margin: 0;
    z-index: 2;
    display: grid;
    place-content: center;
}
/* line 65, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item .winrate-bar .winrate-bar_inner {
    height: inherit;
    background-color: #ff0600;
    border-radius: inherit;
    position: relative;
    transform-origin: left;
    transform: scaleX(0);
    animation: winrate-bar_inner 1s forwards;
    animation-delay: 1.3s;
}
@keyframes winrate-bar_inner {
    100% {
        transform: scaleX(1);
    }
}
/* line 80, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item .winrate-bar .winrate-bar_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/bg-processbar.png');
    background-repeat: repeat;
    border-radius: inherit;
    animation: bg-processbar 50s linear infinite;
}
@keyframes bg-processbar {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100vw 0;
    }
}
/* line 106, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
/* line 111, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper .img-game {
    width: 120px;
}
/* line 114, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper .img-game .img-game-inner {
    text-align: center;
}
/* line 117, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper .img-game img {
    max-width: 100%;
    height: 76px;
}
/* line 123, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper .winrate-percent {
    padding-left: 20px;
}
/* line 126, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper .winrate-percent h4 {
    font-size: 18px;
    line-height: 0.8;
}
/* line 131, ../sass/slot.scss */
.slot-2-page .menosary_wrapper .box-room-item_wrapper .winrate-percent h3 {
    margin-top: 10px;
    line-height: 0.9;
    font-size: 38px;
    font-weight: 700;
    color: #ff0600;
}

@media only screen and (max-width: 1349px) {
    /* line 144, ../sass/slot.scss */
    .slot-2-page .wrapper {
        max-width: 1024px;
    }

    /* line 147, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1023px) {
    /* line 152, ../sass/slot.scss */
    .slot-2-page .wrapper {
        max-width: 700px;
    }

    /* line 155, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    /* line 160, ../sass/slot.scss */
    .slot-2-page .wrapper {
        max-width: 375px;
    }

    /* line 163, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper {
        padding: 10px;
    }

    /* line 166, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item {
        padding: 20px 25px;
    }

    /* line 169, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item_wrapper .winrate-percent {
        padding-left: 10px;
    }

    /* line 172, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item_wrapper .winrate-percent h4 {
        font-size: 12px;
    }

    /* line 175, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item_wrapper .img-game {
        width: 62px;
    }

    /* line 178, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item_wrapper .img-game img {
        height: 51px;
    }

    /* line 181, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item_wrapper .winrate-percent h3 {
        margin-top: 5px;
        font-size: 24px;
    }

    /* line 185, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item p {
        font-size: 10px;
    }

    /* line 188, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item .winrate-bar p {
        font-size: 10px;
    }

    /* line 191, ../sass/slot.scss */
    .slot-2-page .menosary_wrapper .box-room-item .winrate-bar {
        height: 10px;
    }

    /* line 194, ../sass/slot.scss */
    .slot-2-page .btn-back-mobile p {
        font-size: 16px;
    }

    /* line 197, ../sass/slot.scss */
    .slot-2-page .btn-back-mobile::before {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    /* line 202, ../sass/slot.scss */
    .slot-2-page .titlePage h1 {
        padding: 10px 0;
    }

    /* line 205, ../sass/slot.scss */
    .slot-2-page {
        padding-top: 15px;
    }
}
/* line 2, ../sass/login.scss */
.login-page .bgLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/bg.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
/* line 13, ../sass/login.scss */
.login-page .index-page_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    overflow: hidden;
}
/* line 23, ../sass/login.scss */
.login-page .logo {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 1000px;
    height: 600px;
}
/* line 29, ../sass/login.scss */
.login-page .logo .logo_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
/* line 38, ../sass/login.scss */
.login-page .wrapper-content {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    position: absolute;
    bottom: 10%;
    z-index: 2;
}
/* line 45, ../sass/login.scss */
.login-page .wrapper-content h1 {
    color: #fff;
    margin-bottom: 10px;
}
/* line 48, ../sass/login.scss */
.login-page .wrapper-content h1::before {
    content: ">>";
    margin-right: 15px;
}
/* line 52, ../sass/login.scss */
.login-page .wrapper-content h1::after {
    content: "<<";
    margin-left: 15px;
}
/* line 57, ../sass/login.scss */
.login-page .wrapper-content .group-btn {
    display: flex;
    justify-content: center;
}
/* line 61, ../sass/login.scss */
.login-page .wrapper-content .btn-item {
    width: 220px;
    height: 65px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.3s;
}
/* line 70, ../sass/login.scss */
.login-page .wrapper-content .btn-item:last-child {
    margin-right: 0;
}
/* line 73, ../sass/login.scss */
.login-page .wrapper-content .btn-item:hover {
    filter: brightness(2);
}
/* line 77, ../sass/login.scss */
.login-page .wrapper-content .btn-login {
    background-image: url('/new_theme/images/btn-login.png');
    width: 308px;
    height: 85px;
}
/* line 82, ../sass/login.scss */
.login-page .wrapper-content .btn-register {
    background-image: url('/new_theme/images/btn-register.png');
    width: 308px;
    height: 85px;
}
/* line 85, ../sass/login.scss */
.login-page .wrapper-content .contact-txt {
    font-family: "Kanit-Light";
    font-size: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
/* line 93, ../sass/login.scss */
.login-page .wrapper-content .contact-txt a {
    margin-left: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #017008;
    text-decoration: none;
    padding-right: 20px;
    border-radius: 7px;
    overflow: hidden;
    transition: 0.3s;
}
/* line 105, ../sass/login.scss */
.login-page .wrapper-content .contact-txt a::before {
    content: "";
    background-image: url('/new_theme/images/line-ico.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
/* line 115, ../sass/login.scss */
.login-page .wrapper-content .contact-txt a:hover {
    filter: brightness(1.5);
}
/* line 121, ../sass/login.scss */
.login-page #bg-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 129, ../sass/login.scss */
.model-login {
    display: none;
    max-width: 550px !important;
    background-image: url('/new_theme/images/frame_popup-desktop.png');
    background-size: 100% 100%;
    padding-top: 60px;
}
/* line 135, ../sass/login.scss */
.model-login .miniTxt {
    position: absolute;
    top: 8px;
    left: 50%;
    color: #05f31c;
    font-size: 22px;
    transform: translateX(-50%);
}
/* line 143, ../sass/login.scss */
.model-login .wrapper {
    border: unset;
    background-color: unset;
}
/* line 147, ../sass/login.scss */
.model-login .title {
    text-align: left;
}
/* line 149, ../sass/login.scss */
.model-login .title p {
    text-indent: 50px;
    color: #fff;
    font-size: 20px;
}
/* line 153, ../sass/login.scss */
.model-login .title p a {
    color: #05f31c;
    text-decoration: underline;
}
/* line 159, ../sass/login.scss */
.model-login form {
    text-align: center;
}
/* line 161, ../sass/login.scss */
.model-login form input {
    background-color: unset;
    border: unset;
    outline: unset;
    font-family: "Kanit-Light";
    color: #f3f3f3;
    text-align: center;
    width: 80%;
    font-size: 24px;
    padding: 5px 25px;
}
/* line 173, ../sass/login.scss */
.model-login .txt-swith {
    color: #a3a3a3;
    font-size: 22px;
    text-align: center;
}
/* line 177, ../sass/login.scss */
.model-login .txt-swith .link-register {
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

/* line 186, ../sass/login.scss */
.model-login_active {
    display: block;
}

/* line 190, ../sass/login.scss */
.model-login .group-btn {
    position: relative;
    bottom: 0px;
    left: 0px;
}
/* line 195, ../sass/login.scss */
.model-login .recapcha {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* line 199, ../sass/login.scss */
.model-login .recapcha .cf-code {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* line 203, ../sass/login.scss */
.model-login .recapcha .cf-code p {
    color: #05f31c;
    font-size: 24px;
}
/* line 207, ../sass/login.scss */
.model-login .recapcha .cf-code .refreshCode {
    background-color: unset;
    border: unset;
    outline: unset;
    width: 30px;
    height: 30px;
    background-image: url('/new_theme/images/refresh.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 15px;
}
/* line 217, ../sass/login.scss */
.model-login .recapcha .cf-code .refreshCode.active {
    transform: rotate(360deg);
    transition: 0.7s;
}
/* line 222, ../sass/login.scss */
.model-login .recapcha input {
    width: 140px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
}

/* line 230, ../sass/login.scss */
.model-register {
    display: none;
}
/* line 232, ../sass/login.scss */
.model-register .title {
    text-align: center;
}
/* line 235, ../sass/login.scss */
.model-register form {
    text-align: center;
}
/* line 237, ../sass/login.scss */
.model-register form input {
    background-color: unset;
    border: unset;
    outline: unset;
    font-family: "Kanit-Light";
    color: #f3f3f3;
    text-align: center;
    width: 80%;
    font-size: 26px;
    padding: 7px 25px;
}
/* line 249, ../sass/login.scss */
.model-register .txt-swith {
    color: #a3a3a3;
    font-size: 22px;
    text-align: center;
}
/* line 253, ../sass/login.scss */
.model-register .txt-swith .link-login {
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
/* line 261, ../sass/login.scss */
.model-register .recapcha {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* line 265, ../sass/login.scss */
.model-register .recapcha .cf-code {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* line 269, ../sass/login.scss */
.model-register .recapcha .cf-code p {
    color: #00ffff;
    font-size: 32px;
}
/* line 273, ../sass/login.scss */
.model-register .recapcha .cf-code .refreshCode {
    background-color: unset;
    border: unset;
    outline: unset;
    width: 30px;
    height: 30px;
    background-image: url('/new_theme/images/refresh.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 15px;
}
/* line 283, ../sass/login.scss */
.model-register .recapcha .cf-code .refreshCode.active {
    transform: rotate(360deg);
    transition: 0.7s;
}
/* line 288, ../sass/login.scss */
.model-register .recapcha input {
    width: 140px;
    border: 1px solid #00ffff;
    font-size: 20px;
}

/* line 295, ../sass/login.scss */
.model-register_active {
    display: block;
}

/* line 302, ../sass/login.scss */
.model-register .group-btn {
    position: relative;
    bottom: 0px;
    left: 0px;
}

/* line 308, ../sass/login.scss */
/*canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
*/
@media only screen and (max-width: 1300px) {
    /* line 317, ../sass/login.scss */
    .login-page .logo {
        width: 600px;
        height: 530px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 325, ../sass/login.scss */
    .model-register form input {
        width: 95%;
        font-size: 20px;
        padding: 7px 10px;
    }

    /* line 330, ../sass/login.scss */
    .model-register .recapcha input {
        width: 80px;
        font-size: 14px;
    }

    /* line 334, ../sass/login.scss */
    .model-register .recapcha .cf-code .refreshCode {
        width: 20px;
        height: 20px;
    }

    /* line 338, ../sass/login.scss */
    .model-register .recapcha .cf-code p {
        font-size: 14px;
    }

    /* line 341, ../sass/login.scss */
    .model-register .recapcha .cf-code p:nth-child(2) {
        font-size: 20px;
    }

    /* line 344, ../sass/login.scss */
    .model-register .txt-swith {
        font-size: 12px;
    }

    /* line 347, ../sass/login.scss */
    .model-register .txt-swith .link-login {
        font-size: 16px;
    }

    /* line 350, ../sass/login.scss */
    .model-register .group-btn {
        bottom: -30px;
        left: 0;
    }

    /* line 354, ../sass/login.scss */
    .model-register .wrapper {
        padding: 50px 45px;
    }

    /* line 358, ../sass/login.scss */
    .login-page .logo {
        max-width: 80vw;
    }

    /* line 361, ../sass/login.scss */
    .login-page .wrapper-content .group-btn {
        display: block;
        margin-top: 30px;
    }

    /* line 365, ../sass/login.scss */
    .login-page .wrapper-content h1 {
        font-size: 26px;
    }

    /* line 368, ../sass/login.scss */
    .login-page .wrapper-content .btn-item:last-child {
        margin-right: auto;
    }

    /* line 371, ../sass/login.scss */
    .login-page .wrapper-content .btn-item {
        width: 200px;
        height: 55px;
        margin: 15px auto;
    }

    /* line 377, ../sass/login.scss */
    .login-page .wrapper-content::before {
        top: 5%;
        width: 90%;
        border-top: 5px dotted #f2ab17;
    }

    /* line 382, ../sass/login.scss */
    .login-page .wrapper-content .contact-txt {
        font-family: "Kanit-Light";
        font-size: 18px;
        color: #fff;
        display: inline-block;
    }

    /* line 388, ../sass/login.scss */
    .login-page .wrapper-content .contact-txt a {
        margin-left: 0px;
        margin-top: 20px;
    }

    /* line 392, ../sass/login.scss */
    .login-page .wrapper-content {
        padding: 0px;
    }

    /* line 397, ../sass/login.scss */
    .login-page .logo {
        width: 400px;
        height: 400px;
    }

    /* line 401, ../sass/login.scss */
    .login-page .logo .logo_main {
        max-width: 270px;
    }
}
@media only screen and (max-width: 550px) {
    /* line 406, ../sass/login.scss */
    .model-login {
        max-width: 360px !important;
    }

    /* line 409, ../sass/login.scss */
    .model-login form input {
        width: 90%;
        font-size: 18px;
        padding: 5px 10px;
    }

    /* line 414, ../sass/login.scss */
    .model-login .recapcha .cf-code p {
        font-size: 16px;
    }

    /* line 417, ../sass/login.scss */
    .model-login .recapcha input {
        width: 90px;
        font-size: 16px;
    }

    /* line 421, ../sass/login.scss */
    .model-login .miniTxt {
        top: 8px;
        right: 80px;
        font-size: 20px;
    }

    /* line 426, ../sass/login.scss */
    .model-login .title p {
        text-indent: 20px;
        font-size: 14px;
    }
}
/* line 1, ../sass/_hilo.scss */
.ico-hilo-h {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/circle-High_icon.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

/* line 10, ../sass/_hilo.scss */
.ico-hilo-l {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/circle-Low_icon.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

/* line 19, ../sass/_hilo.scss */
.ico-hilo-s {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/circle-hilo_icon.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
}

/* line 28, ../sass/_hilo.scss */
.dice_1 {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280%;
}

/* line 37, ../sass/_hilo.scss */
.dice_2 {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280%;
}

/* line 46, ../sass/_hilo.scss */
.dice_3 {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280%;
}

/* line 55, ../sass/_hilo.scss */
.dice_4 {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280%;
}

/* line 64, ../sass/_hilo.scss */
.dice_5 {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280%;
}

/* line 73, ../sass/_hilo.scss */
.dice_6 {
    width: 40px;
    height: 40px;
    max-width: 100%;
    background-image: url('/new_theme/images/6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280%;
}

/* line 82, ../sass/_hilo.scss */
.group-diceHilo {
    display: grid;
    background-color: #002201;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
}
/* line 87, ../sass/_hilo.scss */
.group-diceHilo .diceHilo_item {
    text-align: center;
}
/* line 89, ../sass/_hilo.scss */
.group-diceHilo .diceHilo_item img {
    max-height: 130px;
    max-width: 100%;
    transform: scale(1.8);
}

/* line 96, ../sass/_hilo.scss */
.sec-resultHilo {
    height: 180px;
    margin: 10px auto 20px;
    overflow: hidden;
    width: 90%;
}
/* line 101, ../sass/_hilo.scss */
.sec-resultHilo .resultHilo-item {
    float: left;
    width: 10%;
    padding: 10px 0;
}
/* line 105, ../sass/_hilo.scss */
.sec-resultHilo .resultHilo-item:last-child {
    background-color: #002201;
}
/* line 109, ../sass/_hilo.scss */
.sec-resultHilo .resultHilo-inner {
    margin-top: 5px;
}
/* line 112, ../sass/_hilo.scss */
.sec-resultHilo .dice-item {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
/* line 117, ../sass/_hilo.scss */
.sec-resultHilo .icon-hilo {
    margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
    /* line 122, ../sass/_hilo.scss */
    .sec-resultHilo .icon-hilo {
        width: 30px;
        height: 30px;
    }

    /* line 126, ../sass/_hilo.scss */
    .sec-resultHilo .resultHilo-item {
        padding: 5px 0;
    }

    /* line 129, ../sass/_hilo.scss */
    .sec-resultHilo .dice-item {
        width: 35px;
        height: 35px;
    }

    /* line 133, ../sass/_hilo.scss */
    .sec-resultHilo {
        height: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    /* line 138, ../sass/_hilo.scss */
    .sec-resultHilo .icon-hilo {
        width: 40px;
        height: 40px;
    }

    /* line 142, ../sass/_hilo.scss */
    .sec-resultHilo .dice-item {
        width: 40px;
        height: 40px;
    }

    /* line 146, ../sass/_hilo.scss */
    .sec-resultHilo .resultHilo-item {
        padding: 10px 0;
    }

    /* line 149, ../sass/_hilo.scss */
    .sec-resultHilo {
        height: 185px;
    }
}
@media only screen and (max-width: 600px) {
    /* line 154, ../sass/_hilo.scss */
    .sec-resultHilo .icon-hilo {
        width: 6.5vw;
        height: 6.5vw;
    }

    /* line 158, ../sass/_hilo.scss */
    .sec-resultHilo .resultHilo-item {
        padding: 5px 0;
    }

    /* line 161, ../sass/_hilo.scss */
    .sec-resultHilo .dice-item {
        width: 7vw;
        height: 7vw;
    }

    /* line 165, ../sass/_hilo.scss */
    .sec-resultHilo {
        height: 31vw;
    }
}

/* line 1, ../sass/LinkPage.scss */
.linkPage {
    padding: 15px 20px;
}
/* line 3, ../sass/LinkPage.scss */
.linkPage .title {
    text-align: center;
}
/* line 5, ../sass/LinkPage.scss */
.linkPage .title h1 {
    color: #fff;
    font-size: 36px;
    padding: 20px 0;
}

/* line 12, ../sass/LinkPage.scss */
.linkPage_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #1cdf2e;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px;
    gap: 30px;
    overflow: hidden;
}

/* line 25, ../sass/LinkPage.scss */
.sec-iframe {
    height: 560px;
    max-width: 455px;
    padding: 50px 15px 45px 20px;
    background-image: url('/new_theme/images/3.png');
    background-size: 100% 100%;
    background-position: center;
}
/* line 32, ../sass/LinkPage.scss */
.sec-iframe iframe {
    width: 100%;
    height: 100%;
    background: #878787;
    border: unset;
}

/* line 39, ../sass/LinkPage.scss */
.boxGame {
    background-image: url('/new_theme/images/1.png');
    background-size: 100% 100%;
    background-position: center;
    padding: 25px;
    text-align: center;
    margin-bottom: 10px;
}
/* line 46, ../sass/LinkPage.scss */
.boxGame img {
    max-width: 300px;
    margin-bottom: 5px;
}
/* line 50, ../sass/LinkPage.scss */
.boxGame p {
    color: #fff;
    font-size: 20px;
}

/* line 55, ../sass/LinkPage.scss */
.resetTime {
    background-image: url('/new_theme/images/2.png');
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}
/* line 64, ../sass/LinkPage.scss */
.resetTime .time-icon {
    width: 30px;
    height: 50px;
    background-image: url('/new_theme/images/time.png');
    background-position: center;
    background-size: 100% 100%;
    margin-right: 10px;
}
/* line 72, ../sass/LinkPage.scss */
.resetTime p {
    font-size: 18px;
    color: #fff;
}
/* line 76, ../sass/LinkPage.scss */
.resetTime h2 {
    line-height: 1;
    font-size: 30px;
    color: #fff;
}

/* line 82, ../sass/LinkPage.scss */
.winRateGame {
    width: 270px;
    height: 270px;
    display: grid;
    place-content: center;
    text-align: center;
    position: relative;
    background-image: url('/new_theme/images/q3.png');
    background-position: center;
    background-size: 100% 100%;
    z-index: 1;
}
/* line 93, ../sass/LinkPage.scss */
.winRateGame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/q1.png');
    background-position: center;
    background-size: 100% 100%;
    animation: winRateGame_animate 10s linear infinite;
    z-index: -1;
}
@keyframes winRateGame_animate {
    100% {
        transform: rotate(360deg);
    }
}
/* line 111, ../sass/LinkPage.scss */
.winRateGame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/new_theme/images/q2.png');
    background-position: center;
    background-size: 100% 100%;
    animation: winRateGame_animate 10s linear infinite reverse;
    z-index: -1;
}
@keyframes winRateGame_animate {
    100% {
        transform: rotate(360deg);
    }
}
/* line 129, ../sass/LinkPage.scss */
.winRateGame p {
    font-size: 18px;
    color: #fff;
}
/* line 133, ../sass/LinkPage.scss */
.winRateGame h2 {
    font-size: 36px;
    color: #fff;
}

@media only screen and (max-width: 1149px) {
    /* line 139, ../sass/LinkPage.scss */
    .linkPage_wrapper {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    /* line 144, ../sass/LinkPage.scss */
    .linkPage_wrapper {
        padding: 10px;
    }

    /* line 147, ../sass/LinkPage.scss */
    .sec-iframe {
        height: 445px;
        padding: 0px;
        background-image: unset;
        border: 1px solid #03ff1c;
    }

    /* line 153, ../sass/LinkPage.scss */
    .linkPage .btn-back-mobile {
        padding: 5px 10px;
    }

    /* line 156, ../sass/LinkPage.scss */
    .linkPage .btn-back-mobile::before {
        width: 30px;
        height: 30px;
    }

    /* line 160, ../sass/LinkPage.scss */
    .linkPage .btn-back-mobile p {
        font-size: 16px;
    }

    /* line 163, ../sass/LinkPage.scss */
    .linkPage .title h1 {
        padding: 10px 0;
    }
}
/* line 1, ../sass/ball.scss */
.ballPage {
    color: #000;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1300px;
    border: 2px solid #1cdf2e;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
/* line 9, ../sass/ball.scss */
.ballPage .ballPage_title {
    padding-left: 5px;
    margin-bottom: 15px;
}
/* line 12, ../sass/ball.scss */
.ballPage .ballPage_title h1 {
    font-size: 34px;
    color: #fff;
}
/* line 16, ../sass/ball.scss */
.ballPage .ballPage_title p {
    font-size: 20px;
    color: #fff;
}
/* line 21, ../sass/ball.scss */
.ballPage .ballPage-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-gap: 15px;
}
/* line 26, ../sass/ball.scss */
.ballPage .ballPage-col {
    display: grid;
    grid-template-rows: 1fr;
}
/* line 29, ../sass/ball.scss */
.ballPage .ballPage-col .colTitle {
    margin-bottom: 15px;
}
/* line 31, ../sass/ball.scss */
.ballPage .ballPage-col .colTitle h1 {
    font-size: 24px;
    line-height: 0.75;
}
/* line 36, ../sass/ball.scss */
.ballPage .ballPage-col .ballPage-colWrapper {
    background-image: url('/new_theme/images/BG_block.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 15px;
}
/* line 44, ../sass/ball.scss */
.ballPage .select-item {
    position: relative;
}
/* line 46, ../sass/ball.scss */
.ballPage .select-item label {
    color: #fff;
}
/* line 49, ../sass/ball.scss */
.ballPage .select-item select {
    background-color: #00aa44;
    border: unset;
    outline: unset;
    border-radius: 7px;
    font-size: 16px;
    padding: 3px 20px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
}
/* line 63, ../sass/ball.scss */
.ballPage .select-item .select-itemInner {
    position: relative;
}
/* line 65, ../sass/ball.scss */
.ballPage .select-item .select-itemInner::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.8em;
    height: 0.5em;
    background-color: #818181;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
/* line 79, ../sass/ball.scss */
.ballPage .selectLeague .pic {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    height: 200px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}
/* line 88, ../sass/ball.scss */
.ballPage .selectLeague .pic img {
    object-fit: contain;
}
/* line 94, ../sass/ball.scss */
.ballPage .selectTeam .groupTeam {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
/* line 101, ../sass/ball.scss */
.ballPage .selectTeam .teamItem {
    text-align: center;
}
/* line 103, ../sass/ball.scss */
.ballPage .selectTeam .teamItem .pic {
    border: 1px solid #17f29b;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
/* line 108, ../sass/ball.scss */
.ballPage .selectTeam .teamItem .pic img {
    height: 110px;
    object-fit: contain;
}
/* line 112, ../sass/ball.scss */
.ballPage .selectTeam .teamItem .pic p {
    background: linear-gradient(90deg, #163432 0%, #225851 50%, #163432 100%);
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 15px;
}
/* line 120, ../sass/ball.scss */
.ballPage .selectTeam .teamItem h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
}
/* line 126, ../sass/ball.scss */
.ballPage .selectTeam .teamItem:nth-child(2) .pic p {
    color: #fff;
    background: linear-gradient(90deg, #168032 0%, #22ec51 50%, #168032 100%);
}
/* line 132, ../sass/ball.scss */
.ballPage .selectTeam .graoup-startTime {
    text-align: center;
}
/* line 134, ../sass/ball.scss */
.ballPage .selectTeam .graoup-startTime p {
    color: #fff;
    font-size: 20px;
}
/* line 138, ../sass/ball.scss */
.ballPage .selectTeam .graoup-startTime .startTime {
    display: flex;
    justify-content: center;
    width: 100%;
}
/* line 142, ../sass/ball.scss */
.ballPage .selectTeam .graoup-startTime .startTime h4 {
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
/* line 152, ../sass/ball.scss */
.ballPage .calBall .btn-calBall {
    background-color: unset;
    border: unset;
    outline: unset;
    font-size: 16px;
    background-color: #00aa44;
    color: #fff;
    width: 100%;
    border-radius: 7px;
    padding: 4px 0;
    border: 2px solid #000;
}
/* line 162, ../sass/ball.scss */
.ballPage .calBall .groupTeam {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
/* line 169, ../sass/ball.scss */
.ballPage .calBall .teamItem {
    text-align: center;
}
/* line 171, ../sass/ball.scss */
.ballPage .calBall .teamItem .pic {
    border: 1px solid #17f29b;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
/* line 176, ../sass/ball.scss */
.ballPage .calBall .teamItem .pic img {
    height: 110px;
    object-fit: contain;
}
/* line 180, ../sass/ball.scss */
.ballPage .calBall .teamItem .pic p {
    background: linear-gradient(90deg, #163432 0%, #225851 50%, #163432 100%);
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 15px;
}
/* line 189, ../sass/ball.scss */
.ballPage .calBall .teamItem h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
}
/* line 194, ../sass/ball.scss */
.ballPage .calBall .teamItem h1 {
    color: #fff;
    font-size: 65px;
}
/* line 199, ../sass/ball.scss */
.ballPage .calBall .teamItem:nth-child(2) .pic p {
    color: #fff;
    background: linear-gradient(90deg, #168032 0%, #22ec51 50%, #168032 100%);
}

@media only screen and (max-width: 1260px) {
    /* line 209, ../sass/ball.scss */
    .ballPage .ballPage-row {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 960px) {
    /* line 214, ../sass/ball.scss */
    .ballPage .ballPage-row {
        grid-template-columns: 1fr;
    }

    /* line 217, ../sass/ball.scss */
    .ballPage .selectLeague .pic {
        height: 150px;
    }
    /* line 219, ../sass/ball.scss */
    .ballPage .selectLeague .pic img {
        max-height: 100%;
    }

    /* line 224, ../sass/ball.scss */
    .ballPage .calBall .teamItem .pic h1 {
        font-size: 70px;
        line-height: 1;
    }

    /* line 228, ../sass/ball.scss */
    .ballPage .selectTeam .teamItem .pic h3 {
        margin-top: 10px;
        font-size: 16px;
    }

    /* line 232, ../sass/ball.scss */
    .ballPage {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    /* line 237, ../sass/ball.scss */
    .ballPage .ballPage_title h1 {
        font-size: 24px;
    }

    /* line 240, ../sass/ball.scss */
    .ballPage {
        padding-bottom: 80px;
    }

    /* line 243, ../sass/ball.scss */
    .ballPage .select-item select {
        font-size: 16px;
    }

    /* line 247, ../sass/ball.scss */
    .ballPage .selectTeam .teamItem p {
        font-size: 16px;
    }

    /* line 250, ../sass/ball.scss */
    .ballPage .selectTeam .teamItem .pic h3 {
        font-size: 12px;
    }

    /* line 253, ../sass/ball.scss */
    .ballPage .selectTeam .graoup-startTime p {
        font-size: 20px;
    }

    /* line 256, ../sass/ball.scss */
    .ballPage .selectTeam .graoup-startTime .startTime h4 {
        font-size: 18px;
    }

    /* line 259, ../sass/ball.scss */
    .ballPage .calBall .btn-calBall {
        font-size: 18px;
    }

    /* line 262, ../sass/ball.scss */
    .ballPage .calBall .teamItem p {
        font-size: 16px;
    }

    /* line 265, ../sass/ball.scss */
    .ballPage .calBall .teamItem .pic h3 {
        font-size: 14px;
    }

    /* line 268, ../sass/ball.scss */
    .ballPage .calBall .teamItem .pic h1 {
        font-size: 54px;
    }
}
.floating-btns{
    position: fixed;
    bottom: 40px;
    z-index: 1;
    right: 40px;
    color: white;
    border-radius: 10px;
    outline: none;
    border: none;
    display: flex;
    justify-content: space-between;
}
.floating-btns>a:hover{
    cursor: pointer;
}
