@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
 body {
     font-family: "Montserrat", sans-serif;
     line-height:1.6;
     font-size:15px;
     margin:0 auto;
     color:#ffffff;
     background-color: #213744;
}
select:focus-visible {
    outline: unset;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f114;
}
 
::-webkit-scrollbar-thumb {
  background: #d7d7d73d;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}



 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;
}
button{cursor: pointer !important;}
.all-container {
    margin: auto;
    max-width: 1600px;
    padding-top: 30px;
}
 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: 1200px;
}
 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;
}
 header{
     background-color: #1a2c38;
     height: 64px;
     position: fixed;
     top: 0;
     left: 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-left: 12%;
     padding-right: 24px;
     z-index: 104;
     width: 100%;
}
 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;
}
 .header_left{
     display: flex;
     align-items: center;
     z-index: 1;
}
 .logo_desktop{
     display: flex;
     align-items: center;
     grid-gap: 15px;
     /* margin-top: 20px; */
     margin-bottom: 0;
     background: #172025;
     padding: 7px 15px;
     align-items: center;
}
 .header_hamburger{
     background-color: transparent;
     border: none;
     width: 48px;
     /* position: absolute; */
     right: -21px;
     top: 13px;
}
body.body_main_wrap.body_main_container .header_hamburger {
    background-color: transparent;
    border: none;
    width: 48px;
    position: relative;
    right: 0px;
    top: auto;
    color: #5b6268;
    font-size: 24px;
    height: 50px;
}

body.body_main_wrap .header_hamburger {
    background-color: #172025;
    border: none;
    width: 62px;
    position: absolute;
    right: 0px;
    height: 64px;
    /* font-size: 24px; */
    color: #5c6369;
    top: 0px;
}
body.body_main_wrap ul.side_menu_content {
    padding-top: 55px;
}
body.body_main_wrap.body_main_container ul.side_menu_content {
    padding: 0px;
}
ul.side_menu_content.mobile-top {
    padding-top: 10px !important;
}
 .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;
}
 .btn_container{
     border-radius: 5px;
     font-size: 12px;
     padding: 10px 22px;
     color: #fff;
     font-weight: 600;
     border: none;
     margin: 0 5px;
}
 .btn_log{
     background: none;
}
 .btn_reg{
     background-color: #5c00d3;
}
 .header_right{
     display: flex;
     align-items: center;
     width: 100%;
     justify-content: flex-end;
}
 .chat_btn{
     background-color: transparent;
     border: none;
     margin-left: 20px;
}
/*index*/
 .main_wrapper{
}
 .intro{
     display: flex;
     align-items: center;
     position: relative;
     min-height: 308px;
}
 .intro_inner{
     margin-top: 0;
     z-index: 1;
     max-width: 550px;
}
 .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;
}
.code {
    max-width: 102px;
    overflow: hidden;
}
.verification-code img {
    height: 50px;
}
.verification-code {
    padding-right: 0 !important;
    overflow: hidden;
}
.otp-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.reg_form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #5c00d3;
    margin-bottom: 10px;
    /* filter: hue-rotate(270deg) brightness(2.5); */
}

.reg_form p {
    text-align: center;
    color: #c3c3c3;
    font-size: 12px;
}

