@charset "utf-8"; /* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap'); 
body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #ffffff;
    background: #706176 url(../images/background.jpg);
    position: relative;
    background-position: top center;
    /* background-attachment: fixed; */
    background-size: cover;
}

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;
    color: #000000;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

a:hover {
    color: #1c1c1c;
    text-decoration: none;
}

button:focus {
    outline: none;
}

p {
    margin-bottom: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: #7f7f7f;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #FEDC01;
}

::-webkit-scrollbar-thumb:hover {
    background: #FEDC01;
}

.body_bg {
    min-height: 100vh;
    background-position: 0px -129px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.body_main {
}

.body_main_index {
}

.header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000000;
    min-height: 52px;
}

.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    width: 100%;
}

.menu_btn {
    color: #ebcc5f;
    cursor: pointer;
    font-size: 22px;
}

#modalmenu .modal-body {
    background: #1e1e1e;
    padding: 45px 0px 10px 0px;
}

#modalmenu .modal-header .close {
    padding: 1rem 1rem;
    margin: -11px;
    position: absolute;
    right: 5px;
    color: #FEDC01;
    font-size: 37px;
    z-index: 1;
    font-weight: 500;
    text-shadow: 0 1px 0 #FEDC01;
    opacity: 1;
}

ul.modal_menu_ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
}

ul.modal_menu_ul li {
    padding: 10px 0px;
    text-align: left;
}

ul.modal_menu_ul li:hover {
    background-color: #FEDC0145;
}

ul.modal_menu_ul li a {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    0 CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    0 CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

ul.modal_menu_ul li a:hover {
    color: #FEDC01;
}

ul.modal_menu_ul li a i {
    margin-right: 10px;
    font-size: 20px;
    color: #FEDC01;
    min-width: 40px;
    text-align: center;
}

ul.modal_menu_ul li a img {
    margin-right: 15px;
    max-width: 25px;
    margin-left: 11px;
    filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(2923%) hue-rotate(0deg) brightness(104%) contrast(100%);
}

#modalmenu .modal-header {
    padding: 0;
    background-color: #000;
    border-bottom: 1px solid #000000;
}

.modal.left .modal-dialog.modal-sm {
    width: 200px;
}

.body_main {
    padding-top: 53px;
    padding-bottom: 110px;
}

.logo img {
    width: 170px;
}

.container {
    max-width: 1040px;
}

.header_dropdown_custom.dropdown-menu {
    background-color: #000000c2;
    left: -1px !important;
    text-align: center;
    padding: 5px;
    width: 43px;
    min-width: 0;
}

.header_dropdown_custom.dropdown-menu li {
    margin: 2px 0px;
}

.header_dropdown_custom.dropdown-menu li a img {
    width: 25px;
}

.inbox-icon_custom img {
    width: 26px;
}

.annouce-sec {
    padding: 0px 0;
    background: #000000;
    width: 100%;
    display: block;
}

.annuuce-wrapper {
    display: grid;
    grid-template-columns: 5% 95%;
    border-radius: 0;
    text-align: center;
    border-left: 0;
    border-right: 0;
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 0px 10px;
    background-color: #000000;
    border-top: 1px solid #FEDC01;
    border-bottom: 1px solid #FEDC01;
}

.speaker-icon {
    color: #ffffff;
    font-size: 15px;
}

.anouce-msg {
    align-self: center;
    color: #ffffff;
    width: 100%;
}

.btn-login {
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-register {
    color: #000;
    font-weight: 900;
    text-align: center;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.login-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 10px 0px;
}

.deposit_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deposit_grid {
    display: grid;
    padding: 7px;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 50% 50%;
}

.deposit_grid_left {
    color: #fff;
    font-size: 3vw;
}

.deposit_balance_box {
    color: #FEDC01;
    /* background-color: #065b58; */
    width: 120px;
    border: 1px solid #FEDC01;
    border-radius: 4px;
    padding: 4px;
    margin: 5px 0;
    margin-left: 0px;
    padding-left: 11px;
    font-size: 17px;
}

.deposit_balance_box span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.deposit_grid_right {
    text-align: right;
    display: grid;
    grid-gap: 9px;
}

.deposit_grid_right a img {
    width: 139px;
}

.remark_dpo {
    color: #fff;
    font-size: 10px;
}

.refer_img {
    border-radius: 5px;
    width: 100%;
}

.refer_wrap {
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: center;
}

.refer_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    bottom: 4%;
    text-align: center;
    grid-gap: 7px;
    width: 90%;
    margin: auto;
}

.refer_s_btn {
    font-size: 3.2vw;
    font-weight: 900;
    color: #ffffff;
    background: #000000;
    border: 2px solid #FEDC01;
    border-radius: 123px;
    padding: 7px;
    text-transform: uppercase;
}

.refer_s_btn:hover {
    color: #FEDC01;
}

.refer_d_btn {
    font-size: 3.2vw;
    font-weight: 900;
    padding: 7px;
    color: #ffffff;
    border-radius: 123px;
    min-width: 86px;
    text-transform: uppercase;
    background: #000000;
    border: 2px solid #FEDC01;
}

.refer_d_btn:hover {
    color: #FEDC01;
}

.refer_c_btn {
    font-size: 3.2vw;
    font-weight: 900;
    padding: 7px;
    color: #ffffff;
    border-radius: 123px;
    min-width: 86px;
    text-transform: uppercase;
    background: #000000;
    border: 2px solid #FEDC01;
}

.refer_c_btn:hover {
    color: #FEDC01;
}

.refer_m_btn {
    font-size: 3.2vw;
    font-weight: 900;
    padding: 7px;
    color: #ffffff;
    border-radius: 123px;
    min-width: 86px;
    text-transform: uppercase;
    background: #000000;
    border: 2px solid #FEDC01;
}

.refer_m_btn:hover {
    color: #FEDC01;
}

.indextext_title_wrap {
    display: flex;
    align-items: center;
}

.indextext_title {
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: 800;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.index_sec_hot {
    padding: 0px 0 0 0;
    padding-bottom: 0;
}

.body_wrapper_box3 .index_sec_hot {
    padding: 13px 0 0 0;
}

.body_wrapper_box3 .index_sec_hot.hot_custom {
    padding: 25px 0 0 0;
}

.indextext_play_wrap {
    display: flex;
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
    gap: 12px;
    padding: 0.5em 0 1.5em 0;
    cursor: grab;
}

.indexplay_wrap {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    max-width: 145px;
}

.promo_frame {
}

.deposit_wrap_img {
    width: 100%;
    border-radius: 5px;
    display: none;
}

.indexplay_wrap_frame {
    position: absolute;
    top: 12%;
    left: auto;
    right: auto;
    text-align: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0 10px;
}

.indexplay_wrap_frame span {
    display: block;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    word-break: break-word;
}

.indexplay_wrap_frame span.frame_price {
    color: #ff0000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 5%;
}

.frame_play img {
    width: 7vw;
}

.indexplay_wrap_frame_ply {
    position: absolute;
    bottom: -16px;
    left: auto;
    right: auto;
    text-align: center;
}

.telegram_banner img {
    width: 100%;
    border-radius: 5px;
}

.telegram_banner {
    margin: 0px 0 20px 0;
    position: relative;
    overflow: hidden;
}

.download_banner img {
    width: 100%;
    border-radius: 5px;
}

.download_banner {
    padding: 0;
    bottom: 68px;
    z-index: 11;
    max-width: 768px;
    right: 1vw;
    left: 1vw;
    margin: auto;
}

.close_banner {
    max-width: 768px;
    color: #fcf22d;
    font-size: 6vw;
    right: 2px;
    top: 0;
    margin: auto;
    position: absolute;
}

.indextext_hr {
    border-top: 1px solid #e5c90d;
    width: 100%;
}

.index_products_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    border-radius: 10px;
    grid-gap: 13px;
}

.index_products {
    position: relative;
    text-align: center;
    justify-content: center;
    /* background-color: rgb(255 255 255 / 40%); */
    border-radius: 10px;
}

.index_products_wrap .index_products img {
    border-radius: 10px;
}

.index_products_wrap.index_products_wrap_custom .index_products img {
    border-radius: 0px;
}

.index_products_logo {
}

.index_products_logo img {
    width: 80px;
}

@-webkit-keyframes scaling {
    From {
        -webkit-transform: scale(1.0);
    }

    To {
        -webkit-transform: scale(1.2);
    }
}

.menu-btm {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background-color: #212121;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 0;
    align-items: self-end;
    border-top: 1px solid #FEDC01;
    background: #000;
}

.menu-wrapper a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    padding: 6px;
}

.menu-wrapper a.active {
    background: #FEDC01;
    color: #000000;
}

.menu-wrapper a img {
    max-width: 37px;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}
.menu-wrapper a.active img {
    filter: brightness(0);
}
.login_step_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    background-color: #1e1e1e;
    padding: 10px 3px;
}

.login_step_inwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_step_inwrap img {
    width: 29px;
}

