@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); body {
    font-family: Poppins, sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0px auto;
    color: rgb(25, 25, 25);
    background-color: var(--bg-color);
}

:root {
    --font-color: #97a7b6;
    --head-color: #161f2b;
    --footer-color: #181a2c;
    --bg-color: #0c141c;
    --bg-color-1: #111923;
    --bg-color-2: #1b222d;
    --bg-color-4: #1E2B3E;
    --bg-color-6: #1D2633;
    --primary-color: #523FBE;
    --yellow: #DBA84C;
    --blue: #5780E9;
    --warn-color: #EF7979;
    --masPrimary: #1b1e2f;
    --masFont: #97a7b6;
    --masFontActive: #dba84c;
    --primary: #5780e9;
}

.yellow-color {
    color: var(--yellow);
}

::-webkit-scrollbar {
    width: 0px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    /* background: rgba(82, 63, 190, 0.342); */
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: rgb(102, 102, 102);
    width: 100%;
}

input:focus-visible {
    outline: unset;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.backdrop.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.no-scroll {
    overflow: hidden;
}
.account_body_wrapper{
    max-width: 999px;
    padding-bottom: 80px;
}
.marqueefy_custom {
    background-color: transparent;
    padding: 5px 0;
    width: 95%;
    pointer-events: none;
}
.marqueefy:focus-visible, .marqueefy:hover {
    color: #fff;
    background-color: transparent;
}
.marqueefy_custom .content{
    color: #fff;
    font-size: 13px;
}

.marwrap{
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    margin: 5px 0;
}
.marwrap i{
    color: #5780e9;
    font-size: 18px;
    width: 26px;
}
.modalforgot .btn-close {
    position: absolute;
    right: 20px;
    filter: invert(1) brightness(7.5);
    opacity: 1;
    border: 1px solid;
    border-radius: 35px;
}

.modalforgot .modal-header {
    justify-content: center;
    background: linear-gradient(to right, rgb(80, 153, 242), rgb(47, 51, 183));
    border: none;
}

.modalforgot .modal-title {
    color: rgb(255, 255, 255);
}

.modalforgot .modal-content {
    background: rgb(30, 43, 62);
    border: none;
    color: rgb(255, 255, 255);
}

.modalforgot .modal-body {
    padding: 2rem;
}

.modalregister .btn-close {
    position: absolute;
    right: 20px;
    filter: invert(1) brightness(7.5);
    opacity: 1;
    border: 1px solid;
    border-radius: 35px;
    top: 20px;
}

.modalregister .modal-content {
    color: rgb(255, 255, 255);
    border: 2px solid rgb(113, 113, 113);
    border-radius: 20px;
    background-color: initial !important;
}

.modalregister .modalbg {
    width: 100%;
    height: 100%;
    background: linear-gradient(149deg, rgb(36, 40, 77) 16%, rgb(7, 8, 15) 85%);
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: 20px;
}

.reg_top_head {
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.reg_top_head span {
    color: rgb(219, 168, 76);
    margin-left: 9px;
    cursor: pointer;
}

.reg_top_head i {
    margin-right: 3px;
}

.modalregister .modal-dialog {
    max-width: 700px;
}

.form_group_reg input {
    min-height: 40px;
    font-size: 13px;
    border-radius: 6px;
    border: none;
    padding: 6px 12px;
}

.form_group_reg label {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.forgot_from {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.registrationPassIcondes {
    position: absolute;
    right: 18px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.formgroup_wrap {
    margin-bottom: 20px;
}

.modalregister .forgot_numwrap {
    grid-template-columns: 19% 80%;
}

.modalregister .modal-body {
    padding: 3rem;
}

.otp-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.otp-wrap .form-control {
    text-align: center;
}

.checkmark {
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
}

.reg_form h4 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.reg_form i {
    text-align: center;
    display: block;
    margin: 0px auto 10px;
    font-size: 130px;
    color: rgb(34, 131, 246);
    filter: hue-rotate(270deg) brightness(2.5);
}

.reg_form p {
    text-align: center;
    color: rgb(195, 195, 195);
    font-size: 12px;
}

.header {
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0px;
    left: 0px;
    z-index: 11;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 0px 15px;
    background: var(--head-color);
}

.header .left {
    display: flex;
    align-items: center;
    gap: 13px;
}

.headnavi img {
    width: 32px;
    cursor: pointer;
}

body.menuon .headnavi .btnmenu_navi_right {
    display: none;
}

body.menuon .headnavi .btnmenu_navi_left {
    display: block;
}

body .headnavi .btnmenu_navi_right {
    display: block;
}

body .headnavi .btnmenu_navi_left {
    display: none;
}

.logo {
    width: 250px;
    margin: auto;
    text-align: center;
}

.logo img {
    width: 200px;
}

.header .right {
    display: flex;
    align-items: end;
    gap: 13px;
}

.headinputwrap {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}

.headinputwrap input.headinput {
    width: 160px;
    height: 35px;
    background: rgb(42, 53, 70);
    border: none;
    color: rgb(255, 255, 255);
    padding: 4px 11px;
    border-radius: 6px;
    transition: 0.2s;
    font-size: 13px;
}

.headinputwrap input.headinput::placeholder {
    color: rgb(151, 167, 182);
    opacity: 1;
}

.headinputwrap_password {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.headinputwrap_password_wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.headinputwrap_account{
    
flex-direction: column;
    
align-items: end;
    
gap: 5px;
}

.forgot_link {
    position: absolute;
    color: rgb(87, 128, 233);
    right: 9px;
    font-size: 13px;
    cursor: pointer;
}

.head_btn_lrwrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.head_signinbtn {
    height: 35px;
    min-width: 120px;
    font-size: 13px;
    background-color: rgb(82, 63, 190);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 6px;
}

.head_regbtn {
    height: 35px;
    min-width: 120px;
    font-size: 13px;
    background-color: rgb(221, 33, 70);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 6px;
    position: relative;
}

.head_regbtn::before {
    content: "";
    position: absolute;
    width: 134px;
    height: 46px;
    background-color: rgba(180, 19, 51, 0.53);
    top: -5px;
    left: -8px;
    border-radius: 10px;
    z-index: -1;
}

.head_regbtn:hover::before {
    display: none;
}

.btn_left_headwrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn_dw {
    height: 40px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(316deg, rgb(38, 48, 98) 0%, rgb(18, 26, 34) 83%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    color: rgb(255, 255, 255);
    border: none;
    padding: 0px 15px;
    gap: 10px;
    font-size: 13px;
}

.btn_dw img {
    width: 42px;
}

.btn_promo {
    height: 40px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(316deg, rgb(62, 56, 31) 0%, rgb(18, 26, 34) 83%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    color: rgb(255, 255, 255);
    border: none;
    padding: 0px 15px;
    gap: 10px;
    font-size: 13px;
}

.btn_promo img {
    width: 35px;
}
.head_account_activation{
    color: #fff;
    font-size: 0.8em;
}

.lang_head {
    cursor: pointer;
    border: 1px solid rgb(42, 53, 70);
    border-radius: 20px;
    width: 76px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.lang_head i {
    color: rgb(89, 103, 124);
}

.lang_head img {
    width: 22px;
}

.lang_pop {
    display: none;
    position: absolute;
    padding: 26px;
    background-color: rgb(22, 31, 44);
    border-radius: 10px;
    border: 1px solid rgb(39, 43, 55);
    box-shadow: rgba(39, 43, 55, 0.79) 0px 2px 3px;
    top: 135%;
    right: 0px;
    min-width: 260px;
}

.lang_pop.show {
    display: block;
}

.lang_title {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    gap: 10px;
}

.lang_title img {
    width: 28px;
}

.languagecontent {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: rgb(255, 255, 255);
}

.languagecontentin {
    position: relative;
}

.languagecontentin:hover {
    color: rgb(52, 134, 255);
}

.languagecontentin::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: rgb(151, 167, 182);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.languagecontentin.no::after {
    display: none;
}

.lang_titlewraphr {
    border-top: 1px solid rgb(255, 255, 255);
    margin: 10px 0px;
    width: 100%;
    padding: 0px;
}

.lang_pop_cus {
    display: flex;
    flex-direction: column;
    gap: 23px;
    font-size: 13px;
}

.ant-dropdown-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
    top: -17px;
    right: 28px;
}

.ant-dropdown-arrow::before {
    position: absolute;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 16px;
    height: 8px;
    background: rgb(255, 255, 255);
    clip-path: path("M 0 8 A 4 4 0 0 0 2.82843 6.82843 L 6.58579 3.07107 A 2 2 0 0 1 9.41421 3.07107 L 13.1716 6.82843 A 4 4 0 0 0 16 8 Z");
    content: "";
}

.ant-dropdown-arrow::after {
    content: "";
    position: absolute;
    width: 8.97056px;
    height: 8.97056px;
    bottom: 0px;
    inset-inline: 0px;
    margin: auto;
    border-radius: 0px 0px 2px;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 7px;
    z-index: 0;
    background: transparent;
}

.side_menunav {
    width: 260px;
    height: calc(-70px + 100vh);
    background: var(--bg-color-1);
    position: fixed;
    left: 0px;
    padding-bottom: 35px;
    top: 80px;
    padding-top: 10px;
    z-index: 17;
    overflow: hidden scroll;
}

.sidebg {
    width: 232px;
    background: var(--bg-color-2);
    border-radius: 0px 6px 6px 0px;
    position: relative;
}

.sidebg .item {
    height: 60px;
    padding-left: 20px;
    color: var(--font-color);
    font-size: 15px;
    border-bottom: 1px solid rgb(45, 55, 68);
    line-height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.sidebg .item:hover {
    background: linear-gradient(194deg, rgba(153, 36, 255, 0.3) 0%, rgba(43, 32, 95, 0.3) 100%);
    color: rgb(255, 255, 255);
}

.sidebg .item.active {
    background: linear-gradient(194deg, rgb(100, 32, 188) 0%, rgb(46, 29, 100) 100%);
    color: rgb(255, 255, 255);
}

.sidebg .item img {
    width: 25px;
}
.menuoff .sidebg .item img{
    width: 30px;
}

.sidebg .item .itemtext {
    color: rgb(151, 167, 182);
}

.sidebg .item:hover .itemtext, .sidebg .item.active .itemtext {
    color: rgb(255, 255, 255);
}

.sidebg .item .hover {
    display: none;
}

.sidebg .item.active .hover {
    display: block;
}

.sidebg .item.active .before {
    display: none;
}

.vipmenubg {
    width: 232px;
    border-radius: 0px 6px 6px 0px;
    height: 60px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(90deg, rgb(34, 37, 33) 0%, rgb(61, 55, 31) 100%);
    margin-top: 20px;
    position: relative;
    transition: unset;
}

.vipmenubg::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, rgb(17, 25, 35) 0%, rgb(141, 110, 27) 100%);
    width: 213px;
    height: 62px;
    z-index: -1;
    border-radius: 7px;
    transition: unset;
}

.vipmenubg .vipmenu {
    width: 25px;
}
.menuoff .vipmenubg .vipmenu{
    width: 30px;
}
.sidebg .item .tooltip, .vipmenubg .tooltip {
    visibility: hidden;
    min-width: 90px;
    background-color: rgb(8, 89, 139);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0px;
    position: absolute;
    z-index: 9999;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

body.menuoff .sidebg .item:hover .tooltip, body.menuoff .vipmenubg:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.sidebg .item .tooltip::after, .vipmenubg .tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(8, 89, 139) transparent transparent;
}

.sidebg a:first-child {
    border-radius: 0px 10px 0px 0px;
}

.sidebg a:last-child {
    border-radius: 0px 0px 10px;
}

.main {
    padding-left: 260px;
    position: relative;
    padding-top: 80px;
    /* z-index: 0; */
}

.main_container {
    max-width: 1290px;
    padding: 40px 10px;
    margin: 0px auto;
}

.carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 2%;
}

.carousel-indicators li[data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(187, 187, 187);
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity 0.6s;
    border-radius: 25px;
}

.carousel-indicators li[data-bs-target].active {
    opacity: 1;
    background-color: rgb(255, 97, 11);
}

.desktop-slider {
    border-radius: 20px;
    overflow: hidden;
}

.ann-wrap {
    display: flex;
    background: rgb(22, 32, 44);
    padding: 10px;
    border-radius: 10px;
    margin: 25px 0px 0px;
    align-items: center;
    color: rgb(152, 170, 208);
    font-size: 13px;
}

.ann-wrap img {
    margin-right: 10px;
    margin-left: 10px;
}

.arrow_slider .slide-arrow {
    cursor: pointer;
    background-color: rgb(23, 31, 43);
    padding: 6px 13px;
    border-radius: 8px;
    color: rgb(147, 172, 211);
}

.arrow_slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider_title {
    color: rgb(255, 255, 255);
    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;
    margin-bottom: 10px;
}

.arrow_slider_wrp.slot-all {
    justify-content: flex-end;
}

.slider_title img {
    width: 30px;
    margin-right: 10px;
}

.index_product_box {
    margin-top: 30px;
}

.index_promoimg img {
    border-radius: 10px;
}

.hotgame-main-img {
    position: relative;
    cursor: pointer;
}

.hotgame-main-img img {
    border-radius: 8px;
}

.game-preview__hover {
    background-color: rgba(27, 34, 51, 0.8);
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 1;
    padding: 19px 10px 13px;
    transition: opacity 0.1s ease-in-out;
    perspective: 1000px;
    transform: translateZ(1px);
    border-radius: 8px;
}

.game-preview__btn-play {
    border-radius: 50%;
    opacity: 0;
    transform: scale(1);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotgame-main-img:hover .game-preview__btn-play, .hotgame-main-img:hover .game-preview__hover {
    opacity: 1;
}

.hotgame-main-img:hover .game-preview__btn-play img {
    animation: 0.2s ease 0s 1 normal forwards running hover-animation;
}

@keyframes hover-animation {
    0% {
        width: 50px;
    }

    50% {
        width: 80px;
    }

    100% {
        width: 50px;
    }
}

.game-preview__btn-play::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.game-preview__btn-play i {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.index_download {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 50px 0px;
    align-items: center;
}

.index_download .left {
    text-align: center;
}

.title_dw {
    background: linear-gradient(rgb(186, 64, 255) 0%, rgb(141, 92, 235) 100%) text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: bold;
}

.title_dw_name {
    background: linear-gradient(rgb(255, 150, 0) 0%, rgb(255, 255, 0) 100%) text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: bold;
}

.dw_content {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-top: 12px;
}

.qr_wrap_index {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 24px;
}

.qr_box_bg {
    width: 132px;
    height: 137px;
    background-image: url("../images/index/qr_bg.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr_box_bg img {
    width: 105px;
}

.qr_btn {
    margin-top: 10px;
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(30, 39, 53);
    color: rgb(255, 255, 255);
    padding: 3px;
}

.qr_btn img {
    width: 20px;
    margin-right: 5px;
}

.hotgame-main-img-pro {
    background-color: rgb(70, 13, 144);
    border-radius: 10px;
}

.footer {
    background-color: var(--footer-color);
    padding: 30px 0px;
}

.footer_main_container {
    max-width: 1290px;
    margin: 0px auto;
    padding: 0px 10px;
}

.footer_top_wrap {
    display: flex;
    justify-content: space-between;
}

.footer_box_title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 13px;
}

.footer_box_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_box_content a {
    color: var(--font-color);
    font-size: 13px;
}

.footer_box_content a:hover {
    color: rgb(141, 92, 235);
}

.footer_box_logo1 img {
    width: 30px;
    margin-right: 15px;
}

.footer_box_logo2 img {
    margin-right: 13px;
    min-width: 36px;
}

.footer_box_logo2 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 18px;
}

.footer_box_last {
    width: 450px;
}

.footer_hr {
    border-top: 2px solid rgb(0, 0, 0);
    box-shadow: rgba(77, 77, 77, 0.56) 0px 1px 2px 1px;
}

.footer_lic_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_lic_logo img {
    margin-right: 64px;
}

.footer_lic_logo img:last-child {
    margin-right: 0px;
}

.footer_copyright {
    color: rgb(84, 101, 127);
    text-align: center;
    margin-top: 45px;
    font-size: 12px;
}

.forgottabwrap .tab {
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(115, 115, 115, 0) rgba(115, 115, 115, 0) rgba(255, 255, 255, 0.13);
    border-image: initial;
    background-color: transparent;
    border-radius: 0px;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.forgottabwrap .tab button {
    background-color: rgba(79, 88, 100, 0);
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    width: auto;
    border-bottom: 1px solid rgba(93, 93, 93, 0);
    text-align: left;
    padding: 0px;
}

.forgottabwrap .tab button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgb(219, 168, 76);
}

.forgottabwrap .tab button.active {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(219, 168, 76);
    border-bottom: 1px solid rgb(219, 168, 76);
}

.forgottabwrap .tabcontent {
    display: none;
    padding: 0px;
    border-right: 1px solid rgba(204, 204, 204, 0);
    border-bottom: 1px solid rgba(204, 204, 204, 0);
    border-left: 1px solid rgba(204, 204, 204, 0);
    border-image: initial;
    border-top: none;
}

.forgot_numwrap {
    display: grid;
    grid-template-columns: 26% 73%;
    gap: 5px;
}

.btn_reg_drop, .btn_reg_drop:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(151, 151, 151);
    border-radius: 6px;
    display: flex;
    align-items: center;
    min-width: 103px;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    min-height: 40px;
}

.btn_reg_drop:focus {
    outline: 0px;
    box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

.btn_reg_drop_menu img {
    width: 24px;
}

.btn_reg_drop_menu .dropdown-menu {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(151, 151, 151);
    border-radius: 5px;
    width: 100%;
    min-width: 200px;
}

.btn_reg_drop_menu .dropdown-menu .dropdown-item {
    color: rgb(0, 0, 0);
}

.btn_reg_drop_menu .dropdown-menu .dropdown-item:hover {
    background-color: rgb(201, 201, 201);
}

.btn_reg_drop_menu .dropdown-menu .dropdown-item img {
    margin-right: 10px;
}

.forgottabwrap input {
    border-radius: 6px;
    box-shadow: unset;
    border: none;
    padding: 2px 10px;
    font-size: 13px;
    min-height: 40px;
}

.btn_forgot {
    background-color: rgb(82, 63, 190);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 10px 5px;
    border: none;
    margin-top: 25px;
}

.product_inn_group_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.product_main_a {
    display: block;
}

.productname {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 5px;
}

.index_product_box_cus {
    margin-top: 0px;
}

.esport_bg {
    background-image: url("../images/esport/bg-tfg.jpg");
    background-repeat: no-repeat;
    min-height: 700px;
    background-position: center top;
    background-size: cover;
}

.esport_content {
    max-width: 500px;
    margin: 19% auto auto;
    text-align: center;
}

.esport_content p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

.btn_esport {
    background-color: transparent;
    background-image: url("../images/esport/btn-esport.png");
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 104px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-top: 11%;
    transition: 0.2s;
}

.btn_esport:hover {
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 10px);
    transition: 0.2s;
}

.download_header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.download_header a {
    position: absolute;
    left: 4%;
    top: 5px;
    color: rgb(255, 255, 255);
}

.download_header a i {
    margin-right: 7px;
}

.download_header h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0px;
}

.slots_topbanner {
    position: relative;
    margin-bottom: 25px;
}

.banner_cusradius {
    border-radius: 15px;
}

.jackpot {
    width: 56%;
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jackpot_inn {
    position: relative;
}

.jackpotnum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
    margin: auto;
    justify-content: center;
}

.jackpotnum span {
    background-image: url("../images/slots/banner-slots-jackport-1.png");
    background-repeat: no-repeat;
    width: 69px;
    height: 86px;
    color: rgb(255, 255, 255);
    font-size: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background-size: 100%;
    background-position: center center;
}

.jackpotnum span.nonum {
    background-image: unset;
    width: 13px;
}

.jackpotnum p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 19px;
}

.mySwiper4 {
    position: relative;
}

.mySwiper4 .arrow_slider_wrp {
    z-index: 2;
    width: 100%;
    margin-bottom: 0px;
    top: 28%;
}

.mySwiper4 .arrow_slider {
}

.product_row {
    margin: 15px 0px;
}

.arrow_slider .slide-arrow.swiper-button-disabled {
    background-color: rgba(23, 31, 43, 0.53);
    color: rgba(147, 172, 211, 0.57);
}

.mySwiper4 .arrow_slider .slide-arrow {
    color: rgb(255, 255, 255);
    background-color: rgb(151, 167, 182);
}

.mySwiper4 .arrow_slider .slide-arrow.swiper-button-disabled {
    background-color: rgba(23, 31, 43, 0.53);
    color: rgba(147, 172, 211, 0.57);
}

.product_row_name {
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: capitalize;
    font-size: 0.7vw;
    padding: 0px 5px 10px;
}

.mySwiper4 .slide-arrow__prev {
    position: absolute;
    left: 0px;
    top: 31%;
    z-index: 2;
}

.mySwiper4 .slide-arrow__next {
    position: absolute;
    right: 0px;
    top: 31%;
    z-index: 2;
}

.mySwiper4 .hotgame-main-img-pro {
    background: linear-gradient(rgb(38, 48, 98) 0%, rgb(17, 26, 41) 100%);
    border-radius: 10px;
    cursor: pointer;
    margin: auto;
    text-align: center;
}

.mySwiper4 .hotgame-main-img-pro.active, .mySwiper4 .hotgame-main-img-pro:hover {
    background: linear-gradient(rgb(82, 63, 190) 7%, rgb(0, 30, 100) 100%);
}

.mySwiper4 .hotgame-main-img-pro img {
    width: 80%;
    margin: auto;
    text-align: center;
}

.product_main_wrap {
    background-color: rgb(22, 31, 44);
    padding: 15px;
    border-radius: 10px;
}

.product_swiperbtn_wrap {
    background-color: rgb(42, 53, 70);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    width: 400px;
    padding: 4px;
}

.product_swiperbtn {
    display: block;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background-color: rgb(42, 53, 70);
    color: rgb(255, 255, 255);
    min-width: 33%;
    transition: 0.2s;
}

.product_swiperbtn.on, .product_swiperbtn:hover {
    background-color: rgb(82, 63, 190);
    transition: 0.2s;
}

.product_grid_wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    margin: 20px 0px 0px;
}

.product_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gamename {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.7vw;
}

.gamenamerate {
    background-color: rgb(82, 63, 190);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: center;
    font-size: 0.7vw;
    padding: 3px;
}

.product_box {
    cursor: pointer;
}

.mix {
    display: none;
}

.filter-menu-bar {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.pmbox {
    color: rgb(255, 255, 255);
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(0deg, rgb(29, 38, 51) 0%, rgb(46, 57, 74) 100%);
    border: 1px solid rgb(51, 63, 83);
    border-radius: 9px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pmbox i {
    width: 28px;
    font-size: 19px;
    display: flex;
    justify-content: center;
}

.pmbox.active {
    background: rgb(82, 63, 190);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(82, 63, 190);
}

.promo-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pm-boxer {
    margin: auto;
    background: rgb(41, 49, 59);
    color: rgb(255, 255, 255);
    padding: 0px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

.promo-img {
    position: relative;
}

.promo-img img {
    transition: 0.3s;
}

.promo-label {
    background: rgb(12, 214, 100);
    color: rgb(215, 243, 255);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding: 6px 10px 4px;
    min-width: 140px;
    border-radius: 0px 0px 30px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 2;
}

.promo-title-box {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 11px;
}

.title-pm {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.more-info-btn {
    background: rgb(12, 214, 100);
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    border-radius: 7px;
    padding: 4px 15px;
}

button.more-info-btn.more-info-btn_main {
    background: rgb(59, 59, 58);
}

.pm-boxer:hover .promo-img img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.promo_bgmain {
    background-color: rgb(17, 25, 35);
    border-radius: 15px;
    padding: 15px;
}

.filterbox {
    display: grid;
    grid-template-columns: 175px auto;
    gap: 3%;
}

.pmbox img {
    width: 28px;
    filter: brightness(2.5);
}

.modal-dialog.promo {
    border-radius: 20px;
    max-width: 800px !important;
}

.modal-content.promo {
    border: none;
    background-color: rgb(26, 28, 41);
    border-radius: 20px;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 33px;
    padding: 11px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
}

.grlist {
    color: var(--text-color);
}

.pm-title-wrapper {
    font-size: 21px;
    font-weight: 700;
    background: rgb(61, 41, 198);
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    border-radius: 20px;
}

.pmtable-wrapper {
}

table.promo-table tr th {
    color: rgb(255, 255, 255);
    background: rgb(217, 53, 61);
    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: rgb(217, 53, 61);
}

.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 rgb(217, 53, 61);
    border-radius: 0px 0px 20px 20px;
}

.promo-nav button {
    background: rgb(30, 32, 36);
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    border-radius: 20px;
}

.promo-modal-tnc {
    font-size: 14px;
    color: rgb(255, 255, 255);
    list-style: none;
    padding: 0px 0px 0px 2px;
    margin: 0px;
}

.promo-modal-tnc li span {
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

.promo_table tr th {
    background: rgb(108, 123, 168);
    padding: 10px;
    border: 1px solid rgb(108, 123, 168);
    text-align: center;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.promo_table tr td {
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid rgb(108, 123, 168);
    background: rgba(108, 123, 168, 0.2);
    text-align: center;
}

.basic-text {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.promo_table {
    width: 100%;
}

.promo-text {
    padding: 20px;
    background-color: rgb(26, 28, 41);
    border-radius: 0px 0px 10px 10px;
    color: rgb(255, 255, 255);
}

.red-underline {
    margin: 10px 0px 0px;
}

.promo-body {
    background-color: transparent;
}

.promo_ul {
    padding-left: 1rem;
    font-size: 12px;
}

.vip_banner {
    position: relative;
    background: url("../images/vip/banner-vip.jpg") center top / cover no-repeat;
    min-height: 440px;
    width: -webkit-fill-available;
}

.vip_banner img {
    width: 100%;
}

.inner_product_txt {
    color: rgb(173, 166, 210);
    max-width: 500px;
    position: absolute;
    top: 12%;
    right: 10%;
}

.vip_tit {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.poker_org_txt {
    color: rgb(135, 68, 236);
}

.vip_con {
    font-size: 13px;
    margin-bottom: 20px;
}

.inner_product_content.vip_wrap {
    width: 400px;
    text-align: left;
    margin-left: auto;
    padding-top: 110px;
}

.vip_status_wrap {
    display: grid;
    grid-template-columns: 300px auto;
    padding-top: 0px;
    align-items: center;
}

.vip_status_wrap img {
    width: 235px;
}

.progress-bar {
    position: relative;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    border-radius: 30px;
    background: repeating-linear-gradient(35deg, rgb(59, 63, 76), rgb(59, 63, 76) 1rem, rgb(17, 17, 17) 0px, rgb(17, 17, 17) 1.2rem);
}

.progress-bar > span {
    position: relative;
    display: block;
    height: 100%;
}

.progress-bar > span::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: repeating-linear-gradient(35deg, rgb(135, 68, 236), rgb(135, 68, 236) 1rem, rgb(17, 17, 17) 0px, rgb(17, 17, 17) 1.2rem);
}

.current-status-text {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.current-status h4 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.status-bottom h6 {
    margin: 0px;
    padding: 39px 0px 0px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.status-bottom h6::before {
    width: 1px;
    height: 27px;
    position: absolute;
    background: rgb(255, 255, 255);
    bottom: 20px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

.status-bottom p {
    color: rgb(112, 112, 112);
    font-size: 13px;
    padding: 7px 0px 0px;
    line-height: 13px;
    text-align: center;
    font-weight: 400;
}

.vip span {
    text-shadow: rgb(0, 0, 0) 1px 3px 4px;
}

.status-bottom span {
    display: block;
}

.grey-color {
    color: rgb(165, 165, 165);
}

.gold-color {
    color: rgb(163, 136, 66);
}

.blue-color {
    color: rgb(165, 192, 212);
}

.purple-color {
    color: rgb(125, 109, 170);
}

.brown-color {
    color: rgb(240, 199, 131);
}

.elite-color {
    color: rgb(192, 160, 110);
}

.progress_percent_bronze {
    width: 7%;
}

.progress_percent_silver {
    width: 29%;
}

.progress_percent_gold {
    width: 50%;
}

.progress_percent_platinum {
    width: 72%;
}

.progress_percent_diamond {
    width: 100%;
}

.vip_table {
    color: rgb(216, 138, 255);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.icon_1st {
    content: "";
    min-height: 28px;
}

.txt_yellow {
    color: rgb(255, 255, 255);
}

.vip_line hr {
    border-top: 1px solid rgb(175, 175, 175);
}

table.vip_table tbody tr td:first-child {
    text-align: left;
}

table.vip_table tbody tr td img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.19) 0px 0px 2px 2px;
}

table.vip_table tbody tr td {
    padding: 10px;
}

table.vip_table tbody tr td.text-left {
    padding-bottom: 0px;
    padding-top: 12px;
    text-transform: uppercase;
}

.vip_pri {
    font-size: 20px;
    vertical-align: bottom;
}

.vip_bom_img {
    text-align: center;
    padding-top: 30px;
}

.infopage_wrapper {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 10px;
}

.infopage_wrapper .left {
    background-color: rgb(17, 25, 35);
    padding: 28px 0px;
    border-radius: 10px;
}

.info_menu_box_title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding-left: 62px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.info_menu_boxul {
    padding-left: 0px;
    list-style: none;
}

.info_menu_boxul li a {
    display: block;
    font-size: 16px;
    color: rgb(151, 167, 182);
    width: 100%;
    padding: 7px 7px 7px 62px;
}

.info_menu_boxul li a.active {
    background-color: rgb(34, 43, 81);
    color: rgb(219, 168, 76);
    position: relative;
}

.info_menu_boxul li a.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 26px;
    background: rgb(219, 168, 76);
    border-radius: 0px 30% 30% 0px;
}

.hr_infomenu {
    border-top: 1px solid rgba(43, 68, 91, 0.48);
    opacity: 0.8;
}

.infopage_wrapper .right {
    background-color: rgb(17, 25, 35);
    padding: 26px;
    border-radius: 10px;
    color: var(--font-color);
}

.infopage_wrapper .right h5 {
    color: var(--yellow);
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
}

.infopage_wrapper .right h5.primary-color {
    color: var(--primary-color);
}

.infopage_wrapper .right p {
    font-size: 14px;
    line-height: 38px;
    /* text-indent: 2em; */
    font-weight: 400;
}

.pagcor {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.pacgor_wrap {
    max-width: 500px;
    margin: auto;
}

.licimg img {
    width: 100%;
}

.pagcor a {
    color: rgb(13, 110, 253) !important;
}

.match_brief h4 {
    text-align: center;
}

.match_brief ul {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
}

.match_brief ul li {
    display: flex;
    margin-bottom: 26px;
    flex-basis: 49%;
    padding-right: 20px;
    align-items: center;
}

.match_brief ul li img {
    margin-top: 6px;
    width: 128px;
    margin-right: 20px;
}

.infopage_wrapper .right.match_brief ul li p {
    line-height: 24px;
    text-indent: unset;
}

.match_brief ul li p span {
    font-weight: 700;
}

.match_brief.spec ul li {
    flex-basis: 100%;
}

.main_container_afterlogin {
    padding-top: 10px;
    padding-bottom: 10px;
}

.head_bg_charge {
    width: 300px;
    height: 50px;
    background-color: var(--bg-color-6);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 17px;
    gap: 12px;
}

.head_bg_charge_left {
    width: 138px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.head_amtimg {
    width: 22px;
}

.head_bg_charge_left span {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.head_bg_charge_right img {
    width: 25px;
}

.head_bg_charge_right {
    width: 133px;
    height: 44px;
    background: linear-gradient(16deg, rgb(32, 33, 161) 0%, rgb(156, 6, 203) 75%);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    gap: 10px;
}

.amt_pop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 13px;
    background-color: rgb(41, 55, 75);
    border-radius: 10px;
    border: 1px solid rgb(39, 43, 55);
    box-shadow: rgba(39, 43, 55, 0.79) 0px 2px 3px;
    top: 163%;
    right: 0px;
    min-width: 260px;
    transition: opacity 0.3s, visibility 0.3s;
}

.amt_pop.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.wallet_list {
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-right: 10px;
    width: 320px;
}

.wallet_list .main-wallet {
    height: 35px;
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
    border-radius: 4px;
    padding: 5px 10px;
    align-items: center;
}

.wallet_list .main-wallet span, .wallet_list .main_alllisting span {
    font-size: 13px;
}

.wallet_list .main_alllisting {
    height: 35px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(81, 105, 141);
    border-radius: 4px;
    padding: 5px 10px;
    align-items: center;
}

.btn_in {
    border: none;
    background-color: greenyellow;
    border-radius: 4px;
}

.btn_out {
    border: none;
    background-color: rgb(255, 47, 47);
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.main_alllistingspan {
    display: flex;
    gap: 6px;
    align-items: center;
}

.header_profileinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 200px;
    height: 50px;
    cursor: pointer;
    background: var(--bg-color-6);
    border-radius: 25px;
    position: relative;
}

.header_profileinfo_left {
    display: flex;
    align-items: center;
}

.header_profileinfo_left img {
    width: 39px;
}

.header_profileinfo_left img.imageviphead {
    width: 20px;
}

.header_profileinfo_mid {
    color: rgb(255, 255, 255);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 87px;
    font-size: 13px;
    text-align: center;
}

.header_profileinfo_right {
    color: rgb(89, 103, 124);
}

.profile_head_box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
    width: 320px;
    background: var(--bg-color-6);
    border: 1px solid rgb(47, 58, 75);
    border-radius: 12px;
    padding: 16px 26px 26px;
    top: 110%;
    right: 0px;
    min-width: 260px;
}

.profile_head_box.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.profile_box_head {
    position: relative;
    text-align: center;
}

.imagevipheadbox_wrap {
    width: 32px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    background-image: url("../images/header/vip_bg.png");
    background-size: contain;
    position: absolute;
    bottom: 2px;
    left: 140px;
}

.imagevipheadbox {
    width: 17px;
}

.profileid {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin: 5px 0px;
}

.head_profileul {
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
}

.head_profileul li a {
    width: 100%;
    height: 44px;
    background: rgb(42, 53, 70);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    color: rgb(151, 167, 182);
    gap: 15px;
}
.head_profileul li a:hover {
    background: rgb(62, 76, 101);
}

.head_profileul li a i {
    font-size: 21px;
}

.head_inbox {
    position: relative;
}

.head_inbox .badge {
    position: absolute;
    top: -40%;
    right: -20px;
    padding: 5px;
    border-radius: 50%;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
}

.afterlogin_wrap {
    display: grid;
    gap: 10px;
    grid-template-columns: 26% 73%;
}

.afterlogin_wrap_left {
    background-color: rgb(17, 25, 35);
    border-radius: 10px;
}

.menu_backend_profile {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.profile_menu_img {
    width: 70px;
}

.profile_note {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size: 13px;
}

.profile_note1 {
    color: rgb(255, 255, 255);
}

.profile_note2 {
    color: var(--yellow);
}

.profile_note3 {
    color: var(--font-color);
}

.menu_backend_walletbalance {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    font-size: 13px;
    margin-bottom: 10px;
}

.menu_backend_walletbalancetext {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

.menu_backend_walletbalancetext span {
    color: var(--yellow);
    margin: 0px 6px;
}

.revoc_img {
    cursor: pointer;
}

.profile_box_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    border-top: 1px solid rgb(29, 39, 51);
    border-bottom: 1px solid rgb(29, 39, 51);
    padding: 20px 0px;
    margin: 0px 20px;
}

.profile_box_btn i {
    font-size: 15px;
}

.profile_box_btn1 {
    border: 1px solid rgb(87, 128, 233);
    background: transparent;
    border-radius: 6px;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 8px;
    font-size: 13px;
    padding: 0px 5px;
}

.profile_box_btn1.active, .profile_box_btn1:hover {
    background: linear-gradient(220deg, rgb(70, 47, 205) 18%, rgb(24, 104, 220) 100%);
    color: rgb(255, 255, 255);
}

.profile_box_btn2 {
    border: 1px solid rgb(249, 165, 26);
    background: transparent;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 8px;
    color: rgb(249, 165, 26);
    font-size: 13px;
    padding: 0px 5px;
}

.profile_box_btn2.active, .profile_box_btn2:hover {
    background: linear-gradient(rgb(219, 168, 76), rgb(248, 200, 117));
    color: rgb(255, 255, 255);
}

.profile_box_btn3 {
    border: 1px solid rgb(81, 220, 201);
    background: transparent;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 8px;
    color: rgb(81, 220, 201);
    font-size: 13px;
    padding: 0px 5px;
}

.profile_box_btn3.active, .profile_box_btn3:hover {
    background: linear-gradient(257deg, rgb(51, 193, 173) 28%, rgb(112, 254, 234) 75%);
    color: rgb(0, 0, 0);
}

.afterlogin_side_menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0px 0px 20px;
}

.afterlogin_side_menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--font-color);
    font-size: 13px;
    padding: 10px 20px;
}

.afterlogin_side_menu a.active, .afterlogin_side_menu a:hover {
    background: linear-gradient(257deg, rgb(17, 25, 35) 19%, rgb(34, 43, 81) 95%);
}

.afterlogin_side_menu a img {
    width: 30px;
    margin-right: 10px;
}

.afterlogin_wrap_right {
    background-color: rgb(17, 25, 35);
    border-radius: 10px;
}

.wrap_right_header {
    background-color: var(--bg-color-6);
    padding: 12px 72px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}

.wrap_right_box_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrap_right_box_left img {
    width: 90px;
    border-radius: 8px;
}

.box_left_vip p {
    color: var(--font-color);
    margin: 0px;
    font-size: 13px;
}

.box_left_vip span {
    color: rgb(255, 255, 255);
    font-size: 11px;
}

.box_left_vip {
    display: flex;
    flex-direction: column;
}

.box_border {
    background-color: rgb(44, 54, 67);
    height: 40px;
    margin: 0px 36px;
    border-inline-start: 1px solid rgba(5, 5, 5, 0.08); }

.wrap_right_box_mid{
    cursor: pointer;
}
.wrap_right_body {
    padding: 30px 72px 60px;
    color: rgb(255, 255, 255);
    position: relative;
}

.form_wrapper label {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-size: 13px;
}

.form_input {
    margin-bottom: 30px;
}

.share_tab_tri .tab {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share_tab_tri .tablinks {
    width: 140px;
    text-align: center;
    background-color: var(--bg-color-4);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 8px 4px;
    border: none;
    position: relative;
}

.share_tab_tri .tablinks img {
    width: 34px;
}

.tab_txt {
    font-size: 13px;
}

.share_tab_tri .tablinks.active, .share_tab_tri .tablinks:hover {
    background-color: rgb(79, 63, 197);
}

.share_tab_tri .tabcontent {
    display: none;
    margin-top: 25px;
}

.top_right_percent {
    background-color: rgb(12, 210, 99);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.share_tab_tri .tablinks img.top_right_referimg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
}

.form_input input {
    background: rgb(255, 255, 255);
    border: none;
    color: rgb(0, 0, 0);
    height: 44px;
    width: 100%;
    border-radius: 6px;
    text-overflow: ellipsis;
    touch-action: manipulation;
    appearance: none;
    font-size: 14px;
}

.form_input input::placeholder {
    color: rgb(199, 199, 199);
}

.form_input select {
    color: rgb(138, 138, 138);
    height: 44px;
}

.form_input option:not(:first-of-type) {
    color: rgb(138, 138, 138);
}

.remark {
    font-size: 11px;
    color: var(--font-color);
    margin: 10px 0px;
}

.select_amt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select_amt a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(219, 168, 76);
    color: rgb(0, 0, 0);
    padding: 5px;
    border-radius: 5px;
    min-width: 58px;
}

.select_amt a:hover {
    background-color: rgb(255, 237, 204);
}

.dep_channel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dep_channel button {
    border: 1px solid transparent;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 7px;
    padding: 8px 5px;
    min-width: 100px;
    gap: 5px;
}

.dep_channel button:hover, .dep_channel button.active {
    border: 1px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.dep_channel button.active::after {
    content: "";
    width: 26px;
    height: 22px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url("../images/afterlogin/activeImg.svg");
    background-position: center center;
    background-size: cover;
}

.dep_channel img {
    height: 28px;
    margin: auto;
}

.dep_channel_txt {
    color: var(--font-color);
    font-size: 12px;
    text-align: center;
    margin: auto;
}

.btn-submit {
    background-color: var(--primary-color);
    width: 100%;
    border: none;
    height: 40px;
    color: rgb(255, 255, 255);
    padding: 4px 15px;
    border-radius: 6px;
}

.uploader {
    display: block;
    width: 100%;
}

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 7px;
    border: 1px solid rgb(190, 202, 236);
    transition: 0.2s;
    user-select: none;
}

.uploader label:hover {
    border-color: rgb(190, 202, 236);
}

.uploader label.hover {
    border: 3px solid rgb(69, 76, 173);
    box-shadow: rgb(238, 238, 238) 0px 0px 0px 6px inset;
}

.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden {
    display: none;
}

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: 0.2s ease-in-out;
}

.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden {
    display: none;
}

.uploader #response #messages {
    margin-bottom: 0.5rem;
}

.uploader #file-image {
    display: inline;
    margin: 0px auto 0.5rem;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-image.hidden {
    display: none;
}

.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage.hidden {
    display: none;
}

.uploader progress, .uploader .progress {
    display: inline;
    clear: both;
    margin: 0px auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0px;
    border-radius: 4px;
    background-color: rgb(238, 238, 238);
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: rgb(238, 238, 238);
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, rgb(57, 63, 144) 0%, rgb(69, 76, 173) 50%);
    border-radius: 4px;
}

.uploader input[type="file"] {
    display: none;
}

.uploader div {
    margin: 0px 0px 0.5rem;
    color: rgb(95, 105, 130);
}

.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0px 1rem;
    height: 36px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background: var(--primary-color);
    cursor: pointer;
}

.cryptotab {
    display: flex;
}

.crypto_channel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.crypto_channel button {
    border: 1px solid transparent;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 7px;
    padding: 8px 5px;
    min-width: 130px;
    gap: 5px;
    min-height: 100px;
}

.crypto_channel button:hover, .crypto_channel button.active {
    border: 1px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.crypto_channel button.active::after {
    content: "";
    width: 26px;
    height: 22px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url("../images/afterlogin/activeImg.svg");
    background-position: center center;
    background-size: cover;
}

.crypto_channel img {
    height: 38px;
    margin: auto;
}

.crypto_channel_txt {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.crypto_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.crypto_flex button {
    height: 46px;
    width: 80px;
    background-color: rgb(30, 43, 62);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
}

.crypto_flex button.active, .crypto_flex button:hover {
    background-color: rgb(79, 63, 197);
}

.cryptotab_right {
    padding: 40px 12px;
    background-color: rgb(29, 38, 51);
    border-radius: 10px;
    margin-top: -128px;
    margin-right: -6%;
}

.cryptotab_left {
    min-width: 485px;
    margin-right: 10px;
}

.remind dl {
    display: flex;
    margin-bottom: 12px;
}

.remind dl dt {
    padding-right: 1vw;
    margin-top: 3px;
}

.remind dl dt span {
    font-size: 12px;
    width: 16px;
    height: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remind dl dd {
    font-size: 0.7vw;
    color: var(--font-color);
}

.qr_wrapper_crypto {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}

.qr_wrapper_crypto_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 13px;
}

.qr_crypto_bg {
    width: 172px;
    height: 172px;
    background-image: url("../images/afterlogin/qr_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr_crypto_bg img {
    width: 80%;
}

.btn_saveqr {
    width: 128px;
    height: 30px;
    background-color: rgb(255, 77, 79);
    color: rgb(255, 255, 255);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: auto auto auto 22px;
}

.qr_wrapper_crypto_right {
    color: var(--font-color);
    font-size: 12px;
}

.warn-color {
    color: var(--warn-color);
}

.qr_wrapper_crypto_right span {
    color: rgb(255, 255, 255);
}

.qr_wrapper_crypto_right p {
    margin-bottom: 8px;
}

.form_input input.usdtinput {
    border: 1px solid rgb(92, 125, 236);
    background: transparent;
}

.usdt_inputwrap {
    position: relative;
}

.usdtcopy {
    position: absolute;
    right: 9px;
    top: 15px;
    cursor: pointer;
    color: rgb(255, 193, 7);
}

.important {
    font-size: 12px;
    text-align: center;
    margin: 20px;
}

.table-share tr th {
    background-color: rgb(79, 63, 197);
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgb(108, 123, 168);
    color: rgb(255, 255, 255);
}

.table-share tr td {
    padding: 5px;
    border: 1px solid rgb(108, 123, 168);
    text-align: center;
}

.form_input_transfer {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 94.5%;
}

.form_input_transfer label {
    font-size: 14px;
    margin: 0px;
    min-width: 100px;
}

.transfer_right span {
    width: 29px;
    height: 24px;
    border: 1px solid rgb(38, 73, 106);
    display: inline-block;
}

.transfer_right .top {
    border-left: 0px;
    border-bottom: 0px;
}

.transfer_right .btm {
    border-left: 0px;
    border-top: 0px;
}

.transfer_right img {
    width: 28px;
    text-align: center;
    margin-left: 14px;
}

.tran_input_cus {
    position: relative;
    z-index: 1;
}

.transfer_right {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 18px;
    z-index: -1;
}

.transfer_amt_row {
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    position: relative;
}

.transfer_amt_row input {
    width: 30%;
}

.tran_devider {
    position: relative;
    top: -0.06em;
    display: inline-block;
    height: 0.9em;
    margin: 0px 8px;
    vertical-align: middle;
    border-top: 0px;
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06); }

.transfer_amt_row span {
    color: var(--font-color);
}

.transfer_amt_row a {
    color: var(--yellow);
    height: 44px;
    right: 9px;
    position: absolute;
    top: 26%;
}

.tran_form_btn {
    display: grid;
    grid-template-columns: 69% 30%;
    gap: 10px;
}

.btn-reset {
    color: var(--font-color) !important;
    background-color: var(--bg-color-6);
}

.transfer_contentgame_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.contentgame_box {
    background: var(--bg-color-6);
    border-radius: 10px;
    padding: 18px;
}

.contentgame_box hr {
    border-top: 1px solid rgb(89, 109, 127);
}

.contentgame_box h5 {
    color: var(--yellow);
    font-size: 13px;
}

.contentgame_box ul {
    padding-left: 0px;
    list-style: none;
}

.contentgame_box ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.contentgame_box ul li p {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 13px;
}

.contentgame_box ul li span {
    color: var(--font-color);
}

.transaction_selbtn {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.transaction_selbtn button {
    background-color: var(--bg-color-6);
    color: var(--font-color);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    min-height: 44px;
    padding: 5px;
    font-size: 13px;
}

.transaction_selbtn button.active, .transaction_selbtn button:hover {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
}

.transtime_grid {
    display: flex;
    align-items: center;
    gap: 30px;
}

.transtime_grid a {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid transparent;
    font-size: 13px;
}

.transtime_grid a.active, .transtime_grid a:hover {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
}

.historynote {
    color: var(--font-color);
    font-size: 11px;
    display: flex;
    justify-content: center;
}

.historynote::before {
    position: relative;
    width: 70px;
    border-block-width: 1px 0px; border-block-start-style: solid; border-block-start-color: inherit; border-block-end-style: initial; border-block-end-color: initial; transform: translateY(50%);
    content: "";
    border-top: 1px solid rgb(42, 53, 70);
}

.historynote::after {
    position: relative;
    width: 70px;
    border-block-width: 1px 0px; border-block-start-style: solid; border-block-start-color: inherit; border-block-end-style: initial; border-block-end-color: initial; transform: translateY(50%);
    content: "";
    border-top: 1px solid rgb(42, 53, 70);
}

.historynote span {
    padding: 0px 10px;
    text-align: center;
}

.table_history {
    margin-top: 40px;
}

.tableshareall {
    width: 100%;
    font-size: 13px;
    border-spacing: 0px;
    border-collapse: separate;
}

.tableshareall thead {
    background-color: rgb(29, 38, 51);
    text-align: center;
}

.tableshareall tbody {
    text-align: center;
}

.tableshareall th, .tableshareall td {
    padding: 8px;
    font-weight: 300;
}

.tableshareall thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tableshareall thead tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tableshareall tbody tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.form_insert, .form_default {
    display: none;
}

.form_default.active, .form_insert.active {
    display: block;
}

.form_default {
}

.form_default img {
    margin: auto;
}

.form_default_noted {
    display: flex;
    justify-content: center;
    color: var(--font-color);
    text-align: center;
    font-size: 12px;
}

.btnadd_bank {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    width: 220px;
    font-size: 14px;
    margin: auto;
}

.form_default_grid {
    text-align: center;
    margin: 4rem 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.addbank_form_btn {
    display: grid;
    grid-template-columns: 30% 69%;
    gap: 10px;
}

.batchdelete {
    text-align: end;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
    cursor: pointer;
}

.table_history_inbox {
    margin-top: 15px;
}

.delete_cus {
    cursor: pointer;
}

.msg_sel {
    cursor: pointer;
}

.profile_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 80px;
}

.profile_body .form_input {
    margin-bottom: 0px;
}

.profile_passwrap {
    position: relative;
}

.passedit {
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
    color: rgb(13, 110, 253);
}

.refer_copy {
    position: relative;
}

.refer_copyicon {
    position: absolute;
    right: 9px;
    top: 12px;
    cursor: pointer;
    color: rgb(13, 110, 253);
    font-size: 18px;
}

.qr-sample_refer {
    text-align: center;
}

.qr-sample_refer img {
    width: 175px;
}

button.btn-tnc {
    background: rgb(13, 19, 28);
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding: 10px 35px 10px 15px;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
}

button.btn-tnc.collapsed {
    background: rgb(13, 19, 28);
    color: rgb(255, 255, 255);
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 8px;
}

.tnc-body {
    background: rgb(13, 19, 28);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 0px;
    line-height: 1.3;
    font-size: 11px;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
}

button.btn-tnc::after {
    content: ">";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: 0.3s;
}

button.btn-tnc.collapsed::after {
    content: ">";
    transform: rotate(90deg);
    transition: 0.3s;
}

.sup_span {
    background-color: var(--primary-color);
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    border-radius: 100px;
    padding: 5px;
    font-size: 12px;
    margin-right: 10px;
}

.tnc-body p {
    text-indent: 30px;
    letter-spacing: 0.6px;
    line-height: 1.6;
    font-weight: 300;
}

.supporttable {
    width: 100%;
}

table.supporttable td {
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    vertical-align: middle;
}

table.supporttable tr td:first-child {
    width: 35%;
    border-left: 1px solid rgb(238, 238, 238);
    text-align: center;
}

table.supporttable tr td:last-child {
    padding: 4px;
}

table.supporttable tr:first-child {
    border-top: 1px solid rgb(238, 238, 238);
}

.deposit-reminder {
    padding: 15px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.54);
    color: rgb(255, 255, 255);
    border: 1px solid var(--primary-color);
    margin-bottom: 30px;
    margin-top: 30px;
}

.deposit-reminder ol, .deposit-reminder ol li {
    list-style: decimal;
    font-size: 12px;
}

.deposit-reminder ol {
    padding: 0px 15px;
}

.index_loginreg_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.index_loginreg_wrap a {
    color: rgb(255, 255, 255);
    border-radius: 8px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_loginreg_wrap a {
    color: rgb(255, 255, 255);
    border-radius: 8px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_loginreg_wrap a.regbtn {
    background-color: rgb(70, 47, 205);
}

.index_loginreg_wrap a.logbtn {
    background-color: rgb(36, 38, 62);
}

.product_menu_grid {
    display: flex;
    align-items: center;
    overflow: auto hidden;
    gap: 10px;
    scroll-behavior: smooth;
    width: 100%;
}

.product_menu_grid_wrap {
    background-color: rgb(12, 20, 28);
    position: sticky;
    top: 60px;
    z-index: 2;
    padding: 10px 15px;
}

.product_right_icon {
    font-size: 17px;
    position: absolute;
    color: rgb(123, 123, 123);
    right: 0px;
    z-index: 4;
    top: 40%;
}

.product_left_icon {
    font-size: 17px;
    position: absolute;
    color: rgb(123, 123, 123);
    left: 0px;
    z-index: 4;
    top: 40%;
}

.product_left_icon, .product_right_icon {
    cursor: pointer;
    transition: opacity 0.3s;
}

.product_left_icon.disabled, .product_right_icon.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.product_menu_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: var(--masPrimary);
    min-width: 64px;
    border-radius: 10px;
    gap: 5px;
    padding: 7px;
    flex: 0 0 auto;
}

.product_menu_box.active {
    background-color: rgb(70, 47, 205);
}

.product_menu_img {
    width: 30px;
    margin: auto;
}

.product_menu_txt {
    color: rgb(151, 167, 182);
    font-size: 12px;
}

.product_menu_box.active .product_menu_txt {
    color: rgb(255, 255, 255);
}

.menuoff .side_menunav {
    width: 88px;
}

.menuoff .sidebg {
    width: 72px;
}

.menuoff .vipmenubg {
    width: 72px;
    transition: unset;
}

.menuoff .itemtext {
    display: none;
}

.menuoff .vipmenubg::before {
    width: 53px;
    transition: unset;
}

.menuoff .main {
    padding-left: 88px;
}

.mobilefooter {
    background-image: linear-gradient(rgb(36, 39, 55) 0px, rgb(27, 30, 47) 25%);
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 70px;
    padding: 0px 7px;
    justify-content: center;
    z-index: 1;
    left: 0px;
}

.footer_flow_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
}

.footer_flow_grid a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: var(--masFont);
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.footer_flow_grid a.active {
    color: rgb(87, 128, 233);
}

.footer_flow_grid a.active::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 6.25rem;
    height: 3.125rem;
    z-index: -1;
    background: radial-gradient(circle, rgba(87, 128, 233, 0.4) 10%, rgba(87, 128, 233, 0) 59%);
    filter: drop-shadow(rgb(87, 128, 233) 3px 4px 6px);
}

.footer_flow_grid a img {
    width: 25px;
    margin: 0px auto;
    filter: invert(75%) sepia(21%) saturate(242%) hue-rotate(168deg) brightness(85%) contrast(88%);
}

.footer_flow_grid a.active img {
    filter: invert(50%) sepia(50%) saturate(3026%) hue-rotate(205deg) brightness(94%) contrast(94%);
}

.sidemenu_top {
    color: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgb(44, 58, 114), rgb(27, 30, 47));
    padding: 8px;
    border-radius: 0px 10px 10px 0px;
    font-size: 13px;
    text-transform: capitalize;
    width: 232px;
}

.side_menu_topper {
    padding: 0px 28px 10px 0px;
}

.menuoff .side_menu_topper {
    display: none;
}

.side_menu_body {
    background-color: rgb(36, 42, 66);
    padding: 8px 0px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 20px;
    width: 232px;
}

.side_menu_body a {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    padding: 10px 20px;
}

.side_menu_body_a_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.side_menu_body_a_right {
    text-align: right;
}

.side_menu_body_a_left img {
    width: 25px;
}

.side_menu_body_a_left span {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.side_menu_body_a_right i {
    color: rgb(151, 167, 182);
    font-size: 12px;
}
.mobile_vip{
    display: none;
}
.mobile_vip table.vip_table tbody tr td:first-child{
    text-align: left;
    color: #ffffff;
}
.mobile_vip table.vip_table tbody tr td img{
    width: 100px !important;
    margin: auto;
}
.mobile_vip table.vip_table tbody tr td{
    padding: 9px;
}
.mobile_vip table.vip_table tbody tr td.text-left{
    text-transform: uppercase;
    background-color: #523fbe36;
    color: #d88aff;
    padding: 8px 5px 8px 10px;
}
.mobile_vip .vip_pri{
    font-size: 15px;
    /* vertical-align: bottom; */
    color: #d88aff!important;
}
.mobile_vip .vip_line hr {
    border-top: 1px solid #afafaf;
    margin: 0;
}
.mobile_vip .txt_yellow {
    color: #727681;
}
.mobile_vip .owl-nav{
	position: absolute;
	top: -9px;
	right: 0;
	width: 172px;
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.mobile_vip .owl-nav .owl-prev span,.mobile_vip .owl-nav .owl-next span{
	font-size: 55px;
	color: #717171;
}
.infotop_mobilenav .tab {
    display: flex;
    gap: 3px;
    overflow-x: scroll;
    padding: 10px 10px 0 10px;
    background-color: var(--masPrimary);
}
.infotop_mobilenav .tab a {
    color: var(--masFont);
    background-color: transparent;
    border: none;
    min-width: 120px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding-bottom: 13px;
    text-align: center;
    display: flex;
    word-break: break-word;
    align-items: center;
    justify-content: center;
}
.infotop_mobilenav .tab a.active {
    color: var(--masFontActive);
}
.infotop_mobilenav .tab a.active:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--masFontActive);
    margin: auto;
}
.infotop_mobilenav{
    display: none;
}

/* referral */
.recom_menu_box {
    align-items: center;
    background: #151c26;
    border-radius: 14px;
    display: flex;
    width: 100%;
    padding: 15px;
    grid-gap: 15px;
}

.recom_menu_a {
    display: block;
    padding: 5px;
    border-radius: 5px;
    min-width: 78px;
    text-align: center;
    background-color: transparent;
}

.recom_menu_a.active,.recom_menu_a:hover {
    background-color: #1a55ef;
}

.recom_menu_box_txt {
    font-weight: 600;
    text-transform: uppercase;
}

.bonus_box {
    background: rgb(36, 42, 66);
    border-radius: 0.75rem;
    color: #fff;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    margin: 10px auto;
    min-height: 260px;
    padding: 0;
    position: relative;
    width: 100%;
}

.bonus_box_custom {
    grid-template-columns: 275px 1fr;
    height: auto;
}

.bonus_left_box {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 0.75rem;
    float: left;
    margin: 10px;
    min-height: 250px;
    position: relative;
}

.copy_overview_inner {
    padding: 10px;
}

.copy_title {
    color: #907cff;
    font-size: 24px;
    min-height: 68px;
    padding: 10px 10px 0;
    font-weight: 700;
}

.copy_value_title {
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.copy_value {
    align-items: center;
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 34px;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 0px;
    text-align: left;
}

.copybtn {
    background-color: #907cff;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 15px;
    border-radius: 4px;
    color: #ffffff;
}

.copy_value input {
    height: 34px;
    background-color: #3b3b3b;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #fff;
}

.bonus_right_box_top {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    min-height: 108px;
    padding: 10px 16px;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bonus_data_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.bonus_data_block h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
}

.bonus_data_block span {
    line-height: 40px;
    font-weight: 600;
}

.bonus_right_box_bottom {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    display: grid;
    justify-items: flex-start;
    margin-bottom: 10px;
    margin-top: 15px;
    min-height: 140px;
    position: relative;
    border-radius: 0.75rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    grid-template-columns: minmax(120px,240px) 90px 2fr;
    align-items: center;
    grid-gap: 30px;
}

.bonus_plan_title {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-style: italic;
    margin: 0 auto;
    padding-left: 30px;
    max-width: 240px;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
}

.bonus_plan_txt {
    min-width: 150px;
    display: flex;
    grid-column-end: auto;
    grid-column-start: auto;
    align-items: center;
    color: #907cff;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: left;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    position: relative;
}

.trophy_m {
    display: none;
}

.bonus_plan_txt_tooltit,.bonus_plan_txt_tooltit2 {
    display: none;
    position: absolute;
    font-size: 10px;
    color: #fff;
    width: 260px;
    font-weight: 500;
    top: 33px;
    z-index: 999;
    background-color: #333333;
    padding: 5px;
    border-radius: 10px;
}

.bonus_ques,.bonus_ques2 {
    color: #907cff;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

.bonus_card_overview_title {
    margin: 0 auto;
    padding: 0;
}

.bonus_card_overview_title h2 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}

.bonus_card_overview_inner {
    display: flex;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 98px;
    position: relative;
}

.bonus_card_item {
    align-items: center;
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 8px;
    display: flex;
    width: 32%;
}

.bonus_card_item_icon {
    margin: 0 10px;
    position: relative;
    width: 80px;
}

.bonus_card_item_div {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}

.bonus_card_item_title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.bonus_card_item_number {
    color: #907cff;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0;
}

.bonus_card_item_people {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.bonus_invite_box_title {
    color: #907cff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}

.bonus_content_box {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
}

.bonus_left_content_box {
    padding: 30px 0 30px 30px;
    width: 45%;
}

.bonus_left_title {
    color: #907cff;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

.bonus_left_text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.bonus_left_money {
    color: #907cff;
    font-size: 16px;
    font-weight: 900;
}

.bonus_right_content_box {
    align-items: center;
    display: flex;
    flex: 1 1;
    justify-content: center;
}

.bonus_right_content_box img {
    width: 270px;
    padding: 10px;
}

.bonus_invite_list {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 18px 18px 18px 18px;
    margin-top: 24px;
    opacity: 1;
    padding-bottom: 30px;
    padding-top: 24px;
}

.bonus_table_title {
    color: #907cff;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.bonus_invite_list .bonus_table_ul {
    display: flex;
    flex-direction: column;
    padding: 0 36px;
}

.bonus_invite_list .bonus_table_ul .bonus_table_li {
    cursor: pointer;
    display: flex;
    width: 100%;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li {
    background: hsla(0,0%,100%,.7);
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}

.bonus_table_text {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.bonus_table_invite_nav {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    width: 190px;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(3) {
    background: #cec6f7;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:nth-last-child(2) {
    background: #9c92d1;
}

.bonus_invite_list .bonus_table_ul .bonus_table_list_li:last-child {
    background: #907cff;
}

.bonus_box .bonus_card_overview {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.bonus_card_overview_title h2 {
    color: #907cff;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 22px;
    margin-top: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.questiontool_wrap {
    position: relative;
}

.bonus_bets_box {
    background-image: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 8px;
    margin-top: 20px;
    min-height: 620px;
    padding-bottom: 20px;
    width: 100%;
}

.bonus_bets_top {
    display: flex;
    justify-content: space-around;
}

.bonus_bets_top_left {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 30px;
    padding-left: 35px;
    width: 49%;
}

.bonus_bets_bgc {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 10px;
    padding: 20px 20px 25px 25px;
    font-weight: 600;
}

.bonus_bets_desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.bonus_bets_top_example {
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
    padding-right: 12px;
    width: 100%;
    margin-bottom: 0;
}

.bonus_bets_top_example_title {
    font-size: 16px;
    margin-bottom: 0;
}

.bonus_bets_top_example_desc {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
}

.bonus_bets_top_right {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 49%;
    display: flex;
}

.bonus_card_overview_desc {
    color: #adb6c4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px auto;
}

.bonus_bets_top_right img {
    width: 75%;
    padding: 10px;
}

.bonus_bets_bottom {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding: 20px;
    flex-wrap: nowrap;
}

.bonus_bets_bottom_box {
    background: linear-gradient(180deg, rgb(82, 63, 190), rgb(27 19 71));
    border-radius: 15px 15px 15px 15px;
    box-sizing: border-box;
    padding: 20px
}

.bonus_bets_bottom_left {
    width: 48%;
}

.bonus_bets_bottom_right {
    width: 48%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.bonus_bets_bottom_right h2 {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    color: #fff;
}

.bonus_bets_number {
    position: relative;
    align-items: center;
    color: #907cff;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    position: relative;
}

.bonus_bets_number_text {
    color: #adb6c4;
    font-weight: 600;
    height: 30px;
    text-align: center;
    margin-bottom: 0;
}

.bonus_ranking_overview {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    position: relative;
    width: 100%;
}

.bonus_ranking_inner {
    grid-column-gap: 10px;
    color: #fff;
    display: grid;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}

.bonus_ranking_item {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 0.75rem;
    display: grid;
    min-height: 110px;
    padding: 10px;
}

.bonus_item_title {
    color: #fff;
    font-size: 22px;
    height: 42px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.bonus_ranking_data {
    background: linear-gradient(180deg, rgb(82, 63, 190), rgb(27 19 71));
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    margin: 0 auto;
    min-height: 280px;
    width: 100%;
}

.bonus_ranking_level2 {
    padding-top: 80px;
}

.bonus_ranking_level1 {
    padding-top: 20px;
}

.bonus_ranking_level3 {
    padding-top: 80px;
}

.bonus_userinfo_body {
    display: grid;
    font-size: 10px;
    grid-template-rows: 30px 100px 20px 20px;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.bonus_userinfo_ranking_level {
    font-size: 12px;
    padding-top: 15px;
}

.bonus_ranking_level2 .bonus_userinfo_ranking_level {
    background: linear-gradient(180deg,#f39d42,#9ea8ba);
    -webkit-background-clip: text;
    color: transparent;
}

.bonus_userinfo_avatar_bg {
    border: 1px solid #f39d42;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 10px auto;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: 80px;
}

.bonus_userinfo_body .bonus_userinfo_score,.bonus_userinfo_body .bonus_userinfo_username {
    align-items: center;
    color: #fff;
    display: block;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    transform: scale(.8);
    font-size: 16px;
}

.bonus_userinfo_body .bonus_userinfo_score {
    color: #fde403;
}

.bonus_ranking_lottery {
    grid-gap: 10px;
    display: grid;
    margin: 0 auto;
    min-height: 280px;
    padding: 0 8px;
    width: 100%;
}

.bonus_lottery_item {
    background: linear-gradient(180deg, rgb(82, 63, 190), rgb(27 19 71));
    border-radius: 0.25rem;
    color: #3f526e;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    font-size: 10px;
    grid-template-columns: minmax(60px,100px) 1fr 100px;
    margin: 0 auto;
    min-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.bonus_lottery_item div {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 3px;
    text-align: center;
    font-size: 16px;
}

.bonus_username {
    color: #ffffff;
}

.bonus_yellow {
    color: #907cff;
}

.bonus_footer_overview {
    background: linear-gradient(180deg, #1b222d, rgb(27 19 71));
    border-radius: 15px;
    display: flex;
    margin-bottom: 30px;
    opacity: 1;
    padding: 15px 15px 15px 24px;
    flex-direction: row;
}

.bonus_footer_left {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 315px;
}

.bonus_footer_right {
    flex: 1 1;
    width: 100%;
    margin-left: 25px;
}

.bonus_footer_right .bonus_footer_right_content {
    background: linear-gradient(180deg, rgb(82, 63, 190), rgb(27 19 71));
    border-radius: 15px;
    height: 100%;
    opacity: 1;
    padding: 26px 23px 18px 29px;
    width: 100%;
}

.bonus_footer_right_content .bonus_footer_right_text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;
}

.bonus_footer_last_text {
    margin-bottom: 0;
}

.bonus_footer_right_href {
    color: #907cff;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

/* daily */
.home-title {
    width: 100%;
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.home-title-text {
    font-size: 37px;
    font-family: Anton, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #907cff;
}
.daily-bg {
    position: relative;
}
.bg-daily img {
    display: block;
    margin: 0px auto;
}

.daily-bg ul {
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
    padding: 0;
}

.daily-bg ul li a {
    position: relative;
    display: block;
}
.daily-bg ul li a.claimed .daily-content {
    display: none;
}
.daily-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #b9adff;
}

.daily-bg ul li a img {
    filter: grayscale(0.8);
}
.daily-bg ul li a.claimed img {
    filter: none;
}
.daily-bg ul li a.active img {
    filter: none;
}

.modal-congrat h5 {
    color: #907cff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.congrat-text {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    color: #fde403;
    font-weight: bold;
    color: var(--text-color);
}

.color-text2 {
    color: #edb543;
    font-weight: bold;
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background: rgb(20 14 53);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.daily_modal .close {
    position: absolute;
    right: 21px;
    top: 8px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background-color: transparent;
    border: 0;
}

.daily_modal .modal-body {
    background: none;
}

.daily_modal .modal-content {
    background: none;
    border: none;
}
.home-title.prod {
    padding-top: 0;
}
/* mission */
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
}

.mission-bg ul li a {
    display: block;
    position: relative;
}
.mission-bg ul li a img{
    width: 100%;
}

.ms-wrap {
    position: absolute;
    top: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.ms-ttl {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.ms-amt {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}

.ms-btn {
    position: absolute;
    bottom: -5px;
    margin: auto;
    left: 0;
    right: 0;
}

.mission_modal .modal-content {
    background: #232323;
    color: #fff;
}

.mission_modal .modal-dialog {
    max-width: 800px;
}

.mission_modal .close {
    position: absolute;
    right: 0px;
    color: #fff;
}

.mission_modal ul, .mission_modal ol {
    padding-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #787878;
    font-size: 12px;
}

.mission_modal ul li {
    list-style: circle;
    margin-bottom: 15px;
}

.mission_modal ol li {
    list-style: auto;
    margin-bottom: 10px;
}

.mission_modal .modal-body {
    padding: 20px 30px;
    background: rgb(20 14 53);
    border: 2px solid #fff;
    border-radius: 15px;
}

.mission_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.mission_modal table tr td {
}

.mission_modal table tr td, .mission_modal table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ffffff;
}

.mission_modal .close {
    color: #907cff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: 0;
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.clm-btn button {
    background: #bd6fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #000000;
    font-weight: 600;
    border: none;
    margin: 0 5px;
}
.innercontainer_mission{
    min-height: 685px;
}

/* p2e */
.play2earn {
    padding: 40px;
}
.vip_modal .close {
    color: #ffffff;
    font-size: 43px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0px;
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
}
.vip_modal .modal-content {
    background: rgb(36, 42, 66);
    color: #fff;
    border: 2px solid #fff;
}
.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.p2e-ttl-1 {
    background: #1b1b1b;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.p2e-info-content {
    padding: 10px;
    border-top: none;
    padding-bottom: 0;
    border: 2px solid #523fbe;
    background: rgb(15 11 37);
}

.p2e-amount {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.p2e-amount-box {
    width: 100%;
    background: #494949;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.p2e-info-content .progress-bar {
    width: 100%;
    background: #494949;
    border-radius: 25px;
    margin: 10px 0;
    height: auto;
}

.progress-bar-fill {
    height: 20px;
    background: linear-gradient(to bottom, #32247f 0%, #523fbe 99%);
    transition: width 0.5s;
    border-radius: 25px;
}

.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.p2e-btn-group a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background: #523fbe;
}

.p2e-btn-group a:hover {
    background: rgb(27 19 71);
    color: #fff!important;
}

.btn-p2e {
    color: #fff6f7;
    font-weight: bold;
}

.sel-form {
    margin-bottom: 10px;
}

.sel-form select {
}

.pse-bnr {
    margin-bottom: 15px;
}
.dataTables_wrapper {
    color: #907cff;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    background: #7a7a7a;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}

.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #ffffff;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: 1px solid #7a7a7a;
    text-align: center;
    color: #907cff;
}

.dataTables_paginate {
    display: flex;
    gap: 10px;
}

.p2e .a.paginate_button {
    color: #000;
    display: block;
}

.p2e a.paginate_button.current {
    color: #fff;
}

.p2e .btn-apply {
    background: linear-gradient(to bottom, rgba(84,63,22,1) 0%,rgba(173,132,57,1) 99%);
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}

.dataTables_length label select {
    background: #7a7a7a;
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
}

.dataTables_scroll {
    margin-top: 25px;
}

.p2e-table {
    max-width: 1000px !important;
}

.btn-apply {
    font-weight: bold;
    background: #523fbe;
    color: #fff;
}

.history-play-to-earn {
    margin: 10px 0px;
}

.btn-apply:hover {
    color: #fff;
    background: rgb(27 19 71);
}
.dataTables_paginate a{
    color: #907cff;
}

/* wheel */
.wheel_product .wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 880px;
    margin-bottom: -120px;
}

.wheel-wrap .wheel_product_bg {
    width: 100%;
    /* position: absolute; */
    bottom: 0%;
    left: 50%;
    /* transform: translate(-50%, 0%); */
    border-radius: 20px;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    top: auto;
    right: 23.5%;
    bottom: 29%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_frame {
    width: 50%;
    position: absolute;
    /* bottom: 0; */
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}

.wheel-wrap .wheel_product_zeus {
    width: 38%;
    position: absolute;
    left: -0%;
    bottom: 25%;
    z-index: 2;
}

@keyframes wheelRotate {
    0% {
        transform: rotate(0deg)
    }

    80% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.wheel-wrap .wheel_product_arrow {
    width: 9%;
    position: absolute;
    /* bottom: 45%; */
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.wheel-wrap .lightning {
    position: absolute;
    width: 28%;
    height: 50%;
    right: 1.3%;
    bottom: 25%;
    mix-blend-mode: lighten;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    right: 23.5%;
    bottom: 32%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.wheel_product.wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    /* min-height: 600px; */
    margin-bottom: 40px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_title.wheel-ttl {
    color: #e2e7f3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.wheel-all ul {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    gap: 20px;
    font-weight: bold;
    list-style: none;
    padding: 0;
}

span.yell-text {
    color: #ffffff;
    font-weight: bold;
}

.whl-btn {
    background: rgb(27 19 71);
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    color: #fff;
    border: 2px solid #907cff;
}

a.btn-spin {
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    color: #ffffff;
    border: 2px solid #907cff;
    background: linear-gradient(to right, rgb(27 19 71) 0%, #907cff 100%);
}

.wheel-all .btn-more {
    background: linear-gradient(to right, rgb(27 19 71) 0%, #907cff 100%);
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    font-size: 15px;
    color: #ffffff;
    border: 2px solid #907cff;
}

.wheel-bg {
    display: block;
    max-width: 1000px;
    margin: auto;
}

/*Redemption*/
.red-bg{background: #212121 url(../images/reward-redemption/rr-bg.png) no-repeat center top;}



.redemp-title {
    padding-bottom: 15px;
}
.redemption-wrapper {
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    /* margin-bottom: 55px; */
    margin-top: 45px;
    display: flex;
    padding-bottom: 55px;
}
.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}
.redemp-box{
    background: url( "../images/reward-redemption/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 312px;
    height: 226px;
    margin: 0 auto;
    padding: 13px 25px;
    position: relative;
}
.redemp-inner {
    position: relative;
    top: -40px;
}
.prize-credit {
    padding-bottom: 15px;
}
.point-text {
    line-height: 8px;
    color: #c498ff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}
.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
    color: #fff;
}
.claim-btn-wrap {
    margin-top: -30px;
}
.point-text.top {
    margin-top: -15px;
}
.prize-item {
    margin-top: -40px;
}
.prize-sub {
    font-size: 11px;
    font-weight: 600;
}
.require-text.top {
    min-height: 78px;
}

.bg-daily img {
    display: block;
    margin: 0px auto;
}
.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}
button.btn-dly {
    background: linear-gradient(135deg, #29D765, #FDFC47);
    color: #000;
    border: none;
    padding: 10px 30px;
    /* border: 1px solid #aa284a96; */
    box-shadow: 0px 0px 20px 8px #fde403, 0px 0px 20px 0px #7ff800;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
}

.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* top: -75px; */
}

.top-btn {
    display: flex;
    position: relative;
}

.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}
.subtitle-wrap {
    position: relative;
}

.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}

.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.red-txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    right: -11px;
    color: #ffffff;
    font-weight: 500;
}

.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    justify-content: center;
}

span.red-pnt {
    color: #edc983;
}
.pt-btn {
    font-size: 20px;
}

.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #F5E489;
    background: linear-gradient(to bottom, #F5E489 0%, #D88127 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(2px 2px 0px black);
}
.submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
}


img.img-sh {
    position: absolute;
    z-index: 1;
    left: 0px;
}

img.img-sh2 {z-index: 2;}

.transc-l img {
    display: block;
    margin: 0px auto;
}

.btn-live {
    display: flex;
    align-items: center;
}

.text-trs {
    color: #fde403;
    font-size: 20px;
    line-height: 21px;
}

.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


.rep_modal .modal-dialog {
    background: none;
}

.rep_modal .modal-content {
    background: none;
    border: none;
}

.rep_modal .daily-wrap-in {
    box-shadow: none;
    border: none;
    background: url( "../images/reward-redemption/bg-reward.png")no-repeat center top;
    background-size: contain;
    min-width: 312px;
}

.rep_modal img.img-wrap {
    height: 85% !important;
    position: relative;
    top: -78px;
}

.modal-congrat {
    position: relative;
}

.rep_modal .modal-congrat h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    color: #c498ff;
    font-size: 28px;
}

.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 67px;
}

.rep_modal .color-text1 {
    color: #c498ff;
}

.rep_modal .close {
    position: absolute;
    right: 30px;
    top: -17px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
    background: transparent;
    border: none;
}

.reptnc_modal .modal-content {
    background: none;
    padding: 0px;
}

.reptnc_modal .modal_body_view {
    background: #070315;
    border: 1px solid #db9bfc;
    box-shadow: 0px 0px 19px 4px #6b12ae;
    padding: 10px 0px;
    border-radius: 10px;
}

.reptnc_modal .tnc-content ul, .reptnc_modal .tnc-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.reptnc_modal .tnc-content ul li {
    list-style: circle;
}
.reptnc_modal .tnc-content ol li {
    list-style: auto;
}
.reptnc_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
    border: 0;
    background: transparent;
}

.reptnc_modal .modal_body_view h5 {
    color: #db9bfc;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}

.reptnc_modal .tnc-content {
    color: #ffffff;
    border-top: 1px solid #db9bfc;
    padding-top: 13px;
    margin: 15px;
    font-size: 12px;
}
.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}
.red-bg {
    background: #212121 url(../images/reward-redemption/rr-bg.png) no-repeat center top;
}
.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;
    color: #fff;
}

.contact_wrapper_inn span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.info-wrap tr td {
    background: #161f2c;
    color: #fff;
    font-weight: 600;
    padding: 2px;
    border: 1px solid #fff3;
}

.info-wrap  tr.trans td {
    background: rgb(255 255 255 / 50%);
    color: #fff;
    border: 1px solid #0d131c;
    padding: 2px;
}
.bnk-td {
    background: #24262b;
}
.info-wrap tr td {
    background: #161f2c;
    color: #fff;
    font-weight: 600;
    padding: 2px;
    border: 1px solid #fff3;
}

.blog-item {
    padding: 15px 25px;
    border: 1px solid #ffffff42;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-ttle {
    font-weight: bold;
}

.blog-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 15px;
}

.btn-back {
    background: #ed1d49;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 3px 20px;
}

.blog-img img {
    border-radius: 5px;
}

.btm-mr {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.blog_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 25px;
}

.blog-content {
    padding: 20px 0px;
}

.blog-wrap h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-wrap p {
    line-height: 24px;
    margin-bottom: 20px;
}

.blog-wrap h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-wrap ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-wrap ul li {
    list-style: circle;
}

.blog-wrap ol li {
    list-style: auto;
}

.blog-wrap ol {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-wrap table tr td {
    padding: 10px;
    text-align: center;
    border: 1px solid rgb(115 115 115);
}

.blog-wrap table tr th {
    padding: 10px;
    text-align: center;
}

.blog-wrap table {
    margin-bottom: 20px;
}
.btn-more {
    color: #fff;
    background: #2177dd;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
}

/* afterlogin */
.after_login_indexbtn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px 0;
    background-color: var(--masPrimary);
    border-radius: 8px;
}
.after_login_indexbtn_left{
    padding: 8px 5px;
    width: 50%;
    padding-right: 0;
}
.after_login_indexbtn_left .top{
    display: flex;
    align-items: center;
    color: #f9a51a;
    border: 1px solid #6c757d;
    padding: 2px 4px;
    border-radius: 80px;
    gap: 7px;
    width: fit-content;
    position: relative;
}
.after_login_indexbtn_left .top img{
    width: 19px;
}
.top_text{ 
    text-decoration: underline; 
    font-size: 13px;
}
.after_login_indexbtn_left .top i{
    font-size: 14px;
}
.after_login_indexbtn_left .bottom{
    display: flex;
    align-items: center;
    margin-top: 7px;
    padding: 0;
}
.bottom_txt{
    display: flex;
    align-items: center;
    color: var(--masFont);
    font-size: 11px;
    line-height: 2;
}
.bottom_txt span{
    color: #f9a51a;
    padding: 0 7px;
    font-size: 12px;
}
.after_login_indexbtn_right{
    background-color: #462fcd;
    padding: 0 5px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    width: 50%;
    align-items: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.after_login_indexbtn_right_img{
    width: 35px;
}
.after_login_indexbtn_right_txt{
    color: #fff;
    font-size: 11px;
}
.detect_mobilewalletlist .amt_pop_wrapper{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.detect_mobilewalletlist .amt_pop_wrapper.show{
    opacity: 1;
    visibility: visible;
    display: block;
}
.detect_mobilewalletlist .amt_pop {
    z-index: 28;
    position: absolute;
    padding: 13px;
    background-color: #29374b;
    border-radius: 10px;
    border: 1px solid rgb(39, 43, 55);
    box-shadow: rgba(39, 43, 55, 0.79) 0px 2px 3px;
    top: 113%;
    left: 0px;
    min-width: 260px;
    opacity: 1;
    visibility: visible;
}

.detect_mobilewalletlist .wallet_list{
    max-height: 350px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: auto;
    padding-right: 0;
}
.detect_mobilewalletlist .wallet_list .main-wallet{
    height: 35px;
    display: flex;
    justify-content: space-between;
    background-color: #523fbe;
    border-radius: 4px;
    padding: 5px 10px;
    align-items: center;
}
.detect_mobilewalletlist .wallet_list .main-wallet span ,.detect_mobilewalletlist .wallet_list .main_alllisting span{
    font-size: 13px;
    color: #fff;
}
.detect_mobilewalletlist .wallet_list .main_alllisting{
    height: 35px;
    display: flex;
    justify-content: space-between;
    background-color: #51698d;
    border-radius: 4px;
    padding: 5px 10px;
    align-items: center;
}
.btn_in{
    border: none;
    background-color: greenyellow;
    border-radius: 4px;
    color: #000;
}
.btn_out{
    border: none;
    background-color: rgb(255, 47, 47);
    border-radius: 4px;
    color: #fff;
}
.main_alllistingspan{
    display: flex;
    gap: 6px;
    align-items: center;
}
.after_login_indexbtn_right_box{
    position: relative;
}
.more_body{
    padding: 15px;
    background-color:#25293e;
    position: absolute;
    z-index: 10;
    border-radius: 10px;
    right: 0;
}
.more_body_wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}
.more_body_wrapper a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.more_body_wrapper a img{
    width: 25px;
}
.more_body_wrapper a .more_body_txt{
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.account_head{
    padding: 12px;
    border-radius: 0 0 16px 16px;
    background-image: url(../images/afterlogin/vip_card.png), linear-gradient(129deg, #1b1e2f 4%, #1b1e2f 96%);
    background-position: center;
    background-size: cover;
}
.account_head_top{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
.account_head_top_left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.account_head_top_logo{
    width: 70px;
}
.account_head_top_left_wrap{
    display: flex;
    flex-direction: column;
}
.account_head_top_left_wrap span{
    color: #fff;
    font-size: 13px;
}
.acc_right_flex_a{
    position: relative;
    width: fit-content;
    padding-right: 12px;
}
.acc_right_flex_a i{
    color: #969ab4;
    font-size: 18px;
}
.account_head_top_logo_wrap{
    
border: 1px solid #6c7ba8;
    
border-radius: 100px;
}
.acc_right_flex_a .badge {
    position: absolute;
    top: -40%;
    right: 0px;
    padding: 3px;
    border-radius: 50%;
    background: red;
    color: white;
    width: 17px;
    height: 17px;
}
.profile_icon{
    border: 1px solid rgb(70, 74, 97);
    background-color: #2d3041;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    border-radius: 80px;
    padding: 2px 8px;
    gap: 6px;
}
.acc_right_flex{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding-right: 10px;
    gap: 7px;
}
.account_head_btm{
	margin-top: 15px;
}
.account_head_btmgrid{
    display: grid;
    grid-template-columns: 50% 50%;
}
.account_head_btmgrid_left{
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.account_head_btmgrid .top{
    color: #fff;
    font-size: 12px;
}
.account_head_btmgrid .btm{
    display: flex;
    align-items: center;
    color: #fad017;
    position: relative;
}
.account_head_btmgrid .btm img{
    width: 19px;
}
.account_head_btmgrid .btm span.btmspan{
	margin-right: 14px;
	font-weight: 600;
}
.border_head{
    border: 1px solid rgb(94, 105, 157);
    height: 20px;
    margin: 0 10px;
}
.account_head_btmgrid_right_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    text-align: center;
}
.account_head_btmgrid_right_grid a{
    color: #fff;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    text-align: center;
}
.account_head_btmgrid_right_grid a img{
    width: 36px;
    margin: auto;
}
.account_body{
    padding: 10px;
}
.account_vip_bg{
    background-image: url(../images/afterlogin/vip_card.png), linear-gradient(129deg, rgb(50, 39, 151) 4%, rgb(43, 0, 146) 96%);
    padding: 15px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}
.vip_acc_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #fff;
}
.vip_acc_wrap .right{
    color: #fff;
}
.vip_acc_wrap .right i{
    margin: 0 10px;
}
.vip_progress_wrap{
    display: grid;
    grid-template-columns: 12% 70% 12%;
    font-size: 11px;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
}
.vip_progress_wrap .left{
    background-image: linear-gradient(270deg, rgb(0, 185, 255), rgb(0, 132, 253));
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.vip_progress_wrap .right{
    background-image: linear-gradient(270deg, rgb(210, 210, 210), rgb(129, 129, 129));
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 0 1px;
}
.progress_custom {
    background-color: #e4e4e445 !important;
    height: 8px;
}
.bg_reachori {
    background-color: #ffa903;
}
.vip_progress_wrap .mid .progress-bar {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    border-radius: 30px;
    background: #ffa90300;
}
.acc_vip_sec_row{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0 0 0;
}
.acc_vip_sec_row a{
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}
.acc_vip_sec_row a img{
    width: 50px;
    margin: auto;
}
.acc_vip_sec_row a span{
    color: #fff;
    font-size: 12px;
}
.account_link_row{
    border-radius: 10px;
    background-color: #1b1e2f;
    padding: 10px 20px;
    margin-top: 10px;
}
.account_link_row a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #6c7ba833;
    padding: 12px 0;
    /* padding-bottom: 8px; */
}
.account_link_row a:last-child{
    border-bottom: none;
}
.account_link_row_l img{
    width: 25px;
    margin-right: 10px;
}
.logout_div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    background-color: #1b1e2f;
    border-radius: 10px;
    padding: 14px 0;
}
.logout_btn{
    color: #fff;
}
.logout_btn img{
    width: 20px;
    margin-right: 5px;
}
.deposit_header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.deposit_header a{
    color: var(--masFont);
    background-color: #1d2633;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    position: relative;
}
.deposit_header a.active{
    color: var(--masFontActive);
}
.deposit_header a.active:after{
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--masFontActive);
    margin: auto;
    width: 15%;
    border-radius: 10px;
}
.deposit_header{
    display: none;
}


.transaction-card {
    background: #1D2633;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    color: white;
}

.transaction-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.transaction-status {
    display: flex;
    gap: 10px;
    align-items: center;
}

.status-label {
    font-weight: bold;
}

.transaction-type {
    color: #ffffff;
}

.btn-refresh {
    background: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.transaction-timer {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.timer {
    font-size: 24px;
    font-weight: bold;
    color: rgb(6 255 99);
}

.amount {
    font-size: 24px;
    font-weight: bold;
}

.warning-text {
    color: #ff4757;
    margin-bottom: 20px;
    font-size: 14px;
}

.transaction-details {
    background: #0e1012;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.transaction-details h3 {
    margin-bottom: 15px;
    color: white;
}

.details-grid {
    display: grid;
    gap: 10px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #444;
}

.detail-label {
    color: #888;
}

.detail-value {
    color: white;
    text-align: end;
}

.transaction-actions-bottom {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-cancel {
    background: #ff4757;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-info {
    background: #3498db;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-cancel:hover, .btn-info:hover {
    opacity: 0.9;
}

.transaction-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.filter-section {
    /* background: #2121218c; */
    padding: 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.filter-section .form-control {
    background: rgb(82, 63, 190);
    border: 1px solid #907cff;
    color: white;
    width: auto;
}

.filter-section .form-control:focus {
    background: #363636;
    border-color: #907cff;
    box-shadow: none;
}

.btn-refresh:hover i {
    animation: spin 1s linear;
}
/* Status indicators */
.transaction-type {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.transaction-type:contains("Deposit") {
    background: #28a745;
}

.transaction-type:contains("Withdrawal") {
    background: #dc3545;
}

/* Timer animation */
.timer {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.reply_wrapper{
    position: relative;
    background: rgb(0 0 0 / 37%);
    border-radius: 10px;
}

.reply_btn{
    border: none;
    background: rgb(82, 63, 190);
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 0;
    text-align: right;
    width: fit-content;
    display: flex;
    justify-content: right;
    margin-left: auto;
    cursor: pointer;
    margin-bottom: 15px;
}
.reply_wrapper{
    display: none;
}
.chatMsg {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 50px);
    margin-bottom: 30px;
    min-height: 150px;
    /* max-width: 800px; */
}

.chatMsg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 55px;
}

.chatMsg ul li {
    position: relative;
    margin-bottom: 15px;
}

.msg, .msg-reply {
    display: block;
    /* margin-left: 10px; */
    /* background: #cbcbcb; */
    /* padding: 10px 15px; */
    position: relative;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25); */
    color: #000;
    border-radius: 5px;
    /* margin-right: 10px; */
}

.msg::before, .msg-reply::before {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    display: block;
    /* border-right: 12px solid #fff; */
    border-bottom: 15px solid transparent;
}

.msg-date2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0px auto;
    color: #ffffff;
    font-weight: 300;
}

.msg-reply {
    margin-left: inherit;
    /* margin-right: 10px; */
    background: #907cff8f;
    color: #fff;
    /* margin-left: 10px; */
    padding: 10px;
    font-size: 13px;
}

.msg-reply::before {
    left: inherit;
    right: -9px;
    border-right: inherit;
    /* border-left: 12px solid #4d61a6; */
}

/* .avatar, .avatar-reply {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 30px;

    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.avatar img, .avatar-reply img {
    max-width: 30px;
} */

.avatar-reply {
    left: inherit;
    right: 0;
}

.chatBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.chatBox .mdi-attachment {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    bottom: 15px;
    color: #4d61a6;
    cursor: pointer;
}

.chatBox .mdi-send {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    background: rgb(10, 191, 78);
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.chatBox .mdi-send.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.chatBox textarea {
    display: block;
    resize: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    background: #ffffff;
    padding: 12px 50px 12px 40px;
    position: absolute;
    bottom: 0;
    min-height: 45px;
    overflow: hidden;
    color: #000;
    border-radius: 10px;
}

.hiddendiv {
    display: none;
}

.chatBox textarea:focus {
    outline: none;
}

.msg-date {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    gap: 10px;
    /* border-bottom: 1px solid #a4a4a4; */
}

.msg-content {
    line-height: 18px;
    margin-top: 0px;
    font-size: 13px;
    background: #cbcbcb;
    padding: 10px;
    border-radius: 5px;
}

.mdi-send:before {
    content: "\f1d8";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}


.balance-modal .modal-content {
    background: #202a39;
    border-radius: 10px 10px 0px 0px;
}

.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #007bff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 5px;
    background: transparent;
    box-shadow: unset;
    border: none;
}

span.rd-box {
    background: #ed1d49;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: #F44336;
    height: 20px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-wrp {
    display: flex;
    gap: 15px;
    padding: 0 10px;
}

span.img-point img {
    height: 30px;
}

.point-btm {
    border-top: 1px solid #627794;
    width: 92%;
    padding-bottom: 20px;
}

.ply-point {
    text-align: center;
    padding: 15px;
    color: #6aa6cc;
    font-weight: bold;
}

.point-btm ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style-type: unset;
    padding: 0;
}
.point-btm ul li{
    list-style: none;
}
.btn-token {
    background: #151c27;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.btn-tk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.btn-tk h5 {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    padding: 15px;
    background: #2b384a;
    border-radius: 10px 10px 0px 0px;
}

.point-wrap {
    display: flex;
    flex-direction: row;
}
.left_container_bonus_box {
    position: relative;
    display: flex
;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(to right, rgba(250, 137, 57, 1) 0%, rgba(251, 62, 109, 1) 100%);
}
.left_container_bonus_txt {
    position: absolute;
    flex-direction: column;
    display: flex
;
}
.left_container_bonus_txt_btm {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 18px;
}
.balance-modal .modal-body{
    padding: 0;
    color: #fff;
}
.bank_display {
    width: 82px;
    border-radius: 5px;
    min-width: 82px;
}
.label_wrap {
    display: flex;
    justify-content: space-between;
}
.form_wrap {
    margin-top: 22px;
}
.form_bonus_wrap {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.form-max {
    position: relative;
}
button.btn-max {
    position: absolute;
    bottom: 11px;
    right: 10px;
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}
.af-info {
    margin-top: 15px;
}
.af-info p {
    margin: 0px;
}
.txt-rd {
    color: #ed1d49;
}
.vip_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex
;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.vip_modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.downloadbody {
    text-align: center;
    display: flex;
    justify-content: center;
}

.downloadbox {
    text-align: center;
    width: 35%;
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}

.ndl-btn {
    background: #2283f6;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: flex;
    margin: auto;
    margin-top: 10px;
    width: 78%;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.ndl-btn:hover,.ndl-btn:focus {
    color: #ffffff;
    background: #2278df;
}

.adl-btn {
    background: #2283f6;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: flex;
    margin: auto;
    width: 78%;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.adl-btn:hover,.adl-btn:focus {
    color: #ffffff;
    background: #2278df;
}

.dl {
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #454545;
    text-align: center;
    padding: 8px;
    background: #191b1e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #232528;
    border: 1px solid #454545;
    color: #ffffff;
}

.dl .username_custom {
    color: #2278df;
    font-weight: bold;
}

.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: #000000;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;

}

.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}


.announcementmodal .modal-dialog {
    max-width: 500px;
}

.annou-pop {
    border-radius: 20px;
    background: #000;
    padding: 20px;
    color: #fff;
    border: 1px solid #bd6fff;
}

.annou-ttle {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #bd6fff;
    padding-bottom: 7px;
}

.annou-content {
    padding-top: 25px;
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}
.round {
  position: relative;
  margin-right: 10px;
  height: 16px;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  margin: 0px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #2283f6;
  border-color: #2283f6;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .main {
        width: 1100px;
    }
}
