@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: #f0f6ff;
}
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: #6c7ba8;
}
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;
    text-align: center;
}
.login-tab {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2px;
}
.login-tab a {
    display: block;
    background: #6c7ba8;
    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: #eef4ff;
    box-shadow: #6c7ba8 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: #6c7ba8;
}
.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #fff8f8 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: #6c7ba8;
}
.login-pass-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 18px;
    color: #6c7ba8;
}
.login-row {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}
.login-forget {
    color: #6c7ba8;
}
/* .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: #6c7ba8 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: #6c7ba8;
}
.login-media {
    text-align: center;
    color: #6c7ba8;
    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: #6c7ba8;
}
.login-contact {
    color: #6c7ba8;
    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, #fbfcfe 0%, #f0f6ff 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: transparent;
    border-radius: 30px;
}
.phone-form-box input:focus {
    outline: none !important;
    border: none;
}
 .phone-form-box input::placeholder {
 color: #6c7ba8;
}
.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px;
    color: #6c7ba8;
    border: none;
    background: transparent;
}
/* .phone-form-box .iti__arrow {
    border-top: 4px solid #6c7ba8;
} */

.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 #6c7ba8;
}
.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: #6c7ba8;
    padding-left: 10px;
}
.reg-agree {
    display: flex;
    align-items: center;
    color: #6c7ba8;
    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: #6c7ba8;
    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: #6c7ba8;
    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: #6c7ba8;
}
.code-issue {
    padding: 10px 0;
    text-align: center;
    color: #6c7ba8;
}
.reg-btn-wrap {
    display: flex;
    gap: 10px;
}
.congrazt-title {
    font-size: 24px;
    font-weight: 600;
    color: #6c7ba8;
}
.congrazt-title-2 {
    font-size: 18px;
    font-weight: 600;
    color: #6c7ba8;
}
.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: #6c7ba8;
    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: #f0f6ff;
}
.top-menu img {
    max-width: 30px;
}
.top-logo {
    display: block;
    text-align: center;
}
.top-logo img {
    max-width: 130px;
}
.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: #6c7ba8;
}
.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 {
    color: #6c7ba8;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: #6c7ba8 2px 2px 3px -2px;
    background: linear-gradient(to bottom, #fff 0%, #f6faff 50%, #fff 90%);
}
.side-menu-in {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 10px;
}
.side-menu-in .side-menu-box {
    flex-direction: row;
    justify-content: flex-start;
    box-shadow: #6c7ba852 0px 1px 6px 0px;
    background: linear-gradient(to bottom, #fff 0%, #f6faff 50%, #fff 90%);
    border-radius: 8px;
    gap: 5px;
    align-items: center;
}
/* end side menu */

/* index page */
.t-body.index-bg {
    padding-top: 50px;
}
#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: #6c7ba8;
    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: 50%;
    justify-content: space-around;
}
.index-link img {
    max-width: 30px;
}
.index-link span {
    display: block;
    color: #6c7ba8;
    font-size: 12px;
}
.menu-tab {
    padding: 10px 10px 80px;
    display: grid;
    grid-template-columns: 20% 80%;
}
.menu-list a {
    background: url(../images/menu/btn-normal.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px 5px;
    display: block;
    text-align: center;
    color: #6c7ba8;
    font-weight: normal;
    margin-bottom: 5px;
}
.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;
}
.menu-content {
    padding-left: 10px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    align-content: flex-start;
}
.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: #6c7ba8;
    box-shadow: #6c7ba8 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: linear-gradient(to bottom, #fff 0%, #ebf0ff 60%, #fff 100%);
    z-index: 1;
    box-shadow: -1px -2px 4px #4a89fc57;
    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: #6c7ba8;
    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: #6c7ba8 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 #4a89fc21);
}
.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: #6c7ba8;
    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: #6c7ba8 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: #6c7ba8 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: #6c7ba8;
}
.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: #6c7ba8;
    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: #6c7ba8;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}