.login_step_inwrap_txt {
    color: #ffd600;
    font-size: 7px;
    line-height: 1.1;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.login_step_inwrap_txt span {
    display: block;
}

.login_step_inwrap_txt_big {
    font-size: 14px;
    font-weight: 900;
}

.form_title {
    color: #fff;
    margin-top: 10px;
}

.login_form {
    padding: 20px 0;
}

.login_form .form-group {
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.login_form .form-group label {
    min-width: 165px;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
}

.btn_login {
    width: 100%;
    background: rgb(1, 0, 0);
    background: #FEDC01;
    border: none;
    border-radius: 5px;
    color: #000000;
    font-weight: 600;
    padding: 5px;
}

.btn_loginsmall {
    min-width: 100px;
    width: auto;
    margin: 10px 0 15px 0;
}

.txt_belum {
    display: block;
    color: #ffffff;
    margin: 10px 0 0 0;
    font-size: 12px;
}

a.click_login {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    width: fit-content;
    margin: 5px auto;
    font-size: 12px;
}

.main-blink-me {
    animation: blinkme 1.5s linear infinite;
    color: #e9d11e;
    font-weight: 900;
}

.deposit_option_box {
    border: 1px solid #FEDC01;
    border-radius: 5px;
    background-color: #000;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
}

a .option_tit {
    color: #fff;
}

.option_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group label {
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: none;
    color: #40434b;
    background-color: #ffffff;
    border-top: 0.04rem solid #bfbfbf;
}

input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    font-size: 15px;
    height: 40px;
    margin-top: 5px;
    color: #272727;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    opacity: 1;
    border-top: 0.04rem solid #bfbfbf;
    font-weight: 600;
    -webkit-appearance: none;
    appearance: none;
}

.box-amount3 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-amt {
    padding: 9px 0px;
    border-radius: 5px;
    font-size: 12px;
    color: #fcf332;
    border: 1px solid #FEDC01;
    background: #000;
    width: 100%;
}

button.nextbtn {
    width: 100%;
    background: rgb(1, 0, 0);
    background: #FEDC01;
    border: none;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    padding: 5px;
}

.form_afterlogin {
    color: #fff;
    padding-top: 10px;
}

.upload-file {
    display: flex;
    position: relative;
    align-items: center;
}

@keyframes blinkme {
    0% {
        opacity: 0;
    }

    38% {
        opacity: 0;
    }

    39% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.option_bank_select {
    padding: 10px 0;
}

.option_bank_select ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.option_bank_select ul li {
    margin: 1px;
}

.option_bank_select ul li img {
    width: 30px;
}

.btn-file {
    width: 30%;
    height: 40px;
    background: rgb(1, 0, 0);
    background: #FEDC01;
    border: none;
    color: #000000;
    border-radius: 5px;
    font-weight: 900;
    padding: 5px;
    margin-left: 10px;
    position: relative;
    margin-top: 5px;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.radio_bg {
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    background-color: #1f1f1f;
}

.radio-container {
    padding-left: 0.6rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto;
}

.deposit-bank-account-grid {
    display: grid;
    grid-template-columns: 12% 17% auto;
    align-items: center;
}

.deposit_bank_img img {
    width: 40px;
}

.nav-pills .nav-link.btn-bankType {
    background-color: #222222;
    border-radius: 60px;
    width: 70px;
    height: 70px;
    padding: 11px;
    text-align: center;
}

.deposit_bank .nav-pills .nav-link.active {
    background: linear-gradient(#897b27, #d7a341, #eec95b, #aa8d41);
    border: 1px solid #f9bb22;
}

.depositTable table {
    border: 1px solid #dfdfdf;
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    background-color: #1f1f1f;
}

.depositTable table tbody tr:first-child {
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent;
    color: #ffffff;
}

.depositTable table tbody tr th {
    padding: 5px;
    border: 1px solid #dfdfdf;
}

.copy_dep.upload_btn {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 4px;
    width: 50px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}

.dropdown_search {
    display: flex;
    align-items: flex-end;
}

.dropdown_search_btn {
    border: 1px solid #FEDC01;
    background-color: transparent;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
}

.dropdown_search_btn:hover {
    color: #fff;
}

input.form-control.dropdown_search_form {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    height: 38px;
}

.dropdown_search .dropdown-menu {
    border: 1px solid #FEDC01;
    background-color: #000;
}

.dropdown_search .dropdown-menu a {
    color: #fff;
    background-color: #292929;
    margin: 10px auto;
    border-radius: 5px;
    width: 90%;
}

.table-responsive {
    border: none;
    margin-bottom: 0px;
}

.history-table tr:nth-child(odd) {
    background: #323232;
}

.history-table tr:nth-child(even) {
    background: #000000;
}

.history-table tr th {
    border: 1px solid #FEDC01;
    padding: 10px 0px;
    background: #FEDC01;
    text-align: center;
    color: #000000;
}

.history-table tr td {
    border: 1px solid #FEDC01;
    padding: 10px 4px;
    text-align: center;
    color: #ffffff;
}

.history-table {
    background: #7b6b81;
    font-size: 12px;
    margin-top: 15px;
    width: 100%;
}

.account_edit_top {
    border-top: .02rem solid #000000;
    border-bottom: .04rem solid #e2e2e2;
    min-height: 12rem;
    background: #eaecf02e;
    padding: 13px;
    font-size: 12px;
}

.account_edit_top>table {
    width: 100%;
    margin-bottom: .64rem;
    border-collapse: collapse;
}

.account_edit_top>table .account_info_key {
    color: #FEDC01;
}

.account_edit_top>table tr>td {
    width: 50%;
    color: #fff;
}

.messageDivc {
    color: #000;
}

.inbox-list {
    background: #212121c9;
    font-weight: bold;
    flex: 0 0 auto;
}

.inbox-list.top_list ul {
    margin-bottom: 0px;
}

.top_list ul {
    background: #0066D1;
    list-style: none;
    padding: 0px;
}

.inbox-list ul li a {
    display: flex;
    color: #000000;
    width: 100%;
    padding-right: 18px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    justify-content: space-between;
}

.message-delete-checkbox {
    margin-right: 10px;
    padding-top: 10px;
}

.inbox-list-body {
    width: 70%;
    font-weight: bold;
}

.inbox-list ul p {
    max-width: 17.875rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-weight: bold;
}

.inbox-list ul .time {
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
}

.top_list ul .time {
    display: flex;
}

.inbox-list ul {
    background: #FEDC01;
    list-style: none;
    padding: 0px;
}

.inbox-list ul .time img {
    width: 25px;
    filter: brightness(0);
}

#inbox_msg .modal-header {
    /* border: 2px solid #ff1400; */
    color: #ffffff;
    background: #FEDC01;
}

.inbox-list.top_list ul li a {
    padding-top: 0;
    padding-bottom: 0;
}

.afterlogin_form {
    margin-top: 20px;
}

.rebate_qr {
    text-align: center;
}

.rebate_qr img {
    max-width: 150px;
}

.share_con_bg {
    padding: 10px 0px;
    color: #fff;
}

.aff_title {
    color: #b80000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.faq-card, .tnc-card {
    border-bottom: 1px solid #FEDC01;
}

button.btn-tnc {
    background: #FEDC01;
    color: #000000;
    font-size: 13px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
    color: #fff;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

.tnc-body {
    padding: 20px 15px;
    color: #ffffff;
}

.member-sec {
    padding: 15px 0;
    padding-bottom: 30px;
    background: #00000082;
    margin: 10px 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px -1px rgb(0, 0, 0, 0.31);
}

.member-label {
    color: #414655;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 0;
}

.login-col a {
    text-decoration: underline;
    color: #777777;
    width: 50%;
}

.title_top_login {
    border-bottom: none;
}

.contact-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FEDC01;
    padding: 10px;
    /* background: #000000ab; */
}

.contact-box-img {
    min-height: 50px;
    min-width: 50px;
    font-size: 35px;
    color: #00a3e4;
}

.contact-box-img img {
    height: 50px;
    width: 50px;
}

.m-text-title {
    font-size: 12px;
    color: #ffffff;
}

.m-text-detail {
    font-size: 12px;
    color: #ffffff;
}

.contact-us-text {
    color: #ffffff;
    margin-left: 20px;
}

/** Promotion **/
.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgb(255 255 255 / 56%);
    background: #000;
    display: flex;
}

.pmbox {
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-bottom: 0px solid transparent;
    font-size: 15px;
    color: #fff;
    padding: 10px 18px;
    background: #ffffff00;
    cursor: pointer;
}

.pmbox.active {
    color: #000000;
    border-bottom: none;
    background-image: none;
    background: #FEDC01;
}

.promo-content {
    padding: 15px;
    padding-bottom: 70px;
}

.promo-bx {
    position: relative;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.promo_img img {
    width: 100%;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px;
}

.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
    color: #1A1A1A;
}

.date-promo i {
    color: #505050;
}

.pmbx {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #4a4a4a;
    border: 1px solid #7d7d7d3d;
    margin-top: 15px;
}

.prosm-title {
    color: #ffda6b;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
}

.promo-table {
    text-align: center;
}

.promo-table tr th {
    background: #00a3e2;
    color: #fff;
    font-weight: 500;
    padding: 8px 3px;
    border: 1px solid #262626;
}

.promo-table tr td {
    background: #fff;
    padding: 8px 3px;
    border: 1px solid #262626;
}

#promo-1 .modal-body {
    background-color: #161616;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: linear-gradient(#2b2b2b7d, #2b2b2b4a);
    color: #fff;
}

.promo-bx {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background: #000;
    border: 1px solid #FEDC01;
    border-radius: 5px;
}

.p1_promo {
    margin-top: 0.45rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_promo {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 10px;
}

.promo_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    grid-gap: 5px;
}

.btn-common {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    height: 1.1rem;
    display: inline-block;
    line-height: 1.1rem;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    height: 33px;
    font-size: 12px;
}

.btn-blue-promo {
    line-height: 1rem;
    border-radius: 0px;
    background: linear-gradient(0deg, rgba(224, 148, 0, 1) 0%, rgba(254, 220, 1, 1) 100%);
    color: #000000;
    font-weight: 900;
    border: none;
    border-radius: 5px;
}

.btn-red-promo {
    line-height: 1rem;
    white-space: nowrap;
    border-radius: 0px;
    background: #FEDC01;
    color: #000000;
    font-weight: 900;
    border: none;
    border-radius: 5px;
}

.promo_modal_custom .modal-header {
    border-bottom: 2px solid #FEDC01;
    color: #ffffff;
    background: rgb(0 0 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.promo_modal_custom .modal-title {
    color: #ffffff;
}

.promo_modal_custom .modal-body {
    background-color: #161616;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: rgb(0 0 0);
    color: #fff;
    padding: 25px;
}

.promo_modal_custom .modal-content {
    background-color: #000000de;
    border: 2px solid #FEDC01;
    border-radius: 10px;
    overflow: hidden;
}

.promo_modal_custom .modal-header .close {
    color: #fff;
}

.promo_modal_custom .modal-dialog {
    margin-top: 50px;
    max-width: 800px;
}

ul#download-tab {
    background: #161616;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

ul.nav-tabs.download-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-top: none;
    border-radius: 0;
    color: #fff;
    background: #a9a9a9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    border: 0;
}

.nav-tabs.download-tabs .nav-item.show .nav-link, .nav-tabs.download-tabs .nav-link.active {
    color: #fff;
    background: #FEDC01;
}

div#downloadTabContent {
    padding: 20px 0 60px;
}

.dlwrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
}

.dl-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 7px 0px rgb(0, 0, 0, 0.3);
    text-align: center;
}

.dl-item img {
    width: 100%;
}

a.play-dl {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 55px auto;
    background: rgb(1, 0, 0);
    background: #FEDC01;
    border: none;
    border-radius: 5px;
    font-weight: 900;
    padding: 5px;
    margin-bottom: 7px;
}

.play-dl i, .dl-btn i {
    font-size: 18px;
}

.play-dl div {
    align-self: center;
    text-align: center;
}

.play-dl img {
    max-width: 21px;
}

.dl-btn {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto;
    background: rgb(1, 0, 0);
    background: #4f4f4f;
    border: none;
    border-radius: 5px;
    font-weight: 900;
    padding: 5px;
}

.dl-btn:hover, .dl-btn:focus {
    color: #fff;
}

.dl-btn div {
    align-self: center;
    text-align: center
}

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog.dl-dialog {
    top: 6%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    color: #fff;
    background: #000000;
    border: 1px solid #FEDC01;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    border: 1px solid #fff;
    background: #e6e6e6;
    color: #5b5b5b;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #000000;
}