/*leftmenu*/
 .left_menu_container_wrap{
     position: fixed;
     z-index: 104;
     left: 0;
     top: 0;
     bottom: 0;
     width: 232px;
     background-color: #1a2c38;
     padding-top: 0;
     transition: transform 0.1s ease-in-out;
     transform: translateX(0%);
}
 .left_menu_container_wrap.close_menu_container{
     transform: translateX(-73%);
}
 .left_menu_container{
     height: 100%;
     overflow-x: hidden;
     overflow-y: auto;
}
 .left_menu_container_inner{
     padding: 0;
}
 .left_menu_container_inner_wrap{
     /* padding: 15px; */
     /* padding-top: 22px; */
}
.left_menu_container_inner_icon .left_menu_container_inner_wrap {
    /* padding: 0; */
}
 .left_container_bonus{
     display: grid;
     grid-template-columns: repeat(2, 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_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: 11px;
}
 .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-bottom: 1px solid #4b4a5e;
     */
     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;
     margin: 15px;
     background-color: #213744;
     border-radius: 5px;
     box-shadow: 0px 0px 8px #0000001a;
     margin-bottom: 0px;
}
 .side_menu_content li a{
     display: flex;
     align-items: center;
     padding: 10px 15px;
     color: #ffffff;
     font-weight: 500;
     font-size: 13px;
     /* text-transform: uppercase; */
     /* background-color: #213744; */
     /* border-bottom: 2px solid #161616; */
     gap: 10px;
}
 .side_menu_content li a:hover{
     color: #fff;
}
.side_menu_content li a:hover, .side_menu_content li a.active {
    background: #5c00d3;
}
 .side_menu_content li a img{
     width: 15px;
     /* margin-right: 6px; */
     margin-left: inherit;
     filter: brightness(0) invert(1);
     border-radius: 8px;
}
 .chat_ser{
     font-weight: 500;
     display: flex;
     align-items: center;
     padding: 2px 10px;
     color: #ffffff;
     margin: 20px 0 10px 0;
     background-color: #1c2532;
     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{
     background-color: #1c2532;
     border: none;
     border-radius: 10px;
     display: flex;
     align-items: center;
     padding-left: 19px;
}
 .btn_dropup_lang button img{
     margin-right: 12px;
}
 .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: block;
     width: 100%;
     background-color: #1c2532;
}
 .btn_dropup_lang .dropdown-menu a{
     color: #fff;
     padding: 5px 17px;
     display: block;
}
.btn_dropup_lang .dropdown-menu a:hover{
    background-color: #213744;
}

 .btn_dropup_lang .btn-secondary:focus {
     box-shadow: unset;
}
 .sidebar_contact{
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     text-align: center;
     margin: 20px 0;
     grid-gap: 10px;
}
 .sidebar_contact a{
     display: block;
}
 .sidebar_contact a i{
     color: #55657e;
     font-size: 19px;
}
 .tab-content {
     display: none;
}
 .tab-content.active {
     display: block;
}
 .filter-button {
     cursor: pointer;
     padding: 4px 11px;
     background: none;
     border: none;
     color: #93acd3;
     font-weight: 500;
     border-radius: 10px;
     font-size: 13px;
}
 .filter-button.active,.filter-button:hover {
     background-color: #5d00d3;
     color: #fff;
}
 .filter-button img{
     width: 28px;
     margin-right: 5px;
}
 .tabs_product{
     margin: 20px 0;
}
 .tab_wrapper{
     display: flex;
     align-items: center;
     background-color: #182933;
     border-radius: 10px;
     padding: 10px;
     justify-content: space-between;
}
 .tab_wrapper_inn{
}
 .searchinput{
     background-color: #182933;
     border: 1px solid #5c00d3;
     border-radius: 10px;
     padding: 4px 10px;
}
 .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: #182933;
     padding: 6px 13px;
     border-radius: 8px;
     color: #93acd3;
}
 .slider_title{
     color: #93acd3;
     display: flex;
     align-items: center;
     font-weight: 600;
}
 .slider_title i{
     margin-right: 10px;
}
 .arrow_slider_wrp{
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .view_btn{
     color: #93acd3;
     display: flex;
     align-items: center;
     font-weight: 600;
     background-color: #182933;
     border-radius: 8px;
     padding: 5px 8px;
     font-size: 12px;
}
 .hotgame-main-img_pro{
     background-color: #182933;
     border-radius: 10px;
     cursor: pointer;
     padding: 10px;
}
 .arrow_slider_wrp.arrow_slider_wrp_slots_custom{
     display: flex;
     align-items: center;
     justify-content: end;
}
.swiper-wrapper-custom-slots .swiper-slide-active .hotgame-main-img_pro{
    background-color: #5c00d3;
}
.swiper-wrapper-custom-slots .swiper-slide-active .hotgame-main-img_pro img{
    /* filter: brightness(7.5); */
}
 .daily_icon{
     width: 25px;
     margin-right: 10px;
}
 .tournament_sec{
     margin: 15px 0;
}
 .daily_wrap{
    /* background-color: #1c2532;
    */
     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;
}
 .daily_view a{
     color: #2177dd;
     font-weight: 600;
}
 .desktop_footer{
     margin-top: 20px;
     background-color: #121f28;
     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 {
     color: #5c00d3;
     text-transform: uppercase;
     font-weight: 600;
     margin-top: 0;
     margin-bottom: 15px;
     line-height: 16px;
     display: block;
     font-size: 11px;
}
 .footer_submenu ul{
     list-style: none;
     margin: 0;
     padding: 0;
}
 .footer_submenu ul a{
     padding: 0;
     border: none;
     background-color: transparent;
     display: block;
     width: 100%;
     text-align: left;
     color: #61708d;
     font-weight: 600;
     text-decoration: none;
     transition: color .3s;
     font-size: 11px;
     line-height: 2.2;
     cursor: pointer;
}
 .footer_submenu ul a:hover{
     color: #93acd3;
}
 .footer_submenu_lic{
     display: flex;
     align-items: center;
     justify-content: left;
     margin-bottom: 8px;
}
 .footer_submenu_lic img{
     width: 94px;
}
 .footer_submenu_con{
     color: #61708d;
     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;
     color: #55657e;
     font-weight: 600;
     border-top: 1px solid rgba(85,101,126,.15);
     padding-top: 20px;
}
/*mobilefooter*/
 .mobile_footer{
     display: none;
     margin-top: 20px;
     background-color: #161f2c;
     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 {
     background: #161f2c;
     width: 100%;
     text-align: left;
     font-size: 11px;
     padding: 6px 0;
     color: #93acd3;
     border: none;
     border-radius: 5px;
     position: relative;
     font-weight: 500;
}
 button.btn-footer.collapsed {
     background: #161f2c;
     color: #93acd3;
}
 .footer-card ul li a{
     padding: 0;
     border: none;
     background-color: transparent;
     display: block;
     width: 100%;
     text-align: left;
     color: #55657e;
     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;
}
 .footer-menu {
     position: fixed;
     bottom: 0px;
     background: #161f2c;
     border-top: 1px solid #93acd33b;
     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;
     color: #93acd3;
}
 .footer-in ul li a img {
     width: 30%;
}
 .footer-menu{
     display: none;
}
 .footer-in ul li a:not([href]):not([tabindex]) {
     color: #93acd3;
     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;
}
 .tab_wrapper_inn_mobile{
}
 .mobile_dropdown{
     background-color: #171f2b;
     padding: 14px 18px;
     display: flex;
     align-items: center;
     grid-gap: 20px;
     border-radius: 10px;
     display: none;
     position: relative;
}
 .mobile_dropdown img{
     width: 28px;
}
 .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;
    /* top: 10px;
     */
     transition: all 0.3s;
     font-weight: 900;
     font-family: 'Font Awesome 5 Free';
     z-index: 1;
     color: #93acb6;
}
/*modal*/
 .share_modal .modal-body{
     background-color: #172025;
     padding: 0;
     border-radius: 17px;
}
 .share_modal .close {
     float: right;
     font-size: 2.5rem;
     font-weight: 400;
     line-height: 1;
     color: #ffffff;
     text-shadow: 0 1px 0 #5c00d3;
     opacity: .5;
     top: 0;
     position: absolute;
     right: 8px;
}
 .modal_body_share{
     display: flex;
}
 .share_modal .modal-dialog {
     max-width: 700px;
    /* margin: 1.75rem auto;
     */
}
 .modal_head{
     margin-bottom: 24px;
     display: flex;
     align-items: center;
}
 .modal_body_share_left{
     width: 50%;
}
 .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: #5c00d3;
     color: #fff;
}
 .share_modal .modal-content{
     background-color: transparent;
     border: none;
}
 .input_inner{
     position: relative;
     display: flex;
     align-items: center;
     border: 1px solid #475c72;
     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_forgot {
    display: flex
;
    justify-content: space-between;
}
 .input_inner i{
     color: #5c00d3;
     margin-right: 10px;
}
 .input_custom{
     width: 0;
     flex: 1 1;
     display: block;
     font-weight: 600;
     color: #fff;
     outline: none;
     line-height: 20px;
     font-size: 14px;
     padding: 0;
     border: none;
     height: auto;
     max-width: 100%;
     background-color: transparent;
}
 .input_inner_forgot a{
     border-bottom: 1px solid #5c00d3;
     font-size: 12px;
}
 .btn_login_modal{
     background-color: #5c00d3;
     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%;
     border-radius: 10px;
}
 .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 i{
     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;
}


/*promotion*/
 .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: #55657e;
     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 {
     color: #93acd3;
}
 .filter-list li:hover {
     background-color: #2283f6;
     color: #fff;
}
 .filter-list li.mixitup-control-active {
     background-color: #5c00d3;
     color: #fff;
}
.select-menu select {
    width: 100%;
    height: 40px;
    line-height: 35px;
    background-color: #171f2b;
    border: solid 1px #252a32;
    border-radius: 9px;
    color: #fff;
}
.promo_filter_wrap{
    display: flex;
    align-items: center;
    background-color: #171f2b;
    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;

background-color: #121f28;
}
.promo_box_wrap_inn p{

font-weight: 800;

font-size: 21px;

margin-bottom: 3px;

line-height: 1.5;
}
.promo_box_wrap_inn span{

color: #93acd3;

font-size: 13px;
}
.promo_box_wrap_a{

}
.promo_box_wrap_a a{

color: #93acd3;

border: 1px solid #93acd3;

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: #0d161c;
  border-radius: 20px;
  /* border: 1px solid #d9353d; */
}

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;
  background: #5c00d3;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 20px 20px 0px 0px;
}

.pmtable-wrapper {}

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: #5c00d3;
  margin-right: 10px;
}
.promo_table tr th{
  background: #5c00d3;
  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;
}
.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 {
    background: #161f2c;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #161f2c;
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: rgb(225 225 225 / 30%);
    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(26 44 56);
    color: #fff;
    border: 1px solid #213744;
    padding: 2px;
}

