@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;
}
::-webkit-scrollbar {
 width: 3px;
 height: 3px;
}
/* .left_menu_container::-webkit-scrollbar {
 width: 0px;
 height: 0px;
} */
 .table_vip_responsive::-webkit-scrollbar {
 width: 0px;
 height: 0px;
}
::-webkit-scrollbar-track-piece {
 background-color: rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
 background: #555;
}
 select:focus-visible {
 outline: unset;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
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: #fff;
}
a:hover, a:focus {
    text-decoration: none;
    color: unset;
}
img {
    max-width: 100%;
}
ul, ol, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #fff;
    width: 100%;
}
button:focus {
    outline: unset
}
.container {
    max-width: 1040px;
}
body.body_main_wrap {
    padding-left: 0;
    /* padding-top: 64px; */
    transition: padding .1s ease-in-out;
}
body.body_main_wrap.body_main_container {
    padding-left: 232px;
    transition: padding .1s ease-in-out;
}
.t-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header {
    height: 64px;
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 104;
}
header:after {
    content: '';
    position: absolute;
    width: 304px;
    height: 78px;
    left: 0;
    top: 0;
    background-size: contain;
    pointer-events: none;
    background-repeat: no-repeat;
}
.header_left {
    display: flex;
    align-items: center;
    z-index: 1;
}
.logo_desktop {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.header_hamburger {
    background-color: transparent;
    border: none;
}
.ham_close {
    display: block;
}
.ham_open {
    display: none;
}
.header_hamburger.close_menu .ham_close {
    display: none;
}
.header_hamburger.close_menu .ham_open {
    display: block;
}
.login_btn_container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn_container {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_right {
    display: flex;
    align-items: center;
}
.chat_btn {
    background-color: transparent;
    border: none;
}
.intro {
    display: flex;
    align-items: center;
    position: relative;/* min-height: 308px; */
}
.intro_inner {
    margin-top: 0;
    z-index: 1;
    max-width: 100%;
}
.intro_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.intro_title span {
    color: #ed1d49;
}
.intro_subtitle {
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    color: #55657e;
    margin-bottom: 23px;
}
.intro_actions {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.btn_action {
    border-radius: 14px;
    font-size: 18px;
    padding: 20px;
    border: none;
    font-weight: 500;
}
.btn_action_left {
    background-color: #ed1d49;
    color: #fff;
}
.btn_action_right {
    background-color: #2a3546;
    color: #93acd3;
}
.btn_action_left:hover {
    background-color: #eb3b60;
}
.btn_action_right:hover {
    background-color: #42526a;
}
.intro_img {
    position: absolute;
    right: -118px;
    top: 0;
    bottom: 0;
    height: 100%;
    cursor: pointer;
}
/* .wrapper_inner {
    overflow: hidden;
} */
.intro_promo {
    background-color: #171f2b;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
    padding: 10px;
    grid-gap: 10px;
}
.intro_promo_inn {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #202a39;
}
.intro_promo_inn img {
    border-radius: 5px;
    width: 100%;
}
.intro_promo_inn span {
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-left: 20px;
}
.left_menu_container_wrap {
    position: fixed;
    z-index: 103;
    left: 0;
    top: 0;
    bottom: 0;
    width: 232px;
    padding-top: 75px;
    transition: transform 0.1s ease-in-out;
    transform: translateX(0%);
}
.left_menu_container_wrap.close_menu_container {
    transform: translateX(-100%);
}
.left_menu_container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.left_menu_container_inner {
    padding: 15px;
}
.left_container_bonus {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.left_container_bonus_box {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.left_container_bonus_box:first-child {
    background: transparent linear-gradient(90deg, #581584 0%, #F122F9 100%) 0% 0% no-repeat padding-box;
}
.left_container_bonus_box:nth-child(2) {
    background: transparent linear-gradient(90deg, #21801A 0%, #96F83D 100%) 0% 0% no-repeat padding-box;
}
.left_container_bonus_box:last-child {
    background: transparent linear-gradient(90deg, #007E87 0%, #00EEFF 100%) 0% 0% no-repeat padding-box;
}
.left_container_bonus_txt {
    position: absolute;
    flex-direction: column;
    display: flex;
}
.left_container_bonus_txt_top {
    font-weight: 700;
}
.left_container_bonus_txt_btm {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 18px;
}
.accordion_left_container {
    width: 100%;
    max-width: 584px;
    margin: 30px auto 20px;
    background: #fff0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #93acd3;
    padding-bottom: 13px;
}
.accordion_left_container .link {
    cursor: pointer;
    display: flex;
    padding: 15px 15px 15px 15px;
    color: #93acd3;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: center;
}
.accordion_left_container .link img {
    width: 25px;
    margin-right: 10px;
}
.accordion_left_container li:last-child .link {
    border-bottom: 0
}
.accordion_left_container li .submenu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.accordion_left_container li i {
    position: absolute;
    top: 22px;
    left: 12px;
    font-size: 18px;
    color: #93acd3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}
.accordion_left_container li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}
.accordion_left_container li.open .link {
    color: #93acd3;
    background-color: #202a39;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion_left_container li.open i {
    color: #93acd3;
}
.accordion_left_container li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.submenu {
    display: none;
    background: #202a39;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.submenu li {
    border-radius: 20px;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 7px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
}
.submenu a:hover {
    background: #2a3b50;
    color: #FFF
}
.side_menu_content {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #FFFFFF45;
    padding-bottom: 20px;
    padding-top: 20px;
}
.side_menu_content li a {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    font-weight: 700;
    font-size: 14px;
}
.side_menu_content li a img {
    width: 35px;
    margin-right: 6px;
}
.chat_ser {
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 2px 10px;
    color: #ffffff;
    margin: 20px 0 10px 0;
    border-radius: 10px;
}
.chat_ser:hover {
    color: #fff;
}
.chat_ser img {
    width: 35px;
    margin-right: 6px;
}
.btn_dropup_lang {
    width: 100%;
}
.btn_dropup_lang button {
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 19px;
}
.btn_dropup_lang button img {
    margin-right: 12px;
    height: 20px;
}
.dropup.btn_dropup_lang .dropdown-toggle::after {
    right: 15px;
    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: #1c2532;
    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;
}
.sidebar_contact {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    margin: 20px 0;
    grid-gap: 10px;
}
.sidebar_contact img {
    height: 25px;
}
.sidebar_contact a {
    display: block;
}
.sidebar_contact a svg {
    color: #55657e;
    font-size: 19px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.filter-button {
    cursor: pointer;
    padding: 4px 11px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #ffffff80;
    font-weight: 500;
    border-radius: 10px;
    font-size: 13px;
}
.filter-button.active, .filter-button:hover {
    color: #fff;
    border: 1px solid #FFFFFF4D;
}
.filter-button img {
    width: 23px;
    margin-right: 5px;
}
.tabs_product {
    margin: 20px 0;
}
.tab_wrapper {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-between;
}
.searchinput {
    border-radius: 10px;
    padding: 4px 10px;
}
.searchinput:focus {
    border: 0;
    outline: 1px solid #FFFFFF45;
}
.hotgame-main-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.top_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
}
.arrow_slider {
    display: flex;
    grid-gap: 6px;
    margin: 10px 0;
}
.arrow_slider .slide-arrow {
    cursor: pointer;
    background-color: #171f2b;
    padding: 6px 13px;
    border-radius: 8px;
    color: #93acd3;
}
.slider_title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
}
.slider_title svg {
    margin-right: 10px;
}
.arrow_slider_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow_slider_wrp.slot-all {
    justify-content: flex-end;
}
.view_btn {
    color: #93acd3;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #171f2b;
    border-radius: 8px;
    padding: 5px 8px;
    font-size: 12px;
}
.hotgame-main-img_pro {
    background-color: #1c2532;
    border-radius: 10px;
    cursor: pointer;
}
.daily_icon {
    width: 25px;
    margin-right: 10px;
}
.tournament_sec {
    margin: 15px 0;
}
.daily_wrap {
    padding: 0;
}
.daily_wrap_img {
    border-radius: 15px;
    overflow: hidden;
    /* margin-bottom: -10px; */
    position: relative;
}
.daily_table_wrap {
    background-color: #1c2532;
    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;
}
.daily_wrap_img_inn {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.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: #55657e;
    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: #93acd3;
    font-weight: 500;
}
.table_user_content span.name {
    color: #fff;
}
.daily_table_wrap table tr th {
    padding: 5px;
}
.daily_table_wrap table tr {
    border-bottom: 1px solid #93acd3;
}
.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: 150px;
}
.btn-more {
    color: #fff;
    background: #2177dd;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
}
.btn-challenge {
    background: #ed1d49;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}
.desktop_footer {
    margin-top: 20px;
    padding: 40px 10px 10px 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 rgba(85,101,126,.15);
}
.footer_submenu p {
    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;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s;
    font-size: 11px;
    line-height: 2.2;
    cursor: pointer;
}
.footer_submenu_lic {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 8px;
}
.footer_submenu_lic img {
    width: 94px;
}
.footer_submenu_con {
    font-size: 11px;
    line-height: 1.5;
}
.footer_lic_logo {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(85,101,126,.15);
    display: flex;
    justify-content: center;
}
.footer_lic_logo img {
    width: 120px;
}
.footer_social_logo {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(85,101,126,.15);
    display: flex;
    justify-content: left;
    grid-gap: 7px;
}
.footer_social_logo img {
    width: 28px;
}
.footer_copyright {
    font-size: 11px;
    font-weight: 600;
}
.mobile_footer {
    display: none;
    margin-top: 20px;
    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: 10px;
    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 {
    width: 100%;
    text-align: left;
    font-size: 11px;
    padding: 6px 0;
    border: none;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
}
.footer-card ul li a {
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s;
    font-size: 11px;
    line-height: 2.2;
    cursor: pointer;
}
.mobile_footer .footer_submenu_lic {
    justify-content: center;
}
.mobile_footer .footer_lic_logo img {
    width: 85px;
}
.mobile_footer .footer_lic_logo_wrap {
    text-align: center;
}
.mobile_footer .footer_social_logo {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.footer-menu {
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #ffffff8c;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-in ul {
    display: flex;
    padding: 5px 0px;
    justify-content: center;
}
.footer-in ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
}
.footer-in ul li a img {
    width: 30%;
}
.footer-menu {
    display: none;
}
.footer-in ul li a:not([href]):not([tabindex]) {
    text-decoration: none;
}
.modalbackdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.modal-transition {
    transition: all 0.4s ease;
}
.mobile_dropdown {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    border-radius: 10px;
    display: none;
    position: relative;
}
.mobile_dropdown img {
    width: 23px;
}
.tab_wrapper_inn_mobile ul {
    padding: 10px;
    background-color: #303a48;
    border-radius: 10px;
}
.tab_wrapper_inn_mobile ul li .filter-button {
    width: 100%;
    text-align: left;
    padding: 10px;
    background-color: #303a48;
}
.tab_wrapper_inn_mobile ul li .filter-button.active {
    background-color: #2283f6;
}
.mobile_dropdown:after {
    content: '\f078';
    font-size: 13px;
    line-height: 1;
    position: absolute;
    right: 17px;
    transition: all 0.3s;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    color: #ffffff66;
}
.mobile_dropdown-slots:after {
    content: '\f078';
    font-size: 13px;
    line-height: 1;
    position: absolute;
    right: 17px;
    transition: all 0.3s;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    color: #93acb6;
}
.mobile_dropdown-slots {
    background-color: #171f2b;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    border-radius: 10px;
    display: none;
    position: relative;
}
.mobile_dropdown-slots img {
    /* width: 33px; */
    height: 33px;
}
.tab_wrapper-slots {
    display: flex;
    align-items: center;
    background-color: #171f2b;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-between;
}
.tab_wrapper-slots img {
    height: 35px;
    /* filter: brightness(0)invert(1); */
    margin: 0px;
}
.filter-button-slots img {
    width: auto;
}
.detect_id_tab {
    margin-bottom: 15px;
}
.tab_wrapper-slots {
    align-items: baseline;
}
.tab_wrapper_inn.slot-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 7px;
}
.slot-wrap .filter-button {
    padding: 4px 10px;
    border: none;
    min-width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_modal .modal-body {
    padding: 0;
    border-radius: 17px;
}
.share_modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    opacity: .5;
    top: 0;
    position: absolute;
    right: 8px;
    border: 0;
    background-color: transparent;
}
.modal_body_share {
    display: flex;
}
.share_modal .modal-dialog {
    max-width: 700px;
}
.modal_head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.modal_body_share_left {
    width: 50%;
}
.modal_body_share_left img {
    border-radius: 10px 0px 0px 10px;
}
.modal_body_right {
    padding: 32px;
    width: 50%;
}
.modalhead_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-start;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    border: 2px solid transparent;
    color: #93acd3;
    background-color: transparent;
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 10px;
    border-radius: 3rem;
}
.modalhead_btn.active {
    background-color: #2283f6;
    color: #fff;
}
.share_modal .modal-content {
    background-color: transparent;
    border: none;
}
.input_inner {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF4D;
    transition: color .1s ease-in-out, border-color .1s ease-in-out;
    height: 44px;
    border-radius: 10px;
    padding: 0 14px;
    margin-bottom: 10px;
}
.input_inner svg {
    margin-right: 10px;
}
.input_custom {
    width: 0;
    flex: 1 1;
    display: block;
    font-weight: 600;
    color: #fff;
    outline: none;
    line-height: 20px;
    font-size: 16px;
    padding: 0;
    border: none;
    height: auto;
    max-width: 100%;
    background-color: transparent;
}
.input_inner_forgot a {
    font-size: 12px;
}
.btn_login_modal {
    color: #fff;
    padding: 7px;
    width: 100%;
    border-radius: 10px;
    border: none;
    margin: 20px 0;
}
.inn_slider_wrp {
    margin: 15px 0 0 0;
}
.inn_product_wrap {
    display: grid;
    grid-gap: 20px;
    margin: 10px 0 0 0;
    flex-flow: wrap;
    grid-template-columns: repeat(6, 1fr);
}
.inn_product_wrap a {
    display: block;
    position: relative;
}
.inn_product_wrap a img {
    width: 100%;
}
.game-preview__hover {
    background-color: rgba(27,34,51,.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 1;
    padding: 19px 10px 13px;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(1px);
    border-radius: 8px;
}
.game-preview__btn-play {
    width: calc(35% + 15px);
    min-width: 42px;
    background-color: red;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.9);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inn_product_wrap a:hover .game-preview__btn-play, .inn_product_wrap a:hover .game-preview__hover {
    opacity: 1;
}
.game-preview__btn-play:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.game-preview__btn-play svg {
    color: #fff;
    font-size: 20px;
}
.content_header {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
.content_header_txt {
    color: #55657e;
    max-width: 400px;
    font-size: 15px;
    line-height: 1.3;
    margin: auto;
    position: absolute;
    bottom: 18px;
    font-weight: 500;
}
.intro_promotion {
    min-height: 150px;
}
.intro_promotion_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.intro_promotion_subtitle {
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF75;
    margin-bottom: 5px;
}
.mobile_promo {
    display: none;
}
.filter-list li {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    margin: 0 2px;
    margin-bottom: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.filter-list li:hover {
    color: #fff;
}
.filter-list li.mixitup-control-active {
    color: #fff;
}
.select-menu select {
    width: 100%;
    height: 40px;
    line-height: 35px;
    border-radius: 10px;
    color: #fff;
    padding: 0 12px;
}
.promo_filter_wrap {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 8px;
    justify-content: space-between;
}
.promo_box_wrap {
    background-color: #202a39;
    border-radius: 10px;
    overflow: hidden;
}
.promo_box_wrap img {
    width: 100%;
}
.promo_box_wrap_inn {
    padding: 15px;
}
.promo_box_wrap_inn p {
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 3px;
    line-height: 1.5;
}
.promo_box_wrap_inn span {
    color: #FFFFFF75;
    font-size: 13px;
}
.promo_box_wrap_a a {
    padding: 5px 10px;
    border-radius: 26px;
    font-size: 11px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 11px;
}
.filt-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin: 30px 0;
}
.modal-dialog.promo {
    max-width: 800px !important;
    border-radius: 20px;
}
.modal-content.promo {
    border: none;
    background: #191b1e;
    border-radius: 20px;
}
button.close-promo {
    background: none;
    border: none;
    font-size: 33px;
    padding: 11px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}
.grlist {
    color: var(--text-color);
}
.pm-title-wrapper {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
}
table.promo-table tr th {
    color: #fff;
    background: #d9353d;
    padding: 4px;
    text-align: center;
    border: 1px solid var(--text-color);
}
table.promo-table tr td {
    border: 1px solid var(--text-color);
    padding: 5px;
    color: var(--text-color);
    text-align: center;
}
.gr-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #d9353d;
}
.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}
.grlist ul li {
    padding-bottom: 8px;
    font-size: 14px;
    list-style: disc;
}
.promo-pop-cont {
    padding: 15px;
    border: 1px solid #d9353d;
    border-radius: 0px 0px 20px 20px;
}
.promo-nav button {
    background: #1e2024;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px;
}
.promo-modal-tnc {
    font-size: 14px;
    font-family: Calibri;
    color: #ffffff;
    list-style: none!important;
}
.promo-modal-tnc li span {
    color: orangered;
    margin-right: 10px;
}
.promo_table tr th {
    background: #ed1d49;
    padding: 10px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.promo_table tr td {
    font-size: 12px;
    color: #000;
    padding: 10px;
    border: 1px solid #000;
    background: #d7d7d7;
    text-align: center;
}
.basic-text {
    font-size: 12px;
    color: #fff;
}
.promo_table {
    width: 100%;
}
.promo-text {
    padding: 20px;
}
.promo h4 {
    font-size: 16px;
    font-weight: bold;
}
.promo {
    font-size: 12px;
}
.promo h5 {
    font-size: 14px;
    font-weight: bold;
}
.promo ul li, .promo ol li {
    margin-bottom: 10px;
}
.promo ul, .promo ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #727272;
}
.promo ul li {
    list-style: circle;
}
.promo ol li {
    list-style: auto;
}
.promo table tr th, .promo table tr td {
    padding: 10px;
    text-align: center;
}
.contact_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.contact_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact_wrapper_inn {
    position: absolute;
    margin-top: 37px;
}
.contact_wrapper_inn p {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
}
.contact_wrapper_inn span {
    font-size: 14px;
    font-weight: 600;
}
/* .info-wrapper h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.info-wrapper p {
    margin-bottom: 25px;
    font-size: 12px;
}
 */
.info-wrapper {
    min-height: 400px;
} 
button.btn-tnc {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}
button.btn-tnc.collapsed {
    color: #fff;
}
button.btn-tnc:focus {
    outline: none;
}
.tnc-card {
    margin-bottom: 5px;
}
.tnc-body {
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}
.tnc-body ol {
    padding-left: 15px;
}
.tnc-body ol li {
    padding-bottom: 8px;
    list-style: auto;
}
.tnc-body p {
    margin-bottom: 10px;
}
.bank-table tr.trans td {
    background: rgb(255 255 255 / 50%);
    color: #fff;
    border: 1px solid #0d131c;
    padding: 2px;
}
.bank-table tr.trans1 td {
    background: rgb(151 151 151);
    color: #fff;
    border: 1px solid #0d131c;
    padding: 2px;
}
.bank-table tr.dwbox td {
    background: #161f2c;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}
button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}
button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}
/* .info-wrapper h3 {
    color: #f93;
    margin-bottom: 30px;
} */
.info-wrapper2 {
    margin-bottom: 30px;
    min-height: 500px;
    border: 1px solid #f93;
    border-radius: 10px;
}
.info-wrapper ul li {
    list-style: disc;
}
.info-wrapper ol li {
    list-style: decimal;
}
.info-wrapper ol, .info-wrapper ul {
    padding-left: 18px;
}
.afterlogin_main_bg .container {
    max-width: 1200px;
}
.afterlogin_inn_wrap {
    display: grid;
    grid-template-columns: 752px minmax(260px, 402px);
    gap: 1rem;
}
.afterlogin_inn_wrap.afterlogin_inn_wrap_custom {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
}
.afterlogin_wrap {
    padding: 32px 0;
}
.afterlogin_wrap h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.depwith_wrapbtn {
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
    margin-bottom: 15px;
}
.depwith_wrapbtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
    background-color: #ffffff40;
}
.depwith_wrapbtn a.active {
    color: #ffffff;
}
.depwith_wrapbtn_left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 3px;
}
.depwith_wrapbtn_right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.afterlogin_dep_head {
    padding: 1.25rem 2.25rem;
    display: flex;
}
.afterlogin_dep_head {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.afterlogin_dep_headbody_wrap {
    overflow: hidden;
    border-radius: 1rem;
}
.afterlogin_dep_headbody_wrap.afterlogin_dep_headbody_wrap_custom {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 0;
}
.head_col_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.head_col_1 span {
    font-weight: 600;
}
.trans_btn {
    background-color: #35383d;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
}
.trans_btn:hover {
    background-color: #1a1b1e;
}
.head_bal {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.head_bal span {
    color: #2283f6;
}
.afterlogin_dep_body {
    padding: 2.25rem;
}
.afterloginbody_step_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.afterloginbody_step_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.afterloginbody_step_bottom span {
    flex: 1 1 0%;
    font-size: 13px;
}
.afterloginbody_step_bottom span:first-child {
    text-align: left;
}
.afterloginbody_step_bottom span:nth-child(2) {
    text-align: center;
}
.afterloginbody_step_bottom span:nth-child(3) {
    text-align: right;
}
.afterloginbody_step_bottom span.stepcus {
    text-align: right;
}
.step_bullet {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-color: #dee3f026;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_line {
    height: 3px;
    background-image: linear-gradient(269.99deg, #383a40 1.25%, rgba(46,49,54,0) 101.67%);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: auto;
}
.deposit_body_notis {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-top: 20px;
    padding: 6px;
    background-color: #ffffff1a;
}
.deposit_body_notis_leftcolor {
    width: 170px;
    position: absolute;
    background-image: linear-gradient(89.78deg, #1f5999 4.36%, rgba(41,106,173,0) 99.77%);
    left: 0;
    top: 0;
    border-radius: 8px;
    height: 100%;
}
.dep_notisicon {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}
.deposit_body_notis_content {
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
}
.dep_content_warning {
    color: #f4ba00;
}
.deposit_bank_choose_box {
    display: flex;
    border-radius: 8px;
    padding: 0.75rem;
    color: #fff;
    align-items: center;
    background-color: #ffffff1a;
}
.deposit_bank_choose_box:hover {
    background-color: #36383e;
}
.deposit_bank_choose_box img {
    height: 25px;
    border-radius: 5px;
    margin-right: 10px;
}
.deposit_bank_choose_box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.deposit_bank_choose_box svg {
    margin-left: auto;
}
.deposit_bank_choose_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 25px;
    margin-top: 25px;
}
.afterlogin_inn_wrap_faqbody {
    padding: 1rem;
    border-radius: 1rem;
    height: 100%;
}
.dep_faq_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.mb-0 > a {
    display: block;
    position: relative;
}
.mb-0 > a:after {
    content: "\f054";
    position: absolute;
    right: -23px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.mb-0 > a[aria-expanded="true"]:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.afterlogin_inn_wrap_faqaccor .card-header {
    padding: 14px 1.25rem;
    margin-bottom: 0;
}
.afterlogin_inn_wrap_faqaccor .card-header:hover {
    background-color: #36383e;
}
.afterlogin_inn_wrap_faqaccor .card-header a {
    color: #fff;
    font-size: 14px;
    display: flex;
    width: 90%;
    align-items: center;
}
.afterlogin_inn_wrap_faqaccor .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.afterlogin_inn_wrap_faqaccor .card:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.afterlogin_inn_wrap_faqaccor .card:first-child .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.afterlogin_inn_wrap_faqaccor .card:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btn_dep {
    margin-right: 0;
}
.header_btn_dep {
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    padding: 0px 0px 0 10px;
    background-color: rgba(255,255,255,0.2);
}
.header_btn_dep .rd-color {
    font-size: 13px;
}
.headusericon {
    /* width: 25px; */
    border-radius: 50px;
}
.head_afterlogin_custom .btn_dropup_lang button {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 19px;
    border-bottom: 1px solid #dee3f026;
    background:rgba(255,255,255,0.2);
    color: #fff!important;
}
.head_afterlogin_custom .btn_dropup_lang {
    width: 152px;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background-color: #2c2e34;
    min-width: 11rem;
}
.head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled).active, .head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled):active, .head_afterlogin_custom .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    border-color: #4e555b;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 7px 11px;
    justify-content: left;
    grid-gap: 0 10px;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a svg {
    display: block;
    font-size: 12px;
    width: 20px;
}
.head_afterlogin_custom .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
}
.head_afterlogin_custom_mobile {
    display: none;
}
.btn_tr {
    background-color: #2d3035;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 7px;
}
.afterlogin_btn_back {
    color: #fff;
    margin-right: 20px;
}
.header_mobile_show {
    display: none;
}
.deposit_select_showbank {
    /* display: flex;
    align-items: center; */
    margin-top: 20px;
}
.bank_display {
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}
.bank_display_name {
    font-weight: 700;
}
.form-control {
    background-color: rgba(0,0,0,.3);
    min-height: 52px;
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
}
.form_label {
    margin-bottom: 2px;
    font-weight: 700;
}
.form-control:focus {
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #2283f6;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #2283f6;
}
.form_wrap {
    margin-top: 22px;
}
.label_wrap {
    display: flex;
    justify-content: space-between;
}
.form_label_notis {
    font-size: 12px;
}
.bank_amount_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 8px;
}
.bank_amount_grid button {
    width: 100%;
    color: #fff;
    background-color: rgba(222,227,240,.15);
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}
.bank_amount_grid button:hover {
    background-color: rgba(222,227,240,.3);
}
.form_bonus_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text_bonus_amt_top {
    color: #f4ba00;
}
.text_bonus_amt {
    font-size: 17px;
    font-weight: 700;
}
.form_bonus_wrap {
    font-size: 13px;
}
.submit_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}
.submit_btn_wrap button.backbtn {
    background-color: rgba(222,227,240,.15);
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.submit_btn_wrap button.paybtn {
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.submit_btn_wrap_with {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}
.footer_pay {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #2c2e34;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    width: 100%;
}
.footer_pay .submit_btn_wrap button.backbtn {
    background-color: rgba(222,227,240,.15);
    height: 44px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.footer_pay .submit_btn_wrap button.paybtn {
    background-color: #1cc980;
    height: 44px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.footer_pay .submit_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 10px;
}
.footer_pay .form_wrap {
    margin-top: 0;
}
body[data-singlepage="afterlogin"] .mobile_footer {
    padding: 18px 10px 155px 10px;
}
.add_bank_with_wrap {
    color: #2283f6;
    display: flex;
    flex-direction: column;
    height: 112px;
    background-color: #dee3f00d;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.add_bank_with_wrap p {
    margin-bottom: 0;
}
.add_bank_with_wrap svg {
    font-size: 24px;
    margin-bottom: 10px;
}
.table-share tr th {
    background-color: rgba(0,0,0,.3);
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #636363;
}
.table-share tr td {
    padding: 5px;
    border: 1px solid #636363;
    text-align: center;
}
.add_bank_with_wrap:hover {
    background-color: rgba(222,227,240,.15);
}
.addbankdropdown .btn {
    width: 100%;
    color: #fff;
    background-color: #191b1e;
    height: 52px;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    text-align: left;
}
.addbankdropdown .dropdown-menu {
    width: 100%;
    background-color: #2c2e34;
}
.addbankdropdown .dropdown-menu a {
    color: #fff;
    padding: 10px 20px;
    background-color: #2c2e34;
}
.addbankdropdown .dropdown-menu a:hover {
    background-color: #36383e;
}
.addbankdropdown img {
    width: 83px;
    margin-right: 10px;
    border-radius: 5px;
}
.afterlogin_dep_body select {
    -webkit-appearance: none;
    appearance: none;
}
.afterlogin_dep_body .select_custom {
    position: relative;
}
.afterlogin_dep_body .select_custom::after {
    content: "\f054";
    font-weight: 900;
    font-size: 0.8rem;
    top: 29%;
    right: 17px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(90deg);
}
.history_typebtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #dee3f026;
    color: #ecf1ffb3;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}
.history_typebtn a.active {
    color: #ffffff;
    background-color: #ed1d498c;
}
.history_typebtn {
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
    grid-gap: 4px;
}
.select_form_history {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    grid-gap: 15px;
}

::-webkit-calendar-picker-indicator {
 filter: invert(1);
}
.history_table_wrap {
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 40px;
}
.history_table {
    color: #ecf1ff80;
}
.history_table tr th {
    padding: 0 5px;
}
.history_table tr td {
    padding: 3px 5px;
}
tr.unread td {
    font-weight: bold;
    color: #fff;
}
.history_table tr th:last-child {
    text-align: right;
}
.history_table tr td:last-child {
    color: #f4ba00;
    text-align: right;
}
.msg_user {
    cursor: pointer;
}
.msg_user:hover {
    color: #fff;
}
.history_table_wrap.history_table_wrap_inbox {
    background-color: #24262b;
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
}
.profile_userimg_wrap {
    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(294.54deg, rgb(72, 84, 99) 10.77%, rgb(157, 167, 177) 108.33%);
    padding: 5px 12px;
    min-height: 85px;
}
.main-vip {
    top: 0;
    left: 7px;
    font-size: 33px;
    background-image: linear-gradient(179.01deg, rgb(229, 240, 254) 8.85%, rgb(171, 182, 196) 85.43%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
}
.vip-process {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
    width: 70%;
}
.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: white;
}
.vipprofile_text {
    font-size: 13px;
}
.profile_vip_row::after {
    background-image: url('../images/icon/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.profile_content_wrap {
    padding: 1.5rem;
    border-radius: 16px;
    margin-top: 1.5rem;
}
.profile_content_wrap_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}
.profile_content_wrap_rowleft_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.profile_content_wrap_rowleft_con p, .profile_content_wrap_rowleft_con svg {
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}
.profile_content_wrap_rowright_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.profile_content_wrap_rowright_con p, .profile_content_wrap_rowright_con svg {
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}
.hr_profile_line {
    border-top: 1px solid #dee3f00d;
    margin: 2px;
}
.profile_chgpas {
    background-color: #dee3f00d;
    border-radius: 8px;
    color: #ecf1fff0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}
.profile_chgpas:hover {
    background-color: #dee3f029;
}
.profile_navimenu {
    padding: 1.5rem;
    border-radius: 16px;
    margin-top: 1rem;
}
.profile_navimenu_inn {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.profile_navimenu_inn a {
    text-align: center;
    grid-gap: 3px;
    line-height: 1.2;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.profile_navimenu_inn a svg {
    font-size: 23px;
}
.profile_navimenu {
    display: none;
}
button.logout {
    display: none;
}
.amt-box {
    position: relative;
}
button.btn-cpy {
    position: absolute;
    right: 16px;
    top: 14px;
    border: none;
    padding: 0px;
    color: #2c2e34;
}
button.btn-cpy:hover {
    color: #314575;
}
.qr-code img {
    display: block;
    margin: 0px auto;
    max-width: 150px;
    margin-top: 20px;
}
.carousel.desktop {
    display: block;
}
.carousel.mobile {
    display: none;
}
.ann-wrap {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    align-items: center;
}
.ann-wrap marquee {
    margin-left: 10px;
}
.blc-amt {
    display: flex;
    gap: 20px;
}
.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-out {
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
}
.btn-out:hover {
    background: #40c62b;
}
.btn-in {
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}
.balance-modal .modal-body {
    padding: 0px;
}
.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #2b384a;
    border-radius: 10px 10px 0px 0px;
}
.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}
button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    border: none;
}
.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
}
.bln-in {
    color: var(--text-color);
    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: #151c27;
    border: 1px solid #007bff00;
}
.bln-all {
    padding: 10px;
}
.balance-modal .modal-content {
    background: #202a39;
    border-radius: 10px 10px 0px 0px;
}
.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #007bff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
}
span.rd-box {
    background: #ed1d49;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: #F44336;
    height: 20px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bounce-6 {
    animation-name: bounce-6;
    animation-timing-function: ease;
}
 @keyframes bounce-6 {
 0% {
 transform: scale(1, 1) translateY(0);
}
 10% {
 transform: scale(1.1, .9) translateY(0);
}
 30% {
 transform: scale(.9, 1.1) translateY(-10px);
}
 50% {
 transform: scale(1.05, .95) translateY(0);
}
 57% {
 transform: scale(1, 1) translateY(-2px);
}
 64% {
 transform: scale(1, 1) translateY(0);
}
 100% {
 transform: scale(1, 1) translateY(0);
}
}
.my-inbox {
    position: absolute;
    right: 0px;
    top: 0px;
}
.amt-box {
    position: relative;
}
button.btn-cpy {
    position: absolute;
    right: 16px;
    top: 14px;
    border: none;
    padding: 0px;
    color: #2c2e34;
    background-color: transparent;
}
button.btn-cpy svg {
    color: #ffffff;
}
button.btn-cpy:hover {
    color: #314575;
}
.qr-code img {
    display: block;
    margin: 0px auto;
    max-width: 150px;
    margin-top: 20px;
}
.transaction_container {
    position: relative;
    margin-top: 20px;
    background-color: #23262B;
    padding: 24px 16px 44px;
    border-radius: 10px;
}
.transaction_title_box {
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    /* padding: 10px; */
    grid-template-columns: repeat(2, 1fr);
}
.transaction_title {
    display: flex;
    align-items: center;
}
.transaction_title img {
    width: 25px;
    margin-right: 10px;
}
.transaction_title .text {
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    color: #A6A9B2;
}
.transaction_time {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    text-shadow: 0px 3px #000000;
}
.transaction_box {
    display: grid;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
.transaction_content {
    width: calc(100% - 20px);
    /* margin: 10px; */
    /* background-color: #1D2025; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* padding: 15px; */
    /* overflow: hidden; */
    position: relative;
}
.transaction_content_box_title {
    display: flex;
    align-items: center;
}
.transaction_content_box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.transaction_content_1_title {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    width: 50%;
}
.transaction_content_2_title {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    width: 50%;
}
.transaction_content_1 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 50%;
}
.transaction_content_1 img {
    margin-right: 10px;
}
.transaction_content_2 {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 50%;
}
.light .transaction_container {
    background-color: #fff;
}
.light .transaction_title .text {
    color: #111111;
}
.light .transaction_time {
    color: #111111;
}
.light .transaction_content {
    background-color: #F6F7FB;
}
.light .transaction_content_1_title {
    color: #111111;
}
.light .transaction_content_2_title {
    color: #111111;
}
.light .transaction_content_1 {
    color: #111111;
}
.light .transaction_content_2 {
    color: #111111;
}
.wrap-live {
    width: calc(100% - 20px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.view_modal .modal-content {
    background: none;
    padding: 0px;
    border-radius: 10px;
}
.view_modal .modal-body {
    padding: 0px;
}
.modal_body_view {
    background: #1c2532;
    padding: 10px 0px;
    border-radius: 10px;
}
.modal_body_view h5 {
    color: #93acd3;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}
.view_modal button.close {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: transparent;
    border: 0;
}
.tnc-content {
    padding-top: 13px;
    margin: 15px;
    border-top: 1px solid #93acd3;
    font-size: 12px;
    color: #93acd3;
}
.reg-box {
    padding: 50px 30px;
    border-radius: 10px;
    min-height: 450px;
}
.reg-list ul {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    position: relative;
    max-width: 340px;
    margin: 0px auto;
}
.reg-list ul li a {
    background: #6d767d;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.reg-list ul:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #6d767d;
    position: absolute;
    top: 15px;
    max-width: 340px;
}
.reg-list ul li {
    z-index: 1;
}
.reg_form {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}
.reg_form .form_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
}
.reg_form .form_wrap label {
    display: flex;
    width: 200px;
    justify-content: space-between;
    color: #ffffff;
    font-size: 13px;
}
.reg_form span.red-txt {
    color: #ec474b;
    font-weight: bold;
    position: relative;
}
.reg_form .form-control {
    border: 1px solid #FFFFFF4D;
    min-height: 35px;
}
.reg_form select.form-control  {
    font-size: 12px;
    height: 38px;
}
.reg_form .btn_login_modal {
    margin: 0px;
    background: #ec474b;
    display: block;
    max-width: 150px;
    padding: 7px 0px;
}
.reg-img img {
    margin: auto;
    display: block;
    margin-top: 70px;
}
.form_wrap.otp {
    flex-direction: column;
    text-align: left;
    align-items: baseline;
}
.otp .form_label {
    width: auto !important;
    gap: 10px;
    justify-content: flex-start !important;
}
.otp-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.reg_form h4 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.reg_form p {
    text-align: center;
    color: #c3c3c3;
    font-size: 12px;
}
.btn-jn button {
    margin: inherit !important;
}
.form_wrap.btn-jn {
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: 155px;
}
.reg-wrap .slider_title {
    margin: 20px 0px;
    font-size: 20px;
    color: #fff;
    font-style: italic;
}
.reg_form svg {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #2283f6;
    margin-bottom: 10px;
}
.m-show {
    display: none;
}
.btn-token {
    background: #151c27;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
}
.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: #2b384a;
    border-radius: 10px 10px 0px 0px;
}
.point-wrap {
    display: flex;
    flex-direction: row;
}
.tab-pay ul {
    display: grid;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}
.tab-pay ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff1a;
}
.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: #ed1d49;
}
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 100%;
}
[type="file"] + label {
    margin: 0px !important;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 0.5rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
 &:hover {
 background-color: darken(#f15d22, 10%);
}
 &.btn-1 {
 background-color: #ed1d49;
 box-shadow: 0 6px darken(#f79159, 10%);
 transition: none;
 &:hover {
 box-shadow: 0 4px darken(#f79159, 10%);
}
}
 &:hover {
 background-color: darken(#99c793, 30%);
 &::before {
 right: 75%;
}
}
}
.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qr-img img {
    height: 130px;
}
.qr-area {
    border: 1px solid #5f5f5f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.qr-nm {
    color: #2283f6;
    font-size: 12px;
}
.qr-info {
    font-size: 12px;
    width: 50%;
}
.qr-img {
    margin: 10px 0px;
}
.atten {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 10px;
}
.atten img {
    height: 20px;
}
.qr-ttl {
    font-weight: bold;
}
.qr-num {
    background-color: rgba(0,0,0,.3);
    min-height: 52px;
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}
button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #ed1d49;
    font-size: 22px;
}
.form-max {
    position: relative;
}
button.btn-max {
    position: absolute;
    bottom: 17px;
    right: 10px;
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}
button.btn-max:hover {
    background: #c6193d;
}
.pen-top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.pen-l {
    border-right: 1px solid #5b5b5b;
    padding: 0px 10px;
}
.re-status {
    text-align: end;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.pen-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
.pen-l p {
    font-weight: bold;
    font-size: 12px;
}
.pen-time {
    font-size: 24px;
    font-weight: bold;
}
.pen-r p {
    font-weight: bold;
    font-size: 12px;
}
.pen-time small {
    font-weight: bold;
    font-size: 14px;
}
button.btn-if {
    color: #2283f6;
    padding: 0px;
    background: none;
    border: none;
}
.table-pen {
    border-top: 1px solid #5b5b5b;
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-pen table th {
    background: #505154;
    color: #fff;
    padding: 10px;
}
.table-pen table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}
.table-pen table tr:nth-child(even) {
    background: #2c2e34;
}
.table-pen table tr:nth-child(odd) {
    background: #92929266;
}
.table-pen table tr td {
    padding: 10px;
    font-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: '✘';
    position: absolute;
    font-size: 0.6rem;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.25s, opacity 0.5s;
}
.custom-input:checked ~ .custom-checkbox::after {
    opacity: 1;
    transform: scale(1);
}
.btn-del {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 15px;
}
.btn-delete {
    color: #f4ba00;
    padding: 0px;
    border: none;
    background: none;
}
.btn-delete:hover {
    color: #d7a402;
}
/*Redemption*/
.red-bg {
    background: url("../images/reward-redemption/rr-bg.png") no-repeat center top;
}
.redemp-title {
    padding-bottom: 15px;
}
.redemption-wrapper {
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 45px;
    display: flex;
}
.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}
.redemp-box {
    background: url( "../images/reward-redemption/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 312px;
    height: 226px;
    margin: 0 auto;
    padding: 13px 25px;
    position: relative;
}
.redemp-inner {
    position: relative;
    top: -40px;
}
.prize-credit {
    padding-bottom: 15px;
}
.point-text {
    line-height: 8px;
    color: #c498ff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}
.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
}
.claim-btn-wrap {
    margin-top: -30px;
}
.point-text.top {
    margin-top: -15px;
}
.prize-item {
    margin-top: -40px;
}
.prize-sub {
    font-size: 11px;
    font-weight: 600;
}
.require-text.top {
    min-height: 78px;
}
.bg-daily img {
    display: block;
    margin: 0px auto;
}
.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;/* top: -75px; */
}
.top-btn {
    display: flex;
    position: relative;
}
.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}
.subtitle-wrap {
    position: relative;
}
.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}
.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.red-txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
span.red-pnt {
    color: #edc983;
}
.pt-btn {
    font-size: 20px;
}
.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #F5E489;
    background: linear-gradient(to bottom, #F5E489 0%, #D88127 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(2px 2px 0px black);
}
.submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
    position: relative;
}
img.img-sh {
    position: absolute;
    z-index: 1;
    left: 0px;
}
img.img-sh2 {
    z-index: 2;
}
.transc-l img {
    display: block;
    margin: 0px auto;
}
.btn-live {
    display: flex;
    align-items: center;
}
.text-trs {
    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;
    background-color: transparent;
    border: 0;
}
.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;
    background-color: transparent;
    border: 0;
}
.reptnc_modal .modal_body_view h5 {
    color: #db9bfc;
}
.reptnc_modal .tnc-content {
    color: #ffffff;
    border-top: 1px solid #db9bfc;
}
.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}
.btn-clm {
    position: absolute;
    color: #dd9dfd;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 20px #8e23d6;
    font-weight: bold;
}
.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}
button.btn-dly {
    background: linear-gradient(to right, rgba(250,137,57,1) 0%, rgba(251,62,109,1) 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border: 1px solid #aa284a96;
    box-shadow: 0px 0px 20px 8px #77267d, 0px 0px 20px 0px #603d92;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 2px 0px black;
}


table.dataTable.cell-border tbody tr td:first-child{border-left:none;}
table.dataTable.cell-border tbody tr td:last-child{border-right: 1px solid #4f586e !important;}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: none !important;
    border-left: 1px solid #4f586e !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom: 1px solid #4f586e;}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}
/*special promo button*/
.promo-special-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ffffff4a;
}
.promo-btn,
.refer-btn{
    background: transparent linear-gradient(90deg, #7a4aff 0%, #6a71f7 100%) 0% 0% no-repeat padding-box;
    padding:10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.promo-btn img,
.refer-btn img{
    width: 30px;
    display:block;
    margin-right: 5px;
}
@media (max-width: 999px) {
header:after {
    content: '';
    background-image: url(../images/header/shape.png);
    position: absolute;
    width: 304px;
    height: 78px;
    left: 0;
    top: 0;
    background-size: contain;
    pointer-events: none;
    background-repeat: no-repeat;
    display: none;
}
header {
    padding-left: 10px;
    padding-right: 10px;
}
.header_hamburger {
    display: none;
}
.intro_promo {
    background-color: #171f2b;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 5px;
    padding: 10px;
    grid-gap: 10px;
}
body.body_main_wrap {
    padding-left: 0;
    /* padding-top: 64px; */
    transition: padding .1s ease-in-out;
}
body.body_main_wrap.body_main_container {
    padding-left: 0;
    transition: padding .1s ease-in-out;
}
.intro_img {
    display: none;
}
.desktop_footer {
    display: none;
}
.mobile_footer {
    display: block;
}
.footer-menu {
    display: block;
}
.mobile_dropdown {
    display: flex;
}
.tab_search {
    display: none;
}
.tab_wrapper_inn {
    flex-flow: column;
    display: flex;
    width: 100%;
}
.filter-button {
    width: 100%;
    text-align: left;
    padding: 10px;
}
.tab_wrapper {
    display: none;
    border: 1px solid #FFFFFF45;
}
.modal_body_share_left {
    display: none;
}
.modal_body_right {
    width: 100%;
}
.inn_product_wrap {
    display: grid;
    grid-gap: 20px;
    margin: 10px 0 0 0;
    flex-flow: wrap;
    grid-template-columns: repeat(3, 1fr);
}
.content_header_txt {
    color: #55657e;
    max-width: 400px;
    font-size: 11px;
    line-height: 1.3;
    margin: auto;
    position: absolute;
    bottom: -2px;
    font-weight: 500;
}
.mobile_promo {
    display: block;
}
.desktop_promo {
    /* display: none; */
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
} 
.desktop_promo::-webkit-scrollbar {
    display: none;
  }
/* .promo_filter_wrap {
    display: none;
} */
.filt-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin: 30px 0;
}
.contact_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.afterlogin_inn_wrap {
    display: grid;
    grid-template-columns: minmax(260px, 1fr);
    gap: 0;
}
.head_afterlogin_custom {
    display: none;
}
.deposit_bank_choose_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3px 0px;
    margin-top: 25px;
}
.afterlogin_inn_wrap_faqbody {
    display: none;
}
.head_afterlogin_custom_mobile {
    display: flex;
    gap: 0px;
}
.header_web_show {
    display: none;
}
.header_mobile_show {
    display: block;
}
.footer_pay {
    display: block;
}
.afterlogin_dep_body {
    background-color: #24262b;
    padding: 1.25rem;
}
.afterlogin_dep_head {
    background-color: #2c2e34;
    padding: 0.7rem 1.25rem;
}
.head_bal {
    font-size: 24px;
    font-weight: 700;
}
.select_form_history {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: end;
    grid-gap: 0;
}
.select_form_history .submit_btn_wrap_with {
    margin-top: 0;
}
.history_table_wrap.history_table_wrap_inbox {
    background-color: #24262b;
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
}
.profile_userimg_wrap {
    background-color: #24262b00;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 16px;
    display: grid;
    padding-left: 0;
    grid-gap: 10px;
    justify-content: center;
}
.profile_userimg {
    text-align: center;
}
.profile_content_wrap {
    padding: 1.5rem;
    background-color: #24262b;
    border-radius: 16px;
    margin-top: 1.2rem;
}
.profile_navimenu {
    display: block;
}
button.logout {
    background-color: transparent;
    height: 52px;
    border-radius: 10px;
    border: 1px solid #ed474b;
    color: #ed474b;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.logout svg {
    color: #ed474b;
    margin-left: 10px;
    font-size: 20px;
}
.header_btn_dep.m-dp {
    flex-direction: column;
    background: none;
    font-size: 12px;
    padding: 0px;
    gap: 5px;
    align-items: baseline;
}
.m-dp .btn_dep {
    padding: 2px 5px;
    border-radius: 5px;
    display: flex;
    min-width: 65px;
    gap: 5px;
}
.login_btn_container {
    gap: 0px;
}
.reg-list ul {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}
.m-show {
    display: block;
}
a.btn-bln {
    line-height: 14px;
    padding: 2px;
    font-size: 12px;
    border-radius: 7px;
    display: flex;
}
.point-wrap {
    flex-direction: column;
    gap: 10px;
}
.tab-pay ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.tab-pay ul a {
    padding: 10px 0px !important;
    font-size: 13px;
}
.amt-qr {
    flex-direction: column;
    margin-top: 10px;
}
.qr-info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.nm-qr {
    font-size: 12px;
}
.pen-top {
    flex-direction: column;
}
.m-hide {
    display: none;
}
.vip-non {
    height: 160px;
}
.vip-1 img {
    height: 140px;
}
h3.vip-ttl {
    font-size: 7.3vw;
    padding: 0px 0px;
}
.lvl-lv ul {
    font-size: 12px;
}
.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: #37393f;
    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%;
}
table.vip_table tr td {
    padding: 7px;
    font-size: 10px;
}
.daily-bg ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
.daily-bg ul li a img {
    display: block;
    margin: 0px auto;
}
.modal-congrat h5 {
    font-size: 30px;
}
.daily_modal .close {
    top: -35px;
    background-color: transparent;
    border: 0;
}
.mission-bg ul {
    grid-template-columns: repeat(3, 1fr);
}
.wheel_product.wheel-wrap {
    min-height: 500px;
}
.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;
}
.vip_title_b {
    font-size: 14px;
}
.transc-l {
    width: 100px;
    border-radius: 10px;
    height: 100px;
}
.transcation-wp {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.transc-r {
    width: 100%;
    padding: 10px;
}
.transc-content {
    max-width: 100%;
    width: 60%;
    font-size: 12px;
}
.point-wrp {
    flex-direction: column;
}
.point-btm ul {
    flex-direction: column;
    align-items: center;
}
.tab_wrapper-slots {
    display: none;
}
.mobile_dropdown-slots {
    display: flex;
}
.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%;
}
.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;
}
.form_wrap.btn-jn {
    left: 0px;
    right: 0;
    margin: auto;
    margin-top: 20px;
}
.reg-box {
    min-height: auto;
}
.profile_navimenu_inn {
    grid-template-columns: repeat(2, 1fr);
}
.my-inbox {
    right: 30px;
}
.vip-ico img {
    height: 22px;
}
.history-play-to-earn button {
    font-size: 12px;
}
.dataTables_length label {
    width: 100%;
    max-width: 100%;
}
.daily_wrap_img img {
    width: 100%;
}
.transaction_title_box {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 25px;
}
.transaction_container {
    margin-bottom: 0;
    padding: 10px 10px 36px;
}
.wrap-live {
    width: 100%;
}
.intro_promo_inn span {
    font-size: 2vw;
}
.slot-wrap .filter-button {
    justify-content: flex-start;
}
.btn-bfr {
    bottom: 10%;
}
}

