@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-size: 13px;
    color: #000;
    max-width: 991px;
    margin: 0 auto;
    background: #fff;
}

a {
    text-decoration: none;
    cursor: pointer;
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
    color: #9c9c9c;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
select {
    color: #000;
    width: 100%;
    font-size: 13px;
}

input:focus {
    outline: none !important;
    border: none;
    border-color: #bebebe !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(65 65 65 / 0.25) !important;
}

@font-face {
    font-family: "archivo";
    src: url("../fonts/Archivo-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue-Regular.otf") format("opentype");
}

@font-face {
    font-family: "gbk";
    src: url("../fonts/gbk.TTF") format("truetype");
}


/* login page */
body.login-bg {
    background: url(../images/login/sidebar.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.login-wrap {
    padding: 0px 20px 10px;
    position: relative;
}

.login-logo {
    max-width: 200px;
    margin: auto;
    padding: 20% 0px 20px;
}

.login-tab {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2px;
}

.login-tab a {
    display: block;
    background: #9c9c9c;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: #fff;
    width: 50%;
}

.login-tab a.active {
    background: #ffa466;
    text-shadow: 0px 1px 1px #767676;
    font-weight: bold;
}

.login-content {
    background: #f8f8f8;
    box-shadow: #9c9c9c 2px 2px 8px -4px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

.login-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.login-icon {
    position: absolute;
    left: 14px;
    top: 13px;
    font-size: 20px;
    color: #9c9c9c;
}

.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #dbdbdb 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: 0 3px 5px rgb(62 62 62 / 25%);
}

.login-form-box input::placeholder {
    color: #9c9c9c;
}

.login-pass-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 18px;
    color: #9c9c9c;
}

.login-row {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}

.login-forget {
    color: #9c9c9c;
}

/* .checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
} */

.login-btn-wrap {
    text-align: center;
}

.login-btn {
    background: #ffa466;
    border-radius: 20px;
    box-shadow: #9c9c9c 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #fff;
    margin: 0px auto 5px;
    width: 100%;
    text-align: center;
}

.login-btn-btm {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
}

.login-btn-btm a {
    color: #9c9c9c;
}

.login-media {
    text-align: center;
    color: #9c9c9c;
    padding-top: 20px;
}

.login-media-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px 15px;
}

.login-media-wrap button {
    padding: 10px 15px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    font-size: 20px;
    color: #9c9c9c;
}

.login-contact {
    color: #9c9c9c;
    font-size: 14px;
}

/* end login page */

/* register page */
.phone-form-box .iti__flag-container {
    display: flex;
    position: initial;
}

.phone-form-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #dbdbdb 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: 0 3px 5px rgb(62 62 62 / 25%);
}

.phone-form-box input {
    padding: 15px;
    padding-left: 6px;
    border: none;
    background: transparent;
    border-radius: 30px;
}

.phone-form-box input:focus {
    outline: none !important;
    border: none;
}

.phone-form-box input::placeholder {
    color: #9c9c9c;
}

.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px;
    color: #9c9c9c;
    border: none;
    background: transparent;
}

/* .phone-form-box .iti__arrow {
    border-top: 4px solid #9c9c9c;
} */

.phone-form-box .iti {
    display: flex;
}

.phone-form-box .iti--separate-dial-code input[type=text],
.phone-form-box .iti--allow-dropdown input,
.phone-form-box .iti--allow-dropdown input[type=text],
.phone-form-box .iti--allow-dropdown input[type=tel],
.phone-form-box .iti--separate-dial-code input,
.phone-form-box .iti--separate-dial-code input[type=tel] {
    padding-left: 10px;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover {
    background: transparent;
    border-radius: 30px;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
    border-radius: 30px;

}

.login-bg.iti-mobile .iti--container {
    top: 28%;
    bottom: 0px;
    left: 30px;
    right: 30px;
    position: absolute;
}


.login-form-box input:focus,
.phone-form-box input:focus {
    outline: none !important;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #9c9c9c;
}

.reg-robot {
    border-radius: 30px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    display: flex;
    padding: 15px;
    align-items: center;
}

.reg-robot span {
    display: block;
    color: #9c9c9c;
    padding-left: 10px;
}

.reg-agree {
    display: flex;
    align-items: center;
    color: #9c9c9c;
    gap: 5px;
    padding-top: 10px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
}

.custom-checkbox input:checked+.checkmark::after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #9c9c9c;
    border-color: transparent;
    color: #fff;
}

.reg-list ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 340px;
    margin: 0px auto 20px;
    list-style: none;
    padding: 0px;
}

.reg-list ul li a.active {
    background: #ffa466;
}

.reg-list ul li a {
    background: #9c9c9c;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #fff;
}

.reg-list ul:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #6d767d;
    position: absolute;
    top: 15px;
    max-width: 340px;
}

.reg-list ul li {
    z-index: 1;
}

.phone-verify {
    max-width: 300px;
    margin: auto;
    background: #a7b3d6;
}

input.num-verify {
    height: 45px;
    width: 45px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

.code-field {
    text-align: center;
}

.field-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #9c9c9c;
}

.code-issue {
    padding: 10px 0;
    text-align: center;
    color: #9c9c9c;
}

.reg-btn-wrap {
    display: flex;
    gap: 10px;
}

.congrazt-title {
    font-size: 24px;
    font-weight: 600;
    color: #9c9c9c;
}

.congrazt-title-2 {
    font-size: 18px;
    font-weight: 600;
    color: #9c9c9c;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #ffc299;
    padding: 10px 0;
}

/* end register page */


/* forget password page */
.fp-title {
    font-weight: bold;
    text-align: center;
    color: #9c9c9c;
    font-size: 16px;
    padding-bottom: 10px;
}

.fp-verify {
    position: absolute;
    right: 14px;
    top: 8px;
    max-width: 16vw;
}

/* end forget password page */

/* top header */
.top-header {
    display: grid;
    grid-template-columns: 30% auto 30%;
    align-items: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    /*background: url(../images/index/headerm-xmasbg.jpg) top center no-repeat;*/
}

.top-menu img {
    max-width: 30px;
}

.top-logo {
    display: block;
    text-align: center;
}

.top-logo img {
    max-width: 100px;
}

.lang-btn {
    text-align: end;
}

.lang-btn img {
    max-width: 25px;
}

.lang-btn .dropdown-toggle::after {
    border: none;
}

.lang-btn {
    width: auto;
}

.lang-btn .dropdown-menu {
    min-width: auto;
}

/* end top header */

/* side menu */
.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
}

.side-menu-wrap {
    padding: 10px;
}

.side-menu .modal-content {
    border-radius: 0px;
    background: url(../images/side-menu/sidebar.jpg) no-repeat;
    background-size: 100% 100%;
}

.side-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.side-logo img {
    max-width: 120px;
}

.side-arrow-btn {
    color: #ffa466;
    font-size: 20px;
}

.modal.fade.side-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.modal.fade.side-menu.show {
    visibility: visible;
    opacity: 1;
}

.side-menu .modal-content {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.side-menu {
    padding: 0px;
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.side-menu-box {
    /* display: flex !important; */
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    display: block;
    /* border-bottom: 1px solid #c7dcff; */
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
}

.side-menu-box img {
    max-width: 40px;
    padding-right: 5px;
}

.side-menu-box span {
    color: #9c9c9c;
}

.side-menu-box:last-child {
    border-bottom: 1px solid transparent;
}

.side-btn {
    padding-bottom: 30px;
    ;
}

.side-login-btn {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 90%);
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.side-join-btn {
    background: linear-gradient(to bottom, #fff 0%, #f6faff 50%, #fff 90%);
    color: #9c9c9c;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: #9c9c9c 2px 2px 3px -2px;
}

/* end side menu */

/* index page */
.t-body.index-bg {
    padding-top: 60px;
    padding-bottom: 80px;
}

#index-carousel {
    padding: 0px 10px;
}

#index-carousel img {
    border-radius: 10px;
}

.index-box {
    padding: 10px;
}

.announce-wrap {
    display: flex;
    align-items: center;
    position: relative;
    color: #9c9c9c;
    padding: 5px 10px 10px 30px;
}

.ann-icon {
    max-width: 18px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #ffa466;
}

.ann-bar {
    width: 100%;
}

.index-btm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.index-login-btn {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 90%);
    display: block;
    padding: 10px 10px;
    border-radius: 15px;
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    width: 50%;
}

.index-link {
    display: flex;
    text-align: center;
    gap: 5px;
}

.index-link img {
    max-width: 30px;
}

.index-link span {
    display: block;
    color: #9c9c9c;
    font-size: 12px;
}