.bank-table tr.trans1 td {
    background: rgb(26 44 56);
    color: #fff;
    border: 1px solid #213744;
    padding: 2px;
}

.bank-table tr.dwbox td {
    background: #5c00d3;
    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*/
.afterlogin_main_bg .container{
    max-width: 1200px;
}
.afterlogin_inn_wrap{
    display: grid;
    grid-template-columns: 752px minmax(260px,368px);
    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;
}
.depwith_wrapbtn a{
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #172025;
    color: #ecf1ffb3;
    border-color: #172025;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}
.depwith_wrapbtn a.active{
    color: #ffffff;
    background-color: #5c00d3;
}
.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{
    background-color: #121f28;
    padding: 1.25rem 2.25rem;
}
.afterlogin_dep_headbody_wrap{
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 20px;
}
.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;
    align-items: center;
}
.head_col_1 span{
    font-weight: 600;
}
.trans_btn{
    background-color: #213744;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
}
.head_bal{
    font-size: 30px;
    font-weight: 700;
}
.head_bal span{
    color: #5c00d3;
}
.afterlogin_dep_body{
    background-color: #1a2c38;
    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_bullet.active{
    background-color: #5c00d3;
}
.step_line{
    height: 3px;
    background-image: linear-gradient(269.99deg,#213744 1.25%,rgba(46,49,54,0) 101.67%);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: auto;
}
.step_line.active{
    background-image: linear-gradient(270deg, #5c00d3 29.61%, rgba(28, 201, 128, 0) 101.68%);
}
.deposit_body_notis{
    background-color: #1a2c38;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-top: 20px;
    padding: 6px;
}
.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;
    background-color: #213744;
    border-radius: 8px;
    padding: 0.75rem;
    color: #fff;
    align-items: center;
}
.deposit_bank_choose_box:hover{
    background-color: #36383e;
}
.deposit_bank_choose_box img{
    width: 84px;
    border-radius: 5px;
    margin-right: 10px;
}
.deposit_bank_choose_box span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.deposit_bank_choose_box i{
    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;
    background-color: #121f28;
    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"; /* fa-chevron-down */
  position: absolute;
  right: -23px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f078"; /* fa-chevron-up */
   font-weight: 900;
   font-family: "Font Awesome 5 Free";
}
.afterlogin_inn_wrap_faqaccor .card-header {
    padding: 14px 1.25rem;
    margin-bottom: 0;
    background-color: #213744;
    border-bottom: #2c2e34;
}
.afterlogin_inn_wrap_faqaccor .card-header:hover{
    background-color: #1a2c38;
}
.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-color: #121f28;
    background-clip: border-box;
    border: none;
    border-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 .card-header{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
 .btn_dep{
     background-color: #5c00d3;
     margin-right: 0;
}
.header_btn_dep{
    display: flex;
    align-items: center;
    background-color: #121f28;
    border-radius: 0.5rem;
    padding: 0px 0px 0 10px;
}
.headusericon{
    width: 25px;
    border-radius: 50px;
}
.head_afterlogin_custom .btn_dropup_lang button {
    background-color: #0000004d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 19px;
    border-bottom: 1px solid #dee3f026;
}
.head_afterlogin_custom .btn_dropup_lang {
    width: 152px;
    margin: 0 0px 0 20px;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background-color: #121f28;
}
.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: #0000004d;
    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 i{
    display: block;
    /* margin-right: 8px; */
    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: #213744;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 7px;
}
.afterlogin_btn_back{
    color: #fff;
    margin-right: 10px;
}
.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 #5c00d3;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #5c00d3;
}
.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{
    background-color: #5c00d3;
    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: #1a2c38;
    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: #5c00d3;
    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: #fff;
    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 i{
    font-size: 24px;
    margin-bottom: 10px;
}
.table-share tr th{
    background-color: rgba(0,0,0,.3);
    padding: 5px;
}
.table-share tr td{
    padding: 5px;
    border-bottom: 1px solid #121f28;
}
.add_bank_with_wrap:hover{
    background-color: rgba(222,227,240,.15);
}
.addbankdropdown .btn{
    width: 100%;
    color: #fff;
    background-color: #121f27;
    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';
}
.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: #5c00d3;
}
.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{
    /* background-color: #121f28; */
    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;
}
.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{
    background-color: #121f28;
    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{
    /* position: absolute; */
    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;
    background-color: #121f28;
    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 i{
    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 i{
    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;
    background-color: #121f28;
    border-radius: 16px;
    margin-top: 1rem;
}
.profile_navimenu_inn{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.profile_navimenu_inn a{
    display: grid;
    text-align: center;
    grid-gap: 3px;
    line-height: 1.2;
    align-items: end;
}
.profile_navimenu_inn a i{
    font-size: 23px;
}
.profile_navimenu{
    display: none;
}
button.logout{
    display: none;
}
.left_menu_container_inner_icon{
    display: none;
}
.left_menu_container_wrap.close_menu_container .left_menu_container_inner{
    display: none;
}
.left_menu_container_wrap.close_menu_container .left_menu_container_inner_icon{
    display: block;
    /* padding-top: 30px; */
}
.header_hamburger.menu_mobile  {
    background-color: transparent;
    border: none;
    width: auto;
    position: initial;
    right: -26px;
    top: 13px;
}
.left_menu_container_inner_icon .side_menu_content li a img {
    width: 22px;
    margin-right: 11px;
    margin-left: auto;
}
.left_menu_container_inner_icon .side_menu_content li a i {
    width: 28px;
    margin-right: 11px;
    margin-left: auto;
    font-size: 20px;
}
.sidebar_title_main{
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    color: #ffffff6b;
}
.logout_side{
    text-align: center;
    margin: 10px 0 20px 0;
    background-color: #252525;
    padding: 5px 0;
}
.logout_side a img{
    width: 28px;
    margin-right: 17px;
}
.left_menu_container_inner_icon .sidebar_title_main{
    display: none;
}
.left_menu_container_inner_icon .side_menu_content li a {
    display: flex;
    align-items: center;
    padding: 7px 5px 7px 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    margin-bottom: 10px;
}
.left_menu_container_inner_icon .logout_side {
    text-align: right;
    margin: 10px 0 20px 0;
    background-color: transparent;
    padding: 5px 0;
}
.logo_mobile_show{
    display: none;
}
.row_header_login{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-right: 10px;
    position: relative;
}
.row_header_login .form-control{
    display: flex;
    align-items: center;
    background-color: #fff;
    min-height: 0;
    width: 150px;
    border-radius: 20px;
    height: 30px;
    color: #000;
    font-size: 13px;
}
.forgot_a{

position: absolute;

right: 0;

bottom: -13px;

font-size: 8px;

color: #ffc107;

border-bottom: 1px solid;
}
.btn_show_inmobile{
    display: none;
}
.left_menu_container_inner_icon .side_menu_content {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ffffff4a;
    padding-bottom: 0;
}

 @media (max-width: 999px) {
    /*header*/
     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; */
         background-color: transparent;
         border: none;
         width: auto;
         position: inherit;
         right: 11px;
         top: 6px;
         /* min-width: 48px; */
         /* min-height: 48px; */
         padding-right: 0;
    }
    .header_hamburger img{
     width: 48px;
    }
     .logo{
         width: 136px;
    }
     .chat_btn{
         /* display: none; */
    }
    .ham_open{
     min-width: 48px;
    }
    /*headerEND*/
    /*index*/
     .intro_promo{
         background-color: #171f2b;
         display: grid;
         grid-template-columns: repeat(1, 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;
    }
     .footer-in .header_hamburger.menu_mobile.close_menu {
    position: inherit;
    height: auto;
    width: auto;
}
     .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;
    }
     .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;
    }
    .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: block;
    }
    .header_web_show{
        display: none;
    }
    .header_mobile_show{
        display: flex;
    }
    .footer_pay{
        display: block;
    }
    .afterlogin_dep_body {
        background-color: #1a2c38;
        padding: 1.25rem;
    }
    .afterlogin_dep_head {
        background-color: #121f28;
        padding: 0.7rem 1.25rem;
    }
     .trans_btn_wrap {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    right: 10px;
    top: 11px;
    gap: 10px;
}

.afterlogin_dep_head {
    position: relative;
    padding: 1.5rem 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: #121f28;
        border-radius: 16px;
        margin-top: 1.2rem;
    }
    .profile_navimenu{
        display: block;
    }
    button.logout{
        background-color: transparent;
        height: 52px;
        border-radius: 10px;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-weight: 700;
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    button.logout i{
        color: #ffffff;
        margin-left: 10px;
        font-size: 20px;
    }
    .left_menu_container_wrap.close_menu_container .left_menu_container_inner{
        display: block;
    }
    .left_menu_container_wrap.close_menu_container .left_menu_container_inner_icon{
        display: none;
    }
    .left_menu_container_wrap.close_menu_container {
        transform: translateX(-100%);
    }
    .left_menu_container_wrap {
        position: fixed;
        z-index: 104;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: #1a2c38;
        padding-top: 0;
        transition: transform 0.1s ease-in-out;
        transform: translateX(0%);
    }
     body.body_main_wrap ul.side_menu_content {
    padding-top: 5px;
}
    .side_menu_content li a img {
        width: 15px;
        margin-right: 6px;
        margin-left: inherit;
    }
    .logo_desktop {
      display: flex;
      align-items: center;
      grid-gap: 15px;
      justify-content: space-between;
      margin-bottom: 0px;
      margin-top: 0;
      border-radius: 10px;
      width: 100%;
      min-width: 200px;
    }
    .logo_mobile_show{
        display: block;
    }
    .logo_mobile_show img{
     
width: 160px;
    }
    .row_header_login{
        display: none;
    }
    .btn_off_inmobile{
        display: none;
    }
    .btn_show_inmobile{
        display: block;
    }
}
@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;
    }
}

/* Live Transaction Styles */
.live-transaction-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
    color: #fff;
    max-width: 1600px;
    background: #182933;
    border-radius: 10px;
}

.live-transaction-column {
    flex: 1;
    /* background: rgb(24 41 51); */
    border-radius: 8px;
    padding: 30px 55px;
}

.live-transaction-header h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.transaction-highlight {
    color: #5c00d3;
    font-weight: 700;
}

.live-transaction-table {
    margin-bottom: 15px;
}

.transaction-table-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    color: #5c00d3;
    font-weight: 500;
    padding: 10px 45px;
}

.transaction-username, .transaction-amount {
    flex: 1;
    /* padding: 0px 45px; */
}

.transaction-amount {
    text-align: right;
}

.transaction-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 45px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
}