@media (max-width: 680px) {
.transaction_title_box {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 25px;
}
}

@media (max-width: 600px) {
.filt-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin: 30px 0;
}
.contact_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.m-hide {
    display: none;
}
.daily-bg ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}
.mission-bg ul {
    grid-template-columns: repeat(2, 1fr);
}
.play2earn-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.p2e-amount {
    grid-template-columns: repeat(1, 1fr);
}
.wheel_product.wheel-wrap {
    height: 215px;
    width: 100%;
    margin: 0px auto;
    min-height: 215px;
}
.wheel-all ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.redemption-wrapper {
    display: flex;
    flex-direction: column;
    gap: 86px;
}
.rep_modal img.img-wrap {
    position: relative;
}
.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 45px;
    font-size: 14px;
}
.rep_modal .image-wrap {
    height: auto;
}
.rep_modal .modal-congrat h5 {
    font-size: 18px;
}
.rep_modal .close {
    right: 0px;
    background-color: transparent;
    border: 0;
}
button.submit-btn {
    display: block;
    margin: 0px auto;
}
.rep_modal  .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}
.intro_promo {
    grid-template-columns: repeat(2, 1fr);
}
.intro_promo_inn span {
    font-size: 3vw;
}
	.downloadbody{display: flex;}
	.downloadbox{width:50%;}
}