.menu-tab {
    padding: 10px;
}

.menu-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    gap: 5px;
}

.menu-list a {
    background: url(../images/menu/btn-normal.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px;
    display: block;
    text-align: center;
    color: #9c9c9c;
    font-weight: normal;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    min-width: 100px;
    justify-content: center;
}

.menu-list a.active {
    background: url(../images/menu/btn-active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    font-weight: bold;
}

.menu-list span {
    display: block;
    white-space: nowrap;
}

.menu-content {
    padding-left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    grid-auto-rows: min-content;
    margin-top: 15px;
}

.menu-prod {
    position: relative;
    padding-bottom: 10px;
}

.menu-enter-btn {
    position: absolute;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f7ff 90%);
    border-radius: 20px;
    display: block;
    color: #9c9c9c;
    box-shadow: #9c9c9c 2px 2px 8px -4px;
    bottom: 20px;
    left: 10px;
    padding: 4px 20px;
}

/* end index page */


/* fixed bottom menu  */
.menu-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    background: #fefefe;
    z-index: 50;
    box-shadow: -1px -2px 4px #c8c8c8;
    filter: #0000002e;
    border-radius: 10px 10px 0px 0px;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 5px;
    height: 55px;
}

.menu-wrapper a {
    text-align: center;
    color: #9c9c9c;
    display: block;
}

.menu-wrapper img {
    max-width: 30px;
    margin: 0 auto;
    display: block;
}

.menu-btm-home img {
    max-width: 60px;
    position: relative;
    bottom: 20px;
    margin: 0 auto;
    filter: none;
}

.menu-btm-wallet img {
    max-width: 50px;
    background: #fff;
    border-radius: 50px;
}

/* end fixed bottom menu  */