.transaction-item .fa-eye-slash {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.transaction-timestamp {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin-top: 10px;
    font-style: italic;
}
.transaction-item:nth-child(even) {
    background: #213745;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .live-transaction-container {
        flex-direction: column;
    }
}

/* Footer SEO Styles */
.footer-seo {
    padding: 20px 0;
    color: #93acd3;
    font-size: 14px;
    line-height: 1.6;
}

.seo-section {
    margin-bottom: 20px;
}

.seo-title {
    color: #93acd3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.read-more {
    color: #5c00d3;
    font-size: 14px;
    cursor: pointer;
    font-style: italic;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #7400ff;
}

.seo-content {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    margin-bottom: 15px;
}

.seo-content.expanded {
    max-height: 10000px;
}

.seo-content.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(18, 31, 40, 0), #121f28);
    pointer-events: none;
}

.read-more {
    color: #5c00d3;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: none;
}

.read-more:hover {
    color: #7b1eff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer-seo {
        padding: 15px;
    }
    
    .seo-title {
        font-size: 14px;
    }
    
    .read-more {
        font-size: 12px;
    }
}

/* Enhanced SEO Content Styles */
.footer-seo {
    padding: 0px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    /* background: linear-gradient(to bottom, #121f28, #0f1a22); */
    margin-top: 20px;
}