@media (max-width: 768px) {
.carousel.desktop {
    display: none;
}
.carousel.mobile {
    display: block;
}
}

@media (max-width: 400px) {
.intro_promo {
    grid-template-columns: repeat(1, 1fr);
}
.intro_promo_inn span {
    font-size: 7vw;
}
}

.modal .table-responsive {
    border: 0;
}

/*table default*/
.modal table{
    --bs-table-bg:transparent;
    border-radius: 10px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    table-layout: auto;
    border:0 !important;
}
.modal table thead{
    background-color:var(--table-bg);
    color: var(--table-text);
}
.modal table thead th{
    padding: 10px 15px;
    /* background-color:rgba(0,0,0,0.05); */
}
.modal table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.modal table tbody td{
    padding: 7px 15px;
    background-color:#FFFFFF1A;
}
.modal table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
.modal table>:not(caption)>*>*{
    width: 1%;
}

/* referral */
.referral-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.referral-item {
    margin-bottom: 16px;
}
.referral-item h1 {
    color: var(--color-theme);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.referral-item h1 span {
    color: var(--black);
    font-size: 20px;
    padding: 0 8px;
}
.referral-item h2 {
    color: var(--color-theme);
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.referral-item h2 span {
    color: var(--black);
    text-transform: uppercase;
}
.referral-item p {
    color: var(--black2);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.referral-benefit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    padding-top: 30px;
    position: relative;
}
.referred-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid var(--color-theme);
    color: var(--color-theme);
    background: var(--bgcolor-box);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.benefit-item {
    background: var(--bgcolor-box);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow-box);
    position: relative;
}
.benefit-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.benefit-icon img {
    height: 60px;
}
.benefit-cash {
    padding-top: 30px;
}
.benefit-cash h6 {
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.benefit-cash h4 { 
    text-align: center;
    color: var(--color-theme);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.glow-line {
    height: 2px;
    width: 75%;
    margin: 16px auto;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, var(--color-theme) 50%, #FFFFFF00 100%);
}
.benefit-item p {
    color: var(--black);
    margin-bottom: 0;
}
.referral-step {
    padding: 16px 0;
}
.step-item {
    margin-bottom: 20px;
}
.step-item:last-child {
    margin-bottom: 0;
}
.step-wrap {
    color: var(--color-theme);
    display: flex;
    align-items: center;
    padding: 0 28px;
    margin-bottom: 6px;
}
.step-wrap img {
    height: 30px;
}
.step-wrap span {
    font-weight: 700;
}
.step-wrap span.dot {
    padding: 0 10px;
    font-size: 20px;
}
.referral-step p {
    color: var(--black);
    font-weight: 500;
    text-align: start;
    padding: 0 10px;
}
.referral-share {
    background: var(--bgcolor-box2);
    box-shadow: var(--shadow-box);
    border-radius: 16px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 12px;
    background-image: var(--bg-img);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.referral-share img {
    position: absolute;
}
.referral-share img.earn-bg {
    border-radius: 16px 16px 0 0;
}
.referral-share img.earn-arrow {
    left: 10px;
    top: -14px;
}
.referral-share img.earn-rocket {
    right: 10px;
    top: -20px;
}
.referral-share img.earn-arrow,
.referral-share img.earn-rocket {
    height: 50px;
}
.share-earn {
    padding: 32px 16px;
    z-index: 1;
    position: relative;
    border-radius: 16px;
}
.share-earn p {
    color: var(--black);
}
.btn-earn {
    background: var(--color-theme);
    border-radius: 5px;
    color: var(--white);
    padding: 7px 12px;
    box-shadow: inset -2px -2px 4px -1px #00000080;
}
.referral-wrap button.btn-tnc {
    background: var(--bgcolor-box);
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    padding: 7px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
	text-align: center;
}
.referral-wrap button.btn-tnc::after {
	display: none;
}
.referral-news {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}
.referral-news svg,
.referral-news i {
    color: var(--color-theme);
    font-size: 22px;
}
.referral-news p {
    font-weight: 500;
    padding-left: 8px;
}
.referral-copy {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-theme);
    margin-bottom: 16px;
}
.copy-info h6 {
    color: var(--color-theme);
    font-weight: 700;
    text-transform: uppercase;
}
.copy-info p {
    text-align: start;
}
.btn-copy .btn-tnc {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
}
.referral-summary {
    background: var(--bg-color);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow-box);
}
.referral-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.referral-head p {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-theme);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.referral-head p span {
    color: var(--black);
    padding-left: 4px;
    text-transform: capitalize;
}
.referral-head img {
    height: 35px;
}
.referral-body p {
    color: var(--color-theme);
    text-align: start;
    font-weight: 500;
}
.referral-row {
    color: var(--black2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    border-bottom: 1px solid var(--color-theme);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.referral-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.referral-summary.record .referral-row {
    border-bottom: 0;
    margin-bottom: 0;
}
#tnc-referral .modal-dialog {
    height: initial;
}
#tnc-referral .modal-header,
#tnc-referral .modal-body {
    background: var(--bg-modal);
}
#tnc-referral .modal-body {
    margin: 0;
    padding: 16px;
    border-radius: 0 0 10px 10px;
}
#tnc-referral .modal-header .btn-close {
    color: var(--color-theme);
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tnc-referral .modal-content {
    background-color: var(--bg-modal);
    box-shadow: 2px 5px 16px 0 var(--black3);
	border-radius: 10px;
}
.tnc-referral {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-tnc);
}
.tnc-referral h6 {
    font-weight: 700;
    font-size: 14px;
	color: var(--black2);
}
.tnc-referral ol {
    padding-left: 16px;
}
.tnc-referral ol > li {
    list-style: decimal;
    margin-bottom: 10px;
    padding-left: 8px;
}
.tnc-referral ul {
    padding-left: 16px;
}
.tnc-referral ul > li {
    list-style: disc;
    margin-bottom: 10px;
}
ul.dash {
    padding-left: 16px;
}
ul.dash > li {
    list-style: none; 
    margin-bottom: 2px;
}