.dld-wrap {
    position: relative;
    margin: 10px auto;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: url(../images/dl-btn.png)no-repeat center;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-device:hover {
    color: #fff;
}

.dl-device img {
    max-width: 18px;
    vertical-align: sub;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    border: none;
    background: #FEDC01;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}

.launch_g a.devide-btn {
    background: linear-gradient(180deg, #e40b0b 0%, #dc3545 50%, rgb(228 11 11) 100%);
    border: 1px solid #dc3545;
    color: #fff;
    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;
}

.index_products_logo img {
    width: 80px;
}

.setting-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #7c7c7c;
    padding: 10px;
    background: #000000c9;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

h4.title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.download_inn {
    position: relative;
}

.download_banner_qr_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 7px;
    text-align: center;
    grid-gap: 15px;
}

.download_banner_qr_wrap a.devide-btn {
    margin-top: 10px;
}

.download_modal_txt {
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;
    color: #FEDC01;
    padding: 5px 10px;
}

.index_product_nav.nav {
    display: flex;
    grid-gap: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    border-bottom: 2px solid #FEDC01;
    padding-bottom: 6px;
}

.index_product_nav.nav.nav-pills .nav-link {
    background: transparent;
    color: #fcf22d;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid #cdae3400;
    font-size: 10px;
    padding: 0px;
    border-radius: 10px;
    width: auto;
    display: grid;
}

.index_product_nav.nav.nav-pills .nav-link img {
    width: 84px;
    border-radius: 13px;
    border: 2px solid #63287600;
    box-shadow: 0px 0px 5px 3px #63287600;
}

.index_product_nav.nav.nav-pills .nav-link.active img {
    border: 2px solid #FEDC01;
    box-shadow: 0px 0px 5px 2px #FEDC01;
}

.index_product_nav.nav.nav-pills .nav-link:hover img {
    border: 2px solid #FEDC01;
    box-shadow: 0px 0px 5px 2px #FEDC01;
}

.index_product_nav.nav.nav-pills .nav-link.active {
    color: #FEDC01;
}

.table_index {
    color: #fff;
    text-align: center;
}

.table_grid .table_index:last-child tbody tr {
    border-right: none;
}

.index_topten_table {
    margin: 10px 0 25px 0;
}

.table_index tbody tr th {
    padding: 5px;
    font-weight: 900;
}

.table_index tbody tr {
    border-right: 1px solid #FEDC01;
}

.table_index tbody tr:first-child {
    border-right: none;
}

.table_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #000;
    border: 1px solid #FEDC01;
    border-radius: 10px;
}

.hot-blink-me {
    animation: hotblinkme 0.5s linear infinite;
    color: #ffd600;
    font-weight: 900;
    width: 32px;
}

.with_btn {
    grid-column-start: 6;
    grid-column-end: 3;
}

a.d_customdevide-btn {
    width: auto;
    font-size: 14px;
    padding: 5px 4px;
}

.mail_box {
    color: #ffffff;
    font-size: 22px;
    margin-right: 15px;
    position: relative;
}

.badge {
    position: absolute;
    top: 0px;
    right: -9px;
    padding: 2px 5px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 11px;
}

.mail_wrap {
    display: flex;
    align-items: center;
}

.logo {
    padding-left: 0;
}



.table_index tbody tr th.deposit_index_r {
    color: #59bb46;
    font-size: 12px;
    text-align: left;
}

.table_index tbody tr th.withdraw_index_r {
    color: #e53434;
    font-size: 12px;
    text-align: left;
}

.table_index tbody tr td {
    font-size: 11px;
    padding: 5px;
}

.table_index tbody tr td:nth-child(1), .table_index tbody tr td:nth-child(3) {
    text-align: left;
    padding-left: 5px;
}

.table_index tbody tr td:nth-child(2), .table_index tbody tr td:nth-child(4) {
    text-align: left;
    padding-right: 5px;
    color: #ffffff;
    font-weight: 900;
}

.index_topten_title {
    display: flex;
    margin: 12px 0 3px 0;
    color: #fff;
    justify-content: space-between;
}

.index_topten_tit {
    color: #ffe400;
    text-align: left;
    font-weight: 500 !important;
    border-bottom: 1px solid #FEDC01;
}

.live_icon {
    animation: hotblinkme 1.5s linear infinite;
    background-color: red;
    padding: 0px 7px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 63px;
    color: #fff;
    font-weight: 500;
    margin-left: auto;
    text-transform: uppercase;
}

.live_icon span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    margin: 2px 5px 2px 3px;
}

.tele_cus {
    position: absolute;
    bottom: 7%;
    left: 7%;
    color: #fcf22d;
    font-weight: 900;
    border-radius: 50px;
    padding: 5px 16px;
    font-size: 12px;
    background: #000000;
    border: 2px solid #FEDC01;
}

.telegram_banner img.img_tele_float {
    width: 45%;
    position: absolute;
    right: 0px;
    bottom: -5%;
}

.index_tab_main {
    padding-bottom: 66px;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2560px) translateX(-2560px);
    }
}

@keyframes hotblinkme {
    0% {
        opacity: 0;
    }

    38% {
        opacity: 0;
    }

    39% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.share_inn_wrap {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.share_inn_wrap img {
    width: 52px;
    margin-right: 10px;
}

.share_inn_wrap a:hover {
    color: #fff;
}

#index_share_modal .download_modal_txt_share {
    border-bottom: 1px solid #FEDC01;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 15px;
}

#index_share_modal .modal-content.modal-download {
    border-radius: 15px;
}

.notice_wrap {
    padding: 4px;
    text-align: center;
}

.notice_wrap_title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
}

.notice_wrap_content {
    color: #dbdbdb;
    font-size: 13px;
    margin-top: 20px;
}

.download_modal_txt img {
    width: 46px;
}

.input_wrap_claim {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}

input.input_index_claim {
    border-radius: 5px;
    margin-right: 3px;
    width: 100%;
    font-size: 10px;
    height: 100%;
    border: none;
    text-align: center;
}

input.input_index_claim:focus-visible {
    outline: unset;
}

.claim_btn {
    color: #000000;
    background: linear-gradient(0deg, rgba(224, 148, 0, 1) 0%, rgba(254, 220, 1, 1) 100%);
    border: none;
    border-radius: 5px;
    min-width: 56px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    padding: 5px;
    height: 100%;
}

.deposit_balance {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}

.deposit_balance span {
    color: #fcf22d;
}

.body_wrapper {
    display: grid;
    grid-template-columns: 400px auto 400px;
    min-width: 0;
    min-height: 0;
}

.body_wrapper_box1, .body_wrapper_box2, .body_wrapper_box3 {
    padding: 15px;
}

.body_wrapper_box1 {
    border-right: 1px solid #FEDC01;
}

.body_wrapper_box3 {
    border-left: 1px solid #FEDC01;
}

.body_wrapper_box1 {
    order: 1;
}

.body_wrapper_box2 {
    order: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body_wrapper_box3 {
    order: 3;
}

.modal_promo_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
}

.modal_promo_wrap_content p {
    color: #ffde00;
    margin-bottom: 0;
}

.modal_content_promo_txt1 {
    margin: 20px 0;
}

.modal_content_promo_txtul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.modal_content_promo_txtulred {
    color: red;
}

.modal_content_promo_txtul .fa-check-circle {
    color: #4bd37b;
    margin-right: 5px;
}

.modal_content_promo_txtul .fa-times {
    color: #ff5a79;
    margin-right: 5px;
}

.modal_promo_wrap_2 {
    display: grid;
    grid-template-columns: 40% 58%;
    grid-gap: 15px;
    align-items: center;
    margin: 20px 0 0 0;
}

.btn_promo_m_close {
    border-radius: 5px;
    border: 1px solid #FEDC01;
    background-color: #000;
    color: #fff;
    min-height: 47px;
}

.btn_promo_m_claim {
    border-radius: 5px;
    border: 1px solid #FEDC01;
    background: rgb(1, 0, 0);
    background: #FEDC01;
    color: #000000;
    min-height: 47px;
}

.index_mobile_show {
    display: none;
}

.reg_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    /* background: #00000059; */
}

.moreinfo_img_mobile {
    display: none;
}
.bank_img {
    border-radius: 15px;
    padding: 10px;
    background-color: #000;
    border: 1px solid #FEDC01;
}
.bank_img img {
    width: 100%;
}

.moreinfo_img_web img {
    width: 100%;
}

.body_promotion {
    padding: 10px;
}

.body_promotion .index_sec_hot {
    padding: 35px 0 0 0;
}

.body_promotion .index_sec_hot.hot_custom {
    padding: 0 0 0 0;
}

.body_promotion .promo_frame {
    max-width: 150px;
}

.body_promotion .indextext_play_wrap {
    display: flex;
    text-align: center;
    grid-gap: 15px;
}

.promo-center-icon {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
}

.menu-wrapper a img.promo-center-iconimg {
    filter: none;
    position: absolute;
    bottom: 19px;
    width: 82px;
    max-width: fit-content;
}

.afterlogin_dep_head {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #000;
    padding: 1.25rem 2.25rem;
    border-radius: 5px;
    border: 1px solid #FEDC01;
    margin-top: 40px;
}

.head_col_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.head_bal {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: #FEDC01;
}

.trans_btn {
    background: #FEDC01;
    padding: 10px 20px;
    border-radius: 8px;
    color: #000000;
    border: none;
    font-weight: 600;
    font-size: 12px;
}

.point-wrap {
    display: flex;
    flex-direction: row;
}

.btn_container {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #000;
    font-weight: 600;
    border: none;
    margin: 0 5px;
    background: #ffffff;
}

.head_col_1 {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.deposit_select_showbank table img {
    height: 35px;
}

.table-share tr th {
    background: #000;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #FEDC01;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #FEDC01;
    text-align: center;
    font-size: 12px;
}

.deposit_select_showbank {
    margin-top: 5px;
    margin-bottom: 8px;
}

.radio-group.usdt-tab {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    gap: 10px;
}

.radio-group.usdt-tab label {
    height: auto;
    background: #555555;
}

.usdt-tab img {
    width: 30px;
}

.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #FEDC01;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-nm {
    color: #fcf332;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #FEDC01;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
}

.atten img {
    height: 20px;
}

.af-info p {
    margin: 0px;
    color: #fff;
}

.radio-group input,.radio-group .content {
    display: none;
    line-height: 25px;
    padding: 5px 15px;
    font: normal 1em/150% Sans-Serif;
    min-width: 200px;
    max-width: 440px;
    border-radius: 5px;
}

#one:checked~.one,#two:checked~.two,#three:checked~.three {
    display: block;
}

.radio-group label {
    cursor: pointer;
    height: 71px;
    padding: 5px 8px;
    display: inline-block;
    text-align: center;
    font: normal 1em/150% Sans-Serif;
    margin-right: 2px;
    transition: background .25s linear;
    border-radius: 5px;
}

.radio-group label:hover,.radio-group input:checked+label {
    background: #FEDC01;
    color: #000000;
}

.radio-group.usdt-tab p {
    margin: 0px;
}

.btn-cpy {
    background: var(--dark-white);
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 0px;
    padding: 4px 14px;
}

.add_bank_with_wrap {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 112px;
    background-color: #393939;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.tranc-table {
    padding-bottom: 10px;
}

.tranc-table tr td {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #FEDC01;
    background: #000;
}

.tranc-table tr th {
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    background: #000;
    border: 1px solid #FEDC01;
}

.tranc-table tr {
    border-radius: 20px;
    text-align: center;
}

.tranc-table tr:nth-child(even) {
    background: #2b002d;
}

.tranc-table::-webkit-scrollbar-thumb {
    background: #272a30;
}

button.btn-max {
    position: absolute;
    bottom: 9px;
    right: 10px;
    color: #000000;
    background: #fcf332;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

.form-max {
    position: relative;
}

.af-info {
    margin-top: 15px;
    margin-bottom: 15px;
}

.af-info p {
    margin: 0px;
}

.txt-rd {
    color: #ed1d49;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #ff3600;
    color: #fff;
    min-width: 45px;
    font-size: 12px;
}

.btn-out:hover {
    background: #40c62b;
}

.btn-in {
    background: #32fc47;
    border: none;
    border-radius: 5px;
    color: #000000;
    min-width: 45px;
    padding: 3px;
    font-size: 12px;
}

.balance-modal .modal-body {
    padding: 0px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #1f1f1f;
    border-radius: 10px 10px 0px 0px;
}

.modal_body_balance .btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    width: auto;
    border: none;
    background: none;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #FEDC01;
    color: #000000;
    border: 1px solid #FEDC01;
}

button.btnall:hover {
    background: #000;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
    padding: 0px;
}

.bln-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #000000;
    border: 1px solid #007bff00;
    font-size: 14px;
}

.bln-all {
    padding: 10px;
}

.bln-all ul li:hover {
    border: 1px solid #FEDC01;
    background: #48494b;
}

.balance-modal .modal-content {
    background: rgb(43 39 40);
    border-radius: 10px;
    border: 1px solid #FEDC01;
}

.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #FEDC01;
    text-shadow: 0 1px 0 #FEDC01;
    opacity: 1;
    top: -35px;
    position: absolute;
    right: -20px;
}

span.rd-box {
    background: #ed1d49;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: rgb(43 39 40);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    border-bottom: 1px solid #FEDC01;
}

.point-wrp {
    display: flex;
    gap: 15px;
}

.btn-token {
    background: #FEDC01;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 19px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
    color: #ffffff;
}

.point-btm ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0px;
    list-style: none;
}

.left_container_bonus_box {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background: #FEDC01;
}

.left_container_bonus_txt {
    position: absolute;
    flex-direction: column;
    display: flex;
}

.left_container_bonus_txt_btm {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 18px;
}