.seo-section {
    margin-bottom: 0px;
    padding: 10px 0px;
    border-radius: 10px;
    /* background-color: rgba(15, 26, 36, 0.6); */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid rgba(92, 0, 211, 0.1); */
}

.seo-title {
    color: #61708d;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(85,101,126,.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.read-more {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 4px;
    background-color: rgb(26 44 56);
    transition: all 0.2s ease;
}

.read-more:hover {
    color: #fff;
    background-color: #5c00d3;
    text-decoration: none;
}

.seo-content {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    margin-bottom: 0px;
    line-height: 1.6;
}

.seo-content.expanded {
    max-height: 10000px;
}

.seo-content.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(15, 26, 36, 0), #0f1a22);
    pointer-events: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.seo-main-title {
    font-size: 14px;
    font-weight: 700;
    color: #61708d;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.seo-subtitle {
    font-size: 12px;
    color: #93acd3;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.seo-intro {
    margin-bottom: 25px;
    font-size: 10px;
}

.seo-intro p {
    color: #d1e0f0;
    margin-bottom: 15px;
    line-height: 1.7;
}

.seo-category {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
}

.seo-category h3 {
    color: #5c00d3;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #5c00d3;
}

.seo-category h4 {
    color: #93acd3;
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0 15px;
}

.seo-category h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.seo-category p {
    color: #d1e0f0;
    margin-bottom: 15px;
}

.seo-category ul {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 20px;
}

.seo-category ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #93acd3;
}

.seo-category ul li:before {
    content: "•";
    color: #5c00d3;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 18px;
}

.region-block {
    background: rgba(19, 34, 46, 0.5);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 2px solid #5c00d3;
}