ul.dash > li::before {
    content: "-";
    margin-right: 8px;
    margin-left: -12px;
}

@media (min-width: 768px) {
    .referral-item h1 {
        font-size: 26px;
    }
    .benefit-cash h4,
    .referral-item h1 span {
        font-size: 24px;
    }
    .referral-item h2 {
        font-size: 22px;
    }
    .tnc-referral h6 {
        font-size: 20px;
    }
    .step-wrap span,
    .benefit-cash h6 {
        font-size: 16px;
    }
    .referral-item p {
        font-size: 14px;
    }
    .tnc-referral {
        font-size: 13px;
    }
    .referral-benefit {
        padding-top: 50px;
    }
    .benefit-icon {
        top: -50px;
    }
    .benefit-icon img {
        height: 80px;
    }
    .glow-line {
        width: 60%;
    }
    .referral-share img.earn-arrow, 
    .referral-share img.earn-rocket {
        height: 70px;
    }
	.referral-share img.earn-arrow {
        top: -18px;
    }
    .referral-share img.earn-rocket {
        top: -30px;
    }
    #tnc-referral .modal-dialog {
        margin: 28px auto;
    }
    #tnc-referral .modal-header {
        height: inherit;
        border-radius: 10px 10px 0 0;
    }
    #tnc-referral .modal-body {
        padding: 0 32px 16px;
    }
}