.main-text {
    color: #6c7ba8;
}
.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: #6c7ba8 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: #6c7ba8;
}
.pmbox.active {
    color: #6c7ba8;
    border-bottom: 2px solid #ffa466;
}
.promo-content {
    padding: 100px 10px 80px;
}
.promo-box {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    color: #6c7ba8;
    font-weight: 500;
}
.promo-bx img {
    border-radius: 10px 10px 0px 0px;
}
.promo-bx {
    box-shadow: #6c7ba8 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: #6c7ba8;
}
.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: #6c7ba8;
}
/* 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: #6c7ba8;
    margin: 0px;
    padding-top: 10px;
}
.contact-box span {
    font-size: 13px;
    color: #6c7ba8;
}
.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: 5px 0px;
    color: #ffa466;
    font-weight: 600;
    text-align: center;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fw-spin-btn {
    background: url(../images/fortune/btn-spin.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #767676;
    height: 43px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fw-info-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #e5eeff 100%);
    border-radius: 20px;
    color: #6c7ba8;
    font-weight: bold;
    width: 110px;
    align-items: center;
    display: flex;
    height: 42px;
    justify-content: center;
}
/* end fortune wheel page */


/* afterlogin index page */
.index-al-name {
    color: #6c7ba8;
    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: #6c7ba8;
}
/* end afterlogin index page */

/* account page */
.acc-wrap {
    padding: 20px 10px 10px;
}
.acc-profile a {
    padding: 10px;
    color: #6c7ba8;
    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: #6c7ba8;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.acc-num {
    color: #6c7ba8;
    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: #6c7ba8;
    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: #6c7ba8;
}
.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: center;
    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: #6c7ba8;
    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 #4a89fc21;
    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: 0 1rem;
    margin-bottom: 80px;
}
.acc-link a {
    display: block;
    padding: 10px 15px;
    color: #6c7ba8;
    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: 8px 8px 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 #6c7ba8;
    border-radius: 7px;
    padding: 4px 10px;
    cursor: pointer;
    list-style: none;
    background: #6c7ba8;
}
.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: #6c7ba8;
    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: #ffa466 !important;
    border: 0.0625rem solid #6c7ba8;
    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 #9fb3ee;
    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: #6c7ba8 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: #6c7ba8;
}
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: #6c7ba8;
}
/* end deposit page */

/* withdrawal page */
.table-share tr th {
    background-color: #6c7ba8;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #6c7ba8;
    color: #fff;
}
.table-share tr td {
    padding: 5px;
    border: 1px solid #6c7ba8;
    text-align: center;
    color: #6c7ba8;
}
/* end withdrawal page */

/* wallet page */
.wallet-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.wallet-title span {
    color: #6c7ba8;
    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: #6c7ba8;
}
.history_table tr th {
    padding: 10px;
    background: #9fb3ee;
    font-size: 12px;
    text-align: center;
    border: 1px solid #becaec;
    color: #fff;
}
.history_table tr td {
    padding: 10px;
    padding: 5px;
    border: 1px solid #becaec;
    text-align: center;
    font-size: 12px;
}
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: #ffa466;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.addbank_form {
    display: none;
    color: #6c7ba8;
}
.addbankbtn {
    background: transparent;
    border: none;
    color: #6c7ba8;
    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: #6c7ba8;
}
.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;
}
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: #6c7ba8;
    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: #6c7ba8;
    color: #fff;
}
/* end inbox page */