.region-block:hover {
    background: rgba(19, 34, 46, 0.7);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.providers-list ul li, .specialty-games ul li, .features-list li {
    color: #93acd3;
}

.seo-conclusion {
    background: rgba(92, 0, 211, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid rgba(92, 0, 211, 0.2);
}

.seo-conclusion h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.brand-signature {
    color: #5c00d3;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .footer-seo {
        /* padding: 20px 15px; */
    }
    
    .seo-section {
        /* padding: 15px; */
    }
    
    .seo-title {
        font-size: 18px;
    }
    
    .read-more {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .seo-main-title {
        font-size: 14px;
    }
    
    .seo-subtitle {
        font-size: 12px;
    }
    
    .seo-category h3 {
        font-size: 18px;
    }
    
    .region-block {
        padding: 10px;
    }
    
    .seo-conclusion {
        padding: 15px;
    }
}

/* Betting Provider Tabs */
.betting-providers {
    margin-bottom: 30px;
}

.betting-tabs {
    background-color: #1e2b38;
    border: none;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 0;
}

.betting-tabs .nav-item {
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

.betting-tabs .nav-link {
    background-color: #172330;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.betting-tabs .nav-link.active {
    background-color: #5c00d3;
    box-shadow: 0 4px 10px rgba(92, 0, 211, 0.3);
}

.betting-tabs .nav-link:hover:not(.active) {
    background-color: #263545;
}

.betting-tabs img {
    max-height: 35px;
    max-width: 100%;
}

.tab-content {
    /* background-color: #121f28; */
    border-radius: 0 0 6px 6px;
}

.tab-pane {
    padding: 0;
}

.tab-pane img {
    width: 100%;
    border-radius: 0 0 6px 6px;
}

@media (max-width: 768px) {
    .betting-tabs .nav-link {
        height: 50px;
        padding: 8px;
    }
    
    .betting-tabs img {
        max-height: 25px;
    }
}

/* Betting Interface Styles */
.betting-interface {
    /* background-color: #121f28; */
    border-radius: 0 0 6px 6px;
    color: #fff;
}

.betting-header {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.betting-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.betting-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.betting-nav a {
    color: #93acd3;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.betting-nav a.active {
    background-color: #5c00d3;
    color: #fff;
}

.betting-nav a:hover:not(.active) {
    background-color: rgba(92, 0, 211, 0.1);
}

.betting-nav i {
    margin-right: 5px;
}

.betting-content {
    padding: 15px;
}

.betting-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.betting-table-header {
    display: grid;
    grid-template-columns: 2fr repeat(6, 1fr);
    gap: 5px;
    padding: 10px 5px;
    font-size: 13px;
    color: #93acd3;
    text-transform: uppercase;
}

.betting-table-row {
    display: grid;
    grid-template-columns: 2fr repeat(6, 1fr);
    gap: 5px;
    padding: 12px 5px;
    background-color: #172330;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    align-items: center;
}

.team-names {
    display: flex;
    flex-direction: column;
}

.team-names span {
    margin-bottom: 4px;
}

.match-time {
    font-size: 12px;
    color: #5c00d3;
    margin-top: 5px;
}

.match-odds {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .betting-table-header, .betting-table-row {
        grid-template-columns: 2fr repeat(3, 1fr);
    }
    
    .betting-table-header div:nth-child(n+5), 
    .betting-table-row div:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .betting-nav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 5px;
    }
    
    .betting-nav a {
        flex: 0 0 auto;
    }
    
    .betting-table-header, .betting-table-row {
        grid-template-columns: 2fr repeat(2, 1fr);
        font-size: 12px;
    }
    
    .betting-table-header div:nth-child(n+4), 
    .betting-table-row div:nth-child(n+4) {
        display: none;
    }
}

/* Fix for Betting Provider Tabs */
#bettingTabsContent {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #1e2b38;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.betting-tabs .nav-link {
    background-color: #121f28;
    border: 1px solid #1e2b38;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    padding: 12px 20px;
    color: #93acd3;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}

.betting-tabs .nav-link.active {
    background-color: #5c00d3;
    color: #fff;
    border-color: #5c00d3;
}

.betting-tabs .nav-link:hover:not(.active) {
    background-color: #1e2b38;
    color: #fff;
}

.betting-interface {
    /* padding: 20px; */
}

/* Fix for Bootstrap tab fade */
.tab-pane.active {
    display: block !important;
    opacity: 1 !important;
}

/* Custom Tabs Styling */
.custom-tabs {
  overflow: hidden;
  display: flex;
  border-bottom: 1px solid #5c00d3;
  /* margin-bottom: 10px; */
}

.custom-tab-link {
  background-color: #1a2c38;
  border: none;
  border-radius: 5px 5px 0 0;
  outline: none;
  cursor: pointer;
  padding: 10px 35px;
  margin-right: 5px;
  font-weight: bold;
  color: #ccc;
  transition: 0.3s;
}

.custom-tab-link:hover {
  background-color: #20222a;
}

.custom-tab-link.active {
  background-color: #5c00d3;
  color: white;
}

.custom-tab-content {
  display: none;
  /* padding: 15px; */
  border: none;
  border-top: none;
  border-radius: 0 0 5px 5px;
  /* background-color: #2a2c36; */
}

.betting-interface {
  width: 100%;
}

.betting-header {
  display: flex;
  flex-direction: column;
  background-color: #20222a;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.betting-title {
  font-size: 18px;
  font-weight: bold;
  color: #e58910;
  margin-bottom: 10px;
}

.betting-nav {
  display: flex;
  overflow-x: auto;
}

.betting-nav a {
  padding: 8px 15px;
  color: #ccc;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
}

.betting-nav a.active {
  color: #e58910;
  border-bottom: 2px solid #e58910;
}

.betting-content {
  padding: 15px;
  background-color: #2a2c36;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 768px) {
  .custom-tabs {
    flex-wrap: wrap;
  }
  
  .custom-tab-link {
    flex-grow: 1;
    text-align: center;
    padding: 8px;
    font-size: 14px;
  }
}

/* VIP Progress Bar Styles */
.vip-progress-container {
  background: #213744;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.vip-status {
  display: flex;
  gap: 15px;
  /* margin-right: 20px; */
  flex-direction: column;
  justify-content: center;
}

.vip-status-text {
  color: #8e9cc2;
  width: 85%;
  margin: auto;
}

.vip-status-text h2 {
  font-size: 18px;
  margin: 0;
  color: #8e9cc2;
}

.vip-status-text p {
  color: #7B4397;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.vip-progress-bar {
  position: relative;
  height: 30px;
  background: rgb(26 44 56);
  border-radius: 20px;
  overflow: hidden;
  margin: 0px auto;
  width: 85%;
  display: flex;
  justify-content: center;
}

.vip-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #5c00d3;
  border-radius: 10px;
  transition: width 0.3s ease;
}

.vip-levels {
  display: flex;
  justify-content: space-between;
  flex: 2;
}

.vip-level {
  text-align: center;
  flex: 1;
  position: relative;
  min-width: 80px;
}

.vip-level-name {
  font-size: 14px;
  color: #b0bed0;
  margin-bottom: 4px;
  white-space: nowrap;
  font-weight: bold;
}

.vip-level.active .vip-level-name {
  color: #b0bed0;
}

.vip-deposit-info {
  font-size: 10px;
  color: #8e9cc2;
  white-space: nowrap;
}

.vip-level.active .vip-deposit-info {
  color: #b0bed0;
}
.vip-level-icon i {
    font-size: 60px;
    color: #f8931d;
}

.vip-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
  /* VIP Benefits Styling */
  .vip-detail {
    margin-top: 40px;
    background: #0F1E28;
    border-radius: 8px;
    padding: 30px;
    color: #fff;
  }
  
  .vip-benefits-title {
    color: #6B89BF;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 20px;
  }
  
  .vip-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .vip-benefits-list li {
    margin-bottom: 15px;
    color: #6B89BF;
    font-size: 16px;
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    .vip-detail {
      padding: 20px;
    }
    
    .vip-benefits-title {
      font-size: 20px;
    }
    
    .vip-benefits-list li {
      font-size: 14px;
    }
  }
@media (max-width: 768px) {
  .vip-levels {
    padding-bottom: 10px;
    margin-bottom: -10px;
    -webkit-overflow-scrolling: touch;
  }
  .vip-progress-bar {
    position: relative;
    height: 30px;
    background: rgb(26 44 56);
    border-radius: 20px;
    overflow: hidden;
    margin: 0px auto;
    min-width: 768px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}
.vip-status {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    overflow-x: auto;
}
  .vip-level {
    min-width: 126px;
  }
  
  .vip-level-name {
    font-size: 12px;
  }
  
  .vip-deposit-info {
    font-size: 11px;
  }
}

.vip-tier-container {
  background: #213744;
  border-radius: 10px;
  padding: 30px;
  margin: 20px 0;
  color: #fff;
}

.vip-tier-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.vip-tier-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #8e9cc2;
}

.vip-tier-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.vip-tier-card {
  text-align: center;
  flex: 1;
  margin: 0 10px;
}

.vip-tier-card img {
  width: 100px;
  margin-bottom: 10px;
}

.vip-tier-card h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.vip-tier-card p {
  font-size: 14px;
  color: #8e9cc2;
}

.vip-rebate-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.vip-rebate-table th, .vip-rebate-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #55657e;
}

.vip-rebate-table th {
  background: #1a2c38;
  color: #8e9cc2;
  font-weight: 600;
}

.vip-rebate-table td {
  background: #213744;
  color: #fff;
}