@media (min-width: 992px) {
    #tnc-referral .modal-dialog {
        max-width: 800px;
    }
}

/* leaderboard */
.leaderboard-wrap {
    margin: 0 -12px;
}
.leaderboard-banner {
    position: relative;
}
.leaderboard-trophy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text h6 {
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 4px;
}
.banner-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-theme);
    margin-bottom: 4px;
}
.banner-text p {
    font-size: 8px;
    margin-bottom: 4px;
	color: #FFFFFF !important;
}
.banner-text p:last-child {
    margin-bottom: 0;
}
.banner-text p.small {
    font-size: 6px;
	white-space: nowrap;
}
.leaderboard-info {
    padding: 16px 0;
}
.leaderboard-info h3 {
    color: var(--color-theme) !important;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.leaderboard-info > p {
    font-size: 10px;
    font-weight: 500;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: var(--black2);
}
.leaderboard-reward {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 16px;
}
@media (max-width: 360px) {
    .leaderboard-reward {
        grid-template-columns: 1fr;
    }
}
.leaderboard-item {
    display: flex;
    box-shadow: 0 16px 35px 0 var(--shadow-box2);
    background: var(--bgcolor-box2);
    background-image: var(--bg-leaderboard);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
}
.reward-detail {
    width: 75%;
    padding: 16px 12px;
	z-index: 1;
}
.reward-detail h4 {
    color: var(--color-theme);
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
}
.reward-detail h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-theme);
    height: 1px;
    width: 50%;
}
.reward-detail p {
    font-size: 8px;
    font-weight: 500;
    text-align: start;
    color: var(--black2);
}
.reward-icon {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}
.reward-icon img {
    height: 80px;
}
a.leaderboard-more,
a.leaderboard-more:hover,
a.leaderboard-more:focus {
    color: var(--color-theme);
}
a.leaderboard-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.tournament-wrap h3 {
    color: var(--color-theme);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.tornament-head {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    padding: 0 12px;
    font-size: 12px;
}
.tornament-head .form-select {
    font-size: 12px;
    border-color: var(--black2);
    padding: 4px 12px;
	background-image: var(--bgform-select) !important;
}
.tornament-head .form-select:focus {
    box-shadow: none;
}
.tournament-term {
    background: var(--color-theme);
    color: var(--white);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.tornament-body  {
    margin-top: 16px;
}
.tournament-ranking {
    font-size: 12px;
}
.icon-top3 img {
    height: 30px;
	max-width: inherit;
}
.icon-rank {
    background: var(--color-theme);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 10px;
    cursor: pointer;
}
.tournament-ranking table {
    font-size: 10px;
    font-weight: 500;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.tournament-ranking table tr {
    border-bottom: 1px solid var(--border-line);
}
.tournament-ranking table th {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black2);
    background-color: transparent;
    white-space: nowrap;
    border-bottom: 0;
}
.tournament-ranking table td {
    color: var(--black2);
    font-weight: 500;
    vertical-align: middle;
    background-color: transparent;
}
.tournament-ranking .table>:not(caption)>*>* {
    padding: 4px 8px;
}
.tournament-ranking table tr th:first-child,
.tournament-ranking table tr td:first-child {
    text-align: center;
}
.icon-prize img {
    height: 24px;
	max-width: inherit;
}
.tournament-ranking table tbody tr:nth-child(n+4) .icon-prize img {
    filter: grayscale(100%);
}
.tournament-ranking table tbody tr:first-child,
.tournament-ranking table tbody tr:nth-child(2),
.tournament-ranking table tbody tr:nth-child(3) {
    background: var(--bg-rank);
}
.tournament-ranking table tbody tr:first-child td,
.tournament-ranking table tbody tr:nth-child(2) td,
.tournament-ranking table tbody tr:nth-child(3) td {
    color: var(--white);
}
.tournament-ranking table tbody tr:first-child td:first-child,
.tournament-ranking table tbody tr:nth-child(2) td:first-child,
.tournament-ranking table tbody tr:nth-child(3) td:first-child {
    border-radius: 10px 0 0 10px;
}
.tournament-ranking table tbody tr:first-child td:last-child,
.tournament-ranking table tbody tr:nth-child(2) td:last-child,
.tournament-ranking table tbody tr:nth-child(3) td:last-child {
    border-radius: 0 10px 10px 0;
}
.prize-wrap {
    text-align: center;
    color: var(--color-theme);
}
.prize-wrap h5 {
    margin-top: 16px;
    font-weight: 700;
}
.prize-wrap p {
    font-weight: 500;
    margin-bottom: 0;
}
.modal-tournament .modal-header .btn-close {
    color: var(--color-theme);
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-tournament .modal-content {
    background-color: var(--bg-modal);
    box-shadow: 2px 5px 16px 0 var(--black3);
	border-radius: 10px;
}
.tnc-tournament {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-tnc);
}
.tnc-tournament h6 {
    font-weight: 700;
    font-size: 14px;
	color: var(--black2);
}
.tnc-tournament ol {
    padding-left: 16px;
}
.tnc-tournament ol > li {
    list-style: decimal;
    margin-bottom: 10px;
    padding-left: 8px;
}

@media (min-width: 768px) {
	.leaderboard-wrap {
		margin: 0 auto;
		max-width: 800px;
	}
    .banner-text {
        padding-left: 24px;
    }
    .banner-text h1 {
        font-size: 36px;
        margin-bottom: 8px;
    }
	.tnc-tournament h6 {
		font-size: 20px;
	}
    .banner-text h6 {
        font-size: 22px;
    }
    .prize-wrap p {
        font-size: 16px;
    }
    .banner-text p,
    .reward-detail p {
        font-size: 14px;
    }
	.tnc-tournament {
        font-size: 13px;
    }
    .banner-text p span {
        display: block;
    }
    .banner-text p.small {
        font-size: 10px;
    }
    .leaderboard-info {
        padding: 32px 0;
    }
    .leaderboard-info h3,
    .tournament-wrap h3 {
        font-size: 26px;
    }
    .leaderboard-info > p {
        font-size: 14px;
        width: 75%;
    }
    .leaderboard-reward {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 24px;
    }
    .reward-detail h4 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 12px;
		width: 85%;
    }
    .reward-detail {
        width: 63%;
        padding: 20px;
    }
    .reward-icon {
        right: 32px
    }
    .reward-icon img {
        height: 140px;
    }
    a.leaderboard-more {
        margin-top: 16px;
        font-size: 14px;
    }
    .tornament-head {
        font-size: 16px;
        margin-top: 16px;
        padding: 0 20px;
    }
    .tornament-head .form-select {
        padding: 6px 12px;
        font-size: 16px;
    }
    .tournament-ranking table {
        font-size: 14px;
    }
    .tournament-ranking .table>:not(caption)>*>* {
        padding: 8px 8px;
    }
    .icon-top3 img {
        height: 40px;
    }
    .icon-rank {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .icon-prize img {
        height: 36px;
    }
}

@media (min-width: 992px) {
    #tournament-tnc .modal-dialog {
        max-width: 800px;
    }
	.reward-detail h4 {
		width: 80%;
    }
	.modal-tournament .modal-body {
		padding: 0 32px 16px;
	}
}

/*lang temp css*/
.anncon .tab-content h1,
.anncon .tab-content h2,
.anncon .tab-content h3,
.anncon .tab-content h4,
.anncon .tab-content h5,
.anncon .tab-content p {
    word-break: break-all;  
}

/* mobile footer */
.footer-in ul li {
    width: 20%;
}

/* header login text */
@media (max-width: 355px) {
    .ESP .btn_container,
    .RUS .btn_container {
        padding-left: 6px;
        padding-right: 6px;
        margin: 0;
    }
}

/* leaderboard campaign modal */
.modal-tournament-campaign .modal-header .btn-close {
    color: var(--color-theme);
    background: none;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-tournament-campaign .modal-content {
    background-color: var(--bg-modal);
    box-shadow: 2px 5px 16px 0 var(--black3);
	border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
}
.campaign-tournament {
    font-size: 14px;
    font-weight: 500;
    color: var(--black2);
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 16px 35px 0 var(--shadow-box2);
    background: var(--bgcolor-box);
    background-image: var(--bg-leaderboard);
    background-size: cover;
    padding: 15px;
}
.campaign-tournament:last-child {
    margin-bottom: 0;
}
.campaign-tournament h1 {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: bold;
    color: var(--color-theme);
    margin: 15px 0;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.campaign-tournament h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-theme);
    height: 1px;
    width: 50%;
}
.tournament-info {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tournament-info h6 {
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    position: relative;
    padding-right: 5px;
    margin: 0;
}
.tournament-info h6:after {
    content: ":";
    float: right;
}
.tournament-info p {
    margin: 0;
    text-align: left;
    width: 50%;
    padding-left: 5px;
}
.tournament-term {
    cursor: pointer;
}
.modal-tournament-campaign .modal-dialog {
    max-width: 600px;
}
@media (min-width: 992px) {
    .modal-tournament-campaign .modal-body {
        padding: 0 32px 16px;
    }
}

/* vietnamese, malay & nepali issues */
.promo-btn, .refer-btn {
    text-align: start;
}
.logo-text {
    text-wrap: inherit !important;
    line-height: 1;
}
.ann-title {
    white-space: nowrap;
}
@media (max-width: 999px) {
    header {
        height: inherit;
        padding: 12px 10px;
    }
}
#modal-partner .btn-close {
    top: 0;
    right: 0;
}

/* recommended payment method */
.recommend-wrap {
    position: relative;
}
.recommend-tag {
    position: absolute;
    top:-5px;
    right: -5px;
    width: 30px;
}

@media (min-width: 680px) {
    .recommend-tag {
        right: 15px;
    }
}

/* free game */
.fg-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--fg-border);
}
.fg-info-wrapper .balance-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.fg-info-wrapper .balance-group{
    background: var(--fg-bg2);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    flex:1;
    gap: 10px;
}
.fg-info-wrapper .balance-group .b-title{
    font-size: 14px;
    color: var(--fg-primary-text);
    display: block;
}
.fg-info-wrapper .balance-group .ammount{
    font-size: 16px;
    font-weight: 900;
    color: var(--fg-theme-color);
    display: block;
}
.fg-input-wrapper{
    flex: 1;
    background-color: var(--fg-bg-body);
    padding: 6px 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--fg-border2);
    border-right: 0;
}
.fg-input-wrapper input{
    width: 100%;
    font-size: 16px;
    background: var(--fg-bg-body);
    border: 0;
    color: var(--fg-text);
}
.fg-input-wrapper input:focus {
    outline: 0;
    color: var(--fg-text);
}
.fg-info-wrapper .fg-right{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fg-info-wrapper .fg-right .fg-right-wrapper{
    display: flex;
    width: 100%;
}
.fg-info-wrapper .fg-right .submit-btn{
    background: var(--fg-primary-btn);
    border: var(--fg-primary-btn) 1px solid;
    color: var(--fg-text2);
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
}
.fg-info-wrapper .msg-group{
    text-align: left;
    justify-content: flex-start;
    align-items: normal;
    flex: 1;
    white-space: nowrap;
    background: var(--fg-bg2);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 4px;
}
.fg-info-wrapper .msg-group .m-text{
    border-bottom: 1px solid var(--fg-bottom-line);
    padding: 5px;
    display: block;
    color: var(--fg-primary-text);
    font-size: 14px;
}
.fg-info-wrapper .msg-group .m-text:last-child{
    border: 0;
}
.fg-info-wrapper .currency{
    font-weight: bold;
    color: var(--fg-primary-text);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--fg-bottom-line);
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
}
@media (min-width: 1200px) {
    .fg-info-wrapper{
        flex-direction: row;
        justify-content: space-between;
        background: var(--fg-bg);
        border-bottom: 0;
        margin-bottom: 0;
        border-radius: 10px;
        padding: 10px;
    }
    .fg-info-wrapper .msg-group{
        margin-bottom: 0;
        background: transparent;
        padding: 0 10px;
    }
    .fg-info-wrapper .balance-group {
        border: 1px solid var(--fg-border2);
        background: transparent;
    }
}

