@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: #fbfbf8;
    max-width: 991px;
    margin: 0 auto;
    background: #380000;
}

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;
}

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;
    box-shadow: none !important;
    !i;
    !;
}

@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: #380000;
    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: transparent;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: #fbfbf8;
    width: 50%;
    border: 2px solid #ffbc5c;
    border-bottom: none;
}

.login-tab a.active {
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    /* text-shadow: 0px 1px 1px #767676; */
    font-weight: bold;
    color: #000;
    border: none;
}

.login-content {
    background: linear-gradient(180deg, rgba(143,71,54,1) 0%, rgba(139,10,20,1) 100%);
    box-shadow: #3a0002 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: #000;
}

.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 30px;
    background: #fff;
    border: none;
    /* border-bottom: 4px solid #eaefff; */
    /* box-shadow: inset #fff 0px 0px 5px 3px; */
    color: #000;
}

.login-form-box input::placeholder {
    color: #7682a5;
}

.login-pass-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 18px;
    color: #000;
}

.login-row {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}

.login-forget {
    color: #fbfbf8;
}

/* .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: #ffb136;
    border-radius: 20px;
    box-shadow: #3a0002 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #000;
    margin: 0px auto 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.login-btn-btm {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
}

.login-btn-btm a {
    color: #fbfbf8;
}

.login-media {
    text-align: center;
    color: #fbfbf8;
    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(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    border: 1px solid #ffbc68;
    /* border-bottom: 4px solid #eaefff; */
    /* box-shadow: inset #fff 0px 0px 5px 3px; */
    font-size: 20px;
    color: #fff;
}

.login-contact {
    color: #fbfbf8;
    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(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    border: none;
    /* border-bottom: 4px solid #eaefff; */
    /* box-shadow: inset #fff 0px 0px 5px 3px; */
}

.phone-form-box input {
    padding: 15px;
    padding-left: 6px;
    border: none;
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    border-radius: 30px;
}

.phone-form-box input:focus {
    outline: none !important;
    border: none;
}

.phone-form-box input::placeholder {
    color: #7682a5;
}

.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px;
    color: #7682a5;
    border: none;
    background: transparent;
}

/* .phone-form-box .iti__arrow {
    border-top: 4px solid #7682a5;
} */

.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: none;
    box-shadow: none;
}

.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: #7682a5;
    padding-left: 10px;
}

.reg-agree {
    display: flex;
    align-items: center;
    color: #7682a5;
    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: #7682a5;
    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: #b72315;
    color: #fff;
    border: 1px solid #db9654;
}

.reg-list ul li a {
    background: #ffe7b6;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #000;
}

.reg-list ul:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #db965c;
    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: #fbfbf8;
}

.code-issue {
    padding: 10px 0;
    text-align: center;
    color: #fbfbf8;
}

.reg-btn-wrap{
    display: flex;
    gap: 10px;
}

.congrazt-title {
    font-size: 24px;
    font-weight: 600;
    color: #fbfbf8;
}

.congrazt-title-2 {
    font-size: 18px;
    font-weight: 600;
    color: #fbfbf8;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #ffb04b;
    padding: 10px 0;
}

/* end register page */


/* forget password page */
.fp-title {
    font-weight: bold;
    text-align: center;
    color: #7682a5;
    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: flex;
    align-items: center;
    padding: 8px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    background: #380000;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 2px solid #ffe1a5;
    padding-left: 0px;
}

.top-menu img {
    max-width: 40px;
}

.top-logo {
    display: block;
    text-align: center;
}

.top-logo img {
    max-width: 100px;
}

.lang-btn {
    /* text-align: end; */
}

.lang-btn img {
    max-width: 20px;
}

.lang-btn {
    /* width: auto; */
    background: linear-gradient(180deg, rgba(255, 251, 241, 1) 0%, rgba(255, 225, 157, 1) 100%);
    border-radius: 10px;
    padding: 5px;
}

.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: end;
    align-items: center;
    padding-bottom: 10px;
}

.side-logo img {
    max-width: 120px;
}

.side-arrow-btn {
    color: #ffe39e;
    font-size: 20px;
}

.side-menu {
    padding: 0px;
}

.side-menu-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #ffe39e;
}

.side-menu-box img {
    max-width: 35px;
    padding-right: 5px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(42%) saturate(359%) hue-rotate(344deg) brightness(102%) contrast(101%);
}

.side-menu-box span {
    color: #ffe39e;
}

.side-menu-box:last-child {
    border-bottom: 1px solid transparent;
}

.side-btn {
    padding-bottom: 30px;
    ;
}