/* about us page */
.inf-content p {
    margin-bottom: 10px;
    opacity: 1;
    color: #6c7ba8;
    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 #6c7ba8;
    background: #f8f8f8;
    padding: 5px;
    color: #6c7ba8;
}
.detail-ul {
    color: #6c7ba8;
}
/* 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: #6c7ba8;
}
.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: #6c7ba8;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.vip-progress {
    padding: 0px 10px;
}
.vip-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c7ba8;
    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: #6c7ba8;
}
.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: #6c7ba8;
    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: #6c7ba8 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: #6c7ba8;
    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: #6c7ba8;
    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: #6c7ba8;
}
.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);
}
.right-af {
    grid-gap: 5px;
}
.restore-box {
    /* width: 20%; */
    text-align: end;
    color: #6c7ba8;
}
.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 {
}
.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 {
    background: url(../images/tournament/time-stage.png)no-repeat center;
    text-align: center;
    min-height: 138px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 12px;
    background-size: 100% 100%;
}
.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: #160c14a6;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;
    color: #ffffff;
    border: 1px solid #a57b33;
    width: 23%;
    height: 36px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fffc7b;
    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: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgb(255 240 137) 0%, rgb(172 121 46) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tournament-count {
    position: relative;
    top: 25px;
}
.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: #6c7ba8;
    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 th {
    background: #7e7e7e;
    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;
    font-weight: 500;
}
table.tournament_table_wrap tr:nth-child(odd) {
    background: #ededed;
}
.tournament_table {
    margin: auto;
}
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: flex;
    flex-direction: column;
    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: 60px;
    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: 18px;
}
.tournament_past_grid_txt_grid {
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px;
}
.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: #e1e1e1;
}
#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: #6c7ba8;
    /* 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: 100px;
    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 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;
    display: flex;
    flex-direction: column;
}
.pmc-game img {
    max-width: 180px;
}
.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: #6c7ba8;
}
.reward {
    position: relative;
    margin-bottom: 30px;
}
.pmc-reward {
    padding-bottom: 100px;
    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: #6c7ba8;
}
/* 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;
}
.otp-wrap input {
    /* padding: 15px 15px 15px 45px; */
    border-radius: 8px;
    background: linear-gradient(to bottom, #fff8f8 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: 0 3px 5px rgb(62 62 62 / 25%);
    height: 50px;
}
.otp-wrap {
    display: flex;
    gap: 5px;
    padding: 10px 0px;
}
.otp-wrap input:focus {
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.25) !important;
    outline: none !important;
    border: none !important;
}
.login_f_wrapping.top {
    text-align: center;
}
/**/
.daily-bg ul {
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}
.daily-bg ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    padding: 0px 15px;
}
.daily-bg ul li a {
    position: relative;
    display: block;
}
.daily-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.daily_modal .modal-content {
    background: none;
    border: none;
}
.daily_modal .modal-body {
    background: none;
}
.mission-bg ul {
    grid-template-columns: repeat(2, 1fr);
}
.play2earn-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.p2e-amount {
    grid-template-columns: repeat(1, 1fr);
}
.wheel_product.wheel-wrap {
    height: 215px;
    width: 100%;
    margin: 0px auto;
    min-height: 215px;
}
.wheel-all ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.redemption-wrapper {
    display: flex;
    flex-direction: column;
    gap: 86px;
}
.rep_modal img.img-wrap {
    position: relative;
}
.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 45px;
    font-size: 14px;
}
.rep_modal .image-wrap {
    height: auto;
}
.rep_modal .modal-congrat h5 {
    font-size: 18px;
}
.rep_modal .close {
    right: 0px;
}
button.submit-btn {
    display: block;
    margin: 0px auto;
}
.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}
.intro_promo {
    grid-template-columns: repeat(2, 1fr);
}
.intro_promo_inn span {
    font-size: 3vw;
}
.downloadbody {
    display: flex;
}
.downloadbox {
    width: 50%;
}
}
.daily-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
/*after-login*/
.table-share tr th {
    background-color: #9fb3ee;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #becaec;
    color: #fff;
}
.table-share tr td {
    padding: 5px;
    border: 1px solid #becaec;
    text-align: center;
    font-size: 12px;
}
.form_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    color: #6c7ba8;
    font-weight: bold;
}
.text_bonus_amt_top {
    font-weight: bold;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
.text_bonus_amt {
    font-weight: bold;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
span.smll-txt-wrap {
    color: #ffa76a;
    font-size: 12px;
    font-weight: bold;
}
.atten {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #becaec;
    border-radius: 7px;
    margin-top: 10px;
}
.atten img {
    height: 20px;
}
.qr-info p {
    margin: 0px;
    font-size: 12px;
}
.qr-info {
    padding: 0px;
    padding-top: 10px;
    color: #6c7ba8;
}
.qr-num {
    position: relative;
    color: #414755;
    border: 1px solid #becaec;
    min-height: 2.5rem;
    font-size: 12px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
}
button.btn-copy {
    position: absolute;
    top: 7px;
    right: 5px;
    background: #ffa466;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    color: #fff;
}
.add-bank {
    color: #ffa466 !important;
    border: 0.0625rem solid #6c7ba8;
    position: relative;
    overflow: hidden;
}
.add-bank i {
    font-size: 25px;
}
.qr-num-in {
    position: relative;
}
.af-info {
    margin-top: 15px;
}
.af-info p {
    margin: 0px;
    color: #6c7ba8;
}
span.txt-rd {
    font-weight: bold;
}
.btn-max2 {
    color: #ffffff;
    background: linear-gradient(179deg, #ffc299 0%, #ffa466 95%);
    border: none;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 8px;
}
.btn-left {
    position: absolute;
    bottom: 7px;
    right: 6px;
}
.form-max {
    position: relative;
}
button.btn-max {
    position: absolute;
    bottom: 8px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(179deg, #ffc299 0%, #ffa466 95%);
    border: none;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 20px;
}
table.table-share {
    margin-top: 20px;
}
/*modal*/
.daily-wrap-in {
    background: #24262b;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ffa466;
}
.daily_modal .close {
    position: absolute;
    right: 30px;
    top: 35px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
}
.daily_modal .modal-body {
    background: none;
}
.daily_modal .modal-content {
    background: none;
    border: none;
}
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.mission-bg ul li a {
    display: block;
    position: relative;
}
img.img-wrap {
    width: 170px;
    margin-top: 20px !important;
!i;
!;
}
.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}
.modal-congrat {
    position: relative;
}
.modal-congrat h5 {
    color: #ffa466;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.congrat-text {
    text-align: center;
    font-size: 20px;
}
.color-text1 {
    color: #ffa466;
    font-weight: bold;
}
.text1 {
    color: #fff;
}
.daily_modal .close {
    position: absolute;
    right: 5px;
    top: 35px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background: none;
    border: none;
    top: -30px;
}
.img-wrap-top {
    position: absolute !important;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.image-wrap {
    height: 200px;
    position: relative;
}
/*mission*/
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0px 15px;
}
.mission-bg ul li a {
    display: block;
    position: relative;
}
.ms-wrap {
    position: absolute;
    top: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.ms-ttl {
    text-transform: uppercase;
    color: #fff;
}
.ms-amt {
    font-weight: bold;
    color: #fbe621;
    text-transform: uppercase;
}
.ms-btn {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.mission_modal .modal-content {
    background: #161f2c;
}
.mission_modal .modal-dialog {
    max-width: 800px;
}
.mission_modal .close {
    position: absolute;
    right: 0px;
    color: #fff;
}
.mission_modal ul, .mission_modal ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #787878;
    font-size: 12px;
}
.mission_modal ul li {
    list-style: circle;
    margin-bottom: 15px;
}
.mission_modal ol li {
    list-style: auto;
    margin-bottom: 10px;
}
.mission_modal .modal-body {
    padding: 20px 30px;
}
.mission_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.mission_modal table tr td {
}
.mission_modal table tr td, .mission_modal table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
}
.mission_modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-body h4 {
    font-size: 21px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffd4b7 0%, #ffa466 95%);
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    margin: 0px;
    text-shadow: 1px 1px 1px #00000066;
}
#mission-modal .modal-header {
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#mission-modal .modal-dialog {
    max-width: 800px;
}
#mission-modal .modal-body {
    background: #fff;
    border-radius: 20px;
    padding: 0px;
}
.mission-modal {
    padding: 15px;
    color: #6c7ba8;
}
.mission-close {
    position: absolute;
    right: 5px;
    top: 35px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background: none;
    border: none;
    top: 0px !important;
}
.clm-btn button {
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.table-blog tr th {
    border: 1px solid #d3d3d3;
    padding: 10px;
}
#tournamentContent table tr th, td {
    text-align: center;
    border: 1px solid #ffa466;
    padding: 5px 10px;
}
.play2earn {
    padding: 40px;
}
.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.p2e-ttl-1 {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.p2e-info-content {
    padding: 10px;
    border: 1px solid #c5c5c5;
    border-top: none;
    padding-bottom: 0;
}
.p2e-amount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.p2e-amount-box {
    width: 100%;
    background: #f0f6ff;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.progress-bar {
    width: 100%;
    background-color: #d1dbea;
    border-radius: 25px;
    margin: 10px 0;
    gap: 0px;
}
.progress-bar-fill {
    height: 20px;
    background: linear-gradient(124deg, #ffc299 0%, #ffa466 95%);
    transition: width 0.5s;
    border-radius: 25px;
}
.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.p2e-btn-group a {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #ffffff !important;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px;
}
.p2e-btn-group a:hover {
    background: linear-gradient(314deg, #ffc299 0%, #ffa466 95%);
    color: #fff!important;
}
.btn-p2e {
    color: #ffb98a;
    font-weight: bold;
}
.btn-apply {
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #00000066;
    box-shadow: 0 3px 6px 2px #0000002e;
}
.history-play-to-earn {
    margin: 10px 0px;
}
.daily-wrap {
    padding: 0px 15px;
}
table.rwdin-table tr th:first-child {
    text-align: left;
}
table.rwdin-table tr th:last-child {
    text-align: right;
}
table.rwdin-table {
    width: 100%;
}
table.rwdin-table tr td:first-child {
    text-align: left;
}
table.rwdin-table tr td:last-child {
    text-align: right;
}
table.rwdin-table tr:nth-child(even) {
    background: #202a39;
}
table.rwdin-table tr th {
    font-size: 12px;
    font-weight: 100;
    color: #6a717b;
    padding: 10px 20px;
}
table.rwdin-table tr td {
    padding: 10px 20px;
    font-size: 15px;
}
table.rwdin-table tr {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.af-wrap.aff-off {
    margin: 0px auto;
}
.dataTables_wrapper {
    color: #fff;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    background: #7a7a7a;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}
.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #fff;
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: 1px solid #4f586e;
    text-align: center;
    color: #ffffff;
}
.dataTables_paginate {
    display: flex;
    gap: 10px;
}
.p2e .a.paginate_button {
    color: #000;
    display: block;
}
.p2e a.paginate_button.current {
    color: #fff;
}
.p2e .btn-apply {
    background: linear-gradient(to bottom, rgba(84,63,22,1) 0%, rgba(173,132,57,1) 99%);
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}
.dataTables_length label select {
    background: #7a7a7a;
    border: none;
    padding: 8px;
    border-radius: 5px;
    width: 100px;
}
.dataTables_scroll {
    margin-top: 25px;
}
.p2e-table {
    max-width: 1000px !important;
}
.btn-apply {
/* background: #2283f6; */
    /* color: #fff; */
    /* font-weight: bold; */
}
.history-play-to-earn {
    margin: 10px 0px;
}
.btn-apply:hover {
    color: #fff;/* background: #1b6bca; */
}
.vip_modal .modal-body {
    padding: 0px;
    border-radius: 35px;
}
.vip_modal .modal-content {
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
}
.vip_modal .close {
    color: #ffffff;
    font-size: 36px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0px;
    background: none;
    border: none;
    text-shadow: 1px 1px 1px #00000066;
}
.dataTables_wrapper {
    color: #fff;
    padding: 20px;
}
.vip_modal .modal-body {
    padding: 0px;
    border-radius: 35px;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    background: #7a7a7a;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}
.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #000;
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #000;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: 1px solid #7a7a7a;
    text-align: center;
    color: #000000;
}
.dataTables_paginate {
    display: flex;
    gap: 10px;
    color: #000;
}
.dataTables_paginate a {
    color: #000;
}
.p2e .a.paginate_button {
    color: #000;
    display: block;
}
.p2e a.paginate_button.current {
    color: #fff;
}
.p2e .btn-apply {
    background: linear-gradient(to bottom, rgba(84,63,22,1) 0%, rgba(173,132,57,1) 99%);
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}
.dataTables_length label select {
    background: #7a7a7a;
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}
.dataTables_scroll {
    margin-top: 25px;
}
.p2e-table {
    max-width: 1000px !important;
}
.modal-body-p2e {
    padding: 20px;
    font-size: 14px;
}
.sel-form {
/* margin-bottom: 15px; */
}
.pse-bnr {
    margin: 15px 0px;
}
/*Redemption*/
.red-bg {
    background: url("../images/reward-redemption/rr-bg.png") no-repeat center top;
    margin-bottom: 150px;
}
.redemp-title {
    padding-bottom: 15px;
}
.redemption-wrapper {
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 45px;
    display: flex;
}
.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}
.redemp-box {
    background: url( "../images/reward-redemption/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 312px;
    height: 226px;
    margin: 0 auto;
    padding: 13px 25px;
    position: relative;
}
.redemp-inner {
    position: relative;
    top: -40px;
}
.prize-credit {
    padding-bottom: 15px;
}
.point-text {
    line-height: 8px;
    color: #c498ff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}
.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
    color: #fff;
}
.claim-btn-wrap {
    margin-top: -30px;
}
.point-text.top {
    margin-top: -15px;
}
.prize-item {
    margin-top: -40px;
}
.prize-sub {
    font-size: 11px;
    font-weight: 600;
}
.require-text.top {
    min-height: 78px;
}
.bg-daily img {
    display: block;
    margin: 0px auto;
}
.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;/* top: -75px; */
}
.top-btn {
    display: flex;
    position: relative;
}
.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}
.subtitle-wrap {
    position: relative;
}
.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}
.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.red-txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
span.red-pnt {
    color: #edc983;
}
.pt-btn {
    font-size: 20px;
}
.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #F5E489;
    background: linear-gradient(to bottom, #F5E489 0%, #D88127 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(2px 2px 0px black);
}
.submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
    position: relative;
}
img.img-sh {
    position: absolute;
    z-index: 1;
    left: 0px;
}
img.img-sh2 {
    z-index: 2;
}
.transc-l img {
    display: block;
    margin: 0px auto;
}
.btn-live {
    display: flex;
    align-items: center;
}
.text-trs {
    color: #859cbf;
    font-size: 20px;
    line-height: 21px;
}
.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.rep_modal .modal-dialog {
    background: none;
}
.rep_modal .modal-content {
    background: none;
    border: none;
}
.rep_modal .daily-wrap-in {
    box-shadow: none;
    border: none;
    background: url( "../images/reward-redemption/bg-reward.png")no-repeat center top;
    background-size: contain;
    min-width: 312px;
}
.rep_modal img.img-wrap {
    height: 85% !important;
    position: relative;
    top: -78px;
}
.modal-congrat {
    position: relative;
}
.rep_modal .modal-congrat h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    color: #c498ff;
    font-size: 28px;
}
.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 67px;
}
.rep_modal .color-text1 {
    color: #c498ff;
}
.rep_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
}
.reptnc_modal .modal-content {
    background: none;
    padding: 0px;
}
.reptnc_modal .modal_body_view {
    background: #070315;
    border: 1px solid #db9bfc;
    box-shadow: 0px 0px 19px 4px #6b12ae;
}
.reptnc_modal .tnc-content ul, .reptnc_modal .tnc-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}
.reptnc_modal .tnc-content ul li {
    list-style: circle;
}
.reptnc_modal .tnc-content ol li {
    list-style: auto;
}
.reptnc_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
}
.reptnc_modal .modal_body_view h5 {
    color: #db9bfc;
}
.reptnc_modal .tnc-content {
    color: #ffffff;
    border-top: 1px solid #db9bfc;
}
.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}
.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}
button.btn-dly {
    background: linear-gradient(to right, rgba(250,137,57,1) 0%, rgba(251,62,109,1) 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border: 1px solid #aa284a96;
    box-shadow: 0px 0px 20px 8px #77267d, 0px 0px 20px 0px #603d92;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 2px 0px black;
}
.btn-clm {
    position: absolute;
    color: #b932fc;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 20px #8e23d6;
    font-weight: bold;
    line-height: initial;
}
/*referral*/
.af-wrap {
    width: 100%;
    margin: 0px auto;
}
.aff-bnr {
    position: relative;
}
.btn-aff {
    background: #ffa466;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: 70vw;
    font-weight: bold;
    border: none;
}
.btn-aff-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;/* width: 150px; */
}
.aff-1 h4 {
    text-align: center;
    font-size: 24px;
    color: #ffa466;
    font-weight: bold;
}
.aff-1 {
    margin-top: 4vw;
}
.in-aff-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f0f6ff;
    border-radius: 30px;
    padding: 20px;
}
.aff-in-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 25px;
}
.in-aff-top {
    display: flex;
    align-items: flex-end;
    color: #ffa466;
    justify-content: space-between;
}
.in-aff-top h5 {
    font-size: 24px;
    width: 50%;
    margin-bottom: 18px;
}
.aff-content p {
    color: #6a717b;
    font-size: 15px;
}
.aff-content a {
    color: #ed1d49;
}
.aff-reward h4 {
    font-size: 24px;
    text-align: center;
    color: #ffa466;
    font-weight: bold;
}
.aff-reward {
    margin-top: 4vw;
}
.aff-reward p {
    color: #6a717b;
    font-size: 15px;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 3vw;
}
.btn-reward {
    background: #ffa466;
    color: #fff;
    border-radius: 20px;
    font-size: 24px;
    padding: 10px 40px;
}
.btn-reward {
    text-align: center;
    margin: 0px auto;
    display: flex;
    padding: 10px 20px;
    border: none;
}
.rwd-graph {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4vw;
}
.graph-in {
    background: #f0f6ff;
    border-radius: 20px;
    padding: 20px;
}
.aff-in-2 {
    display: flex;
    justify-content: space-between;/* height: 7vw; */
}
.rwd-l h5 {
    color: #2283f6;
    margin-bottom: 20px;
}
.rwd-l p {
    font-size: 15px;
}
.rwd-info {
    font-size: 15px;
}
.ttx-y {
    font-size: 24px;
    color: #f6c722;
}
.ttx-g {
    color: #ed1d49;
}
.rwd-wrap {
    background: var(--body-color);
    margin: 0px;
    margin-top: 20px;
    border-radius: 20px;
    height: auto;
}
.rwd-top-l {
    display: flex;
    flex-direction: column;
    width: 50%;
    font-size: 12px;
}
.rwd-top {
    display: flex;
    color: #6a717b;
    padding: 20px 50px;
    font-size: 15px;
}
.img-graph img {
    display: block;
    margin: 0px auto;
}
.wd-ft {
    display: flex;
    justify-content: end;
    padding: 5px 65px;
}
p.rwd-ft-p {
    text-align: center;
    padding: 10px;
}
.rwd-l {
    width: 60%;
}
.top-txt {
    color: #6a717b;
    padding: 20px;
}
.rewd-date {
    background: #f0f6ff;
    margin-top: 4vw;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 50px;
    align-items: baseline;
}
.rewd-1 {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    margin-top: 30px;
}
.rewd-date h4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    width: 100%;
    text-align: center;
}
.amt-red {
    background: var(--body-color);
    color: #f6c622;
    margin: 10px;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}