.vip-rebate-table tr:last-child td {
  border-bottom: none;
}
.vip-tier-container {
    background: #0F1E28;
    border-radius: 8px;
    padding: 40px;
    margin: 20px 0;
    color: #fff;
  }
  
  .vip-tier-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
  
  .vip-tier-header h2 {
    font-size: 28px;
    font-weight: 500;
    color: #6B89BF;
    margin: 0;
  }
  
  .vip-tier-cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .txt-vp h3 {
    color: #6B89BF;
    text-align: left;
    font-size: 20px;
}
  .vip-tier-card {
    text-align: center;
    flex: 1;
    margin: 0 8px;
  }
  
  .vip-tier-card img {
    width: 120px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  
  .vip-tier-card h3 {
    font-size: 16px;
    color: #b7c2d6;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .vip-tier-card p {
    font-size: 14px;
    color: #6B89BF;
    display: none;
  }
  
  .vip-rebate-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  
  .vip-rebate-table tr {
    height: 60px;
  }
  
  .vip-rebate-table th, .vip-rebate-table td {
    padding: 15px 10px;
    text-align: center;
  }
  
  .vip-rebate-table th {
    background: transparent;
    color: #6B89BF;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    padding-left: 0;
    border-bottom: none;
    line-height: 1.4;
    font-weight: bold;
  }
  
  .vip-rebate-table td {
    background: #1A2E3C;
    color: #fff;
    font-size: 14px;
    border-bottom: 10px solid #0F1E28;
    /* border-right: 2px solid #0F1E28; */
  }
  
  .vip-rebate-table tr:first-child td {
    background: none;
  }
  
  .vip-rebate-table tr:nth-child(2) td {
    background: #213745;
  }
  
  .vip-rebate-table tr:nth-child(3) td {
    background: #0f1e28;
  }
  
  .vip-rebate-table tr:nth-child(4) td {
    background: #213745;
  }
  
  .vip-rebate-table tr:nth-child(5) td {
    background: #0f1e28;
  }
  
  .vip-rebate-table td:last-child {
    border-right: none;
  }
  
  .vip-rebate-table tr:last-child td {
    border-bottom: none;
  }
  @media (max-width: 768px) {
    .left_menu_container_wrap {
      transform: translateX(-100%);
      transition: transform 0.3s ease;
    }
    
    body.menu-open .left_menu_container_wrap {
      transform: translateX(0);
      background: #1a2c38;
    }
    
    .header_hamburger .ham_close {
      display: none;
    }
    
    .header_hamburger .ham_open {
      display: inline-block;
    }
    
    body.menu-open .header_hamburger .ham_close {
      display: inline-block;
    }
    
    body.menu-open .header_hamburger .ham_open {
      display: none;
    }  /*menu*/
    .footer-in ul li a.header_hamburger.menu_mobile {
      position: initial;
      font-size: 11px;
      width: auto;
      height: auto;
  }
  body.body_main_wrap .header_hamburger {
    height: 51px;
}
 
    /* VIP Tier Container Responsive Styles */
    .vip-tier-container {
      padding: 20px 15px;
    }
    
    .vip-rebate-table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    
    .vip-tier-card img {
      width: 60px;
      margin-bottom: 10px;
    }
    
    .vip-tier-card h3 {
      font-size: 14px;
    }
    
    .vip-rebate-table th, .vip-rebate-table td {
      padding: 10px 5px;
      font-size: 14px;
    }
    
    .txt-vp h3 {
      text-align: left;
    }
  }
  
  /* Smaller mobile screens */
  @media (max-width: 480px) {
    .vip-level {
      width: 45%;
    }
    
    .vip-tier-card img {
      width: 50px;
    }
    
    .vip-tier-card h3 {
      font-size: 12px;
    }
    
    .vip-rebate-table th, .vip-rebate-table td {
      padding: 8px 3px;
      font-size: 12px;
    }
  }
  /* Enhanced table styles for mobile */
  @media (max-width: 768px) {
      .vip-progress-container {
    flex-direction: column;
}

.vip-status-text h2 {
    text-align: center;
}
    .vip-rebate-table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      border-collapse: separate;
      border-spacing: 0;
    }
    
    .vip-rebate-table th, 
    .vip-rebate-table td {
      min-width: 120px;
      width: 120px;
      max-width: 120px;
      box-sizing: border-box;
    }
    
    .vip-rebate-table th {
      position: sticky;
      left: 0;
      z-index: 2;
      background: #0F1E28;
      min-width: 140px;
      width: 140px;
      max-width: 140px;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
      text-align: left;
    }
    
    .vip-rebate-table tr:first-child th {
      position: sticky;
      left: 0;
      z-index: 2;
      text-align: center;
      background: #0f1e28;
    }
    
    .vip-rebate-table tr:first-child td {
      min-width: 120px;
      width: 120px;
      max-width: 120px;
    }
    
    .vip-tier-card img {
      width: 50px;
      margin-bottom: 10px;
    }
    
    .vip-tier-card h3 {
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

    /* Region Modal Styles */
    .region-modal .modal-content {
        background-color: #1A2832;
        border-radius: 10px;
        border: 1px solid #5c00d3;
      }
      
      .region-title {
        color: #000;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #6B89BF;
        color: #6B89BF;
      }
      
      .region-container {
        padding: 0 15px;
      }
      
      .region-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
      }
      
      .region-name {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 150px;
        gap: 10px;
      }
      
      .region-name h4 {
        color: #fff;
        font-size: 13px;
        margin: 0;
        /* margin-right: 15px; */
      }
      
      .region-flag {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
      }
      
      .region-languages {
        color: #fff;
      }
      
      .lang-link {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s;
      }
      
      .lang-link:hover {
        color: #5c00d3;
        text-decoration: none;
      }
      
      .region-divider {
        border-top: 1px solid #6B89BF;
        margin: 0;
      }
      
      .modal-body .close {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #6B89BF;
        opacity: 1;
        font-size: 35px;
        text-shadow: none;
      }

					/* Blog Page Styles */
					.social-share-icons {
						margin-top: 20px;
						/* text-align: center; */
						width: 100%;
						background: #182933;
						padding: 10px;
						margin-bottom: 30px;
						border-radius: 5px;
					}
					
					.social-icon {
						display: inline-flex;
						align-items: center;
						justify-content: center;
						width: 40px;
						height: 40px;
						margin: 0 5px;
						border-radius: 5px;
						color: #fff;
						font-size: 18px;
						transition: all 0.3s ease;
					}
					
					.social-icon.facebook {
						background-color: #3b5998;
					}
					
					.social-icon.instagram {
						background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
					}
					
					.social-icon.youtube {
						background-color: #ff0000;
					}
					
					.social-icon:hover {
						transform: translateY(-3px);
						box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
					}
					
					.blog-container {
						/* max-width: 1000px; */
						/* margin: 40px auto; */
					}
					
					.blog-post {
						display: flex;
						/* background: #0F1E28; */
						border-radius: 8px;
						overflow: hidden;
						margin-bottom: 30px;
					}
					
					.blog-image {
						flex: 0 0 35%;
						position: relative;
					}
					
					.blog-image img {
						/* width: 100%; */
						/* height: 100%; */
						/* object-fit: cover; */
					}
					
					.blog-content {
						flex: 1;
						padding: 0px 25px;
					}
					
					.blog-title {
						color: #6B89BF;
						font-size: 28px;
						margin-bottom: 10px;
					}
					
					.blog-meta {
						display: flex;
						align-items: center;
						margin-bottom: 15px;
						color: #6B89BF;
						font-size: 14px;
					}
					
					.blog-date {
						margin-right: 15px;
					}
					
					.blog-category {
						color: #6B89BF;
						text-decoration: none;
					}
					
					.blog-excerpt {
						color: #d4d4d4;
						font-size: 12px;
						line-height: 1.6;
						margin-bottom: 20px;
					}
					
					.read-more-btn {
						display: inline-block;
						background: #1A2E3C;
						color: #fff;
						padding: 8px 20px;
						border-radius: 20px;
						text-decoration: none;
						transition: all 0.3s ease;
					}
					
					.read-more-btn:hover {
						background: #6B89BF;
						color: #fff;
					}
					
					.blog-divider {
						border-color: #6B89BF;
						margin: 30px 0;
					}
					
					/* Responsive Styles */
					@media (max-width: 768px) {
						.blog-post {
							flex-direction: column;
						}
						
						.blog-image {
							flex: 0 0 200px;
						}
						 .blog-content {
    padding: 20px 5px;
}
    
					}
				
                    li.menu-in-btn {
                        display: flex;
                        margin-bottom: 10px;
                    }
                    
                    .menu-btn {
                        display: flex;
                        width: 100%;
                        gap: 10px;
                    }
.menu-btn a.img-menu {
    display: flex !important;
    position: relative;
    padding: 0px !important;
    width: 50%;
}

span.menu-btn-span img {
    width: 100% !important;
    filter: none !important;
}

a.img-menu p {
    position: absolute;
    right: 6px;
    display: flex;
    align-items: center;
    margin: 0px;
}

img.btn-img-hover {
    display: none;
}

span.menu-btn-span:hover img.btn-img-hover {
    display: block;
}

span.menu-btn-span {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.btn-img-before {
    display: block;
}

a.img-menu:hover img.btn-img-before {
    display: none;
}
.btn_log img {
    height: 25px;
}
.btn_flg {
    padding: 0px;
    background: none;
}

.btn_flg img {
    height: 25px;
}
@media (max-width: 768px) {
    .btn_flg {
        padding: 0px;
        background: none;
    }
    
    .btn_flg img {
        height: 25px;
    }
    
    .btn_container {
        padding: 10px 8px;
    }
}


.announcementpopupimg img {
    /* width: 400px; */
    margin: auto;
    border-radius: 5px;
}
#announcementpopup .carousel-control-prev {
    left: -22px;
}
#announcementpopup .carousel-control-next {
    right: -22px;
}
.announcementmodal.modal {
    z-index: 999999;
}
.announcementmodal .modal-content {
    position: relative;
}
.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 100;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;
}
.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}
.announcementmodal .modal-dialog {
    max-width: 500px;
}
.annou-pop {
    border-radius: 20px;
    background: #121f28;
    padding: 20px;
    color: #fff;
    border: 1px solid #5c00d3;
}
.annou-ttle {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #5c00d3;
    padding-bottom: 7px;
}
.annou-content {
    padding-top: 25px;
    font-size: 12px;
}
.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}
.annou-content img {
    display: block;
    margin: 0px auto;
}
.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}
.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}
.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin: 0px;
}
.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}
.round input[type="checkbox"] {
    visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
    background-color: #2283f6;
    border-color: #2283f6;
}
.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
}
a.img-menu:hover {
    background: none !important;
}