.side-login-btn {
    background: linear-gradient(180deg, rgba(255, 251, 241, 1) 0%, rgba(255, 225, 157, 1) 100%);
    color: #000;
    text-shadow: 0px 1px 1px #767676;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0px 4px 1px #c87405d1;
}

.side-join-btn {
    background: none;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: 0 0px 4px 1px #c87405d1;
    border: 1px solid #ffbc5c;
}

/* end side menu */

/* index page */
.t-body.index-bg {
    padding-top: 50px;
    background: url(../images/background.jpg) no-repeat top center;
    background-size: cover;
}

#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: #7682a5;
    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: 10px;
}

.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;
    /* width: 100%; */
    justify-content: space-around;
}

.index-link img {
    max-width: 30px;
}

.index-link span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.menu-tab {
    padding: 10px 10px 80px;
    display: grid;
    grid-template-columns: 30% 70%;
}

.menu-list a {
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    background-size: 100% 100%;
    padding: 8px 5px;
    display: flex;
    text-align: center;
    color: #ffe39e;
    font-weight: normal;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 10px 1px #efa145;
    align-items: center;
}

.menu-list a.active {
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    background-size: 100% 100%;
    color: #ffe39e;
    text-shadow: 0px 1px 1px #767676;
    /* font-weight: bold; */
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px #efa145;
}

.menu-list span {
    display: block;
    text-transform: uppercase;
}

.menu-content {
    padding-left: 10px;
}

.menu-prod {
    position: relative;
    padding-bottom: 10px;
}

.menu-enter-btn {
    position: absolute;
    background: #ffb136;
    border-radius: 20px;
    display: block;
    color: #000;
    box-shadow: #ffe3a4 2px 2px 8px -4px;
    bottom: 20px;
    left: 30px;
    padding: 4px 20px;
}

/* end index page */


/* fixed bottom menu  */
.menu-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    background: #380000;
    z-index: 1;
    /* filter: drop-shadow(0px 0px 1px #7682a5); */
    box-shadow: #7682a5 2px 2px 8px -4px;
    /* border-radius: 10px 10px 0px 0px; */
    border-top: 2px solid #ffe1a5;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 5px;
    height: 55px;
    position: relative;
}

.menu-wrapper a {
    text-align: center;
    color: #ffe39e;
    display: block;
}

.menu-wrapper img {
    max-width: 30px;
    margin: 0 auto;
    display: block;
}

.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: #380000;
    box-shadow: #ffe1aa 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: #ffe39e;
    text-align: center;
}

.top-back-arrow {
    color: #ffe39e;
    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: transparent;
    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: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    border-bottom: none;
    color: #000;
}

.dl-wrap {
    padding: 80px 10px 80px;
}

.dl-tab-content {
    position: relative;
}

.dl-mobile-img {
    position: relative;
    top: 30px;
    z-index: 1;
}

.purple-wrap {
    padding-bottom: 5px;
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    box-shadow: #7682a5 0px 2px 8px -4px;
}

.purple-inner-wrap {
    border-radius: 10px;
}

.dl-box {
    padding: 20px;
}

.dl-box img {
    max-width: 100px;
}

.dl-note {
    color: #000;
    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: #7682a5 0px 1px 6px -1px;
    padding: 10px;
    border-radius: 10px;
}

.dl-qr a {
    display: block;
    border-radius: 20px;
}

.orange-wrap {
    /* padding-bottom: 5px; */
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    /* background-size: 100% 11px; */
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    /* box-shadow: #7682a5 0px 2px 8px -4px; */
    /* border-bottom: 1px solid #fff; */
}