.rwd-table {
    margin: 4vw auto;
    display: block;
    text-align: center;
}
.table-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2vw;
    flex-direction: column;
}
.rwd-in {
    width: 100%;
}
table.rwdin-table tr th:first-child {
    text-align: left;
}
table.rwdin-table tr th:last-child {
    text-align: right;
}
table.rwdin-table {
    width: 100%;
}
table.rwdin-table tr td:first-child {
    text-align: left;
    border: none;
}
table.rwdin-table tr td:last-child {
    text-align: right;
}
table.rwdin-table tr:nth-child(even) {
    background: #ffa466;
    color: #fff;
}
table.rwdin-table tr th {
    font-size: 12px;
    font-weight: bold;
    color: #ffa466;
    padding: 10px 20px;
}
table.rwdin-table tr td {
    padding: 10px 20px;
    font-size: 15px;
    border: none;
}
table.rwdin-table tr {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.af-wrap.aff-off {
    margin: 0px auto;
    padding: 0px 15px;
    margin-bottom: 150px;
}
.intro_promotion_title {
    text-align: center;
    font-size: 24px;
    margin: 10px 0px;
    font-weight: bold;
    color: #ffa466;
}
/*payment status*/
.pay-status .card {
    background: none;
    margin-bottom: 20px;
    border: double #737373;
    padding: 0px;
    border-radius: 10px;
}
.pay-status .card-body {
    padding-top: 0px;
}
.pen-top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.pen-l {
    border-right: 1px solid #5b5b5b;
    padding: 0px 10px;
}
.re-status {
    text-align: end;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.pen-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
.pen-l p {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.pen-time {
    font-size: 24px;
    font-weight: bold;
}
.pen-r p {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}
.pen-time small {
    font-weight: bold;
    font-size: 14px;
}
button.btn-if {
    color: #2283f6;
    padding: 0px;
    background: none;
    border: none;
}
.table-pen {
    border-top: 1px solid #5b5b5b;
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-pen table th {
    background: #ffa466;
    color: #fff;
    padding: 10px;
    border: 1px solid #ffa466;
}
.table-pen table {
    border-collapse: collapse;
    /* border-radius: 10px; */
    overflow: hidden;
}
.table-pen table tr:nth-child(even) {
    background: #ffa4663b;/* color: #fff; */
}
.table-pen table tr:nth-child(odd) {
    background: #fff3f366;
}
.table-pen table tr td {
    padding: 10px;
    font-size: 12px;
}
.table-pen table tr td:first-child {
    width: 38%;
    font-weight: bold;
}
.table-pen table tr:last-child {
}
p.txt-sm {
    font-size: 12px;
    font-weight: bold;
    color: #ed1d49;
    margin: 0px;
    margin-top: 10px;
}
.pentop-l {
    display: flex;
    gap: 15px;
    color: #000;
}
.btn-cancel {
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}
.btnmr-if {
    background: #ffa466;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.penttop-r {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.btn-pending {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 10px;
}
.non-ef {
    background: none;
    border: none;
    color: #6c7ba8;
}
.af-content {
    margin-bottom: 20px;
    border: double #737373;
    padding: 20px;
    border-radius: 10px;
}
.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.btn-df:hover {
    background: #c5163b;
}
.af-info p {
    margin: 0px;
}
.txt-rd {
    color: #ed1d49;
}
.af-info {
    margin-top: 15px;
}
.btn-tre {
    position: absolute;
    bottom: 17px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}
.btn-max-t {
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}
.btn-max-t:hover {
    background: #c6193d;
}
.accordion-button::after {
    display: none;
}
.pending-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.accordion-button {
    color: #000;
    padding: 10px;
    border: 1px solid #ffa466;
    border-radius: 5px !important;
}
.accordion-item {
    margin-bottom: 15px;
    border: none !important;
    border-radius: 5px !important;
}
.accordion-button:not(.collapsed) {
    background: #ffeadc;
    border: 1px solid #ffa466;
    border-radius: 5px 5px 0px 0px !important;
    border-bottom: none;
    box-shadow: none !important;
}
.accordion-body {
    border: 1px solid #ffa466;
}
.btnmr-if:hover {
    color: #fff;
}
.balance-modal .modal-body {
    padding: 0px;
}
button.close-promo {
    position: absolute;
    top: -42px;
    right: 0px;
    border: none;
    background: none;
    font-size: 40px;
    color: #fff;
}
/*poin coin*/
.btn-token {
    text-align: center;
    gap: 14px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.btn-tk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.btn-tk h5 {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    padding: 15px;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    border-radius: 7px 6px 0px 0px;
    color: #ffffff;
}
.point-wrap {
    display: flex;
    flex-direction: row;
}
.modal-body {
    padding: 0px;
}
.point-wrp {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}
.point-btm {
    border-top: 1px solid #becaec;
    width: 100%;
}
.point-wrp {
    display: flex;
    gap: 15px;
}
span.img-point img {
    height: 30px;
}
.point-btm {
    border-top: 1px solid #becaec;
    width: 92%;
    padding-bottom: 20px;
}
.ply-point {
    text-align: center;
    padding: 15px;
    color: #8eabff;
    font-weight: bold;
}
.point-btm ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
}
.left_container_bonus_box {
    text-align: center;
    gap: 14px;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000066;
    background: linear-gradient(135deg, #ffc299 0%, #ffa466 95%);
    box-shadow: 0 3px 6px 2px #ffa46652;
    min-height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    min-width: 85px;
    cursor: pointer;
    border: none;
}
.left_container_bonus_box a {
    color: #fff;
    font-size: 12px;
}
#pointmodal .close-promo {
    top: 0px;
}
.menu-list img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(54%) saturate(296%) hue-rotate(187deg) brightness(86%) contrast(87%);
}