.point-btm {
    border-top: 1px solid #FEDC01;
    padding: 10px;
}

.ply-point {
    text-align: center;
    color: #FEDC01;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-max-t {
    background: #FEDC01;
    padding: 3px 20px;
    border-radius: 8px;
    color: #000000;
    border: none;
    font-weight: 600;
    font-size: 12px;
}

.btn-tre {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.afterlogin_dep_body {
    padding: 2.25rem 0px;
}

.pay-status .card {
    background: none;
    margin-bottom: 20px;
    border: double #FEDC01;
    padding: 0px;
    border-radius: 10px;
}

.pen-top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    color: #fff;
}

.pentop-l {
    display: flex;
    gap: 15px;
}

.pen-l {
    border-right: 1px solid #5b5b5b;
    padding: 0px 10px;
}

.pen-l p {
    font-weight: bold;
    font-size: 12px;
}

.pen-time {
    font-size: 24px;
    font-weight: bold;
}

.pen-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.pen-r p {
    font-weight: bold;
    font-size: 12px;
}

.pen-time {
    font-size: 24px;
    font-weight: bold;
}

.pen-time small {
    font-weight: bold;
    font-size: 14px;
}

.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;
}

.txt-rd {
    color: #ed1d49;
}

.re-status {
    text-align: end;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.non-ef {
    background: none;
    border: none;
    color: #fff;
}

.btn-cancel {
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}

.btnmr-if {
    background: #FEDC01;
    color: #000000;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

p.txt-sm {
    font-size: 12px;
    font-weight: bold;
    color: #ff1400;
    margin: 0px;
}

.table-pen {
    border-top: 1px solid #5b5b5b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-pen table th {
    background: #FEDC01;
    color: #000000;
    padding: 10px;
}

.table-pen table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.table-pen table tr:nth-child(even) {
    background: #5b5b5b;
}

.table-pen table tr:nth-child(odd) {
    background: #818181;
}

.table-pen table tr td {
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
}

.table-pen table tr td:first-child {
    width: 38%;
    font-weight: bold;
}

.table-pen table tr:last-child {
}

.btn-df {
    background: #fcf332;
    border: none;
    color: #000000;
    border-radius: 5px;
}

.add_bank_with_wrap:hover {
    background-color: rgba(222, 227, 240, .15);
    color: #fff;
}

.addbankdropdown .btn {
    width: 100%;
    color: #fff;
    background-color: #575757;
    height: 52px;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    text-align: left;
}

.addbankdropdown .dropdown-menu {
    width: 100%;
    background-color: #575757;
}

.addbankdropdown .dropdown-menu a {
    color: #fff;
    padding: 10px 20px;
    /* background-color: #048986; */
}

.addbankdropdown .dropdown-menu a:hover {
    background-color: #3b3b3b;
}

.addbankdropdown img {
    width: 83px;
    margin-right: 10px;
    border-radius: 5px;
}

.slider_title {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 800;
    margin-top: 16px;
    font-size: 15px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.slider_title span {
    color: #FEDC01;
    margin-left: 5px;
}

.daily_icon {
    margin-right: 10px;
}

.arrow_slider {
    display: flex;
    grid-gap: 0px;
}

.arrow_slider .slide-arrow {
    cursor: pointer;
    background-color: #171f2b00;
    padding: 4px 13px;
    border-radius: 8px;
    color: #ffffff;
}

.arrow_slider_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow_slider_wrp.slot-all {
    justify-content: flex-end;
}

.view_btn {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 8px;
    font-size: 12px;
}

.hotgame-main-img_pro {
    background-color: #484848;
    border-radius: 10px;
    cursor: pointer;
}

.hotgame-main-img_pro img {
    filter: brightness(3.5);
}

.daily_icon {
    width: 25px;
    margin-right: 10px;
}

.tournament_sec {
    margin: 15px 0;
}

.daily_wrap {
    padding: 0;
    background-color: #000;
    border: 1px solid #FEDC01;
    border-radius: 15px;
    overflow: hidden;
}

.daily_wrap_img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.daily_table_wrap {
    background-color: #000;
    padding: 20px 10px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.battle_card_title {
    font-size: 20px;
    max-height: 52px;
    max-width: 160px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #fff;
}

.daily_wrap_img_inn {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.battle_card_timer {
    padding: 9px 15px;
    width: 160px;
    height: 51px;
    background: hsla(0,0%,100%,.18);
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.battle_card_label {
    position: absolute;
    left: -1px;
    top: -2px;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    opacity: .9;
    background: #fed700;
    border-radius: 8px 8px 8px 0;
    padding: 2px 6px;
    white-space: nowrap;
}

.battle_card_timer_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.battle_card_block_value {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on,"lnum" on;
    color: #fff;
}

.battle_card_block_name {
    color: #ffffffb8;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.battle_card_timer_dot {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on,"lnum" on;
    color: #fff;
    align-self: flex-start;
}

.battle_card_prize {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    background: #fed700;
    box-shadow: 0 6.88237px 13.1093px -6.88237px rgba(0,0,0,.08);
    border-radius: 8px;
    font-weight: 800;
    color: #000;
    height: 36px;
    width: fit-content;
}

.battle_card_prize_title {
    font-size: 9px;
    line-height: 120%;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .9;
    width: 32px;
    margin-right: 6px;
    white-space: pre-line;
    flex-shrink: 0;
}

.battle_card_prize_amount {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.02em;
    font-feature-settings: "tnum" on,"lnum" on;
    font-weight: 800;
}

.daily_table_wrap table thead tr {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.daily_table_wrap table img {
    width: 27px;
}

.table_user {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}

.table_user_content {
    display: flex;
    flex-direction: column;
}

.table_user_content span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
    color: #FEDC01;
    font-weight: 500;
}

.table_user_content span.name {
    color: #fff;
}

.daily_table_wrap table tr th {
    padding: 5px;
    color: #FEDC01;
}

.daily_table_wrap table tr {
    border-bottom: 1px solid #FEDC01;
}

.daily_view {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px 5px 5px;
    gap: 10px;
}

.daily_view a {
    font-weight: 600;
    font-size: 12px;
    min-width: 143px;
    width: 100%;
}

.btn-more {
    color: #000000;
    background: #FEDC01;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
}

.btn-challenge {
    background: linear-gradient(0deg, rgba(224, 148, 0, 1) 0%, rgba(254, 220, 1, 1) 100%);
    border-radius: 5px;
    padding: 5px 10px;
    color: #000000;
}

.transaction_wrapper {
    padding: 8px;
    border: 1px solid #FEDC01;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

.wrap-live {
    width: 100%;
    background-color: #1D2025;
    padding: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.transaction_content_box_title {
    display: flex;
    align-items: center;
}

.transaction_content_1_title {
    font-weight: 700;
    font-size: 19px;
    color: #FEDC01;
    width: 100%;
    text-align: center;
}

.transaction_content_1_title span {
    color: #ffffff;
    margin-right: 5px;
}

.transaction_content_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-bottom: 1px solid #FEDC01;
}

.transaction_content_1 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #FEDC01;
    width: 50%;
}

.transaction_content_1 img {
    width: 30px;
    margin-right: 10px;
}

.transaction_content_2 {
    font-weight: 400;
    font-size: 14px;
    color: #FEDC01;
    width: 50%;
    text-align: right;
}

.wrap-live-dep .transaction_content_box {
    border-bottom: 1px solid #FEDC01;
}

.wrap-live-dep {
    background: #000;
    border: 1px solid #FEDC01;
}

.wrap-live-with {
    background: #000;
    border: 1px solid #FEDC01;
}

.view_modal .modal-content {
    background: none;
    padding: 0px;
    border-radius: 10px;
}

.view_modal .modal-body {
    padding: 0px;
    border: 1px solid #FEDC01;
    border-radius: 10px;
}

.modal_body_view {
    background: #000;
    padding: 10px 0px;
    border-radius: 10px;
}

.modal_body_view h5 {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}

.view_modal button.close {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}

.tnc-content {
    padding-top: 13px;
    margin: 15px;
    border-top: 1px solid #FEDC01;
    font-size: 12px;
    color: #ffffff;
}

.slider_title i {
    margin-right: 10px;
}

.footer_grid {
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: auto auto auto auto auto 250px;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    margin-top: 20px;
}

.footer_submenu p {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 16px;
    display: block;
    font-size: 11px;
}

.footer_submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_submenu ul a {
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s;
    font-size: 11px;
    line-height: 2.2;
    cursor: pointer;
}

.footer_submenu ul a:hover {
    color: #6b6b6b;
}

.footer_submenu_lic {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 8px;
}

.footer_submenu_lic img {
    width: 94px;
}

.footer_submenu_con {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.5;
}

.footer_lic_logo {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    display: flex;
    justify-content: center;
}

.footer_lic_logo img {
    width: 120px;
    filter: brightness(3.5);
}

.footer_social_logo {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    display: flex;
    justify-content: center;
    grid-gap: 7px;
}

.footer_social_logo img {
    width: 28px;
}

.footer_copyright {
    font-size: 11px;
    color: #b9b9b9;
    font-weight: 600;
    text-align: center;
}

.mobile_footer {
    display: none;
    margin-top: 20px;
    background-color: #161f2c00;
    padding: 18px 10px 60px 10px;
}

.footer-card p {
    color: #93acd3;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 16px;
    display: block;
    font-size: 11px;
}

.footer-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button.btn-footer::after {
    content: '\f054';
    font-size: 10px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 15px;
    transform: rotate(270deg);
    transition: all 0.3s;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

button.btn-footer.collapsed::after {
    content: '\f054';
    transform: rotate(90deg);
    transition: all 0.3s;
    font-weight: 900;
}

button.btn-footer {
    background: #161f2c00;
    width: 100%;
    text-align: left;
    font-size: 11px;
    padding: 6px 0;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
}

button.btn-footer.collapsed {
    background: #161f2c00;
    color: #ffffff;
}

.footer-card ul li a {
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
    color: #707070;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s;
    font-size: 11px;
    line-height: 2.2;
    cursor: pointer;
}

.login_ref_wrap {
    border-radius: 15px;
    background-color: #000;
    border: 1px solid #FEDC01;
}

.leftmodal_menu_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 0 15px;
}

.leftmodal_menu_grid a {
    border-radius: 10px;
    border: 1px solid #FEDC01;
    border-top: 1px solid #FEDC01;
    background-color: #000;
}
.leftmodal_menu_grid a p {
    line-height: 12px;
    font-size: 12px;
    padding-bottom: 7px;
    color: #fff;
}
.leftmodal_menu_grid a img {
    height: 45px;
}

#modalmenu .modal-content {
    background: #000000;
    overflow: hidden;
    overflow-y: auto;
}

hr.hr_menu {
    border-top: 1px solid #FEDC01;
}

.modal_menu_ul button.btn-footer {
    background: #161f2c00;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px 15px;
    color: #ffffff;
    border: none;
    position: relative;
    font-weight: 400;
}

.modal_menu_ul button.btn-footer.collapsed {
    background: #161f2c00;
}

.modal_menu_ul .btn-footer i {
    margin-right: 10px;
    font-size: 19px;
    color: #FEDC01;
    width: 40px;
    text-align: center;
}

.modal_menu_ul_inn ul {
    list-style: none;
    padding: 0px 0px 0 22px;
}

.btn_dropup_lang {
    width: 100%;
    padding: 10px 15px;
}

.btn_dropup_lang button {
    background-color: #1c253200;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #fff;
}

.btn_dropup_lang button img {
    margin-right: 17px;
    height: 20px;
}

.dropup.btn_dropup_lang .dropdown-toggle::after {
    right: 0px;
    position: absolute;
}

.btn_dropup_lang.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn_dropup_lang .dropdown-menu.show {
    display: flex;
    width: 100%;
    background-color: #555555;
    flex-direction: column;
    gap: 10px;
}

.btn_dropup_lang .dropdown-menu a {
    color: #fff;
    padding: 5px 17px;
    display: flex;
    font-size: 12px;
    gap: 10px;
}

.btn_dropup_lang .dropdown-menu a:hover {
    background-color: #36383e;
}

.btn_dropup_lang .btn-secondary:focus {
    box-shadow: unset;
}

.btn_dropup_lang img {
    height: 20px;
}

.btn_dropup_lang button.btn-secondary:hover {
    background-color: transparent;
}

.btn_dropup_lang .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.btn_dropup_lang button:hover {
    color: #fff;
}

.daily-bg {
    background: url(../images/dailyrewardpage.png);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: relative;
}

.daily-bg ul {
    position: absolute;
    bottom: 16%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
    padding: 0;
    max-width: 1040px;
}

.daily-bg ul li a {
    position: relative;
    display: block;
}

.daily-bg ul li a.claimed .daily-content {
    display: none;
}

.daily-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #0000007a;
    width: 90%;
}

.daily-bg ul li a img {
    filter: grayscale(0.8);
    width: 100%;
}

.daily-bg ul li a.claimed img {
    filter: none;
}

.daily-bg ul li a.active img {
    filter: none;
}

.modal-congrat h5 {
    color: #FEDC01;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.congrat-text {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    color: #FEDC01;
    font-weight: bold;
}

.color-text2 {
    color: #edb543;
    font-weight: bold;
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background: #000000e0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #FEDC01;
}

.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;
}

.blog_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 25px;
    color: #fff;
    text-shadow: 1px 2px 3px black;
}

.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 20px;
    list-style: none;
    padding: 0;
}

.mission_modal table tr td, .mission_modal table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.clm-btn button {
    background: #FEDC01;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    margin: 0 5px;
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.history-play-to-earn {
    margin: 10px 0px;
}

.btn-apply {
    color: #000000;
    font-weight: bold;
    background: #FEDC01;
    /* border: 1px solid #FEDC01; */
}

.play2earn {
    padding: 40px;
}

.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.p2e-ttl-1 {
    background: #FEDC01;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.p2e-info-content {
    padding: 10px;
    border: 1px solid #FEDC01;
    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: #353535;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-bar {
    width: 100%;
    background-color: #000;
    border-radius: 25px;
    margin: 10px 0;
}

.progress-bar-fill {
    height: 20px;
    background: #FEDC01;
    transition: width 0.5s;
    border-radius: 25px;
}

.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.p2e-btn-group a {
    color: #000000 !important;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background: #FEDC01;
    border: none;
}

.p2e-btn-group a:hover {
    background: #bfa500;
    color: #000000 !important;
}

.btn-p2e {
    color: #f6ee22;
    font-weight: bold;
}

.sel-form {
    margin-bottom: 10px;
}

.sel-form select {
}

.pse-bnr {
    margin-bottom: 15px;
}

.vip-1 img {
    position: absolute;
    background-size: contain;
    top: 20px;
    right: 45px;
    z-index: -1;
    height: 120px;
}

.vip-non {
    height: 250px;
}

.profile_vip_row.vip-non::after {
    content: none;
}

.lvl-lv ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    list-style: none;
}

.vip-process {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgb(255 255 255 / 15%);
    width: 70%;
}

.vip-non .vip-process {
    width: 98%;
    display: flex;
    align-items: self-end;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    margin: auto;
}

.lvl-lv {
    width: 100%;
    margin-bottom: 11px;
}

h3.vip-ttl {
    font-weight: bold;
    font-size: 60px;
    -webkit-background-clip: text;
    line-height: inherit;
    font-style: italic;
    padding: 0px 14px;
}

.lvl-lv ul li {
    width: 20%;
    text-align: center;
}

.vip-process-bar::after {
    content: "";
    background: url("../images/vip/dot.png");
    height: 20px;
    width: 20px;
    position: absolute;
    right: -2px;
    bottom: -7px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(56%) saturate(3691%) hue-rotate(360deg) brightness(105%) contrast(110%);
}

.table_vip_wrap {
    position: relative;
    font-size: 12px;
    border-radius: 15px;
    background: linear-gradient(180deg, #FEDC01 0%, #000 100%);
}

.table_vip_responsive tr:first-child,.table_vip_responsive tr:first-child th.headcol {
    height: 55px;
}

.table_vip_responsive tr td,.table_vip_responsive tr th {
    height: 47px;
}

.table_vip_responsive tr th.headcol {
    display: flex;
    align-items: center;
    margin-top: 0px;
    width: 100%;
    font-weight: 400;
    padding: 10px;
    line-height: 1.3;
    padding-left: 30px;
}

table.vip_table tr td {
    border-left: none;
    text-align: center;
    padding: 10px;
}

.vip_tncbtn {
    background: transparent;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #ed474b;
    border: none;
    border-radius: 10px;
    position: relative;
    border: 1px solid #485463;
    font-weight: 700;
}

.vip_title_b {
    font-weight: 700;
}

.vip_top_head {
    margin-top: 20px;
    padding: 7px 15px;
    padding: 15px;
}

.table_vip_outwrap {
    padding: 40px 50px;
    background-color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #FEDC01;
}

hr.table_hr {
    border-top: 1px solid #FEDC01;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 32%;
}

table.vip_table tr {
    padding: 0 10px;
}

table.vip_table tr td span {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.vip-ico img {
    height: 60px;
}

.border_table_cus {
    border-bottom: 1px solid #1d5778;
}

table.vip_table tr.hr_cus_wrap {
    position: relative;
}

.vip_table_head {
    border-radius: 10px;
    background-color: #FEDC01;
}

table.vip_table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

table.vip_table tr.vip_colbackground_cus th,table.vip_table tr.vip_colbackground_cus td {
    background-color: #00000047;
}
.vip-current {
    color: #ffffff;
    font-weight: bold;
}
.head_img {
    margin-right: 7px;
    height: 25px;
}

.table_vip_responsive tr th.headcol.headcol_sub {
    font-weight: 900;
    color: #fff;
    font-size: 13px;
}

.vip_tncbtn {
    background: transparent;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    position: relative;
    border: 1px solid #FEDC01;
    font-weight: 700;
}

.promo-ttl {
    background: linear-gradient(90deg, #FEDC01 0%, #000 100%);
    border-radius: 15px 15px 0px 0px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border: 1px solid #FEDC01;
}

.vip-wrap ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0px;
}

.vip-wrap ul {
    list-style: none;
}

.vip-lvl {
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 0px 6px #FEDC01;
    background: linear-gradient(180deg, #FEDC01 0%, #000 100%);
    padding: 8px 50px;
    border: 1px solid #FEDC01;
}

.vip-txt {
    color: #ffe400;
}

.table_vip_responsive {
    /* overflow-x: scroll; */
    overflow-y: visible;
    padding: 0;
}

.account-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: #ffe400;
}

.vip_modal .modal-content {
    background: #000000e0;
    border: 1px solid #FEDC01;
}

ul.vip-tnc {
    padding-left: 20px;
}

ul.vip-tnc li {
    list-style: circle;
    font-size: 14px;
    margin-bottom: 10px;
}

.vip_modal .modal-dialog {
    max-width: 700px;
}

.vip_modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.vip_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    background: #FEDC01;
    color: #ffffff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}

.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #fff;
}

.p2e-table {
    max-width: 1000px !important;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.dataTables_paginate {
    display: flex;
    gap: 10px;
}

.dataTables_scroll {
    margin-top: 25px;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: 1px solid #FEDC01;
    text-align: center;
    color: #ffffff;
}

.wheel-bg {
    background: url(../images/wheel/bg-wheel.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.wheel-all ul {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    gap: 20px;
    font-weight: bold;
    padding: 0;
    list-style: none;
}

.wheel_product.wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 600px;
    margin-bottom: 40px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel-wrap .wheel_product_frame {
    width: auto;
    z-index: 5;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}

@keyframes wheelRotate {
    0% {
        transform: rotate(0deg)
    }

    80% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.wheel-wrap .wheel_product_arrow {
    width: 67px;
    position: absolute;
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}

span.yell-text {
    color: #ffffff;
    font-weight: bold;
}

.whl-btn {
    background: #000;
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    border: 1px solid #FEDC01;
}

a.btn-spin {
    background: linear-gradient(0deg, rgba(224, 148, 0, 1) 0%, rgba(254, 220, 1, 1) 100%);
    padding: 8px 10px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    text-align: center;
    color: #000000;
}

.wheel-all .btn-more {
    background: #FEDC01;
    padding: 8px 10px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.wheel-all {
    bottom: 35px;
    left: 0;
    right: 0;
}

.vip-sec {
    padding: 40px 0;
}

.vip-sec .container {
    max-width: 1300px;
}

.user_vip_inner {
    grid-gap: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 340px 1fr;
    margin: 0 auto;
    min-height: 350px;
    padding: 0;
    position: relative;
    width: 100%;
}

.user_vip_inner .user_vip_left {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 0.75rem;
    margin: 0 auto;
    padding: 7px;
    width: 100%;
    border: 1px solid #FEDC01;
}

.user_vip_inner .vip_inner {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}


.user_vip_inner .user_vip_body {
    display: grid;
    grid-Playsoft77-rows: 40px 1fr 45px 45px 40px 68px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}

.user_vip_inner .user_vip_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}

.user_vip_inner .user_vip_head h2 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
}

.user_vip_inner .user_level_bg {
    background-size: 70%;
    margin: 0 auto;
    min-height: 120px;
    width: 140px;
}

.user_vip_inner .user_level_bg, .user_vip_inner .user_level_light {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.user_vip_inner .user_level_light {
    border-radius: 50%;
    box-shadow: 0 0 100px 50px #fed791;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}

.user_vip_inner .user_level_pic {
    margin: 0 auto;
    z-index: 2;
}

.user_vip_inner .user_vip_score_body {
    color: var(--text-color);
    display: grid;
    grid-template-columns: 80px 1fr;
    line-height: 1.3;
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
}

.user_vip_inner .score_title {
    padding-left: 5px;
    text-align: left;
}

.user_vip_inner .score_value {
    padding-right: 5px;
    text-align: right;
}

.vip_overview .yellow2 {
    color: #d5f193;
}

.user_vip_inner .score_process {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 2;
}

.user_vip_inner .user_vip_next_txt {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.user_vip_inner .usr_vip_score_inner {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.user_vip_inner .usr_vip_score_box {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.user_vip_inner .usr_vip_score_box_item {
    background: #00000080;
    border-radius: 0.5rem;
    display: block;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 10px;
}

.user_vip_inner .user_vip_righ {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 0.75rem;
    display: block;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    width: 100%;
    border: 1px solid #FEDC01;
}

.user_vip_inner .vip_inner {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.user_vip_inner .user_vip_right_body {
    margin: 0 auto;
    padding: 10px 10px 18px;
    width: 100%;
}

.user_vip_inner .user_vip_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}

.user_vip_inner .user_level_list, .user_vip_inner .user_vip_level_process {
    margin: 0 auto;
    padding: 5px 20px;
    width: 100%;
    position: relative;
}

.user_vip_inner .user_level_list_body {
    grid-gap: 20px 10px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: 10px auto;
    width: 100%;
}

.user_vip_inner .level_box_item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.user_vip_inner .levle_box_body {
    background: #000;
    border-radius: 0.5rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 100px;
    min-width: 36px;
    position: relative;
    z-index: 1;
}

.user_vip_inner .levle_box_pic {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.user_vip_inner .levle_box_title {
    background: #FEDC01;
    border-radius: 0 0 0.5rem 0.5rem;
    color: #000000;
    padding: 3px 0 0;
    text-transform: uppercase;
    z-index: 11;
}

.user_vip_inner .levle_box_body:after {
    background: #FEDC01;
    bottom: -7px;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    z-index: -1;
}

.user_vip_inner .usr_vip_score_box_item h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.user_vip_inner .big_score_box .usr_vip_score_box_item h3 {
    font-size: 18px;
    margin: 10px auto;
    font-weight: 600;
    line-height: 1;
}

.levle_box_pic img {
    height: 50px;
}

.ant-progress {
    box-sizing: border-box;
    color: hsla(0,0%,100%,.85);
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ant-progress-line {
    font-size: 14px;
    position: relative;
    width: 100%;
}

.ant-progress-bg, .ant-progress-success-bg {
    background-color: #177ddc;
    border-radius: 100px;
    position: relative;
    transition: all .4s cubic-bezier(.08,.82,.17,1) 0s;
}

.ant-progress-outer {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

.ant-progress-show-info .ant-progress-outer {
    margin-right: calc(-2em - 8px);
    padding-right: calc(2em + 8px);
}

.ant-progress-inner {
    background-color: hsla(0,0%,100%,.08);
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.ant-progress-text {
    color: hsla(0,0%,100%,.85);
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    margin-left: 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 2em;
    word-break: normal;
}

.user_vip_inner .usr_vip_score_box_item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 16px;
}

.yellow {
    color: #ffc805;
}

.user_vip_inner .user_vip_level_desc {
    color: var(-color-grey7);
    font-size: 14px;
    min-height: 40px;
    padding: 10px 8px;
    text-align: center;
}

.card_overview {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.rank_slider_container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.rank_slider_wrapper {
    color: #fff;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    margin: 46px auto 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.rank_slider_slide {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    margin: 0 auto;
    padding: 20px 12px 30px;
    border: 1px solid #FEDC01;
}

.rank_slider_slide, .rank_slider_slide_out {
    border-radius: 0.75rem;
    position: relative;
    width: 100%;
}

.rank_slider_slide_out {
    border: 2px solid transparent;
}

.swiper-slide-active {
    opacity: 1;
}

.rank_slider_image {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -50px;
    width: 100px;
}

.rank_slider_image img {
    align-items: center;
    display: block;
    justify-content: center;
    pointer-events: none;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.rank_slider_slider_body {
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
    top: 20px;
    z-index: 2;
}

.rank_slider_title {
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}

.rank_slider_slider_body h4 {
    color: #ffeb00;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_slider_body h5 {
    color: #adb6c4;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_slider_body h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_title h5 {
    color: #ffffff;
}

.rank_slider_rule_1 {
    margin: 5px auto 0;
    padding: 0;
    width: 100%
}

.rank_slider_rule_box {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.rank_slider_rule_box_item {
    background: #e7eede;
    border-radius: .5rem;
    display: block;
    display: flex;
    flex-direction: column;
    min-height: 60px;
    text-align: center;
    border: 1px solid #FEDC01;
}

.rank_slider_rule_box_item h5 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px
}

.rank_slider_rule_box_item h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fe0002;
}

.rank_slider_rule_2,.rank_slider_rule_3 {
    margin-top: 10px;
    text-align: center
}

.rank_slider_slider_body hr {
    background-color: var(--color-green1);
    border: none;
    height: 1px;
    margin: 0 auto;
    width: 70%
}

.rank_slider_rule_3 hr {
    margin-top: 10px
}

.rank_slider_rule_4 {
    margin: 5px auto;
    padding: 0;
    width: 100%
}

.rank_slider_tr_3 {
    grid-gap: 2px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 0 2px
}

.rank_slider_tr_2 {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0 40px
}

.rank_slider_rule_4 div {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 5px;
    text-align: center
}

.rank_slider_slide_out.active {
}

.rank_slider_slide_out.active .rank_slider_slide {
    background: linear-gradient(to bottom, rgba(114,213,9,1) 0%,rgba(50,56,56,1) 100%);
    opacity: 1;
}

.rank_slider_slide_out.active .rank_slider_slide.rank_slider_slide:before {
    background: linear-gradient(180deg,#12442b,#85e6a1)
}

.rank_slider_slide_out.active .rank_slider_slide_bottom .btn {
    background: #85e6a1;
    color: #000
}

.rank_slider_slide_bottom .btn {
    background-color: #FEDC01;
    border: none;
    border-radius: 1.2rem;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 40px;
}

.level_pagediv {
    display: grid;
    grid-template-columns: 30% auto 30%;
    height: 100%;
    margin: 20px auto 0;
    width: 200px
}

.level_pagediv,.level_pagediv .level_btn {
    align-items: center;
    justify-content: center;
    text-align: center
}

.level_pagediv .level_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #fff;
}

.rank_slider_slider_body hr {
    background-color: #ffffff;
    border: none;
    height: 1px;
    margin: 0 auto;
    width: 70%;
}

.rank_slider_title h4 {
    color: #fff;
}

.recom_menu_box {
    align-items: center;
    background: #151c26;
    border-radius: 14px;
    display: flex;
    width: 100%;
    padding: 15px;
    grid-gap: 15px;
}

.recom_menu_a {
    display: block;
    padding: 5px;
    border-radius: 5px;
    min-width: 78px;
    text-align: center;
    background-color: transparent;
}

.recom_menu_a.active,.recom_menu_a:hover {
    background-color: #1a55ef;
}

.recom_menu_box_txt {
    font-weight: 600;
    text-transform: uppercase;
}

.bonus_box {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 0.75rem;
    color: #fff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    margin: 10px auto;
    min-height: 260px;
    padding: 0;
    position: relative;
    width: 100%;
}

.bonus_box_custom {
    grid-template-columns: 275px 1fr;
    border: 1px solid #FEDC01;
}

.bonus_left_box {
    background: #00000052;
    border-radius: 0.75rem;
    float: left;
    margin: 10px;
    min-height: 250px;
    position: relative;
}

.copy_overview_inner {
    padding: 10px;
}

.copy_title {
    color: #fce90b;
    font-size: 24px;
    min-height: 68px;
    padding: 10px 10px 0;
    font-weight: 700;
}

.copy_value_title {
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.copy_value {
    align-items: center;
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 34px;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 0px;
    text-align: left;
}

.copybtn {
    background-color: #FEDC01;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 15px;
    border-radius: 4px;
}

.copy_value input {
    height: 34px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
}

.bonus_right_box_top {
    background: #00000052;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    min-height: 108px;
    padding: 10px 16px;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bonus_data_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.bonus_data_block h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
}

.bonus_data_block span {
    line-height: 40px;
    font-weight: 600;
}

.bonus_right_box_bottom {
    background: #00000052;
    display: grid;
    justify-items: flex-start;
    margin-bottom: 10px;
    margin-top: 15px;
    min-height: 140px;
    position: relative;
    border-radius: 0.75rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    grid-template-columns: minmax(120px,240px) 90px 2fr;
    align-items: center;
    grid-gap: 30px;
}

.bonus_plan_title {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-style: italic;
    margin: 0 auto;
    padding-left: 30px;
    max-width: 240px;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
}

.bonus_plan_txt {
    min-width: 150px;
    display: flex;
    grid-column-end: auto;
    grid-column-start: auto;
    align-items: center;
    color: #ffe400;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: left;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    position: relative;
}

.trophy_m {
    display: none;
}

.bonus_plan_txt_tooltit,.bonus_plan_txt_tooltit2 {
    display: none;
    position: absolute;
    font-size: 10px;
    color: #fff;
    width: 260px;
    font-weight: 500;
    top: 33px;
    z-index: 999;
    background-color: #3e0500;
    padding: 5px;
    border-radius: 10px;
}

.bonus_ques,.bonus_ques2 {
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

.bonus_card_overview_title {
    margin: 0 auto;
    padding: 0;
}

.bonus_card_overview_title h2 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}

.bonus_card_overview_inner {
    display: flex;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 98px;
    position: relative;
}

.bonus_card_item {
    align-items: center;
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 8px;
    display: flex;
    width: 32%;
    border: 1px solid #FEDC01;
}

.bonus_card_item_icon {
    margin: 0 10px;
    position: relative;
    width: 80px;
}

.bonus_card_item_div {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}

.bonus_card_item_title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.bonus_card_item_number {
    color: #ffe400;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0;
}

.bonus_card_item_people {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.bonus_invite_box_title {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 400;
}

.bonus_content_box {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    border: 1px solid #FEDC01;
}

.bonus_left_content_box {
    padding: 30px 0 30px 30px;
    width: 45%;
}

.bonus_left_title {
    color: #ffe400;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

.bonus_left_text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.bonus_left_money {
    color: #fce90b;
    font-size: 16px;
    font-weight: 900;
}

.bonus_right_content_box {
    align-items: center;
    display: flex;
    flex: 1 1;
    justify-content: center;
}

.bonus_right_content_box img {
    width: 270px;
    padding: 10px;
}

.bonus_invite_list {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 18px 18px 18px 18px;
    margin-top: 24px;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 24px;
    border: 1px solid #FEDC01;
}

.bonus_table_title {
    color: #000000;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.bonus_invite_list .bonus_table_ul {
    display: flex;
    flex-direction: column;
    padding: 0 36px;
}

.bonus_invite_list .bonus_table_ul .bonus_table_li {
    cursor: pointer;
    display: flex;
    width: 100%;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li {
    background: hsla(0,0%,100%,.7);
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #000;
}

.bonus_table_text {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    /* color: #2b2b2b; */
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.bonus_table_invite_nav {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    width: 190px;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(3) {
    background: #d8bb01;
    color: #fff;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(2) {
    background: #9d8801;
    color: #fff;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:last-child {
    background: #6c5e01;
    color: #fff;
}

.bonus_box .bonus_card_overview {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.bonus_card_overview_title h2 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.questiontool_wrap {
    position: relative;
}

.bonus_bets_box {
    background-image: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 8px;
    margin-top: 20px;
    min-height: 620px;
    padding-bottom: 20px;
    width: 100%;
    border: 1px solid #FEDC01;
}

.bonus_bets_top {
    display: flex;
    justify-content: space-around;
}

.bonus_bets_top_left {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 30px;
    padding-left: 35px;
    width: 49%;
}

.bonus_bets_bgc {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 10px;
    padding: 20px 20px 25px 25px;
    font-weight: 600;
}

.bonus_bets_desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.bonus_bets_top_example {
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
    padding-right: 12px;
    width: 100%;
    margin-bottom: 0;
}

.bonus_bets_top_example_title {
    font-size: 16px;
    margin-bottom: 0;
}

.bonus_bets_top_example_desc {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
}

.bonus_bets_top_right {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 49%;
    display: flex;
}

.bonus_card_overview_desc {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px auto;
}

.bonus_bets_top_right img {
    width: 75%;
    padding: 10px;
}

.bonus_bets_bottom {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding: 20px;
    flex-wrap: nowrap;
}

.bonus_bets_bottom_box {
    background: #00000052;
    border-radius: 15px 15px 15px 15px;
    box-sizing: border-box;
    padding: 20px
}

.bonus_bets_bottom_left {
    width: 48%;
}

.bonus_bets_bottom_right {
    width: 48%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.bonus_bets_bottom_right h2 {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    justify-content: center;
}

.bonus_bets_number {
    position: relative;
    align-items: center;
    color: #ffe400;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    position: relative;
}

.bonus_bets_number_text {
    color: #adb6c4;
    font-weight: 600;
    height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.bonus_ranking_overview {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    position: relative;
    width: 100%;
}

.bonus_ranking_inner {
    grid-column-gap: 10px;
    color: #fff;
    display: grid;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}

.bonus_ranking_item {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 0.75rem;
    display: grid;
    min-height: 110px;
    padding: 10px;
    border: 1px solid #FEDC01;
}

.bonus_item_title {
    color: #fff;
    font-size: 22px;
    height: 42px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.bonus_ranking_data {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    margin: 0 auto;
    min-height: 280px;
    width: 100%;
}

.bonus_ranking_level2 {
    padding-top: 80px;
}

.bonus_ranking_level1 {
    padding-top: 20px;
}

.bonus_ranking_level3 {
    padding-top: 80px;
}

.bonus_userinfo_body {
    display: grid;
    font-size: 10px;
    grid-template-rows: 30px 100px 20px 20px;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.bonus_userinfo_ranking_level {
    font-size: 12px;
    padding-top: 15px;
    font-weight: bold;
}

.bonus_ranking_level2 .bonus_userinfo_ranking_level {
    /* background: linear-gradient(180deg,#f39d42,#9ea8ba); */
    /* -webkit-background-clip: text; */
    color: #fff;
    font-weight: bold;
}

.bonus_userinfo_avatar_bg {
    border: 1px solid #f39d42;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 10px auto;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: 80px;
}

.bonus_userinfo_body .bonus_userinfo_score,.bonus_userinfo_body .bonus_userinfo_username {
    align-items: center;
    color: #fff;
    display: block;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    transform: scale(.8);
    font-size: 16px;
}

.bonus_userinfo_body .bonus_userinfo_score {
    color: #ffe400;
    font-weight: bold;
}

.bonus_ranking_lottery {
    grid-gap: 10px;
    display: grid;
    margin: 0 auto;
    min-height: 280px;
    padding: 0 8px;
    width: 100%;
}

.bonus_lottery_item {
    background: #00000052;
    border-radius: 0.25rem;
    color: #ffffff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    font-size: 10px;
    grid-template-columns: minmax(60px,100px) 1fr 100px;
    margin: 0 auto;
    min-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.bonus_lottery_item div {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 3px;
    text-align: center;
    font-size: 16px;
}

.bonus_username {
    color: #ffffff;
}

.bonus_yellow {
    color: #ffe400;
    font-weight: bold;
}

.bonus_footer_overview {
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 15px;
    display: flex;
    margin-bottom: 30px;
    opacity: 1;
    padding: 15px 15px 15px 24px;
    flex-direction: row;
    border: 1px solid #FEDC01;
}

.bonus_footer_left {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 315px;
}

.bonus_footer_right {
    flex: 1 1;
    width: 100%;
    margin-left: 25px;
}

.bonus_footer_right .bonus_footer_right_content {
    background: #00000052;
    border-radius: 15px;
    height: 100%;
    opacity: 1;
    padding: 26px 23px 18px 29px;
    width: 100%;
}

.bonus_footer_right_content .bonus_footer_right_text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;
}

.bonus_footer_last_text {
    margin-bottom: 0;
}

.bonus_footer_right_href {
    color: #FEDC01;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.af-wrap {
    width: 100%;
    margin: 0px auto;
}

.aff-bnr {
    position: relative;
}

.btn-aff {
    background: linear-gradient(0deg, rgba(224, 148, 0, 1) 0%, rgba(254, 220, 1, 1) 100%);
    color: #000000;
    font-size: 20px;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: 25vw;
    font-weight: bold;
    border: 1px solid #FEDC01;
}

.btn-aff-wrap {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 30px;
}

.aff-1 h4 {
    text-align: center;
    font-size: 35px;
}

.aff-1 {
    margin-top: 4vw;
}

.in-aff-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #FEDC01;
}

.aff-in-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 25px;
}

.in-aff-top {
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    justify-content: space-between;
}

.in-aff-top h5 {
    font-size: 24px;
    width: 50%;
    margin-bottom: 18px;
}

.aff-content p {
    color: #ffffff;
    font-size: 15px;
}

.aff-content a {
    color: #FEDC01;
}

.aff-reward h4 {
    font-size: 35px;
    text-align: center;
}

.aff-reward {
    margin-top: 4vw;
}

.aff-reward p {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 3vw;
}


.btn-reward {
    color: #000000;
    border-radius: 20px;
    font-size: 24px;
    padding: 10px 40px;
    border: 1px solid #FEDC01;
    background: linear-gradient(0deg, rgba(224, 148, 0, 1) 0%, rgba(254, 220, 1, 1) 100%);
}

.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(2,1fr);
    margin-top: 4vw;
}

.graph-in {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #FEDC01;
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
}

.aff-in-2 {
    display: flex;
    justify-content: space-between;
    height: 7vw;
}

.rwd-l h5 {
    color: #ffffff;
    margin-bottom: 20px;
}

.rwd-l p {
    font-size: 15px;
}

.rwd-info {
    font-size: 15px;
}

.ttx-y {
    font-size: 24px;
    color: #f6c722;
}

.ttx-g {
    color: #000000;
}

.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: #ffffff;
    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: #ffffff;
    padding: 20px;
}

.rewd-date {
    margin-top: 4vw;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 50px;
    align-items: baseline;
    border: 1px solid #FEDC01;
    background: linear-gradient(to bottom, #FEDC01 0%, #000 100%);
}

.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;
}

.rwd-in {
    width: 50%;
}

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: #FEDC01;
    color: #000000;
}

table.rwdin-table tr th {
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    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;
}

.profile_userimg_wrap {
    background-color: #24262b;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 24px;
    border-radius: 16px;
    display: flex;
    padding-left: 45px;
    grid-gap: 20px;
}

.profile_userimg img {
    border-radius: 100%;
    width: 80px;
    border: 5px solid #dee3f026;
}

.profile_userinfo {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.profileuserinfo_badge {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.profileuserinfo_badge img {
    width: 28px;
}

.profileuserinfo_badge p {
    margin: 0;
    position: absolute;
}

.profile_user_num {
    margin: 0;
    font-size: 21px;
}

.profile_vip_row {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    background: linear-gradient(180deg, #FEDC01 0%, #000 100%);
    padding: 5px 12px;
    min-height: 85px;
    border: 1px solid #FEDC01;
}

.vip-non {
    height: 250px;
}

.red-bg {
    background: url("../images/reward-redemption/rr-bg.png") no-repeat center top;
}

.redemp-title {
    padding-bottom: 15px;
}

.redemption-wrapper {
    text-align: center;
    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;
}

.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-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;
    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;
}

.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;
}

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;
}

.more_info_box_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 20px 0 0 0;
}

.moreinfo_yel {
    color: #FEDC01;
}

.moreinfo_title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0;
}

.moreinfo_tree {
    text-align: center;
}

.moreinfo_box {
    text-align: center;
    border: 1px solid #FEDC01;
    background: #000;
    margin: 50px 0 30px 0;
    padding: 30px;
    font-size: 19px;
}

.download_banner_qr_wrap_custom img {
    max-width: 120px;
}

.download_grip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}

.download_box .index_products img {
    width: 100%;
}

.mobile_footer {
    display: none;
}

.mobile-slider {
    border-radius: 15px;
    overflow: hidden;
}

.close_banner {
    display: none;
}

.index_products_wrap_slots {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    grid-gap: 1px;
    border: 1px solid #2d0001;
    margin-bottom: 20px;
}

.index_products_wrap_slots a {
    border: 1px solid #FEDC01;
    background: #FEDC01;
}
.index_products_wrap_slots a img {
    filter: drop-shadow(1px 1px 1px #000);
}
.index_products_wrap_slots a.active,.index_products_wrap_slots a:hover {
    background: #fcf332;
    border: 1px solid #FEDC01;
}
.index_products_wrap_slots a.active img, .index_products_wrap_slots a:hover img {
    filter: drop-shadow(1px 1px 1px #000);
}
.slots_wrapper_bg {
    /* background-color: #000000a1; */
    padding: 3px 3px 10px 3px;
}

.index_products_wrap_custom {
    padding: 0 20px;
}

.floating img {
    width: 125px;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    bottom: 10%;
    position: fixed;
    z-index: 1000;
    right: 27px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.floating-all img {
    width: 70%;
}

.floating_modal .modal-content {
    background: none;
    border: none;
}

.floating-wrap img {
    display: block;
    margin: 0px auto;
    opacity: 1;
}

.floating-wrap .close {
    color: #fff;
    opacity: 1;
}

.floating_modal .close {
    color: #fff;
    opacity: 1;
    font-size: 50px;
    position: absolute;
    right: 0px;
    z-index: 10;
}

.floating-wrap a {
    position: relative;
}

.floating-text {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    padding: 16px;
    color: #000;
    font-weight: bold;
}

.floating-pop {
    display: inline-flex;
    padding: 10px 20px;
    color: #fff;
    font-size: 50px;
    text-shadow: 3px 3px black;
    line-height: 30px;
}

.text-gold {
    font-size: 37px;
    line-height: 33px;
    background: #ECE976;
    background: repeating-linear-gradient(to bottom, #ECE976 0%, #F29835 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 0px #000);
}

#closeButton {
    right: 0;
    top: 0px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: -20%;
    font-size: 27px;
    font-weight: 100;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    font-weight: bold;
}

.announcementpopupimg img {
    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: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 100;
    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: 20px;
    background: #000;
    padding: 20px;
    color: #fff;
    border: 1px solid #FEDC01;
}

.annou-ttle {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #FEDC01;
    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;
}

.mobile_re_banner {
    display: none;
}

.mobile_product_wrap {
    margin-top: 20px;
}

.code {
    max-width: 105px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 8px;
}

.code img {
    height: 32px;
}

.reg_body_right {
    padding: 0 0 15px 0;
}

.otp-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.otp-wrap .form-control {
    text-align: center;
}

.login_form .form-group.otp_form-group {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.login_form .form-group.otp_form-group label {
    text-align: left;
}

.reg_form h4 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.reg_form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #2283f6;
    margin-bottom: 10px;
    filter: hue-rotate(199deg) brightness(2.5);
}

.reg_form p {
    text-align: center;
    color: #c3c3c3;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-item {
    padding: 15px 25px;
    border: 1px solid #ffffff42;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-ttle {
    font-weight: bold;
}

.blog-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 15px;
}

.btn-back {
    background: #FEDC01;
    border: none;
    color: #000000;
    border-radius: 5px;
    padding: 3px 20px;
}

.blog-img img {
    border-radius: 5px;
}

.btm-mr {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.blog_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 25px;
}

.blog-content {
    padding: 20px 0px;
}

.blog-wrap h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-wrap p {
    line-height: 24px;
    margin-bottom: 20px;
}

.blog-wrap h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-wrap ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-wrap ul li {
    list-style: circle;
}

.blog-wrap ol li {
    list-style: auto;
}

.blog-wrap ol {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-wrap table tr td {
    padding: 10px;
    text-align: center;
}

.blog-wrap table tr th {
    padding: 10px;
    text-align: center;
}

.blog-wrap table {
    margin-bottom: 20px;
}

.promo-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.info-wrap .intro {
    min-height: 150px;
}

.info-wrap p {
    margin-bottom: 25px;
    font-size: 14px;
}

.info-wrap tr td {
    background: #ffffff;
    color: #000;
    font-weight: 600;
    padding: 2px;
    border: 1px solid #FEDC01;
}

.info-wrap tr.trans td {
    background: rgb(255 255 255 / 50%);
    color: #fff;
    border: 1px solid #0d131c;
    padding: 2px;
}

.info-wrap ul {
    padding-left: 18px;
}

.info-wrap ul li {
    list-style: disc;
}

.info-wrap ol {
    padding-left: 18px;
}

.info-wrap oll li {
    list-style: auto;
}

.info-wrap tr.trans1 td {
    background: rgb(151 151 151);
    color: #fff;
    border: 1px solid #0d131c;
    padding: 2px;
}

.info-wrap .intro_subtitle {
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    color: #55657e;
    margin-bottom: 23px;
    width: 100%;
    display: flex;
}

.bnk-td {
    background: rgb(71 239 162);
}

.inbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 400px;
}

.inbox-text {
    background: #404348;
    margin: 0px 15px;
    border-radius: 10px;
    padding: 15px;
}

.modal-dialog.inbox {
    max-width: 500px !important;
    border-radius: 20px;
}

.modal-content.inbox {
    border: none;
    background: #191b1e;
    border-radius: 20px;
}

button.close-inbox {
    background: none;
    border: none;
    font-size: 33px;
    padding: 11px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}

.wrapper {
    margin: 0 auto;
}

.chatMsg {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-bottom: 30px;
}

.chatMsg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.chatMsg ul li {
    position: relative;
    margin-bottom: 15px;
}

.msg, .msg-reply {
    display: block;
    position: relative;
    color: #000;
    border-radius: 5px;
}

.msg::before, .msg-reply::before {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    display: block;
    border-bottom: 15px solid transparent;
}

.msg-date2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0px auto;
    color: #000;
    font-weight: 100;
}

.msg-reply {
    margin-left: inherit;
    background: #616161;
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

.msg-reply::before {
    left: inherit;
    right: -9px;
    border-right: inherit;
}

.avatar, .avatar-reply {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.avatar img, .avatar-reply img {
    max-width: 30px;
}

.avatar-reply {
    left: inherit;
    right: 0;
}

.chatBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.chatBox .mdi-attachment {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    bottom: 15px;
    color: #4d61a6;
    cursor: pointer;
}

.chatBox .mdi-send {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    background: #2283f6;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.chatBox .mdi-send.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.chatBox textarea {
    display: block;
    resize: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 12px 50px 12px 40px;
    position: absolute;
    bottom: 0;
    min-height: 45px;
    overflow: hidden;
    color: #000;
}

.hiddendiv {
    display: none;
}

.chatBox textarea:focus {
    outline: none;
}

.msg-date {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    gap: 10px;
}

.msg-content {
    line-height: 18px;
    margin-top: 0px;
    font-size: 13px;
    background: #cbcbcb;
    padding: 10px;
    border-radius: 5px;
}

.mdi-send:before {
    content: "\f1d8";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}

.close {
    color: #ffffff;
    opacity: 1;
    font-size: 31px;
    font-weight: 400;
}

#inbox_msg .modal-content {
    border-radius: 10px 10px 0 0;
}

.wallet_icon {
    color: #ffffff !important;
    font-size: 22px;
    margin-right: 15px;
}

@media only screen and (max-width: 1366px) {
    .body_wrapper {
        display:grid;
        grid-template-columns: 350px auto 350px;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 999px) {
    .deposit_grid_left {
        color:#fff;
        font-size: 12px;
    }

    .refer_d_btn, .refer_s_btn, .refer_c_btn, .refer_m_btn {
        font-size: 0.7vw;
        padding: 6px;
    }

    .deposit_grid_right a img {
        width: 197px;
    }

    .indexplay_wrap_frame span {
        font-size: 0.7vw;
    }

    .indexplay_wrap_frame span.frame_price {
        font-size: 1vw;
    }

    .close_banner {
        max-width: 768px;
        color: #fcf22d;
        font-size: 1.5vw;
        right: 2px;
        bottom: 31px;
        margin: auto;
        position: absolute;
    }
}

@media only screen and (max-width: 999px) {
    .balance-modal .close {
        right:0;
    }

    .promo-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .index_tab_main {
        padding-bottom: 20px;
    }

    .close_banner {
        display: block;
    }

    .m-hide {
        display: none;
    }

    .vip-non {
        height: 160px;
    }

    .vip-1 img {
        height: 66px;
    }

    h3.vip-ttl {
        font-size: 7.3vw;
        padding: 0px 0px;
    }

    .lvl-lv ul {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .table_vip_responsive {
        overflow-x: scroll;
        margin-left: 45%;
        overflow-y: visible;
        padding: 0;
    }

    .table_vip_responsive tr th.headcol {
        width: 45%;
        padding: 10px;
        font-size: 10px;
        height: 47px;
    }

    .table_vip_outwrap {
        padding: 10px;
    }

    table.vip_table tr.hr_cus_wrap {
        position: relative;
        display: none;
    }

    .headcol {
        position: absolute;
        width: 12em;
        left: 0;
        top: auto;
        border-top-width: 2px;
        margin-top: -1px;
        height: auto;
    }

    .headcol_first_mobile {
        background-color: #820a00;
        border-top-left-radius: 10px;
    }

    table.vip_table tr td span {
        font-size: 12px;
    }

    .vip_table_head.headcol_sec_mobile, table.vip_table.headcol_sec_mobile {
        border-top-left-radius: 0;
    }

    .table_vip_responsive tr th.headcol.headcol_sub {
        font-weight: 700;
        color: #fff;
        font-size: 11px;
        line-height: 1;
    }

    .fea_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        padding: 20px 0;
    }

    .vip_tnc_wrap {
        padding: 7%;
    }

    .vip-ico img {
        height: 22px;
    }

    table.vip_table tr td {
        padding: 7px;
        font-size: 10px;
    }

    .af-wrap {
        width: 100%;
    }

    .af-wrap .aff-off {
        width: 100%;
        margin: 0px auto;
    }

    .aff-in-1 {
        grid-template-columns: repeat(1,1fr);
    }

    .rwd-graph {
        grid-template-columns: repeat(1,1fr);
    }

    .rwd-wrap {
        height: auto;
        padding: 20px;
    }

    .rwd-top {
        padding: 0px;
    }

    .table-wrap {
        flex-direction: column;
    }

    .rwd-in {
        width: 100%;
    }

    .rwd-l {
        text-align: center;
        width: 100%;
    }

    .aff-in-2 {
    }

    .rwd-r img {
        display: block;
        margin: 0px auto;
    }

    .btn-aff {
        width: 85%;
        font-size: 16px;
    }

    .rewd-1 {
        flex-direction: column;
        width: 100%;
    }

    .rewd-date {
        flex-direction: column;
    }

    .info-side {
        width: 25%;
    }

    .aff-1 h4 {
        font-size: 20px;
    }

    .in-aff-top h5 {
        font-size: 18px;
    }

    .aff-reward h4 {
        font-size: 20px;
    }

    .aff-in-2 {
        flex-direction: column;
        height: auto;
    }

    .red-in img {
        margin-top: 15px;
    }

    .rewd-date h4 {
        font-size: 16px;
    }

    .btn-aff-wrap {
        margin-top: 30px;
    }

    .bonus_box_custom {
        grid-template-columns: 1fr;
    }

    .bonus_right_box_top {
        grid-template-columns: repeat(2,minmax(0,1fr));
        border-top-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .trophy_m {
        display: block;
        width: 90px;
        margin: auto;
    }

    .trophy_w {
        display: none;
    }

    .bonus_right_box_bottom {
        grid-gap: 0;
        border-bottom-right-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        grid-template-columns: 110px 1fr;
        grid-template-rows: repeat(2,minmax(0,1fr));
        padding: 10px;
    }

    .bonus_right_box {
        padding: 10px;
    }

    .bonus_card_overview_inner {
        display: grid;
        justify-content: initial;
        grid-gap: 15px;
    }

    .bonus_card_item {
        width: 100%;
    }

    .bonus_content_box {
        display: grid;
    }

    .bonus_left_content_box {
        padding: 30px;
        width: 100%;
    }

    .bonus_bets_top {
        display: grid;
    }

    .bonus_bets_top_left {
        width: 100%;
        padding: 30px;
    }

    .bonus_bets_top_right {
        width: 100%;
    }

    .bonus_bets_bottom {
        display: grid;
        grid-gap: 15px;
    }

    .bonus_bets_bottom_left {
        width: 100%;
    }

    .bonus_bets_bottom_right {
        width: 100%;
    }

    .bonus_ranking_inner {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .bonus_footer_overview {
        display: grid;
        padding: 15px;
    }

    .bonus_footer_right {
        margin-left: 0;
    }

    .bonus_footer_left {
        margin: auto;
        padding-bottom: 20px;
    }

    .user_vip_inner {
        grid-template-columns: 1fr;
    }

    .user_vip_inner .user_level_list_body {
        grid-template-columns: repeat(3,1fr);
    }

    .user_vip_inner .user_level_list {
        padding: 0px;
    }

    .vip-wrap ul {
        flex-direction: column;
        padding: 0;
    }

    .vip_title_b {
        font-size: 14px;
    }

    .mission-bg ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .daily-bg {
        background: transparent;
    }

    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    .body_wrapper {
        display: flex;
        grid-template-columns: auto;
        flex-flow: column;
    }

    .body_wrapper_box1 {
        order: 1;
    }

    .body_wrapper_box2 {
        order: 3;
    }

    .body_wrapper_box3 {
        order: 2;
    }

    .index_product_nav.nav {
        display: flex;
        grid-gap: 5px;
        text-align: center;
        position: relative;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    .frame_play img {
        width: 34vw;
    }

    .download_banner {
        padding: 0;
        position: fixed;
        bottom: 106px;
        z-index: 11;
        max-width: 768px;
        right: 1vw;
        left: 1vw;
        margin: auto;
    }

    .index_products_wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        border-radius: 10px;
        grid-gap: 13px;
        padding: 10px 8px;
    }

    .index_product_nav.nav.nav-pills .nav-link {
        width: 73px;
    }

    .modal_promo_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        align-items: center;
    }

    .index_mobile_hide {
        display: none;
    }

    .index_mobile_show {
        display: block;
    }

    .telegram_banner {
        margin: 12px 0 0px 0;
        position: relative;
        overflow: hidden;
    }

    .body_wrapper_box3 {
        border-left: none;
        padding-bottom: 30px;
    }

    .body_wrapper_box1 {
        border-right: none;
    }


    .body_wrapper_box3 .index_sec_hot.hot_custom {
        padding: 0;
    }

    .reg_body {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .moreinfo_img_web {
        display: none;
    }

    .moreinfo_img_mobile {
        display: block;
    }

    .index_topten_table {
        margin: 10px 0 6px 0;
    }

    .body_promotion .indextext_play_wrap {
        display: flex;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        grid-gap: 15px;
    }

    .body_promotion .promo_frame {
        max-width: 100%;
    }

    .body_promotion .hot_custom {
        padding: 0 0 0 0;
    }

    .mobile_hide_promo {
        display: none;
    }

    .promo-center-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        text-align: center;
        padding: 0;
        align-items: self-end;
        border-top: 1px solid #FEDC01;
        background-color: #000;
    }

    .blog_title {
        font-size: 23px;
    }

    .more_info_box_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 20px 0 0 0;
        grid-gap: 25px;
    }

    .download_grip {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
    }

    .login_ref_wrap {
        margin-top: 20px;
    }

    .desktop_footer {
        display: none;
    }

    .mobile_footer {
        display: block;
    }

    .wheel_product.wheel-wrap {
        min-height: 400px;
    }

    .wheel-bg {
        min-height: auto;
    }

    .index_products_wrap_slots {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border: none;
    }

    .floating {
        bottom: 24%;
    }

    .daily_modal .close {
        top: 8px;
    }

    .head_bal {
        font-size: 18px;
    }

    .rd-color {
        font-size: 18px;
    }

    .modal-congrat h5 {
        font-size: 24px;
    }

    .wheel-all .btn-more {
        font-size: 12px;
    }

    a.btn-spin {
        font-size: 12px;
    }

    .whl-btn {
        font-size: 12px;
    }

    .wheel-wrap .wheel_product_arrow {
    }

    .radio-group.usdt-tab p {
        font-size: 9px;
    }

    .btn-token {
        padding: 10px;
        gap: 5px;
        font-size: 14px;
    }

    .btn-token img {
        width: 30px;
    }

    .point-wrp {
        flex-direction: column;
    }

    .point-btm ul {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .wheel_product.wheel-wrap {
    }

    .download_grip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }

    .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;
    }

    .mission-bg ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }

    .play2earn-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