.orange-inner-wrap {
    /* background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 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: #ffe39e;
}

.dl-qr-btn img {
    max-width: 20px;
    filter: brightness(0) saturate(100%) invert(87%) sepia(25%) saturate(593%) hue-rotate(342deg) brightness(102%) contrast(101%);
}

.game-dl {
    padding: 20px 0px 0px;
}

.dl-modal .btn-close {
    background: none;
    color: #7682a5;
    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 #3a0002;
    color: #000;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #000;
}

.dld-wrap {
    text-align: center;
    padding-top: 20px;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    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: #380000;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.filter-menu-bar {
    background: #380000;
    box-shadow: #7682a5 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;
    border-bottom: 2px solid #ffe99f;
}

.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 5px;
    font-size: 15px;
    color: #fbfbf8;
}

.pmbox.active {
    color: #ffeba4;
}

.promo-content {
    padding: 100px 10px 80px;
}

.promo-box {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    color: #fff;
    font-weight: 500;
    box-shadow: inset 0px 0px 5px 0px #efa145;
}

.promo-bx img {
    border-radius: 10px 10px 0px 0px;
}

.promo-bx {
    box-shadow: #7682a5 2px 2px 8px -4px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.promo-modal .modal-header {
    background: #ae1601;
    color: #fff;
    border-bottom: 1px solid #cd7b71;
}

.promo-modal .btn-close {
    background: none;
    color: #fff;
    font-size: 20px;
}

.promo-modal .modal-title {
    font-size: 16px;
}

.promo-body {
    color: #fff;
}

.promo-table table {
    vertical-align: middle;
    text-align: center;
}

.promo-table thead tr th {
    background: #b41213;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
}

.promo-table tbody tr {
    background: #f7f7f7;
    border: 1px solid #fff;
    color: #7682a5;
}

/* 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, #fbfcfe 0%, #f0f6ff 100%);
    border-radius: 20px;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.contact-box h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding-top: 10px;
}

.contact-box span {
    font-size: 13px;
    color: #000;
}

.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: #7682a5;
    font-weight: bold;
}

/* end fortune wheel page */


/* afterlogin index page */
.index-al-name {
    color: #7682a5;
    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: #7682a5;
}

/* end afterlogin index page */

/* account page */
.acc-wrap {
    padding: 20px 10px 10px;
}

.acc-profile a {
    padding: 10px;
    color: #fbfbf8;
    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: #fbfbf8;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.acc-num {
    color: #fbfbf8;
    padding-top: 5px;
    display: block;
}

.acc-status {
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    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: #000;
    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: #000;
    border: 1px solid #3a0002;
    align-items: center;
}

.coin-earning .coin {
    width: 50%;
    display: flex;
    align-items: center;
    border-right: 1px solid #3a0002;
}

.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;
    color: #000;
}

.earning .number {
    color: #380000;
}

.acc-wl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
}

.acc-wl-row a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    border-radius: 10px;
}

.acc-wl-row img {
    max-width: 35px;
}

.acc-link {
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    padding: 0 1rem;
    margin-bottom: 80px;
}

.acc-link a {
    display: block;
    padding: 10px 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3a0002;
}

.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 #7682a5;
    border-radius: 7px;
    padding: 4px 10px;
    cursor: pointer;
    list-style: none;
    background: #7682a5;
}

.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: #ffe39e;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.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: #380000 !important;
    border: 0.0625rem solid #fadea0;
    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.png);
    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: #000;
    /* border: 1px solid #becaec; */
    min-height: 2.5rem;
    font-size: 13px;
    border: none;
    background: #fff;
}

.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.png);
    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: #fff;
    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: #ffb136;
    border-radius: 20px;
    box-shadow: #3a0002 2px 2px 8px -2px;
    display: block;
    padding: 12px;
    color: #000;
    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: #000;
    background: #fff;
    border: none;
}

select.dep-option option {
    background: #fff;
    color: #7682a5;
}

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: none;
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #000;
}

.dep-upload button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffb04b;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    color: #000;
}

.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: #7682a5;
}

/* end deposit page */

/* withdrawal page */
.table-share tr th {
    background-color: #ae1601;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

/* end withdrawal page */

/* wallet page */
.wallet-title {
    font-weight: 600;
    font-size: 15px;
    color: #ffe39e;
}

.wallet-title span {
    color: #7682a5;
    font-weight: bold;
    font-size: 14px;
}

.my-wallet-content {
    height: 100%;
    display: flex;
    padding: 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    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 #3a0002;
    border-radius: 1rem;
    font-size: .75rem;
    padding: 0.125rem 0.25rem;
    line-height: 1;
    color: #3a0002;
    font-weight: 500;
    background: #f6faff;
    margin-right: 0.5rem;
    cursor: pointer;
}

.wallet-container_content p {
    color: #000;
    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: transparent;
    color: #fff;
}

.history_table tr th {
    padding: 10px;
    background: #ae1601;
    color: #fff;
    border: 1px solid #fff;
}

.history_table tr td {
    padding: 10px;
    border: 1px solid #fff;
}

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: #ffe39e;
}

.addbankbtn {
    background: transparent;
    border: none;
    color: #ffe39e;
    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: #000;
}

.wallet-list-box img {
    max-width: 30px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

.wallet-div {
    border-right: 2px solid #3a0002;
    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 #ffb04b;
    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: #4a89fc;
    border: 0.0625rem solid #4a89fc;
    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.png);
    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;
}

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: #fbfbf8;
    padding: 10px;
    width: 100%;
    border: 1px solid transparent;
    position: relative;
}