.modal-ver {
    max-width: 360px;
}

span.ver-icon {
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0px auto;
    border-radius: 50px;
    background: #f4ebff;
    color: #5007c3;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.ver-wrap {
    margin-bottom: 20px;
}

a.ver-txt {
    color: #01b4e3;
    text-decoration: underline;
}

.ver-btn {
    width: 100%;
    background: #5b01d1;
    border: none;
}

.ver-btn:hover {
    border: none;
    background: #420099;
}
.modal-ver .modal-body {
    padding: 40px 20px;
}
.fortune-bg {
    background: url(../images/wheel/background.png) no-repeat center center;
    background-size: cover;
}
.fortune-header {
    background: url(../images/wheel/title-bg.png) no-repeat center center;
    color: #fff;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.for-center img {
    margin: 0px auto;
    display: block;
}
.fortune-action-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }

  .fortune-info-box {
    background: #5c01d3;
    border-radius: 10px;
    width: 70px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .fortune-info-value {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
  }

  .fortune-info-label {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 2px;
  }

  .fortune-btn {
    background: #6c3fc5;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 32px;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(108,63,197,0.15);
    letter-spacing: 1px;
  }

  .fortune-btn.spin-btn {
    background: #5c01d3;
    /* box-shadow: 0 0 10px #6c3fc5, 0 0 20px #fff inset; */
    color: #fff;
    text-shadow: 0 0 8px #316be8, 0 0 2px #316be8;
  }

  .fortune-btn.info-btn {
    background: #5c01d3;
    text-shadow: 0 0 8px #a301e7, 0 0 2px #a301e7;
    margin: 0px;
  }

  .fortune-btn:hover {
    background: #4b2a8a;
  }
  .modal-body-inner {
    padding: 20px;
}

ul.vip-tnc li {
    margin-bottom: 10px;
    list-style: circle;
}

ul.vip-tnc {
    padding-left: 20px;
}
.fortune-info-box-container-in {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 768px) {

.fortune-header {
    background-size: contain;
}

.fortune-header h1 {
    font-size: 1.5rem;
}

.fortune-action-row {
    flex-direction: column;
}
.menu-btn a.img-menu {
    background: #263e49;
}

span.menu-btn-span {
    width: auto;
    max-width: 200px;
}

a.img-menu p {
    right: -70px;
}
}

body.body_main_wrap.menu-open header {
    padding-left: 4%;
}

body.body_main_wrap.body_main_container header {
    padding-left: 245px;
}
.header_left{
    display: none;
 }
 .mobile-hide {
    display: none;
}
@media (max-width: 768px) {
    body.body_main_wrap.menu-open header, body.body_main_wrap.body_main_container header{padding-left: 10px;}
    .header_left{
       display: block;
    }
.web-show {
    display: none;
}

.mobile-hide {
    display: block;
}
    }