/* slots page */
.top-long-header {
    background: url(../images/index/game-banner/slot/header-2.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.top-long-header img {
    max-width: 30px;
}

.tp-header-top {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
}

.tp-header-title {
    text-align: center;
}

.tp-header-right {
    display: flex;
    gap: 5px;
}

.top-long-wrap {
    padding: 120px 10px 20px;
}

.top-short-header {
    background: url(../images/index/game-banner/slot/header-1.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
}

.top-short-header a {
    color: #000;
}

.top-short-header img {
    max-width: 25px;
}

.top-short-header span {
    display: block;
    text-align: center;
}

/* end slots page */

/* download page */
.title-header {
    background: #fff;
    box-shadow: #9c9c9c 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.title-hdr-wrap {
    position: relative;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 15px;
    color: #ffa466;
    text-align: center;
}

.top-back-arrow {
    color: #ffa466;
    position: absolute;
    left: 10px;
    top: 15px;
}

.dl-tab .nav {
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    gap: 5px;
}

.dl-tab .nav-tabs .nav-item {
    width: 49%;
}

.dl-tab .nav-tabs .nav-link {
    background: #989898;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-bottom: none;
}

.dl-tab .nav-tabs .nav-item.show .nav-link,
.dl-tab .nav-tabs .nav-link.active {
    background: #ffa466;
    border-bottom: none;
}

.dl-wrap {
    padding: 80px 10px 80px;
    display: grid;
}

.dl-tab-content {
    position: relative;
}

.dl-mobile-img {
    position: relative;
    top: 30px;
    z-index: 1;
}

.purple-wrap {
    padding-bottom: 5px;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    filter: drop-shadow(0 4px 0 #cdcdcd) drop-shadow(0 5px 14px #0000002e);
}

.purple-inner-wrap {
    background: linear-gradient(to bottom, #f8f9fd 0%, #f8f9fd 100%);
    border-radius: 10px;
    box-shadow: inset #fff 0px 0px 8px 4px;
}

.dl-box {
    padding: 20px;
}

.dl-box img {
    max-width: 100px;
}

.dl-note {
    color: #9c9c9c;
    text-align: center;
    padding: 20px 0px 10px;
}

.dl-box {
    padding: 10px;
}

.dl-qr {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.dl-qr-img {
    max-width: 100px;
    background: #fff;
    box-shadow: #9c9c9c 0px 1px 6px -1px;
    padding: 10px;
    border-radius: 10px;
}

.dl-qr a {
    display: block;
    border-radius: 20px;
}

.orange-wrap {
    padding-bottom: 5px;
    background: #ffddc6;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    box-shadow: #9c9c9c 0px 2px 8px -4px;
    border-bottom: 1px solid #fff;
}

.orange-inner-wrap {
    background: linear-gradient(to right, #ffefe4 0%, #fee1d0 40%, #fff6f0 100%);
    border-radius: 10px;
    box-shadow: inset #fff 0px 0px 5px 2px;
}

.dl-qr-box .orange-inner-wrap {
    border-radius: 20px;
}

.dl-qr-btn {
    padding: 5px 10px;
    border-radius: 20px;
    color: #9c9c9c;
}

.dl-qr-btn img {
    max-width: 25px;
}

.game-dl {
    padding: 20px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.dl-modal .btn-close {
    background: none;
    color: #9c9c9c;
    font-size: 30px;
    position: absolute;
    right: 4px;
    top: 0px;
    z-index: 1;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    background: #f7f7f7;
    border: 1px solid #ffa466;
    color: #9c9c9c;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #9c9c9c;
}

.dld-wrap {
    text-align: center;
    padding-top: 20px;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #ffa466;
    border: 1px solid #ffa466;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}


/* end download page */

/* promotion page */
.promo-top-header {
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.filter-menu-bar {
    background: #fff;
    box-shadow: #9c9c9c 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    padding-top: 50px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 5px;
    font-size: 15px;
    color: #9c9c9c;
}

.pmbox.active {
    color: #9c9c9c;
    border-bottom: 2px solid #ffa466;
}

.promo-content {
    padding: 100px 10px 80px;
}

.promo-box {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    color: #9c9c9c;
    font-weight: 500;
}

.promo-bx img {
    border-radius: 10px 10px 0px 0px;
}

.promo-bx {
    box-shadow: #9c9c9c 2px 2px 8px -4px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.promo-modal .modal-header {
    background: #ffbf93;
    color: #fff;
}

.promo-modal .btn-close {
    background: none;
    color: #000;
    font-size: 20px;
    opacity: 1;
}

.promo-modal .modal-title {
    font-size: 16px;
    color: #000;
}

.promo-body {
    color: #9c9c9c;
}

.promo-table table {
    vertical-align: middle;
    text-align: center;
}

.promo-table thead tr th {
    background: #ffa466;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
}

.promo-table tbody tr {
    background: #f7f7f7;
    border: 1px solid #fff;
    color: #9c9c9c;
}

/* end promotion page */

/* contact us page */
.contact-wrap {
    padding: 60px 10px 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-box {
    background: linear-gradient(to bottom, #fefefe 0%, #f0f6ff 100%);
    border-radius: 20px;
    border-bottom: 4px solid #eaefff;
    box-shadow: 0 3px 5px rgb(62 62 62 / 25%);
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.contact-box h5 {
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    margin: 0px;
    padding-top: 10px;
}

.contact-box span {
    font-size: 13px;
    color: #9c9c9c;
}

.contact-qr {
    max-width: 120px;
    padding-top: 10px;
}

/* end contact us page */


/* fortune wheel page */
body.fortune-bg {
    background: url(../images/fortune/fw-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.fortune-wrap {
    padding: 70px 10px 80px;
}

.fortune-wheel {
    position: relative;
    text-align: center;
}

.fw-frame {
    position: absolute;
    z-index: 1;
}

.fw-point {
    position: absolute;
    z-index: 2;
    max-width: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.fw-logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 36%;
    max-width: 100px;
}

.fortune-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
}

.fw-play-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #e5eeff 100%);
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
    color: #ffa466;
    font-weight: 600;
    text-align: center;
}

.fw-spin-btn {
    background: url(../images/fortune/btn-spin.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 30px 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #767676;
}

.fw-info-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #e5eeff 100%);
    border-radius: 20px;
    padding: 15px 10px;
    color: #9c9c9c;
    font-weight: bold;
}

/* end fortune wheel page */


/* afterlogin index page */
.index-al-name {
    color: #9c9c9c;
    display: flex;
    align-items: center;
}

.index-al-name img {
    max-width: 30px;
    padding-left: 5px;
}

.index-al-amt {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.index-al-amt i {
    color: #9c9c9c;
}

/* end afterlogin index page */

/* account page */
.acc-wrap {
    padding: 20px 10px 10px;
}

.acc-profile a {
    padding: 10px;
    color: #9c9c9c;
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.acc-pic {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-avatar {
    max-width: 55px;
}

.acc-name {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.acc-num {
    color: #9c9c9c;
    padding-top: 5px;
    display: block;
}

.acc-status {
    background: url(../images/after-login/vip-card.png) no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    border-radius: 0.625rem;
    text-align: center;
    margin: 10px 0px;
}

.acc-wl-amt {
    text-align: center;
}

.acc-wl-amt h5 {
    color: #9c9c9c;
    font-size: 13px;
}

.acc-wl-amt span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.coin-earning {
    display: flex;
    background: #fff;
    padding: 15px;
    margin-top: 0.5rem;
    border-radius: 0.625rem;
    color: #9c9c9c;
}

.coin-earning .coin {
    width: 50%;
    display: flex;
    align-items: center;
    border-right: 1px solid #becaec;
}

.coin-earning .coin img {
    max-width: 30px;
}

.coin .number {
    color: #000;
}

.coin-earning .coin div {
    text-align: start;
    line-height: 1.25;
    margin-left: 0.5rem;
    font-size: .75rem;
}

.coin-earning .earning {
    width: 50%;
    font-size: .75rem;
    text-align: center;
}

.coin-earning span {
    display: block;
}

.earning .number {
    color: #04be02;
}

.acc-wl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
}

.acc-wl-row a {
    color: #9c9c9c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
    background: linear-gradient(180deg, #fff, #f8f9fd);
    box-shadow: 0 3px 5px rgb(62 62 62 / 25%);
    border-radius: 10px;
}

.acc-wl-row img {
    max-width: 35px;
}

.acc-link {
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    padding: 20px 10px 80px;
    margin-bottom: 40px;
}

.acc-link a {
    display: block;
    padding: 10px 15px;
    color: #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.acc-link a:last-child {
    border-bottom: none;
}

.acc-link a div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-link a img {
    max-width: 30px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #ffa466;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
}

button.btnall {
    padding: 5px 10px;
    border-radius: 10px;
    background: #ff7400;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #075a46;
}

.blc-amt {
    display: flex;
    gap: 10px;
}

.bln-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.bln-all {
    margin-top: 2px;
    padding: 10px;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    max-height: 466px;
}

.bln-all ul li {
    width: 100%;
    margin: 3px 0px;
    border: 1px solid #9c9c9c;
    border-radius: 7px;
    padding: 4px 10px;
    cursor: pointer;
    list-style: none;
    background: #9c9c9c;
}

.bln-all ul li:hover {
    border: 1px solid #67b7fe;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

.blc-modal .modal-content {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    border: none;
}

.blc-modal .btn-close {
    background: none;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    top: -39px;
    position: absolute;
    right: -4px;
}

.blc-modal .modal-body {
    padding: 0px;
}





/* end account page */


/* deposit page */
.top-short-wrap {
    padding: 65px 10px 80px;
}

.dep-label {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
    width: 110px;
}

.select_bank_opt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    gap: 3px;
}

.form-check .btn-check {
    border-color: #becaec;
}

.form-check .btn-check:checked {
    background-color: #4a89fc;
    border-color: #4a89fc;
}

.select_bank_opt .form-check-inline .form-check-label {
    font-size: 11px;
    width: 100%;
    max-width: unset;
    flex-direction: column;
    height: 4.5rem;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    overflow: hidden;
    border: 1px solid #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8f9fd);
}

.form-check .btn-check:checked+.form-check-label {
    color: #ffa466 !important;
    border: 0.0625rem solid #9c9c9c;
    position: relative;
    overflow: hidden;
}

.select_bank_opt .form-check-inline .form-check-label img {
    height: 24px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.select_bank_opt .form-check-inline {
    margin: 0;
    padding: 0;
}

.form-check-label p {
    margin: 0;
}

.content-section {
    display: none;
}

.tabcontent_custom_dep {
    padding-top: 0px;
}

.row_form {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.tabcontent_custom_dep {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.form-control {
    color: #414755;
    border: 1px solid #bebebe;
    min-height: 2.5rem;
    font-size: 13px;
}

.amt_input {
    display: flex;
    align-items: center;
}

.amt_input .input-group-text {
    color: #414755;
    background: transparent;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 2.5rem;
}

.amt_input input {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select_bank_opt_amt .select_bank_opt .form-check-inline .form-check-label {
    height: 2.5rem;
    width: 100%;
}

.select_bank_opt_amt .select_bank_opt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    margin-top: 10px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/after-login/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.amt_input {
    display: flex;
    align-items: center;
}

.amt_input .input-group-text {
    color: #414755;
    background: transparent;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 2.5rem;
}

.amt_input input {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
}

.orange-btn {
    background: #ffa466;
    border-radius: 20px;
    box-shadow: #9c9c9c 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #fff;
    margin: 0px auto 5px;
}

select.dep-option {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

select.form-select.dep-option {
    color: #888888;
}

select.dep-option option {
    background: #fff;
    color: #9c9c9c;
}

select.dep-option:focus {
    outline: none !important;
    box-shadow: none;
}

input.dep-form-input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
}

input.dep-form-input::placeholder {
    color: #888888;
}

.dep-upload {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-upload button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffa466;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    color: #fff;
}

.dep-submit {
    text-align: center;
    padding: 10px 0px;
}

.dep-copy {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-copy input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
    font-weight: bold;
    color: #000;
    border: none;
}

.dep-copy button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/wallet/deposit/crypto/btn-copy.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 18px;
    font-size: 12px;
    border: none;
    color: #9c9c9c;
}

/* end deposit page */

/* withdrawal page */
.table-share tr th {
    background-color: #9c9c9c;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #9c9c9c;
    color: #fff;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #9c9c9c;
    text-align: center;
    color: #9c9c9c;
}

/* end withdrawal page */

/* wallet page */
.wallet-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.wallet-title span {
    color: #9c9c9c;
    font-weight: bold;
    font-size: 14px;
}

.my-wallet-content {
    height: 100%;
    display: flex;
    padding: 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, #fff, #f8f9fd);
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
}

.wallet-container {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.interest-tnc {
    width: max-content;
    /* min-width: 10rem; */
    display: flex;
    align-items: center;
    border: 0.0625rem solid #ffa466;
    border-radius: 1rem;
    font-size: .75rem;
    padding: 0.125rem 0.25rem;
    line-height: 1;
    color: #ffa466;
    font-weight: 500;
    background: #f6faff;
    margin-right: 0.5rem;
    cursor: pointer;
}

.wallet-container_content p {
    color: #414755;
    font-weight: 500;
    margin: 0;
}

.wallet-container_content span {
    font-size: 1.25rem;
    word-break: break-all;
}

.wallet-container img {
    width: 60px;
}

.history_table {
    background: linear-gradient(180deg, #fff, #f8f9fd);
    color: #9c9c9c;
}

.history_table tr th {
    padding: 10px;
    background: #9c9c9c;
    color: #fff;
}

.history_table tr td {
    padding: 10px;
}

tr.unread td {
    font-weight: bold;
    color: #fff;
}

.history_table tr th:last-child {
    text-align: right;
}

.history_table tr td:last-child {
    color: #f4ba00;
    text-align: right;
}

.time_h {
    font-size: .75rem;
    white-space: nowrap;
    margin-right: 1rem;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.addbank_form {
    display: none;
    color: #9c9c9c;
}

.addbankbtn {
    background: transparent;
    border: none;
    color: #9c9c9c;
    margin-top: 40px;
}

.addbankbtn i {
    margin-right: 10px;
}


.wallet-list {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 10px;
}

.wallet-list-box {
    color: #9c9c9c;
}

.wallet-list-box img {
    max-width: 30px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

.wallet-div {
    border-right: 2px solid #eaeaea;
    height: 40px;
}

/* end wallet page */

/* history page  */
.filters-group {
    display: flex;
    flex-wrap: wrap;
}

.filters-group .form-check-label {
    height: 2.5rem;
    min-width: 4.5rem;
    max-width: 8.75rem;
    line-height: 1.25;
    border: 0.0625rem solid #becaec;
    color: #414755;
    background: linear-gradient(180deg, #fff, #f8f9fd);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    font-size: .75rem;
}

.filters-group .form-check-label.active,
.filters-group .form-check-label:hover {
    color: #ffa466;
    border: 0.0625rem solid #ffa466;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
    font-size: .75rem;
}

.filters-group .form-check-label.active:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.filters-group .form-check-inline:first-child .form-check-label {
    border-radius: 0.25rem 0 0 0.25rem;
}

.filters-group .form-check-inline:last-child .form-check-label {
    border-radius: 0 .25rem .25rem 0;
}

.filters-group .form-check-inline {
    margin: 0;
    padding: 0;
}

.filters-tp-col_date {
    grid-gap: 10px;
}

/* end history page  */

/* referral page */
.amt-box {
    position: relative;
    display: flex;
    align-items: flex-start;
}

button.btn-cpy {
    position: absolute;
    right: 17px;
    top: 12px;
    border: none;
    padding: 0px;
    color: #636363;
    background: transparent;
}

.ref-qr img {
    display: block;
    margin: 0px auto;
    max-width: 200px;
}

/* end referral page */

/* inbox page */
.inbox-tab .nav {
    display: flex;
    justify-content: space-around;
    padding: 0px 10px;
    gap: 5px;
}

.inbox-tab .nav-tabs .nav-link {
    /* background: #cccccc; */
    border-radius: 10px 10px 0px 0px;
    color: #9c9c9c;
    padding: 10px;
    width: 100%;
    border: none;
    position: relative;

}

.inbox-tab .nav-tabs .nav-item.show .nav-link,
.inbox-tab .nav-tabs .nav-link.active {
    color: #ffa466;
    border-bottom: 2px solid #ffa466;
}

.notify-num {
    right: -6.5%;
    top: -7.5%;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(0deg, #ea4e3d, #f7778c);
    font-size: .63rem;
    font-weight: 500;
    line-height: 1.0625rem;
}

.notify-num,
.notify-red-dot {
    position: absolute;
    display: inline-block;
}

.inbox-wrap {
    padding: 95px 10px 80px;
}

.msg-edit-panel {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 10px 0px;
}

.msg-edit-panel i {
    margin-right: 5px;
}

.box_delete {
    color: red;
}

.box_mark {
    color: #4a89fc;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #becaec;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    gap: 10px;
}

.msg-icon-col img {
    width: 50px;
}

.list-group-item .h6,
.list-group-item h6 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* width: 17%; */
    /* line-height: 1; */
}

.list-group-item .h6>span,
.list-group-item h6>span,
.list-group-item p,
.list-group-item span {
    font-size: .65rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item p {
    color: #6b7ba8;
    /* width: 65%; */
}

.list-group-item>span:not(h6):not(.h6) {
    color: #abb8d6;
}

.inbox-tab-content {
    background: linear-gradient(180deg, #fff, #c4c4c4);
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    padding: 10px;
}

.msg-list-group {
    border-bottom: 1px solid #eaeaea;
}

.msg-list-group:last-child {
    border-bottom: none;
}

.inbox-pagi .pagination {
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
}

.inbox-pagi .page-link {
    border-radius: var(--bs-pagination-border-radius);
    font-size: 11px;
}

.inbox-pagi .page-link:hover {
    background: #9c9c9c;
    color: #fff;
}

/* end inbox page */

/* about us page */
.inf-content p {
    margin-bottom: 10px;
    opacity: 1;
    color: #9c9c9c;
    line-height: 1.4;
}

/* end about us page */

/* banking page */
.table-second {
    margin: 20px 0px;
}

.table-second>tbody>tr>th {
    border: 1px solid #ffa466;
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    color: #fff;
    text-align: center;
    padding: 5px;
}

.table-second>tbody>tr>td {
    border: 1px solid #9c9c9c;
    background: #f8f8f8;
    padding: 5px;
    color: #9c9c9c;
}

.detail-ul {
    color: #9c9c9c;
}

/* end banking page */

/* tnc page */
button.btn-tnc {
    background: #ffbf93;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

.tnc-body ul {
    padding-left: 15px;
    color: #9c9c9c;
}

.tnc-body ul li {
    padding-bottom: 8px;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

/* end tnc page */

/* policy page */
.policy-wrap {
    padding: 10px 15px 15px;
    color: #616c76;
}

/* end policy page */


/* vip page */
.vip-wrap {
    padding: 60px 0px 80px;
}

.vip-pic {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
}

.vip-avatar {
    max-width: 55px;
}

.vip-name {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.vip-progress {
    padding: 0px 10px;
}

.vip-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9c9c9c;
    padding-bottom: 10px;
}

.vip-bar-wrap span {
    width: 30%;
}

.vip-bar {
    width: 100%;
    position: relative;
}

.vip-progress .progress {
    background: #fff;
}

.vip-progress .progress-bar {
    background: #9c9c9c;
}

.vip-progress-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
    color: #ffa466;
}

.vip-bnf-wrap {
    position: relative;
    padding-bottom: 20px;
}

.vip-bnf-icon {
    width: 100%;
    max-width: 5.625rem;
    height: auto;
    position: absolute;
    top: 35px;
    right: 1rem;
    z-index: 1;
}

.vip-bnf-lvl {
    width: 27%;
    padding: 8px 5px;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    font-size: .75rem;
    color: #f0f6ff;
    background: linear-gradient(90deg, #ddc186, #bc9f65);
}

.vip-bnf-lvl.lock {
    padding: 8px 23px;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
}

.vip-bnf-content {
    color: #9c9c9c;
    padding: 0.5rem 2rem;
    margin-right: 3rem;
}

.vip-bnf-content h1 {
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 5px;
}

.vip-bnf-content p {
    margin: 0px;
    font-size: 12px;
    padding: 5px 0px;
}

.vip-notice {
    width: 100%;
    height: auto;
    background: #ffbf93;
    padding: 0.5rem 2rem;
    color: #000;
    margin-bottom: 10px;
}

.vip-notice p {
    margin-bottom: 0px;
    font-size: 12px;
}

.vip-detail {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    box-shadow: #9c9c9c 2px 2px 8px -4px;
}

.vip-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.vip-box-wrap-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.vip-box-inner-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
}

.vip-box-inner-wrap-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
    padding: 0px 15px 15px;
}

.vip-box-inner-wrap img,
.vip-box-inner-wrap-1 img {
    max-width: 50px;
}

.vip-pri-title {
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0px 10px;
}

.vip-pri-title:first-child {
    padding-top: 5px;
}

.vip-bnf {
    color: #9c9c9c;
    font-size: 12px;
    width: 50%;
}

.vip-bnf span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
}

.vip-bnf h5 {
    color: #9c9c9c;
    font-size: 14px;
    display: block;
    margin: 0px;
}

.vip-al-thumb-container .swiper-slide {
    width: 80%;
    padding: 0px 10px;
}

.vip-lvl-bar {
    padding-top: 20px;
    position: relative;
}

.vip-lvl-badge {
    max-width: 100%;
}

.vip-al-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}

.swiper.vip-al-swiper {
    position: relative;
    text-align: center;
    padding: 10px 20px 10px;
    z-index: 0;
}

.vip-al-swiper .swiper-button-next::after,
.vip-al-swiper .swiper-button-prev::after {
    content: "";
}

.vip-al-swiper .swiper-button-next {
    content: "";
    background: url(../images/account/vip/privilege/ARROW_NEXT\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 20px;
    color: transparent;
    z-index: 0;
    right: 0px;
}

.vip-al-swiper .swiper-button-prev {
    content: "";
    background: url(../images/account/vip/privilege/ARROW_PREVIOUS\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 20px;
    color: transparent;
    z-index: 0;
    left: 0px;
}

.vip-lvl-badge,
.vip-bnf-bg {
    display: none !important;
}

.vip-lvl-badge.show,
.vip-bnf-bg.show {
    display: block !important;
}

/* end vip page */


@media(max-width: 550px) {
    .vip-bnf-lvl {
        top: 12%;
        left: 7px;
    }
}

/* TRANSFER */
.balance-wrapper {
    margin-bottom: 10px;
}

.balance-wrapper {
    color: #fff;
    background: #9c9c9c;
}

.bln-box {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
}

.bln-box {
    color: #fff;
    text-align: left;
}

.bln-box.collapsed {
    color: #fff;
}

.bln-box.collapsed:before {
    content: '\00BB';
    font-size: 41px;
    color: #ffffff;
    position: absolute;
    top: 7px;
    right: 24px;
    transform: rotate(90deg);
    background: #00bf0f;
    height: 26px;
    line-height: 15px;
    padding: 3px;
    border-radius: 5px;
}

.bln-box:before {
    content: 'x';
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 24px;
}

.bln-body {
    padding: 10px 0px;
    border-top: 1px solid #9a9999;
    background: #333;
    color: #ffffff;
    padding-bottom: 0px;
}

table.bln-table tr td {
    padding: 10px;
}

table.bln-table tr {
    border-bottom: 1px solid #d3d3d3;
}

table.bln-table tr td:first-child,
table.bln-table tr th:first-child {
    text-align: left;
}

table.bln-table tr th {
    padding: 10px;
    color: #6d6d6d;
    font-weight: 500;
}

.user_box {
    border-bottom: .04rem solid #ffa466;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 60%);
    padding: 10px 0px;
    color: #fff;
    text-align: center;
}

.restore_btn {
    width: 100px;
    background: linear-gradient(to bottom, rgba(253, 49, 49, 1) 0%, rgba(140, 7, 7, 1) 100%);
    border-radius: 3px;
    min-height: 37px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    color: #fff;
}

.restore_btn img {
    max-height: 22px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

a.restore-box img {
    max-height: 24px;
    margin-right: 4px;
    /* filter: brightness(1) invert(1); */
}

.restore-box {
    /* width: 20%; */
    text-align: end;
    color: #9c9c9c;
    margin-right: 10px;
}

.btn-group-transfer {

    display: flex;

    justify-content: end;

    grid-gap: 10px;
}

.btn-group-transfer button {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.btn-in-transfer {
    background: #04be02;

}

.btn-out-transfer {
    background: #ed1d49;
}

.swiper-content {
    position: relative;
}

.swiper-content .swiper-pagination {
    right: 0;
    top: 0;
    text-align: end;
}

.bonus_tit {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.menu-list .active img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(91%) saturate(1%) hue-rotate(7deg) brightness(105%) contrast(100%);
}

.menu-prod img {
    border-radius: 10px;
}

.login-btn:hover {
    color: #fff;
}

.page-link {
    color: #ffa466;
}

.promo_table tr th {
    background: #ffbf93;
    padding: 10px;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.promo_table tr td {
    font-size: 12px;
    color: #000;
    padding: 10px;
    border: 1px solid #fff;
    background: #d7d7d7;
    text-align: center;
}

.basic-text {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-left: 0px !important;
}

.promo_table {
    width: 100%;
}

.promo-text {
    padding: 20px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.msg-in ul {
    list-style: none;
    padding-left: 0px;
    color: #000;
}

.msg-in ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

i.fa.fa-caret-right {
    margin-right: 10px;
    color: #ffbf93;
}

.msg-in p {
    margin-left: 18px;
}

/* 27062024 */
.title-bg {
    background: url(../images/tournament/title.png)no-repeat center;
    height: 260px;
    position: relative;
}

.title-money {
    color: #fff;
    font-size: 23px;
}

.title-text {
    position: absolute;
    bottom: 40px;
    color: #ebce60;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
}

.tournament-table {
    width: 80%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 30% 70%;
}

.tournament-table span {
    padding: 10px 15px;
}

.tournament-table .span-1 {
    color: #ebce60;
    background: rgba(0, 0, 0, 0.753);
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: 600;
    font-size: 18px;
}

.tournament-table .span-2 {
    color: #fff;
    background: rgba(0, 0, 0, 0.507);
    margin-bottom: 2px;
    font-weight: 600;
}

.tournament-btn-group {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10%;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal#result {
    top: 0;
}

.tournament button.close {
    color: #ebce60;
    position: absolute;
    right: -35px;
    top: -180px;
    opacity: 1;
    height: 30px;
    border: 1px solid #ebce60;
    width: 30px;
    border-radius: 50%;
    text-shadow: none;
}

.tournament .title-text {
    bottom: 45px;
    left: 31%;
}

.tournament-header {
    position: absolute;
    top: -75px;
    text-align: center;
    width: 100%;
    z-index: 99;
    left: -161px;
}

.result-table {
    margin-top: 255px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.result-table table {
    width: 100%;
    color: #fff;
}

.result-table tr:nth-child(odd) {
    background: #160f00;
}

.result-table tr:nth-child(even) {
    background: #231401;
}

.result-table tr td {
    padding: 5px 15px;
}

.result-table tr td:last-child {
    color: #ebce60;
}

.tnc button.close {
    text-shadow: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: -25px;
    opacity: 1;
}

.tnc .modal-dialog {
    padding-top: 10px !important;
}

.tnc-content {
    margin-top: 50px;
    color: #fff;
}

.modal-dialog.tournament {
    height: 100%;
    margin-top: 105px;
    background: none;
    border: none;
    box-shadow: none;
}

.modal-content.tournament {
    background: #2e1d01;
    border: 1px solid #c6c257;
    border-radius: 10px;
    margin-top: 70px;
}

.tournament-countdown {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    background: #f9f9f9;
    box-shadow: 4px 7px 1px #f1f1f1, -5px 4px 1px #f1f1f1;
    border-radius: 10px;
}

.countdown-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
}

.tbox-1 {
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
    background: #e0dfe0;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;
    color: #fd8d4c;
    border: none;
    width: 23%;
    height: 36px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #9b9b9b;
    margin: 3px;
    line-height: 1;
}

.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
    grid-gap: 20px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    top: -13px;
}

.tcap-1 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9b9b9b;
}

.tournament-count {
    position: relative;
    top: 6px;
}

.ttl-tour {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    /* margin: auto; */
}

.ttl-tour-all img {
    width: 85%;
}

.ttl-tour-center img {
    width: 100%;
}

.ttl-tour-all-txt {
    color: #9c9c9c;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

table.tournament_table_wrap {
    border-collapse: collapse;
    border-spacing: 0;
}

table.tournament_table_wrap tr td:first-child {
    text-align: left;
    border-radius: 10px 10px 0px 0px;
}

table.tournament_table_wrap tr th:first-child {
    text-align: left;
    border-radius: 10px 0px 0px 10px;
}

table.tournament_table_wrap tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}

table.tournament_table_wrap tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

table.tournament_table_wrap tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

table.tournament_table_wrap tr th {
    background: #fd7604;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0px 5px 20px;
}

table.tournament_table_wrap tr td {
    color: #ff8519;
    /* background-color: #ededed; */
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px 5px 20px;
    border: none;
}

table.tournament_table_wrap tr:nth-child(odd) {
    background: #ededed;
}

.tournament_table {
    margin: auto;
    margin-top: 20px;
}

button.tournament_btn {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #ae8410;
    min-width: 120px;
    padding: 5px;
    border-radius: 5px;
}

.tournament_btn_wrap {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    padding-bottom: 20px;
}

.tournament_modal .modal-bg {
    color: #fff;
}

.tournament_modal .modal-header .close {
    padding: 0px;
    color: #000;
    font-weight: 400;
    text-shadow: none;
    border: 3px solid #ffa568;
    border-radius: 56px;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    margin-top: 15px;
    font-size: 26px;
    position: absolute;
    right: -11px;
    top: -30px;
    background: #fff;
}

#tournament_prizepastModal.tournament_modal .modal-header .close {
    padding: 0px;
    color: #ffae00;
    font-weight: 400;
    text-shadow: none;
    border: 3px solid #ffae00;
    border-radius: 56px;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    margin-top: 15px;
    font-size: 26px;
    position: absolute;
    right: 7px;
    top: -9px;
    z-index: 1;
}

.tournament_modal .modal-header {
    border-bottom: 1px solid #ffffff00;
    display: block;
    position: relative;
    padding: 10px 10px 0 10px;
}

.tournament_modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    position: absolute;
    width: 275px;
    top: -20px;
    left: 0;
    right: 0;
    background: linear-gradient(181deg, #ffc299 0%, #ffa466 95%);
    border-radius: 5px;
    padding: 4px;
    margin: auto;
    text-transform: uppercase;
}

.tournament_modal .modal-content {
    background-color: #fff;
    /* border: 1px solid #efb800; */
    /* filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b); */
    color: #000;
    /* width: 400px; */
    border-radius: 18px;
}

.tournament_modal .modal-dialog {
    margin-top: 80px;
}

.remark_red {
    color: red;
}

.body_tournament_past {
    background: url(../images/common/event/bg-result.jpg) center top / cover;
}

.tournament_past_wrapper {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 15px;
}

.tournament_past_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.tournament_past_grid_each {
    /* border: 1px solid #930000; */
    /* border-radius: 10px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tournament_past_grid_each img {
    /* border-radius: 10px; */
    width: 100%;
    max-width: 400px;
}

.tournament_past_grid_txt {
    color: #fba463;
    position: absolute;
    text-align: center;
    font-size: 40px;
    top: 46px;
    line-height: 1;
    /* text-shadow: 2px 1px 6px #ff0000, -2px -1px 7px #ff0000; */
    font-weight: bold;
}

.tournament_past_grid_txt .grid_txt_th {
    font-size: 10px;
}

.tournament_past_grid_txt_grid {
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 2px;
}

.tournament_p_title {

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 28px;

    line-height: 1.2;

    font-weight: 700;
}

.tournament_p_title2 {

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 21px;
}

.tournament_p_title3 {

    text-align: center;

    color: #fff;

    background: -webkit-linear-gradient(#fdf5e0 26%, #bf8005 49%, #e7a916 50%, #bf8005 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-size: 52px;

    font-weight: 700;

    line-height: 1;

    margin-top: 20px;
}

.tournament_past_wrap {
    padding-bottom: 30px;
}

.modal_past_content {
    background-image: url(../images/common/event/bg-congratulations.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.tournament_top_img img {
    width: 60%;
}

.body_tournament_wrap {
    padding: 0 10px;
}

.body_tournament_past a.tournament_swap.active {
    text-shadow: 2px 1px 6px #ff0000, -2px -1px 7px #ff0000;
    border-bottom: 4px solid #ffae00;
}

.side-ico.ico-grd.ico_tour img {
    height: 20px;
    filter: grayscale(0) invert(0);
    display: block;
    margin: 0px auto;
}

.tournament_title {
    font-size: 17px;
    font-weight: 700;
}

.ttl-winner {
    position: relative;
}

.ttl-winner span {
    color: #fff;
    position: absolute;
    font-weight: 900;
    font-size: 25px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table.tournament_table_wrap tr:nth-child(even) {
    background: none;
}

#wName_r2 {
    color: #ff8519;
    font-size: 30px;
}

#wVal_r2 {
    color: #ff8519;
}

#winner-list {
    margin-top: 5%;
    margin-bottom: 5%;
}

.ttl-tour-all {
    margin-bottom: 15px;
}

.pro-category {
    margin: 15px;
}

.pro-cat .nav-tabs .nav-item .nav-link {
    background: none;
    border: none;
    padding: 0px;
}

.pro-cat .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 0px;
}

.pro-cat .nav-tabs .nav-item.reward-box2 {
    width: 150px;
}

.pro-cat .nav-tabs .nav-item .nav-link.active .winner-cat .winner-cat-btn {
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-weight: bold;
}

.winner-cat-btn {
    width: 100%;
    color: #9c9c9c;
    /* text-shadow: 1px 1px 1px #00000066; */
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border: none;
    /* font-weight: bold; */
    box-shadow: -1px 0px 5px #ffaa7991;
}

.past-event {
    margin: 5% 0%;
    padding-bottom: 20%;
}

.tournament_modal .modal-header .close span {
    position: relative;
    top: -3px;
}

.lotto-guide .tournament_table {
    width: 100%;
    padding: 10px;
}

.lotto-guide ul {
    padding-left: 18px;
}

.congratulation p {
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: capitalize;
    color: #ffab7b;
}

.congratulation {
    text-align: center;
    font-weight: bold;
}

/* 05082024 */
.jackpot-title-bg {
    background: url(../images/jackpot/m-stage.png)no-repeat center;
    height: 315px;
    position: relative;
    margin-top: 25px;
}

.jackpot-body {
    padding-top: 150px;
}

.jackpot_table {
    /* padding: 20px; */
    width: 100%;
}

#jackpot-winner-list {
    padding: 0px;
    /* margin: 0 auto; */
    /* width: 60%; */
    /* margin-bottom: 60px; */
}

.jackpot {
    margin: 0px;
}

.jackpot .btn_enter {
    margin: 0 auto;
    padding-bottom: 50px;
    border: none;
    background: transparent;
    position: relative;
    display: flex;
}

.jackpot-amount {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.jackpot-amount p {
    font-size: 36px;
    font-weight: bold;
}

.jackpot-amount-2 span {
    font-size: 36px;
    margin-right: 15px;
    color: #e8b28d;
}

.jackpot .btn_enter p {
    margin: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px #8b8b8b;
    /* margin-top: -10px; */
    top: 20px;
    left: 40px;
}

.pmc-bg {
    background: url(../images/jackpot/pmc-m-bg.jpg);
    /* height: 1080px; */
}

.pmc-game {
    display: flex;
    /* gap: 20px; */
    justify-content: center;
    margin-top: 20px;
}

.pmc-bottom {
    padding: 0px 40px 100px;
    display: flex;
    flex-direction: column;
}

.pmc-game img {
    max-width: 160px;
}

.btn_enter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}

.btn_enter p {
    margin: 0;
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 1px 1px #8b8b8b;
    /* margin-top: -10px; */
    bottom: 32px;
}

.reward span {
    color: #ff965c;
    font-size: 28px;
    margin-right: 10px;
}

.reward p {
    font-weight: 600;
    font-size: 32px;
    position: absolute;
    bottom: -60px;
    left: 43%;
    transform: translate(-50%, -50%);
    color: #9c9c9c;
}

.reward {
    position: relative;
    margin-bottom: 30px;
}

.pmc-reward {
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}

.pmc-bottom a {
    margin: 0 auto;
}

.tournament-btn-group img {
    max-width: 170px;
}

/* 13082024 */

/* announcementmodal */

.ann-wrap {
    display: flex;
    background: #292929;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    align-items: center;
}

.announcementpopupimg img {
    /* width: 400px; */
    margin: auto;
    border-radius: 5px;
}

#announcementpopup .carousel-control-prev {
    left: -22px;
}

#announcementpopup .carousel-control-next {
    right: -22px;
}

.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #ffa566;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;

}

.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}


.announcementmodal .modal-dialog {
    max-width: 500px;
}

.annou-pop {
    border-radius: 18px;
    background: #fffafa6e;
    padding: 20px;
    color: #434141;
    border: 1px solid #ff851a;
}

.annou-ttle {
    color: #434141;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ff871e;
    padding-bottom: 7px;
}

.annou-content {
    padding-top: 25px;
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin: 0px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #2283f6;
    border-color: #2283f6;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}

/* withdrawal-transfer-btn */
.transfer-btn {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border: none;
    border-radius: 20px;
    color: #fff;
    margin-left: 10px;
    padding: 5px 10px;
}

/* 26082024 */
.login-form-box .input-group-text {
    position: absolute;
    background: transparent;
    padding: 5px;
    top: 8px;
    border: none;
    left: 35px;
}

.input-group-text select {
    border: none;
    background: transparent;
}

.contact-input {
    margin-left: 0px;
    padding-left: 90px !important;
}

/* 30082024 */
.qr-table tr td {
    border: 1px solid #9c9cb6;
    padding: 10px;
}

.qr-table td:last-child {
    width: 70%;
}

.qr-table i {
    float: right;
    position: relative;
    top: 4px;
}

.qr-table img {
    max-width: 130px;
}

.qr-table {
    color: #9c9c9c;
}

/* 02092024 */
#tournamentContent table tr th {
    background: linear-gradient(181deg, #ffc299 0%, #ffa466 95%);
}

#tournamentContent table tr th,
td {
    text-align: center;
    border: 1px solid #000;
}

#tournamentContent table {
    width: 100%;
    margin-bottom: 10px;
}

#tournamentContent img {
    margin-bottom: 10px;
}

#tournamentContent ul li {
    list-style: decimal;
    padding-left: 10px;
}

/* 11092024 */
.t-pimg {
    position: relative;
    padding: 15px;
}

.promo_product_img {
    height: 200px;
    border-radius: 10px 10px 0px 0px;
}

.play-now {
    background: #ffbb8e;
    padding: 5px 0px;
    border-radius: 0px 0px 10px 10px;
}

.info-center p {
    padding: 0px;
    height: auto;
    color: #9c9c9c;
    text-align: center;
}

.info-btn {
    color: #ffa673;
    border: none;
    background: transparent;
    text-decoration: underline;
}

.service-section-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/index/serv.png);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.75rem 1.25rem;
}

.info-wrap {
    padding: 48px 10px 80px;
}

.info_custom {
    /* margin-top: 20px; */
    color: #9c9c9c;
}

.info-detail {
    background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 95%);
    box-shadow: 0 3px 6px 2px #0000002e;
    padding: 20px;
}

.info-title {
    margin-top: 20px;
}

/* 07112024 */
.download-sec {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.download-sec img {
    width: 100%;
    height: auto;
}

.download-qr {
    position: absolute;
    top: 45%;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.download-qr img {
    width: 200px;
}

.download-qr button {
    background: linear-gradient(to bottom, #ffc299 0%, #ffa466 90%);
    padding: 10px 10px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0px 1px 1px #767676;
    border: none;
    width: 250px;
    font-size: 15px;
}

.footer-sec {
    padding: 20px 10px 80px;
    background: #ffffff;
}

.license-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.payment-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-sec p {
    color: #ffa76b;
    font-weight: 600;
}

.full-wrap {
    padding-bottom: 100%;
}

.footer-sec img {
    filter: grayscale(1);
}

.footer-sec img:hover {
    filter: none;
}

/* 29112024 */
a.in-box img {
    max-height: 24px;
    margin-right: 4px;
}

.in-box {
    text-align: end;
    color: #9c9c9c;
}

.after-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.right-af {
    align-items: center;
}

/* 02122024 */
.notify-num {
    right: 0px;
    top: 0%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    color: #fff;
    background: #ce1b34;
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
}

.notify-num,
.notify-red-dot {
    position: absolute;
    display: inline-block;
}

/* 24012025 */
.slot_product_games_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    /* margin: 25px 0 0 0; */
    width: 100%;
}

.slot_product_games_title {
    color: #9c9c9c;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
}

.slot_product_games_box {
    border: 1px solid #ffa466;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.568);
}

.btn-playmini {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    background-size: 100% 100%;
    color: #fff;
    padding: 5px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 65%;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #00000066;
}

.btn-playmini:hover {
    color: #fff;
}

.slot_product_games_box:hover .overlay {
    opacity: 1;
}

.lobby-sec {
    padding: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    background-color: #f1f5fe;
    border-radius: 5px;
    color: #75787f;
}

.dropdown-button:hover {
    background-color: #edf1fa;
    border: 0px;
}

.dropdown-menu-pro {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
    width: 100%;
}

.dropdown-menu-pro a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.dropdown-menu-pro a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-menu-pro {
    display: block;
}

.dropdown-button::after {
    content: 'v';
    font-size: 12px;
    color: #7f848a;
    position: absolute;
    right: 8px;
    top: 15px;
}

.lobby-provider .dropdown .dropdown-button {
    width: 100%;
    text-align: left;
}

.lobby-selection .menu-list a {
    margin-bottom: 0px;
}

.lobby-selection {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lobby-provider {
    width: 100%;
}

.lobby-provider .dropdown {
    width: 100%;
}

.dropdown-menu {
    display: none;
}

/* 10032025 */
.country-flag-container {
    display: flex;
    /* gap: 15px; */
    align-items: center;
    margin-top: 15px;
    padding: 0px 15px;
}

.language-select {
    border-right: .01rem solid #ccc;
    padding-right: 10px;
}

.language-select:last-child {
    border-right: none;
    padding-left: 10px;
}

.language-select:nth-child(2) {
    padding-left: 10px;
}

.language-select:first-child {
    padding-left: 0px;
}

.flag-icon {
    max-width: 25px;
    margin-right: 10px;
}

.hr-line {
    border-bottom: 1px solid #ffa466;
    padding: 10px;
}

.country-languages {
    color: #9c9c9c;
}

.language-select.active {
    color: #ffa466;
    text-decoration: underline;
}

.menu-title {
    padding-left: 15px;
    padding-top: 35px;
    color: #9c9c9c;
    text-transform: uppercase;
}

/* 29052025 */
.entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.points {
    color: #ff6600;
    font-weight: bold;
}

.username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.winner-list {
    padding: 20px;
    border: double #ffa774;
    border-radius: 10px;
    margin: 10px 0px;
}

.winner-title {
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 15px;
}

/* 25062025 */
.login-media-wrap img {
    width: 30px;
}

/* 18072025 */
.jackpot_bg {
    background-image: url(../images/jackpot/bg-jackpot-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px 40px;
}

.top-gap {
    padding: 15% 5%;
}

.jackpot-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px 10px 15px;
    box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 10%);
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.jackpot-card img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.jackpot-title,
.jackpot-digit {
    font-size: 18px;
    margin-top: 40px;
    color: #9d9d9d;
}

.jackpot-amount-2 {
    font-size: 30px;
    font-weight: bold;
}

.jackpot-digit {
    font-size: 14px;
    margin-top: 10px;
}

.jackpot-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    /* thickness of border */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.supreme {
    color: #fe9b52;
    z-index: 0;
}

.supreme::before {
    content: "";
    background: linear-gradient(to bottom, #fe9b52, transparent);
}

.extreme {
    color: #17ccf5;
    z-index: 0;
}

.extreme::before {
    content: "";
    background: linear-gradient(to bottom, #17ccf5, transparent);
}

.ultramega {
    color: #11c47e;
    z-index: 0;
}

.ultramega::before {
    content: "";
    background: linear-gradient(to bottom, #11c47e, transparent);
}

.ultra {
    z-index: 0;
    color: #f70001;
}

.ultra::before {
    content: "";
    background: linear-gradient(to bottom, #f70001, transparent);
}

.super {
    color: #d2ad3c;
    z-index: 0;
}

.super::before {
    content: "";
    background: linear-gradient(to bottom, #d2ad3c, transparent);
}


.big {
    color: #91a08b;
    z-index: 0;
}

.big::before {
    content: "";
    background: linear-gradient(to bottom, #91a08b, transparent);
}

.mini {
    color: #b7824a;
    z-index: 0;
}

.mini::before {
    content: "";
    background: linear-gradient(to bottom, #b7824a, transparent);
}


.jackpot-digit span {
    margin: 0 2px;
}

.jackpot-card hr {
    width: 65%;
    margin: 0 auto;
}

.jp-digit {
    font-weight: 600;
    margin-top: 5px;
}

.winner-container {
    margin-top: 40px;
}

.left-content {
    padding: 20px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.left-content h2 {
    color: #fc9b58;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.left-content p {
    color: #a1a1a1;
    font-size: 12px;
    line-height: 1.5;
    width: 61%;
}

.left-content p span {
    color: #f49e5e;
    font-weight: bold;
}

.girl-img {
    position: absolute;
    right: -10px;
    top: -40px;
    width: 50%;
    z-index: 1;
}

.right-panel {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #f2f2f2;
    padding: 40px 20px 20px;
    position: relative;
}

.winner-title-2 {
    position: absolute;
    top: -25px;
    transform: translateX(0%);
    background: url(../images/index/btn-more.png);
    padding: 20px 40px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    right: 0px;
    background-size: cover;
}

.winner-list {
    margin-top: 30px;
}

.winner-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.winner-item:last-child {
    border-bottom: none;
}

.winner-date {
    color: #999;
}

.winner-info {
    text-align: right;
}

.winner-name {
    color: #b1b1b1;
    font-size: 12px;
}

.winner-amount {
    color: #f36c21;
    font-weight: bold;
}

.buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.btn-play {
    background: linear-gradient(180deg, rgba(253, 232, 216, 1) 10%, rgba(248, 167, 107, 1) 55%, rgba(248, 176, 123, 1) 100%);
    padding: 10px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    background-size: cover;
    border: 1px solid #f8c198;
    color: #fff;
    box-shadow: 0px 2px 1px #de8e54;
}

.btn-terms {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 10px;
    color: #a1a1a1;
}

.btn-play:hover {
    color: #fff;
}

.jackpot-buttons {
    display: flex;
    justify-content: left;
    gap: 20px;
    z-index: 11;
    position: relative;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    /* Remove Bootstrap's default background */
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #7f7f7f;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon {
    border-width: 10px 12px 10px 0;
}

.carousel-control-next-icon {
    border-width: 10px 0 10px 12px;
}

#jackpot-carousel {
    padding: 10px 30px 20px;
}

.carousel-control-prev {
    left: -15px;
    top: 15%;
}

.carousel-control-next {
    right: -15px;
    top: 15%;
}

/* 13082025 */
.btn-tour-1 button {
    background: linear-gradient(135deg, #ffc09c 0%, #ffa573 95%);
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
}

.leaderboard {
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.lb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
    margin-bottom: 5px;
    border-radius: 10px;
}

.lb-rank {
    width: 30px;
    font-weight: bold;
    color: #a8a8a8;
    text-align: center;
    font-size: 25px;
    margin-right: 20px;
}

.lb-player {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: bold;
}

.lb-player-top {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ff6600;
}

.lb-player-top img {
    width: 24px;
    height: 24px;
}

.lb-turnover {
    font-size: 12px;
    color: #a0a0a0;
}

.lb-prize {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: #ff6600;
    min-width: 115px;
}

.lb-prize img {
    width: 40px;
    height: 30px;
}

.tournament {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-family: Arial, sans-serif;
}

.tournament-card {
    text-align: center;
    color: white;
    padding: 60px 10px 0px;
    background-position: center;
    position: relative;
    background-size: 100% 100%;
    /* keeps ratio, fills area */
    background-position: center;
    /* centers the image */
    background-repeat: no-repeat;
    /* avoids tiling */
    position: relative;
    min-height: 201px;
}

.player-name {
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}

.turnover {
    font-size: 12px;
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
}

.turnover span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.prize {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    white-space: nowrap;
}

.prize-label {
    font-size: 11px;
    font-weight: bold;
    /* opacity: 0.9; */
}

.bg-green {
    background-image: url('../images/tournament/flag2.png');
}

.bg-orange {
    background-image: url('../images/tournament/flag1.png');
}

.bg-red {
    background-image: url('../images/tournament/flag3.png');
}

.green-color {
    color: #b5ffe7;
}

.orange-color {
    color: #fcd39f;
}

.red-color {
    color: #ffbec9;
}

/* 15082025 */
.referral-amount p {
    margin-bottom: 0px;
    color: #afafaf;
    font-weight: bold;
}

.referral-record {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.referral-amount {
    background: #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.referral-amount span {
    color: #f18812;
    font-size: 30px;
    font-weight: 600;
}

.tnc-ul ul li {
    list-style: disc;
}

.referral-tnc ul li {
    list-style: decimal;
}

.form-title {
    font-size: 15px;
    font-weight: 600;
}

.referral-result {
    margin-top: 20px;
}

.tnc-btn {
    width: 165px;
}

.tnc-ul ul {
    color: #000;
    padding-left: 10px;
}

.his-table .table {
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 0px;
}

.his-table .table thead tr th {
    background: #ffac74;
    color: #fff;
    vertical-align: middle;
    border: none;
    text-align: center;
}

.his-table .table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.his-table .table thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}

.his-table .table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.his-table .table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.his-table .table tbody tr:only-child td:first-child {
    border-radius: 10px;
}

.his-table .table tbody tr:only-child td:last-child {
    border-radius: 10px;
}

.his-table .table tbody tr {
    margin-bottom: 10px;
}

.his-table .table tbody tr td {
    background: #e5e5e5;
    color: #000;
    vertical-align: middle;
    border: none;
}

.sub-btn {
    text-align: center;
}

/* 17092025 */
.jackpot-bg {
    margin: 20px 0px;
    position: relative;
}

.jackpot-bg img {
    border-radius: 20px;
    width: 100%;
}

.jp-section {
    position: relative;
}

.jp-box {
    position: relative;
}

.jp-amount {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jp-amount span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
}

.jackpot-level1 {
    position: absolute;
    top: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 65px;
    gap: 75px;
}

.jackpot-level {
    position: absolute;
    bottom: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 150px;
    gap: 10px;
}

/* 15102025 */
.jp-thumbnail {
    margin: 20px 0px;
}

.thumb-img img {
    border-radius: 10px;
}

.thumb-img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.play-level {
    position: absolute;
    top: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.jplay-amount {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
}

/* 03112025 */
.inp-box {
    width: 100%;
    display: flex;
    background: linear-gradient(to bottom, #dbdbdb 0%, #f0f6ff 100%);
    border: none;
    border-radius: 30px;
    padding-left: 15px;
}

.inp-box .form-nm {
    width: 10%;
    border: none;
    background: none;
}

.inp-box .form-nm:focus-visible {
    outline: none;
}

/* 11032025 */
.lobby-menu-list {
    position: fixed;
    top: 50px;
    /* left: 0; */
    width: 100%;
    background: #f0f6ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    z-index: 1000;
    max-width: 991px;
    margin: 0 auto;
    box-shadow: -1px -2px 4px #c8c8c8, 0px 2px 4px #c8c8c8;
    overflow-x: auto;
    scrollbar-width: none;
}

.lobby-menu-list::-webkit-scrollbar {
    display: none;
}

.lobby-menu-list a {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #9c9c9c;
    font-size: 12px;
    white-space: nowrap;
    justify-content: center;
    padding: 0 10px;
}

.lobby-menu-list a img {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}

.search-box {
    background: linear-gradient(to bottom, #fff 0%, #f6faff 50%, #fff 90%);
    border-radius: 8px;
    color: #c9c9c9;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 12px;
    box-shadow: #9c9c9c 2px 2px 3px -2px;
}

.search-box input {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 5px;
}

.search-box input:focus {
    box-shadow: none !important;
}

.provider-btn {
    background: #b1b1b1;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    box-shadow: #9c9c9c 2px 2px 3px -2px;
}

.provider-btn img {
    max-height: 30px;
}

.provider-btn i {
    position: absolute;
    right: 12px;
    color: #fff;
}

/* Game grid */
.main-content {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.main-content img {
    width: 100%;
    border-radius: 8px;
}

.main-content .game-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content .game-box img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 5px;
}

.main-content .game-name {
    font-size: 13px;
    color: #9c9c9c;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

/* Modal overlay */
.lobby-modal.modal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
}

.lobby-modal.modal.fade.show .modal-dialog {
    transform: translateY(0);
}

.lobby-modal .modal-content {
    background: #fff;
    color: #fff;
    border: none;
}

.lobby-modal .modal-header {
    border-bottom: none;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffa483;
}

.lobby-modal .modal-title {
    font-size: 20px;
    color: #ffa466;
}

.lobby-modal .modal-body {
    padding-top: 0;
}

.lobby-modal .modal-grid img {
    width: 100%;
    border-radius: 8px;
    background: #b1b1b1;
    padding: 10px;
}

.lobby-modal .modal-grid img.active,
.lobby-modal .modal-grid img:hover {
    background: #858585;
    border: 3px solid #ffa466;
    box-shadow: 0px 0px 5px 1px #ffa466;
}

.slot-bg {
    padding-top: 120px;
}

.lobby-top {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal-grid {
    padding-top: 20px;
}

/* 10122025 */
.top-banner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px #fff inset;
    filter: drop-shadow(0 5px 0 #ebf0ff) drop-shadow(0 5px 6px #0000002e);
}


.banner-wrap {
    background: #000;
    height: 200px;
    border-radius: 15px;
    /* margin-bottom: 20px; */
}

.steps {
    display: flex;
    justify-content: center;
    padding: 15px;
    margin-bottom: 30px;
}

.step-box {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #ffaa79;
    display: flex;
    align-items: center;
}

.step-circle {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.desc {
    text-align: center;
    color: #9c9c9c;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 15px;
    line-height: 1.5;
}

.jackpot-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.jackpot-box {
    width: 300px;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.jp-title {
    font-size: 18px;
    font-weight: bold;
}

.jp-bcr-amount {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.winning-label {
    font-size: 13px;
    opacity: 0.8;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.winning-digits {
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
}

.mystic {
    background: linear-gradient(180deg, #611a1e 0%, #1f1418 100%);
}

.mystic .jp-title {
    background: linear-gradient(45deg, #ee535f, #e31e25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mystic .winning-label {
    background: #59191f;
}

.celestial {
    background: linear-gradient(180deg, #594722 0%, #1c1a17 100%);
}

.celestial .jp-title {
    background: linear-gradient(45deg, #f0c94f, #c87d1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.celestial .winning-label {
    background: #4d3c1d;
}

.common {
    background: linear-gradient(180deg, #344849 0%, #1a1c21 100%);
}

.common .jp-title {
    background: linear-gradient(45deg, #80d3cf, #14fae8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.common .winning-label {
    background: #304343;
}

.jackpot-bcr .btn_enter p {
    margin: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px #8b8b8b;
    /* margin-top: -10px; */
    top: 20px;
}

.jackpot-bcr .btn_enter {
    margin: 15px auto;
}

@media (max-width: 768px) {

    .download-qr img {
        width: 70px;
    }

    .download-qr button {
        width: 90px;
        font-size: 14px;
    }

    .tournament_past_grid_txt {
        font-size: 15px;
        top: 16px;
    }

    .tournament_past_grid_txt_grid {
        font-size: 8px;
    }

    .tournament_past_grid_txt .grid_txt_th {
        font-size: 5px;
    }

    .jackpot-level1 {
        position: absolute;
        bottom: 0px;
        padding: 0px 15px;
        top: 0px;
    }

    .jackpot-level {
        bottom: 5px;
        padding: 0px 50px;
    }

    .jp-amount span {
        font-size: 12px;
    }

    .jp-amount {
        bottom: 0px;
    }

    .thumb-img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .play-level {
        position: absolute;
        top: 50%;
        gap: 0px 10px;
        padding: 20px 50px;
        left: 0px;
        transform: none;
    }

    .jplay-amount {
        font-size: 14px;
    }

    .inp-box .form-nm {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .download-qr {
        top: 45%;
        left: 5%;
        gap: 5px;
    }

    .download-qr img {
        width: 85px;
    }

    .download-qr button {
        width: 110px;
        font-size: 12px;
        padding: 5px 0px;
    }

    .steps {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 430px) {
    .girl-img {
        top: -55px;
    }
}

@media (max-width: 390px) {
    .jplay-amount {
        font-size: 11px;
    }
}