.inbox-tab .nav-tabs .nav-item.show .nav-link,
.inbox-tab .nav-tabs .nav-link.active {
    color: #000;
    /* border: 1px solid #ffbc5c; */
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    border-bottom: 0px;
}

.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; */
    color: #000;
}

.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;
    color: #000;
}

.list-group-item p {
    color: #000;
    /* width: 65%; */
}

.list-group-item>span:not(h6):not(.h6) {
    color: #000;
}

.inbox-tab-content {
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    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;
    border: 1px solid #3a0002;
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    color: #fbfbf8;
}

.inbox-pagi .page-link:hover {
    background: #7682a5;
    color: #fff;
}

/* end inbox page */

/* about us page */
.inf-content p {
    margin-bottom: 10px;
    opacity: 1;
    color: #fbfbf8;
    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 #7682a5;
    background: #f0f6ff;
    padding: 5px;
    color: #7682a5;
}

.detail-ul {
    color: #fbfbf8;
}

/* end banking page */

/* tnc page */
button.btn-tnc {
    background: #ae1601;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #ae1601;
    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: #000;
}

.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: #7682a5;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.vip-progress {
    padding: 0px 10px;
}

.vip-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7682a5;
    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: #7682a5;
}

.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: 0;
    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(90deg, #abb8d6, #8b9ccb);
}

.vip-bnf-content {
    color: #7682a5;
    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: linear-gradient(90deg, #abb8d6, #becaec);
    padding: 0.5rem 2rem;
    color: #7682a5;
    margin-bottom: 10px;
}

.vip-notice p {
    margin-bottom: 0px;
    font-size: 12px;
}

.vip-detail {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    box-shadow: #7682a5 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: #7682a5;
    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: #7682a5;
    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: #380000;
    border: 1px solid #ffe3a4;
}

.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: #be2c19;
    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 #ffe1aa; */
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(143,71,54,1) 0%, rgba(139,10,20,1) 100%);
    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(0) saturate(100%) invert(85%) sepia(32%) saturate(7061%) hue-rotate(359deg) brightness(103%) contrast(105%);
}
.right-af{
    grid-gap: 5px;
}
.restore-box {
    /* width: 20%; */
    text-align: end;
    color: #7682a5;
}
.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 a img {
    max-width: 28px;
    margin-right: 5px;
}

.login_btn {
    color: #000;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(180deg, rgba(255, 251, 241, 1) 0%, rgba(255, 225, 157, 1) 100%);
    box-shadow: 0 0px 4px 1px #c87405d1;
    min-height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 85px;
}

.reg_btn {
    text-shadow: 1px 1px 1px #00000066;
    background: transparent;
    box-shadow: 0 0px 5px 0px #c874059c;
    min-height: 33px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    min-width: 85px;
    border: 1px solid #ffbc5c;
    color: #fff;
}

.reg_btn a {
    color: #fff;
}

.lang-btn .dropdown-toggle::after {
    color: #000;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.marquee_bg {
    background: linear-gradient(180deg, rgba(255,251,241,1) 0%, rgba(255,225,157,1) 100%);
    border-radius: 50px;
    box-shadow: 0 3px 6px 2px #c874059c;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    border: 2px solid #ffbc5c;
    margin-bottom: 15px;
}

.marquee_icon {
    background-color: #ffb200;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 30px;
    border-radius: 100px;
    font-size: 18px;
}

marquee {
    cursor: pointer;
    margin: 0 0.65rem;
    display: flex;
    color: #000;
}

.btn_more_marquee {
    position: relative;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_more_marquee p {
    margin: 0;
    position: absolute;
    color: #000;
}

.btn_more_marquee img {
    max-width: 65px;
}

.marquee_icon i {
    font-size: 12px;
}

.index-btm-box p {
    margin-bottom: 0px;
}

.menu-btm-home {
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translate(-30px, 0px);
    background: linear-gradient(180deg, rgba(194,57,15,1) 0%, rgba(174,34,0,1) 100%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 4px;
    box-shadow: 0px 0px 4px 2px #efa145;
}

.menu-prod img {
    border-radius: 10px;
}

.login-logo p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
}

.wallet-container_content label {
    color: #000;
}

.vip-img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(62%) saturate(647%) hue-rotate(331deg) brightness(101%) contrast(101%);
}

.modal-body{
    background:#380000;
}

.t-body.index-bg.promo-bg {
    padding-top: 0px;
}

.contact-box img {
    width: 50px;
}

.right-header {
    display: flex;
    gap: 5px;
    align-items: center;
}

.restore-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffe39e;
}