@media (min-width: 1000px) {
    .tab_wrapper_inn_mobile .dropdown-wrapper .detect_id_tab .tab_wrapper {
        display: flex;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .tab_wrapper_inn {
        display: flex;
    }
    .tab_wrapper_inn .filter-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 6px;
    }
    .tab_wrapper_inn .filter-button:last-child {
        margin-right: 0;
    }
    .tab_wrapper_inn .filter-button img {
        margin-right: 0;
    }
}
@media (min-width: 1000px) { 
    .tab_wrapper,
    .search-wrapper {
        height: inherit !important;
    }
}
@media (min-width: 1200px) { 
    .search-wrapper {
        margin-bottom: 0 !important;
    }
    .tab_wrapper_inn_mobile {
        flex-wrap: inherit !important;
        justify-content: inherit !important;
        align-items: inherit !important;
        display: block !important;
    }
    .search-wrapper {
        max-width: inherit !important;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}
@media (min-width: 1920px) { 
    .tab_wrapper_inn_mobile {
        display: flex !important;
    }
    .search-wrapper {
        align-items: center;
        padding: 0 8px 0 !important;
    }
    .detect_id_tab {
        margin-bottom: 0 !important;
    }
    .tab_wrapper_inn_mobile .dropdown-wrapper .detect_id_tab .tab_wrapper {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .search-wrapper {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/*VIP rebate*/
.rebate-rate-wrapper{
    border: 1px solid var(--vip-border);
    border-radius: 8px;
}
.rebate-rate-wrapper .vip-benefit{
    margin-bottom: 0;
    border:0;
    border-radius: 0;
    border-bottom: 1px solid var(--vip-border);
    background-image: var(--vip-bootstrap-arrow);
    background-position-x: calc(100% - 12px), calc(100% - 12px);
    background-position-y: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 16px 12px, 16px 12px;
}
.rebate-rate-wrapper .vip-benefit.collapsed{
    border-bottom: 0;
}
.rebate-rate-wrapper .rebate-info-wrapper{
    padding: 10px;
}
.rebate-rate-wrapper .rebate-info-row{
    display: flex;
    background-color: var(--form-trans-bg);
    border-radius: 10px;
    align-items: center;
    margin-bottom: 5px;
}
.rebate-rate-wrapper .rebate-info-row:first-child{
    background-color: transparent;
}
.rebate-rate-wrapper .rebate-info-row:last-child{
    margin-bottom: 0px;
}
.rebate-rate-wrapper .rebate-info-row:first-child .rebate-info-col{
    font-size:clamp(12px, 3vw, 14px);
    line-height: 1;
    font-weight:normal;
    border-right:0;
}
.rebate-rate-wrapper .rebate-info-col{
    flex: 1;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    border-right: 1px solid var(--vip-border);
}
.rebate-rate-wrapper .rebate-info-col:first-child{
    background-color: var(--vip-bg-rank);
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    justify-content:center;
    border-right:0;
}
.rebate-rate-wrapper .rebate-info-col:last-child{
    border-right:0;
}
.rebate-rate-wrapper .rebate-info-col .provider-logo{
    height: 100%;
    max-height: 60px;
    width: auto;
}

/*reward more info*/
.af-box .more-info-btn{
    font-size: 22px;
    padding: 10px;
    color:var(--rchat-theme-color);
    cursor: pointer;
}
#modal-inbox .modal-content{
    background-color: var(--rchat-bg);
}
#modal-inbox .modal-footer{
    border-top:1px solid var(--rchat-border);
}
#modal-inbox .inbox-title{
    margin-top: 16px;
    margin-bottom: 16px;
}
.more-info-btn-close{
    background-color: var(--rchat-theme-color);
    color: var(--rchat-text-w);
    margin: 0 5px 0 0;
    display: flex;
    flex-grow: initial;
    border-radius: 5px;
    align-items: center;
    padding: 5px 10px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
    border: none;
    box-shadow: none;
    -webkit-apperance:none;
}
.formula-wrapper{
    border-radius: 10px;
    border:1px solid var(--rchat-border);
    padding: 16px;
}
.formula-wrapper h4{
    font-size: 16px;
    font-weight: 600;
}
.formula-wrapper .box{
    background-color: var(--rchat-date-bg);
    padding: 10px;
    border-radius: 10px;
}
.example-wrapper .box{
    padding: 3px 10px;
    opacity: 0.6;
}
.example-wrapper{
    margin-top: 30px;
}
.box-result{
    margin-top: 15px;
    padding-bottom: 10px;
}

#modal-inbox .modal-content {
    font-size: 14px;
    box-shadow: 1px 2px 8px 0 var(--black3);
}
.formula-wrapper .box,
.example-wrapper .box {
    height: inherit;
    width: inherit;
}
.example-wrapper .box {
    background-color: transparent;
    display: block;
}