@import url("fa-color.css");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
   
}

ul {
    list-style-type: none;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover { 
    color: unset;
}

.btn:hover {
    color: unset;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0.4375rem;
}

::-webkit-scrollbar-track {
    background: 0 0;
}

::-webkit-scrollbar-thumb {
    background: #523FBE;
    border-radius: 4px;
}

body {
    background: #0D131C !important;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
    font-family: sans-serif, Arial, system-ui, Roboto, "Work Sans", "Helvetica Neue", "Segoe UI", BlinkMacSystemFont;
}

/* Index open*/

    /*header top*/

    .header {
        background-color: #161F2C;
    }

    .h-80px {
        height: 80px;
    }

    .font-menu {
        font-size: 30px;
        background: none;
        border: none;
        color: white;
    }

    .header-logo {
        width: 200px;
        height: 100%;
    }

    .top-btn {
        margin-left: 10px;
        height: 44px;
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        border:none;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        user-select: none;
        padding: 0 25px;
        font-size: 1rem;
    }

    .download-app-btn {
        background: linear-gradient(316deg, #263062 0%, #121a22 83%);
        box-shadow: 0 3px 6px #00000029;
        transition: .2s ease;
    }

        .download-app-btn:hover {
            background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #19629c 99.39%), #3e5bff;
        }

        .download-app-btn:focus,.promotion-btn:focus {
            box-shadow: none;
        }

    .lottie-download img {
        width: 43px;
        height: 35px;
    }

    .lottie-download span{
        font-size: 16px;
    }

    .promotion-btn {
        background: linear-gradient(316deg, #3e381f 0%, #121a22 83%);
        box-shadow: 0 3px 6px #00000029;
        transition: .2s ease;
    }

        .promotion-btn:hover {
            background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #eead0e 99.39%), #ff9408;
        }

    .login-btn .ant-btn {
        height: 50px !important;
        margin-right: 1rem;
        min-width: 120px;
        font-size: 18px;
        padding: 4px 15px;
        border-radius: 6px;
        outline: none;
        position: relative;
        display: inline-block;
        font-weight: 400;
        white-space: nowrap;
        text-align: center;
        background-image: none;
        border: 1px solid transparent;
        cursor: pointer;
        transition: 0.2s ease;
        user-select: none;
    }

    .ant-btn-primary {
        background-color: #523FBE;
        color: #fff;
        box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        border: none;
        outline: none !important;
    }

        .ant-btn-primary:hover {
            background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #763ae0 99.39%), #5000de;
        }

    .register-btn {
        background-color: #dd2146;
        color: #fff;
        box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
    }

        .register-btn:hover {
            background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #ff1100 99.39%), #ff00bb;
        }

    .register-btn::before {
        content: "";
        position: absolute;
        width: 134px;
        height: 66px;
        background-color: #b4133387;
        top: -8px;
        left: -8px;
        border-radius: 10px;
    }

        /*login modal*/

        ::placeholder { 
            opacity: 1; transition: opacity .5s; 
        }
        :focus::placeholder {
            opacity: 0;
        }

        .login-switcher {
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
            display: none;
            opacity: 0;
        }

            .login-switcher.active {
                opacity: 1;
                display: block;
            }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes fadeOut {
            0% {
                opacity: 1;
            }
        
            100% {
                opacity: 0;
            }
        }

    .login-modal .modal-content {
            background-color: initial!important;
            border: 2px solid #717171;
            border-radius: 20px!important;
            box-shadow: 0 5px 9px #000;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(3px);
            position: relative;

        }

        .login-modal .modal-content .bg {
            width: 100%;
            height: 100%;
            background: linear-gradient(149deg,#24284d 16%,#07080f 85%);
            opacity: .4;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 20px!important;
        }

        .login-modal .btn-close, .marquee-modal .btn-close,.promotion-modal .btn-close {
            background: none;
            color: white;
            font-size: 24px;
        }

            .login-modal .btn-close:focus,.marquee-modal .btn-close:focus {
                box-shadow: none;
            }

            .login-modal .nav-tabs {
                border-bottom: 0;
            }

            .login-modal .nav-link {
                color: white;
            }

            .login-modal .nav-tabs .nav-link {
                border: 2px solid transparent;
            }

            .login-modal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
                color: white;
                background-color: transparent;
                border-color: #dee2e600 #dee2e600 rgba(255, 255, 255, 0);
            }

                .login-modal .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
                    color: white;
                    background-color: transparent;
                    border-color: #dee2e600 #dee2e600 rgba(255, 255, 255, 0);
                }

                .login-modal .nav-tabs .nav-link.active,.login-modal .nav-tabs .nav-link:hover,
                .signup-form .login-modal .nav-tabs .nav-link.active,.signup-form .login-modal .nav-tabs .nav-link:hover {
                border-bottom: 2px solid #f1c24c;
                color: #ffd773;
            }

            .login-modal .login-tab {
                grid-gap: 15px;
                border-bottom: 0;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                width: 100%;
            }

            .login-modal .input-group .appendix,.deposit-content .input-group {
                border: none !important;
                /*border-right: 1px solid transparent!important;*/
            }
            
            .login-modal .input-group .btn.toggle-password {
                border: none !important;
                /*border-left: 1px solid transparent!important;*/
            }

            .login-modal .form-control:focus,.login-modal .form-control:focus ~ button{
                box-shadow: none;
                border: none !important;
                /*border-color: #1244bb !important;
                border-right: 1px solid transparent !important;*/
            }

            .login-modal .btn-outline-secondary,.btn-outline-secondary:hover {
                color: white;
                border-color: white;
            }

            .login-modal .input-group .btn.toggle-password, .input-group .btn.toggle-password {
                background-color: white;
                color: black;
            }

            .login-modal .input-group .btn.toggle-password:focus, .input-group .btn.toggle-password:hover {
                box-shadow: none;
                background-color: white;
                color: black;
            }

            .login-modal .form-check-label,.login-forgetpass {
                font-size: 14px;
            }

            .login-modal .form-check-input {
                width: 20px;
                height: 20px;
            }

            .login-modal .register-link {
                font-size: 14px;
            }

            .login-modal .register-link a,.register-link i {
                color: #DBA84C;
                font-size: 13px;
            }

            .login-modal .modal-dialog-centered{
                min-width: 660px;
            }

            .login-modal .form-text.dangerous {
                color: #ff4d4f;
                font-size: 14px;
            }

            .is-invalid {
                border-color: var(--bs-danger) !important;
                transition: border-color 0.3s ease !important;
                color: var(--bs-danger) !important;
                padding-right: calc(1.5em+ 0.75rem);
                background-image: url(images/invalid.svg) !important;
                background-repeat: no-repeat !important;
                background-position: right calc(0.375em+0.1875rem) center !important;
                background-size: calc(0.75em+ 0.375rem) calc(0.75em+ 0.375rem) !important;
                box-shadow: 0 0 0 0.25rem rgba(220,53,69,.0) !important;
            }

            .dropdown-phone {
                background-color: white;
                color: black !important;
                border-color: #a7a9aa !important;
            }
            
            .dropdown-phone:hover,.dropdown-phone:focus {
                background-color: white;
                box-shadow: none;
            }

            .dropdown-menu {
                min-width: auto;
            }

            .login-backtologin {
                font-size: 15px;
            }

        /*login modal*/

    .dropdown-language {
        border-style: solid;
        border-radius: 20px;
        border-width: 1px;
        border-color: rgb(48 61 80);
        --un-border-opacity: 1;
    }

        .dropdown-language .dropdown-toggle img {
            width: 22px;
        }

        .dropdown-language button,.ant-dropdown-trigger button {
            color: rgb(154 168 189);
        }

        .dropdown-language .dropdown-menu::before {
            content: '\f2ec';
            font: var(--fa-font-solid);
            font-weight: 600;
            margin: auto;
            position: absolute;
            transition: .3s;
            z-index: 2;
            top: -1px;
            transform: translateY(-100%);
            right: 4px;
            color: #9c9c9c;
            font-size: 9px;
        }

        .lang-wrap {
            background-color: #161F2C;
            border-radius: 10px;
            border: 1px solid #272B37;
            box-shadow: 0 2px 3px #272b37c9;
            min-width: 240px;
            width: auto;
        }

        .dropdown-menu {
            transition: 0.5s;
            animation: fadeOut 1s;
        }

        .dropdown-menu.show {
            transition:  0.5s;
            animation: fadeIn 1s;
        }

        .lang-wrap .title {
            border-bottom: 1px solid #334053;
            color: white;
        }

            .lang-wrap .title:focus,.lang-wrap .title:hover {
                background: none;
                cursor: auto;
            }

        .lang-wrap .content {
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .lang-wrap img {
            width: 30px;
        }

        .lang-wrap .content a {
            position: relative;
            color: white;
            cursor: pointer;
            font-size: 13px;
        }

        .lang-wrap .content .active,.lang-wrap .content a:hover {
            color: #5780e9;
        }

            .lang-wrap .content a:after {
                content: "";
                width: 1px;
                height: 16px;
                background-color: #97a7b6;
                position: absolute;
                /* top: 50%; */
                right: 0px;
                text-align: center;
                /* transform: translateY(-50%); */
            }

            .lang-wrap .content a:last-child:after {
                display: none
            }

    /*header top*/

    /*sidebar*/
    .game-bg {
        width: 232px;
        background: #1D2633;
        border-radius: 0 6px 6px 0;
        overflow: hidden;
        transition: .5s ease;
    }

        .bg-small.game-bg {
            width: 72px !important;
            transition: .5s ease;
        }

    .game-bg .item.active {
        background: linear-gradient(194deg, #9825ff 0%, #29205f 100%);
        color: #fff;
    }

    .game-bg .item{
        height: 60px;
        padding-left: 14px;
        color: #97A7B6;
        font-size: 18px;
        border-bottom: 1px solid #2d3744;
        line-height: 60px;
        cursor: pointer;
        position: relative;
        display: flex;
        background: #1D2633;
        transition: .3s ease;
    }

        .game-bg .item:hover {
            background: linear-gradient(194deg, hsla(272, 100%, 57%, .3) 0%, rgba(43, 32, 95, .3) 100%);
            color: #fff;
        }

    .bg.bg-wrapper {
        width: 260px;
        height: calc(100vh - 80px);
        background: #111923;
        position: fixed;
        left: 0;
        top: 80px;
        padding-top: 10px;
        transition: .5s ease;
        z-index: 1;
    }

        .bg-wrapper.bg-small {
            width: 88px !important;
            transition: .5s ease;
        }

        .bg-small .game-bg {
            width: 72px;
        }

        .bg-small .other div {
            margin-left: -156px;
            justify-content: flex-end;
        }



    .feature-bg {
        /*background-image: url(images/left-nav-btn-gold.png);*/
        margin-bottom: 10px;
        width: 232px;
        height: 50px;
        display: flex;
        cursor: pointer;
        align-items: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 14px;
        --un-text-opacity: 1;
        color: white;
        transition: .5s ease;
    }

        .bg-small .feature-bg img {
            margin-right: 22px !important;
        }

        .bg-small .game-bg span, .bg-small .feature-bg span {
            display: none;
        }

        .bg-small .other a {
            margin-left: -156px;
            justify-content: flex-end;
        }

        
    .game-bg .img-nav,.feature-bg img {
        width: 36px;
    }

    .feature-bg:nth-child(odd) {
        background-image: url(images/left-nav-btn-gold.png);
        /*background-image: url(images/left-nav-btn-purple.png);*/
    }

    .feature-bg:nth-child(even) {
        background-image: url(images/left-nav-btn-blue.png);
    }

    .popover ,.popover-content{
        background-color: tomato !important;
        border-radius: 10px;
        border: 5px solid #4e94f1;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
        color: black;
    }

    /*sidebar*/

.main {
    height: 100%;
    margin-left: 260px;
    position: relative;
}

.main-1 {
    width: calc(100vw - 88px);
    margin-left: 88px;
    transition: .3s ease-in-out;
}

.main .carousel-inner {
    border-radius: 10px;
}

.main .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
    background-color: #dba84c;
    width: 11px !important;
    height: 11px !important;
}

@media screen and (min-width: 1500px) {

    .main-1 {
        width: calc(100vw - 260px);
        margin-left: 255px;
        position: relative;
    }

    .bg-wrapper.bg-small ~ .main-1 {
        width: calc(100vw - 88px);
        margin-left: 82px;
    }
 
}

@media screen and (max-width: 1500px) {

    .bg-wrapper.bg-small > .main-1 {
       width: 100% ;
        margin-left: 0px!important;
    }

    .main{
        margin-left: 88px;
    }

    .game-bg {
        width: 72px !important;
        transition: .5s ease;
    }

    .bg-wrapper {
        width: 88px !important;
        transition: .5s ease;
    }

    .game-bg {
        width: 72px;
    }

    .other div {
        margin-left: -156px;
        justify-content: flex-end;
    }

    .feature-bg img {
        margin-right: 22px !important;
    }

    .game-bg span, .feature-bg span {
        display: none;
    }

    .other a {
        margin-left: -156px;
        justify-content: flex-end;
    }

}

    /*modal marquee*/
    .marquee-modal .modal-body{
        background: #1E2B3E;
        font-size: 14px;
    }

    .marquee-modal .modal-header {
        background: linear-gradient(to right, #5099F2, #2F33B7);
        border-bottom: none;
    }

    .font-color {
        color: #97A7B6;
    }
    /*modal marquee*/

.scroll-container {
    width: 100%;
    height: 36px;
    overflow: hidden;
    background-color: #131c2a;
    border: 1px solid #202b3b;
    border-radius: 18px;
    box-shadow: 0 3px 6px #00000042 inset;
    margin-top: 1.6vh;
    line-height: 36px;
    position: relative;
}

.scroll-item {
    overflow: hidden;
    width: calc(100% - 55px);
    margin: 0 auto;
    cursor: pointer;
}

.marquee-text-wrap {
    overflow: hidden;
    color: rgba(151,167,182);
    font-size: 14px;
}

.w-26px {
    width: 26px;
}

.carousel-wrap {
    /*margin: auto;
    padding: 0 5%;*/
    width: 100%;
    position: relative;
}

  .promotion-carousel .owl-carousel .item {
    position: relative;
    z-index: 100;
  }

  .promotion-carousel .owl-carousel .item img {
    border-radius: 6px;
    cursor: pointer;
  }

  .promotion-carousel .owl-nav > button ,.promotion-carousel .owl-carousel .owl-nav button.owl-next,.promotion-carousel .owl-carousel .owl-nav button.owl-prev,
  .game-carousel .owl-nav > button ,.game-carousel .owl-carousel .owl-nav button.owl-next,.game-carousel .owl-carousel .owl-nav button.owl-prev{
    margin-top: -26px;
    position: absolute;
    top: -5%;
    color: #97A7B6;
    background: #161f2c !important;
    padding: 4px 13px !important;
    border-radius: 6px;
  }
  
  .promotion-carousel .owl-nav i ,.game-carousel .owl-nav i {
    font-size: 17px;
    font-weight: 800;
  }
  
  .promotion-carousel .owl-nav .owl-prev,.game-carousel .owl-nav .owl-prev {
    right: 45px;
    top: -18px !important;
  }
  
  .promotion-carousel .owl-nav .owl-next,.game-carousel .owl-nav .owl-next {
    right: -3px;
    top: -18px !important;
  }

  .promotion-carousel .owl-prev.disabled,.game-carousel .owl-prev.disabled,.promotion-carousel .owl-next.disabled,.game-carousel .owl-next.disabled{
    cursor: not-allowed;
    opacity: .5;
  }


    .game-carousel .owl-carousel .item:hover .start-game {
        display: block;
    }

    .game-carousel .owl-carousel .item:hover .start-game img {
        animation: hover-pop 0.3s linear 1;
        transition: .5s ease;
    }


    @keyframes hover-pop {
        50% {
          transform: scale(1.7);
        }
    }

    .start-game {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #0000009e;
        border-radius: 10px;
        display: none;
        transition: width .2s;
        cursor: pointer;
    }
    
    .start-game img {
        width: 50px !important;
        position: absolute;
        top: 35%;
        left: 40%;
    }

.match-bg {
    width: 100%;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #161F2C;
}

.cursor-pointer {
    cursor: pointer;
}

.owl-carousel.event .team-item {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.owl-carousel.event .team {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px 1px #00000080;
    margin-bottom: 14px;
}

.owl-carousel.game img,.game-carousel img {
    border-radius: 10px;
}

.hpn {
    width: 100%;
    min-height: 68px;
    background: linear-gradient(180deg, #1a222e, #293444);
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.hpn .title {
    width: 146px;
    height: 44px;
    background-image: url(images/hpn-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.hpn .hps {
    width: calc(50% - 62px);
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.bg-video {
    width: 100%;
    height: 100%;
    background: linear-gradient(181deg, #13243d 0%, #5d6f91 28%, #0c1a2e 65%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
}

    .bg-video-2 {
        width: calc(100% - 12px);
        height: 100%;
        background: #17253b;
        border-radius: 10px;
        box-shadow: 0 3px 6px #000000e3;
        justify-content: center;
    }

    .title-video {
        width: 510px;
        height: 60px;
        font-size: 27px;
        font-weight: 400;
        text-align: left;
        color: #fff;
        text-align: center;
        line-height: 60px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(images/title-video.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .tournament-head.blue {
        width: 100%;
        height: 95px;
        background-image: url(images/tournament-header-blue.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 25px;
    }

    .tournament-head.purple {
        background-image: url(images/tournament-header-purple.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 95px;
        display: flex;
        align-items: end;
        justify-content: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .bg-1 {
        height: 100%;
        padding: 10px;
        background-image:url(images/tournament-bg.png);
        background-size: 100% 100%;
    }

    .bg-2 {
        width: 100%;
        height: 100%;
        background: #17253b;
        border-radius: 10px;
        box-shadow: 0 3px 8px #000413;
    }

    .nav-link.type {
        width: 100%;
        border-radius: 10px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        box-shadow: 1px 2px 4px #00041345;
        padding: 5px 22px;
        background-color: #764bbf !important;
    }

        .nav-link.type.active {
            background-color: #640bff !important;
        }

    .tournament-head.purple .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding: 0 15px;
        border: none;
    }

    .tournament-content .bg {
        background: #17253b;
        border-radius: 10px;
        box-shadow: 0 3px 8px #000413;
        overflow: auto;
    }

    .ant-table-middle {
        font-size: 14px;
    }

    .ant-table-container {
        border-start-start-radius: 8px;
        border-start-end-radius: 8px;
    }

    .vip-table.ant-table-wrapper tbody>tr>td {
        padding: 12px 12px;
        background-color: #181b2d;
        color: white;
        border-bottom: 1px solid #454a6a;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
    }

    .ant-table-container tbody tr td:first-child {
        border-radius: 25px 0 0 25px;
    }

    .ant-table-container tbody tr td:last-child {
        border-radius: 0 25px 25px 0;
    }

    .ant-table-container tr:nth-child(odd) td {
        background-color: #233551 !important;
    }

    .ant-table-container tbody tr:first-child>td:first-child:after,.ant-table-container tbody tr:nth-child(2)>td:first-child:after,
    .ant-table-container tbody tr:nth-child(3)>td:first-child:after {
        background-image: url(images/tournament-ranking-1.png);
        content: "";
        width: 28px;
        height: 28px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .ant-table-container tbody tr:nth-child(2)>td:first-child:after {
        background-image: url(images/tournament-ranking-2.png) !important;
    }

    .ant-table-container tbody tr:nth-child(3)>td:first-child:after {
        background-image: url(images/tournament-ranking-3.png) !important;
    }

    .qr-code-bg {
        width: 132px;
        height: 137px;
        background-image: url(images/download-qrcode.png);
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .download-qr-code h4 {
        font-size: 38px;
        text-transform: uppercase;
        font-weight: 900;
        background: linear-gradient(270deg, #c6cfff 0%, #9559ff 24.13%, #94a5ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .download-qr-code .text ,.download-app{
        margin-top: 10px;
        width: 100%;
        max-width: 130px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: rgba(30, 39, 54, 1);
        text-align: center;
        color: white;
        font-size: 14px;
        border: none;
        transition: .5s ease;
    }
    
    .download-app:hover {
        background-color: rgb(48, 78, 129) !important;
    }

    .download-qr-code .text i {
        font-size: 20px;
    }

    .download-qr-code .text img {
        width: 20px;
    }

    .download-qr-code .text .fa-android  {
        color: green;
    }

    .carousel-wrap.partner .item {
        width: 100%;
        height: 110px;
        background-image: url(images/partner-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bg-bottom {
        width: 100%;
        height: 554px;
        background: linear-gradient(10deg, #161f2c 6%, #191a33 85%);
        position: relative;
        z-index: 0;
    }

    .main .container,.bg-bottom .container,.license.container {
        padding: 20px 30px 30px
    }

    .bg-bottom a.font-color:hover {
        color: #5780E9;
    }

    .download-img-bottom a img {
        width: auto;
        height: 42px;
    }

    .bg-bottom:after {
        content: "";
        width: 185px;
        height: 328px;
        background-image: url(images/bg-bottom-img.png);
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

  /* 
    .fa-color.fab.fa-facebook-square {
        color: #3b5998;
    }

    .fa-color.fab.fa-twitter-square {
        color: #55acee;
    }

    .fa-color.fab.fa-youtube-square {
        color: #e52d27;
    }

    .fa-color.fab {
        color: #efefef;
    }

    .fa-color.fab.fa-instagram {
        color: #3f729b;
    } 
  */


    .payment-method img {
        width: auto;
        height: 30px;
        margin-bottom: 10px;
    }

    .license.container img {
        height: 40px;
        margin-right: 64px;
    }

    .license.container img:last-child {
        margin: 0;
    }

    .home-area {
        overflow: hidden;
        width: 100%;
    }
    
    .home-area .carousel {
        overflow: hidden;
        position: relative;
    }
    
        .home-area .carousel.sports {
            height: 100%;
            border-radius: 15px;
        }

.main-wallet {
    width: 100%;
    height: 50px;
    background-color: #1D2633;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0px 30px;
    height: 44px;
    justify-content: space-around;
    margin-right: 5px;
}

.main-wallet .wall {
    width: max-content;
}

.main-wallet span {
    color: #ffd773;
    font-size: 18px;
    padding-left: 10px;
}

.reload {
    position: initial;
    width: 0.875rem;
    height: 0.875rem;
    transition: .5s;
    background: url(images/icon-reload-gold.svg);
    background-size: cover;
    vertical-align: middle;
    -webkit-filter: none;
    filter: none;
}

.reload.active {
    animation: rotate 0.8s normal linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}


/* Index close*/
 
/* aboutus open*/

.aboutus {
    background-color: rgba(17, 25, 35, 1);
    min-height: 886px;
    width: 100%;
    border-radius: 10px;
    padding-top: 28px;
    padding-bottom: 28px;
    max-width: 300px;
}

    .aboutus a {
        font-size: 16px;
        padding-left: 62px;
        margin-bottom: 20px;
        cursor: pointer;
        color: #97A7B6;
    }

    .aboutus-tab-link.nav-link.active,.aboutus-tab-link.nav-link:hover {
        background-color: #222b51;
        color: #dba84c;
        position: relative;
    }

    .aboutus-tab-link.nav-link.active:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 5px;
        height: 26px;
        background: #dba84c;
        border-radius: 0 30% 30% 0;
    }
    .aboutus-content {
        width: calc(100% - 310px);
        background-color: #111923;
        border-radius: 10px;
    }

    .aboutus-content .tab-pane {
        padding: 0 26px;
        margin-top: 30px;
    }

    .article-detail-tile ,.article-content-title {
        color: #DBA84C;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
    }

    .article-detail-content p{
        font-size: 15px;
        text-indent: 2em;
    }

    .social-links {
        display: flex;
        align-content: center;
    }
    
    .social-btn {
        cursor: pointer;
        height: 60px;
        width: 60px;
        color: #fff;
        border-radius: 10px;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
        text-shadow: 0 1px 3px #967302;
        margin: 5px;
        transition: 1s;
    }
    
        .social-btn span {
            width: 0px;
            overflow: hidden;
            transition: 0.5s;
            text-align: center;
        }
    
        .social-btn i {
            color: #fff;
        }
    
        .social-btn:hover {
            padding-left: 20px;
            padding-right: 20px;
            width: 250px;
            border-radius: 10px;
            background-position: 0 0;
            box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
            text-shadow: 0 1px 3px #967302;
            color: white;
        }
    
            .social-btn:hover span {
                padding: 2px;
                width: max-content;
            }

    .aboutus-body table {
        border: 2px solid #222b51;
        color: white;
        border-radius: 5px;
    }

    .aboutus-body table thead {
        background-color: #222b51;
    }

    .aboutus-body table.dataTable.no-footer {
        border-bottom: 1px solid #222b51 !important;
    }

    .aboutus-body .dataTables_wrapper .dataTables_info {
        color: #fff !important;
        font-size: 14px;
    }

    .aboutus-body table thead tr th {
        text-align: center;
        border-right: 1px solid rgb(61 70 117 / 47%);
    }

    .aboutus-body table.dataTable thead th {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        font-weight: bold;
        font-size: 14px;
    }

    .aboutus-body table thead tr th:last-child {
        border-right: 1px solid transparent;
    }

    .aboutus-body table tbody tr td {
        padding: 10px;
        font-size: 13px;
        letter-spacing: 0.4px;
        text-align: center;
        border-right: 1px solid rgb(61 70 117 / 47%);
        vertical-align: bottom;
    }

    .aboutus-body table tbody tr td img {
        max-height: 28px !important;
    }


/* aboutus close*/

/*register open*/

.signup-title {
    color: #ffe38d;
    font-size: 28px;
}

.signup-title::before {
    content: "";
    display: inline-block;
    width: 0.3125rem;
    height: 30px;
    margin-right: 0.625rem;
    border-radius: 0.3125rem;
    background: linear-gradient(to bottom, #dba84c 0, #dba84c 100%);
    vertical-align: middle;
}

.signup-form .login-modal .login-tab {
    grid-template-columns: repeat(3, 1fr);
}

    .signup-form .login-modal .nav-tabs .nav-link {
        border-bottom: 2px solid #494438;
    }

    .btn-register-next {
        padding: 10px 30px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

.signup-form-container {
    position: relative;
    display: flex;
    height: 680px;
    background-color: #0f1f32;
    box-shadow: rgba(0, 0, 0, 0.16);
    padding: 0px;
    margin: 40px;
    border-radius: 1rem;
}

.signup-form-div {
    padding: 20px 30px;
}

.btn-main {
    width: 100%;
    min-width: 133px;
    height: 44px;
    background: linear-gradient(180deg, #2021a1 0%, #9c06cb 75%);
    border-radius: 10px;
    margin-right: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .2s ease;
}

    .btn-main:hover {
        background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #af4dcd 99.39%), #3031ff;
    }

.signup-form .dropdown-phone,.signup-form .dropdown-menu{
    background-color: #090c1199;
    color: white !important;
    border-color: #2a3546 !important;
}

.signup-form .dropdown-item {
    color: white !important;
}

.signup-form .dropdown-item:hover {
    background-color: #353c63;
}

.signup-form input,.signup-form .toggle-password,.deposit-content input,.deposit-content .copyButton,.deposit-content .form-control {
    background-color: #090c1199 !important;
    /*border: 1px solid #2a3546 !important;*/
    color: white !important;
    border: none !important;
    margin-left: 0 !important;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
}

.signup-form input:focus {
    border-color: #2283f6;
    color: white;
}

.signup-form input::placeholder,.deposit-content input::placeholder {
    color: #55657e;
}

.form-control {
    border: none;
}

/*register close*/

/*index(login) open*/

.bg.ant-dropdown-trigger {
    width: auto;
    height: 50px;
    background: #1D2633;
    border-radius: 25px;
    box-shadow: 0 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 10px;
}

.dropdown-bg {
    background: #1D2633;
    border: 1px solid #2f3a4b;
    border-radius: 12px;
    width: 100%;
    min-width: 320px;
    cursor: auto;
}

.bg.ant-dropdown-trigger .dropdown-menu.show {
    animation: fadeIn 1s;
    transition: .1s ease-in;
}

.level {
    width: 32px;
    height: 36px;
    text-align: center;
    line-height: 2.1;
    background-image: url(images/image-vipbg.png);
    background-size: contain;
    position: absolute;
    bottom: 2px;
    left: 140px;
}

.bg.ant-dropdown-trigger .dropdown-item:focus,.bg.ant-dropdown-trigger .dropdown-item:hover {
    color: unset;
    background-color: transparent;
}

.dropdown-bg .progress-vp {
    height: 6px;
}

.dropdown-bg .progress-bar {
    background-color: #839dc6;
}

.notification {
    width: 100%;
    min-width: 50px;
    height: 50px;
    background: #2a3546;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    margin-right: 1vw;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.dropdown-bg .item div{
    width: 100%;
    height: 44px;
    background: #2a3546;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    color: rgb(151, 167, 182);
}

/*index(login) close*/

/*casino open*/
.game-type {
    min-width: 160px;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #263062 0%, #111a29 100%);
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-right: 14px;
    border: 0;
    color: white;
}

.h-40px {
    height: 40px;
}

.fs-12px {
    font-size: 12px;
}

.game-page-carousel ul{
    display: flex;
    margin: auto;
    padding: 0;
}

.game-page-carousel .slick-slide {
    margin-right: 14px;
}

.game-type.active,.game-type.is-checked {
    background: linear-gradient(180deg, #523fbe 7%, #001e64 100%);
}

.slick-prev-2,.slick-next-2 {
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 24px;
    height: 24px;
    top: 28px;
    border: none;
    background-color: rgba(151,167,182);
    color: white;
}

.slick-prev-2 {
    right: 0;
}

.slick-next-2 {
    left: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0;
}

.slick-slider {
    overflow: hidden;
}

.content-game {
    width: 100%;
    border-radius: 10px;
    padding: 16px 18px;
}

.type-tab {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    --un-bg-opacity: 1;
    background-color: rgba(42, 53, 70, 1);
    max-width: 450px;
    width: 100%;
    padding: 10px 5px;
}

.type-tab a {
    display: flex;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bg-color-1 {
    background-color: #161F2C;
}

.h-50px {
    height: 50px;
}

.ant-input-affix-wrapper {
    background-color: #141F2E;
    position: relative;
    display: inline-flex;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    transition: all 0.2s;
    border-color: rgba(89,103,124,1);
    min-width: 360px;
    transition: all 0.2s;
    text-overflow: ellipsis;
    padding: 0px 25px 0px 50px;
}

    .ant-input-affix-wrapper:focus,.ant-input-affix-wrapper:hover {
        border-color: #4096ff;
        outline: none;
    }


    .ant-input-prefix::after {
        display: block;
        content: '\f002';
        font: var(--fa-font-solid);
        font-weight: 900;
        position: absolute;
        transition: .3s;
        z-index: 2;
        color: rgb(82, 63, 190);
        font-size: 19px;
        margin-top: -34px;
        margin-left: 15px;
    }

    .btn-sort.active {
        background-color: #523FBE;
    }

    .sgames-content {
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .game-list {
        justify-content: end;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        align-items: center;
        width:13%;
        position: relative;
        animation: fadeIn 0.3s ease-in;
        transition: 0.3s ease-in;
    }

    /*.grid-item { 
        display: inline-block;
        margin-right: 10px;
        overflow: hidden;
        text-align: center;
        position: relative !important;
        width: 163px;
        top: 0px !important;
        left: 0px !important;
        transform: translate3d(0px, 0px, 0px) !important;
        transition-duration: 0.1s!important;
        animation: fadeIn 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }*/

    .filters .game-type a:active ~ .game-type {
        background-color: white;
    }

    .game-type a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 10px 0px;
    }

    .game-name {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        --un-text-opacity: 1;
        color: white;
        width: 80%;
    }

    .game-list span {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 4px;
        padding: 4px 10px;
        text-align: center;
        font-size: 14px;
        --un-text-opacity: 1;
        color: white;
    }

    .game-list .game-img {
        object-fit: cover;
        height: 162px;
        width: 100%;
    }

    .content-game .previous_link,.next_link,.page_link {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 32px;
        height: 32px;
        padding: 0;
        font-size: 12px;
        text-align: center;
        border-radius: 6px;
        outline: none;
        transition: all 0.2s;
        background-color: #404955;
        color: #97A7B6;
        border: 1px solid #ffffff24;
        font-size: 15px;
    }

    .content-game .page-navigation {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .content-game .active_page {
        background-color: #523FBE;
        color: white;
        border: none;
    }

    .game-list .img:hover .start-game-btn {
        display: block;
    }

    .game-list .img .start-game-btn {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #0000009e;
        border-radius: px;
        display: none;
        transition: width .2s;
        cursor: pointer;
    }

    .start-game-btn img {
        width: 35px !important;
        position: absolute;
        top: 35%;
        left: 40%;
    }

    .game-list .img:hover .start-game-btn img {
        animation: hover-pop 0.3s linear 1;
        transition: .5s ease;
    }

    .pagination-game {
        list-style: none;
        display: flex;
        justify-content: center;
        margin: 15px;
    }

    .pagination-game li,.pagination-game a {
        margin: 0 3px; 
        cursor: pointer;
        min-width: 32px;
        height: 32px;
        padding: 0;
        text-align: center;
        border-radius: 6px;
        outline: none;
        transition: all 0.2s;
        background-color: #404955;
        color: #97A7B6;
        border: 1px solid #ffffff24;
        font-size: 15px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .pagination-game .page-number.active,.pagination-game .page_link.active_page {
        background-color: #523FBE;
        color: white;
        border: none;
    }

    .pagination-game li:hover {
        background-color: transparent;
    }

    .pagination-game li.disable:hover {
        cursor: not-allowed;
        background-color: transparent;
    }
    

/*casino close*/

/*vip open*/
.vip-level ul{
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    list-style-type: none;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none !important;
    transition: 1s ease;
    display: flex;
    /*padding: 0 !important;*/
    position: relative;
}

.vip-level li {
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-color-5 {
    background-color: #111923;
}

.h-70px {
    height: 70px;
}

.vip-content .title ,.download-content .title ,.referral-content .title{
    position: relative;
    width: 100%;
    height: 70px;
    font-size: 20px;
    color: white;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.vip-content .fa-chevron-left {
    font-size: 20px;
}

.vip-content .content {
    width: 100%;
    min-height: 500px;
    background-image: url(images/vip-center-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 70px;
}

.vip-content .carousel-items {
    width: 100%;
    height: 180px;
    /*margin-right: 18px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*opacity: .3;  */
}

.carousel_item.my-vip {
    opacity: 1;
}

.vip-level .head {
    text-align: left;
    /*line-height: 38px;*/
    font-size: 14px;
    color: #fff;
    padding-left: 14px;
    line-height: 2.5;
}

.vip-privilege {
    margin-top: 28px;
    font-size: 14px;
    color: #493a32;
    text-align: left;
    padding: 0 18px;
    width: 70%;
    line-height: 1;
}

.experience-value {
    font-size: 16px;
    color: #885d46;
    text-align: left;
    padding-left: 18px;
    /*margin: 10px 0;*/
}

.experience-value span {
    font-size: 12px;
    color: #493a32;
}

.vip-level .progress-vp {
    width: 220px;
    display: flex;
    padding-left: 18px;
    /*margin-top: 4px;*/
    align-items: center;
}

.vip-level .progress-vp span  {
    color: #885d46;
}

.ant-progress-inner {
    background-color: #635448;
}

.carousel-items.my-vip {
    opacity: 1;
}

.ant-progress .ant-progress-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 100px;
}

.ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 14px;
    margin-inline-end: 8px;
    margin-bottom: 8px;
}

.ant-progress {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    display: inline-block;
}

.ant-progress-bg {
    position: relative;
    background-color: linear-gradient(to right, rgb(137, 68, 26) 0%, rgb(202, 138, 100) 100%);
    border-radius: 100px;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.upgrade-need {
    text-align: left;
    padding-left: 40px;
    font-size: 12px;
    color: #885d46;
}

.vip-content .left>div span {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}

.ant-table {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.ant-table-wrapper table {
    width: 100%;
    text-align: start;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}

.ant-table-wrapper .ant-table-thead>tr>th {
    padding: 12px 9px;
    background-color: #2e3f58;
    border-color: #fff0;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
/*
.vip-table table th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.vip-table table th:last-child {
    border-radius: 0px 10px 10px 0px;
}
*/
.vip-table table td h2 {
    font-size: 16px;
}

.vip-table table td:first-child {
    background: #162a46 !important;
}

.record-modal table th{
    padding: 12px 8px;
    text-align: center;
    width: 100%;
}

.record-modal table tr {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.exclusive-privileges-content .item {
    width: 100%;
    height: 80px;
    background-color: #2a3546;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    margin-bottom: 13px;
    padding: 0 115px 0px 50px;
}

.exclusive-privileges-content .ant-progress-inner{
    background-color: #17253b;
}

.vip-table.ant-table-wrapper tr > th:first-child,
.vip-table.ant-table-wrapper tr > td:first-child {
    position: sticky;
    top: 0;
    overflow: hidden;
    padding-right: 7px !important;
    left: 0 !important;
    text-align: center;
}

.vip-table .ant-table {
    overflow: auto;
    border-radius: 6px;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    max-width: 1100px;
}

.vip-table table {
    border-collapse: separate;
    margin: 3px;
    border-radius: 10px;
    white-space: nowrap;
    position: relative;
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
}

/*vip close*/

/*promotion open*/
.promotion-modal {
    overflow: hidden;
}

.promotion-content .pmbox,.reward-content .rwbox {
    width: 100%;
    height: 54px;
    background: linear-gradient(0deg, #1d2633 0%, #2e394a 100%);
    border: 1px solid #333f53;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    min-width: 166px;
}

.promotion-content .pmbox.is-checked,.reward-content .rwbox.is-checked {
    background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #763ae0 99.39%), #5000de;
}

.promotion-content .list ,.reward-content .list {
    width: calc(100% - 196px);
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.min-h-150px {
    min-height: 150px;
}

.promotion-content .list .item,.reward-content .list .item {
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
    background-color: #1D2633;
    width: 100%;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.w-49 {
    width: 49%;
}

.promotion-content .content-item,.reward-content .content-item {
    animation: fadeIn 0.3s ease-in;
}

.promotion-content .list .item a i,.reward-content .list .item a i{
    margin-left: 6px;
    font-size: 11px;
}

.promotion-modal .modal-detail-banner {
    padding: 30px;
    padding-bottom: 0px;
}

.promotion-modal .modal-detail-banner img {
    display:block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.promotion-modal .modal-dialog-centered {
    min-width: 1000px;
}

.promotion-modal .modal-body,.promotion-modal .modal-header {
    background: #1E2B3E;
    border: none;
}

.promotion-modal .btn-close {
    top: 0;
    outline: none !important;
    box-shadow: none !important;
}

.modal-body .promotion-content {
    padding: 0px 30px;
}

.bg-color-6 {
    background: #1D2633;
}

.ant-card-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 40px;
    background-color: #273241;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: initial;
    text-align: center;
    margin-bottom: -1px;
    padding: 0 24px;
    border-radius: 8px 8px 0 0;
}

.ant-card-head-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.ant-card-head-title {
    display: inline-block;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-card-body {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #DBA84C;
}

.blue-color {
    color: #5780E9;
}

.fs-16px {
    font-size: 16px;
}

.promo-term .number{
    font-size: 12px;
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    background-color: #523FBE;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-term .word {
    font-size: 14px;
    color: #97A7B6;
}

.warn-color {
    color: #EF7979;
}

.promotion-modal .modal-body .promotion-content {
    overflow: hidden;
    max-height: 500px;
    overflow-y: auto;
}

.fs-14px {
    font-size: 14px;
}

/*promotion close*/

/*reward open*/
.reward-content .rwbox {
    padding: 0 10px;
}

.reward-content .reward-overflow {
    overflow-y: auto;
    height: 500px;
}

.reward-content .item .d-flex {
    width: 85%;
}

.reward-content .item span{
    width: 85%;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reward-content .item a {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 15px;
}

.reward-content .text-bg-info {
    background-color: #5d41ff !important;
    color: white !important;
}

/*reward close*/

/*dailyreward open*/
.mission-daily-calendar-holder {
    background: #1f1334;
    border-radius: 15px;
}

.calendar-header-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #763ae0 99.39%), #5000de;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px;
}

.mission-month-login {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.mission-continuous-login {
    font-size: 17px;
    letter-spacing: 0.2px;
}

.calendar-day-row {
    /*padding-left: 20px;
    padding-right: 20px;*/
    display: flex;
    justify-content: center;
    padding: 10px 5px;
}

.missionCalendar .day-content {
    padding: 12px 12px;
    text-align: center;
    border: none;
}

.daily-image-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    background: grey;
    justify-content: center;
    background: #402c64;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.check-in-indicator.mission-checked {
    background: rgba(19, 163, 0, .1);
    border: 1px solid #5c00ff;
    box-shadow: 0px 0px 8px 2px #aa7bff;
}

.mission-checked {
    color: #bf9aff;
    font-weight: bold;
    font-size: 24px;
}

.check-in-indicator {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 115px !important;
}

.check-in-indicator.mission-checked i {
    font-size: 80px;
}

.day-content span {
    position: absolute;
    bottom: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    padding: 1px 6px;
    text-align: center;
}

.day-content span, .day-content p {
    font-size: 14px;
    font-weight: 600;
}

.day-content p {
    margin-bottom: -3px;
}

.check-in-indicator.breathing {
    animation: border-fadeIn 2s infinite alternate;
}

    .check-in-indicator.breathing button {
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: none;
        outline: none;
    }

@keyframes border-fadeIn {
0%,100% {
    border: 1px solid #5c00ff;
    box-shadow: 0px 0px 8px 2px #aa7bff;
}

25% {
    border: 1px solid transparent;
    box-shadow: 0px 0px 8px 2px transparent;
}

50% {
    border: 1px solid #5c00ff;
    box-shadow: 0px 0px 8px 2px #aa7bff;
}

75% {
    border: 1px solid transparent;
    box-shadow: 0px 0px 8px 2px transparent;
}
}

.daily-vip-bottom {
    position: relative;
    border: 2px solid #9559ff;
    background: #562ca1;
    border-radius: 2px;
    width: 120px;
    margin: auto;
}

    .daily-vip-bottom span {
        position: relative;
        right: 0;
        bottom: 0;
        font-weight: 400;
        font-size: 13px;
        background-color: unset !important;
        border-radius: 0;
        padding: unset;
    }

    .referral-content .bg {
        width: 100%;
        background-image: url(images/referral/referral-bg.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

/*dailyreward close*/

/*referral open*/

.referral-program-flowch {
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.referral-program-flowch .step-block {
    position: relative;
    width: 100%;
}

.referral-program-flowch .step-block .img {
    position: absolute;
    z-index: 1;
    width: 31%;
    top: -29%;
    right: 13%;
}

.referral-program-flowch .step-block .img img, .referral-program .step-block .body .arrow img {
    width: 100%;
}

.referral-program-flowch .step-block .num {
    color: #ffd773;
    font-size: 77px;
    font-weight: 700;
    position: absolute;
    bottom: 63%;
    left: 12%;
    z-index: 1;
}

.referral-program-flowch .step-block .body {
    position: relative;
    padding: 5px 10px 20px 20px;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    background-color: rgba(255,255,255,.03);
    overflow: hidden;
    z-index: 0;
}

.referral-program-flowch .step-block .body .arrow {
    position: absolute;
    width: 50px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.referral-program-flowch .step-block .body .arrow.a1 {
    left: 60px;
    bottom: 10px;
    opacity: .05;
}

.referral-program-flowch .step-block .body .arrow.a2 {
    right: 21px;
    top: -4px;
    opacity: .03;
}

.referral-program-flowch .step-block .body .title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
    color: #ffd773;
    justify-content: start;
}

.referral-program-flowch .step-block .body .desc {
    margin-top: 6px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    color: white;
}

.referral-content .commission {
    height: auto;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    background-color: #faefe0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.fs-18px {
    font-size: 18px;
}

.referral-content .commission button {
    width: 100%;
    height: 34px;
    background: linear-gradient(339deg, #000000 12%, #545454 95%);
    border-radius: 18px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    max-width: 120px;;
}

.generate-revenue {
    height: auto;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #faefe0;
}

.generate-revenue .time {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.generate-revenue .time>button {
    min-width: 110px;
    width: 100%;
    height: 34px;
    background: #fff8ed;
    border: 1px solid #cea068;
    border-radius: 6px;
    margin-bottom: 4px;
    text-align: center;
    color: #cea068;
}

.generate-revenue .time>button.active {
    background-color: #cea068;
    color: #fff;
}

.generate-revenue .revenue {
    width: calc(100% - 30px);
}

.generate-revenue .revenue .content {
    width: 100%;
    height: auto;
    background: #fff8ed;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
}

.generate-revenue .revenue .content>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: black;
    min-width: 33.3%;
}

.generate-revenue .revenue .content>div:after {
    content: "";
    width: 2px;
    height: 46px;
    background-color: #f3ecd6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.generate-revenue .revenue .content>div:last-child:after {
    display: none;
}

.referral-content .comission-reward {
    background-color: #faefe0;
    border-radius: 10px;
    color: black;
}

.orange-span span {
    color: #fd5604;
}

.referral-content .comission-reward .content{
    width: 100%;
    height: 282px;
    background: #fff8ed;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.color-95432A {
    color: #95432a;
}

.referral-content .comission-reward .bot p {
    display: flex;
    margin-top: 10px;
    font-size: 12px;
    align-items: center;
    margin-bottom: 0;
}

.referral-content .comission-reward .bot p span:first-child {
    color: #fff;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #fd5604;
    border-radius: 25px;
    display: block;
}

.referral-leaderboard-bg {
    background: #faefe0;
}

.referral-leaderboard .lead-block {
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    flex-grow: inherit;
}

    .referral-leaderboard .title {
        font-weight: 700;
        font-size: 18px;
        color: black;
        text-align: center;
        line-height: normal;
        margin-bottom: 20px;
    }

    .referral-leaderboard .lead-block  {
       position: relative;
       gap: 10px;
    }

    .referral-leaderboard .lead-block .re-card {
        position: relative;
        margin-top: 5px;
        flex: 5px;
    }

        .referral-leaderboard .lead-block .re-card.r2 {
            margin-top: 30px;
        }

    .referral-leaderboard .lead-block .re-card .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        z-index: 1;
    }

        .referral-leaderboard .lead-block .re-card:after {
            content: "";
            display: block;
            padding-bottom: 150%;
        }
 
    .referral-leaderboard .lead-block .re-card .title {
        position: absolute;
        display: inline-block;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%,-40%);
        transform: translate(-50%,-40%);
        padding: 2px 10px;
        font-size: 17px;
        background-color: #ffd773;
        border-radius: 30px;
        height: auto;
        width: auto;
    }

    .referral-leaderboard .lead-block .re-card .title .deco {
        position: absolute;
        left: 50%;
        top: 0;
        width: 18px;
        -webkit-transform: translate(-50%,-100%) translateY(0px);
        transform: translate(-50%,-100%) translateY(0px);
    }

    .referral-leaderboard .lead-block .re-card .title .content {
        color: black;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
    }

    .referral-leaderboard .lead-block .re-card .content-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .referral-leaderboard .lead-block .re-card .content-desc .avatar {
        position: relative;
        width: 100px;
        background-color: #47454561;
        border-radius: 50%;
    }

        .referral-leaderboard .lead-block .re-card .content-desc .avatar:after {
            content: "";
            display: block;
            padding-bottom: 0%;
        }


    .referral-leaderboard .lead-block .re-card .content-desc .name {
        margin-top: 15px;
        color: white;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .referral-leaderboard .lead-block .re-card .content-desc .bonus {
        margin-top: 6px;
        color: #ffde1a;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.1px;
    }

.referral-leaderboard .sub-heading {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: black;
}
    
.referral-leaderboard .listwrap {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: fit-content;
}

    .referral-leaderboard .list {
        margin-top: 10px;
        border-radius: 4px;
        overflow: auto;
    }

    .referral-leaderboard .list .item-row {
        display: flex;
    }

    .referral-leaderboard .list .item-row:nth-child(odd) {
        background-color: #bb9e74;
    }

    .referral-leaderboard .list .item-row > .item-cell {
        flex: 1;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(1) {
        padding: 13px 12px;
        text-align: left;
    }
    
    .referral-leaderboard .list .item-row .item-cell .item-name, .referral-leaderboard .list .item-row .item-cell .item-desc {
        font-size: 12px;
        color: black;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(2) {
        padding: 13px;
        text-align: center;
        position: relative;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(2)::before, .referral-leaderboard .list .item-row .item-cell:nth-child(3)::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 60%;
        top: 50%;
        left: 0;
        opacity: .2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-left: 1px dashed #fff;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(3) {
        padding: 13px 12px;
        text-align: right;
        position: relative;
        flex: 1;
    }

    .referral-leaderboard .list .item-row .item-cell .bonus {
        color: black;
        font-size: 12px;
    }

    .referral-leaderboard .list .item-row .item-cell .bonus[data-unit]::after {
        content: attr(data-unit);
        display: inline-block;
        font-size: 12px;
        color: black;
        margin-left: 5px;
    }

    .referral-leaderboard .list .item-row:nth-child(even) {
        background-color: #ffe1b5;
    }

/*referral close*/


/*tournament open*/
.fs-20px {
    font-size: 20px;
}

.fs-24px {
    font-size: 24px;
}

.leader-board-column-container {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-between;
    width: 100%;
}

.pointer-item {
    background: #1c2c43;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    border-radius: 10px;
}

.tournament-nav .nav-link.active {
    background-color: #523FBE;
}

.tournament-nav .nav-link {
    border-radius: 6px;
    min-width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rankbg {
    background-image: url(images/tournament/rankbg.png);
    background-size: cover;
    padding: 0 30px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 6px;
}

.rankbg2 {
    background-color: #ffffff1a;
    backdrop-filter: blur(10px);
    padding: 0 30px;
    margin-top: 93px;
    margin-bottom: 18px;
    border-radius: 6px;
    overflow: hidden;
}

.tournament-content table tr th {
    color: #DBA84C !important;
    font-size: 16px;
}

.tournament-content tbody tr:first-child>td:first-child:after, 
.tournament-content tbody tr:nth-child(2)>td:first-child:after, 
.tournament-content tbody tr:nth-child(3)>td:first-child:after {
    width: 35px !important;
    height: 35px !important;
}

.tournament-content tr:nth-child(odd) td {
    background-color: #00193d !important;
}

.tournament-content tr:nth-child(even) td {
    background-color: #00193d6b;
}

.tournament-content table {
    border-spacing: 0 10px;
}

.tournament-content tr td {
    padding: 12px 8px;
}

/*tournament close*/

/* lucky box open */
.luckybox-container {
    display: block;
    width: 100%;
    /*margin: 40px auto 0;*/
    /*padding: 0 16px;*/
    margin-bottom: 100px;
}

.luckybox-inner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(110,88,131,.4);
}

.lootboxes-banner {
    position: relative;
    text-align: center;
    padding: 0;
}

.lootboxes-banner img.duboxes-banner-img {
    width: 100%;
    display: block;
    position: absolute;
}

.lootboxes-banner-content {
    width: 100%;
}

.lootboxes-banner-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 3.5;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.lootboxes-banner-list {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 798px;
}

.lootbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgb(25 32 71);
    border-radius: 8px;
    transition: transform .3s ease;
    position: relative;
}

.lootbox-item-image img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 200px;
    cursor: pointer;
    transition: .3s ease;
}

.lootbox-item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
}

.lootbox-item-desc {
    padding: 4px 0;
}

.lootbox-item-label {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    color: rgba(255,255,255,.5);
}

.lootbox-item-value {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .01em;
}

.lootbox-item-desc-highlight {
    width: 100%;
    padding: 5px 0;
    background: rgba(255,255,255,.1);
    margin: 4px 0;
}

.lootbox-item-btn-wrap {
    padding: 4px 0px 15px;
}

.lootbox-item-btn {
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    padding: 6px 1px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lootbox-item-btn-label {
    display: inline-block;
    background: rgba(0,0,0,0);
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    cursor: pointer;
    color: white;
}

.luckybox-copycode {
    position: relative;
    padding-right: 10px;
}

.lootboxes-banner .lootbox-item-image img:hover, .lootboxes-banner .lootbox-item-image img:active {
    transition: transform .3s ease;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.duxboxes-steps {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    overflow: auto;
    padding: 13px 0;
    border-bottom: none;
    scrollbar-width: none;
    position: relative;
    border-bottom: 1px solid #2c1a3d;
}

.duxboxes-steps-item {
    flex-direction: row;
    margin-right: 16px;
    width: initial;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.duxboxes-steps-item-number {
    width: 70px;
    height: 70px;
    min-width: 44px;
    background: url(images/step-circle.png) no-repeat center/contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 8px 0;
}

.duxboxes-steps__item-desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .01em;
    color: #fff;
    max-width: 100%;
    text-align: center;
}

.duxboxes-margin {
    margin-top: 104px;
}

.duxboxes-content {
    margin-top: 50px;
    padding: 0 0 35px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
}

.duxboxes-prizes-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 600px;
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.duxboxes-content-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 21px;
    text-transform: uppercase;
}

.duxboxes-content-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    margin: 12px 0 16px;
}

.duxboxes-content-list {
    justify-content: center;
    display: flex;
    gap: 25px;
}

.duxboxes-content-item {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.duxboxes-content-image {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.duxboxes-content-image img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.duxboxes-content-image img:hover {
    transition: transform .3s ease;
    transform: scale(1.025);
}

.duxbox-content-info {
    font-weight: 600;
    font-size: 19px;
    line-height: 17px;
    margin-top: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.duxboxes-content-btn {
    border-radius: 6px;
    padding: 17px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.modal-lootboxes-prizes-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: white;
}

.modal-lootboxes-body {
    padding: 75px 24px 24px;
}

.modal-lootboxes-prizes-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 8px 0;
    color: #d9d9d9;
}

.modal-lootboxes-prizes-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-lootboxes-prizes-item {
    background: rgb(5 12 50);
    border-radius: 8px;
    padding: 15px 80px;
}

.modal-lootboxes-prizes-image {
    max-width: 100%;
}

.modal-lootboxes-prizes-image img {
    width: 100%;
    max-width: 200px;
}

.modal-lootboxes-prizes-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.modal-lootboxes-prizes-table-wrap {
    margin-top: 16px;
}

.modal-lootboxes-prizes-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255,15%);
    letter-spacing: 0.3px;
}

.modal-lootboxes-prizes-table-bonus {
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: #d3fffb;
}

.modal-lootboxes-prizes-table-prize {
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
}

.duxboxes-terms {
    margin: 24px auto 0;
    position: relative;
}

.duxboxes-terms-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    width: 100%;
}

.duxboxes-terms-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.duxboxes-terms-content h6 {
    margin-bottom: 10px;
    margin-right: 5px;
}

.duxboxes-terms-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 3px solid;
    padding: 45px 25px 20px 20px;
    border-color: #eed6a8;
    border-radius: 10px;
}

.duxboxes-terms-content ul {
    list-style-type: disc;
    padding-left: 15px;
}

.lootboxes-banner-available-wrap {
    background: rgb(25 32 71);
    border-radius: 8px;
    max-width: 798px;
    padding: 25px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
}

.lootboxes-banner-available {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lootboxes-available-number {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    background: #3b4685;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #fff;
    margin-right: 12px;
    position: relative;
}

.lootboxes-available-desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #fff;
}

.ant-btn-primary.luckybox {
    height: 40px;
    padding: 0 40px;
    animation: pulse 1.5s infinite;
    border-radius: 10px;
    border: 1px solid transparent;
}

@keyframes pulse {
    0%,100% {
        transform: scale(0.95)
    }

    50% {
        transform: scale(1)
    }
}

.modal-active {
    overflow: hidden;
}

#modal-container-common,#modal-container-rare,#modal-container-epic {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
  }

  #modal-container-common.one,#modal-container-rare.two,#modal-container-epic.three {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common.one .modal-background .modal,#modal-container-rare.two .modal-background .modal,#modal-container-epic.three .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common.one.out,#modal-container-rare.two.out,#modal-container-epic.three.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common.one.out .modal-background .modal,#modal-container-rare.two.out .modal-background .modal,#modal-container-epic.three.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common .modal-background,#modal-container-rare .modal-background,#modal-container-epic .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0,90%);
    text-align: center;
    vertical-align: middle;
  }

  #modal-container-common .modal-background .modal,#modal-container-rare .modal-background .modal,#modal-container-epic .modal-background .modal {
    background: transparent;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: auto;
    height: auto;
  }

  #modal-container-common .modal-background .modal h2,#modal-container-rare .modal-background .modal h2,#modal-container-epic .modal-background .modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #94a5ff;
    font-weight: 600;
    text-transform: uppercase;
  }

  #modal-container-common .modal-background .modal p,#modal-container-rare .modal-background .modal p,#modal-container-epic .modal-background .modal p {
    font-size: 21px;
    line-height: 10px;
    margin-bottom: 35px;
    color: #94a5ff;
  }
  
  #modal-container-common .modal-background .modal .modal-svg,#modal-container-rare .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
  }

  #modal-container-common .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
  }

  @keyframes unfoldIn {
    0% {
      transform: scaleY(0.005) scaleX(0);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(1);
    }
  }
  @keyframes unfoldOut {
    0% {
      transform: scaleY(1) scaleX(1);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(0.005) scaleX(0);
    }
  }
  @keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes zoomOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }

  .lucky-coin {
    position: absolute;
  }

  .lucky-coin img {
    width: 65px;
    position: relative;
  }

  .ant-btn-primary.open-box{
    margin: auto;
    border-radius: 6px;
    padding: 0 15px;
  }

  .go-up.coin {
    animation: go-up 5s ease infinite;
  }

  .lucky-coin.one {
    animation: floating 5s infinite linear;
    right: 13px;
    top: 165px;
  }

  .lucky-coin.two {
    animation: floating 6s infinite linear;
    left: 10px;
    bottom: 191px;
  }

  .lucky-coin.three {
    animation: floating 4s infinite linear;
    right: 10px;
    bottom: 199px;
  }

  .lucky-coin.four {
    animation: floating 7s infinite linear;
    left: 7px;
    top: 172px;
  }

  @keyframes floating {
    from {
      transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
    }
  }

  @keyframes float {
    0% { transform: translatey(0px); }
    25% { transform: translatey(-5px); }
    65% { transform: translatey(5px); }
    100% { transform: translatey(0px); }
  }

  @keyframes jump-shaking {
    0% { transform: translateX(0) rotate(0)}
    15% { transform: translateY(0) rotate(0)}
    25% { transform: translateY(0) rotate(0) }
    45% { transform: translateY(-2px) rotate(-10deg) }
    65% { transform: translateY(-3px) rotate(10deg) }
    78% { transform: translateY(-4px) rotate(-10deg) }
    100% { transform: translateY(0) rotate(0) }
  }

  .rise-shake {
    animation: jump-shaking 1.83s infinite;
  }

  .lootboxes-banner-list main {
    position: absolute;
    height: 10px;
    width: 10px;
    animation: 5s position ease-out infinite;
    z-index: -1;
  }
  
  .firework {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    offset-distance: 0;
    z-index: -1;
  }
    .firework:nth-of-type(0) {
        offset-path: path("M 0, 0 q 0, -17, -170, 20 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(1) {
        offset-path: path("M 0, 0 q 0, -40, -274, 174 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(2) {
        offset-path: path("M 0, 0 q 0, -36, 84, -50 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(3) {
        offset-path: path("M 0, 0 q 0, -5, -37, 2 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(4) {
        offset-path: path("M 0, 0 q 0, -37, 176, 254 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(5) {
        offset-path: path("M 0, 0 q 0, -22, 177, -79 ");
        animation: 1s scatter ease-out infinite;
        background: #ff0000;
    }
    .firework:nth-of-type(6) {
        offset-path: path("M 0, 0 q 0, -4, -275, 285 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(7) {
        offset-path: path("M 0, 0 q 0, -35, 152, 73 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(8) {
        offset-path: path("M 0, 0 q 0, -13, 12, 79 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(9) {
        offset-path: path("M 0, 0 q 0, -40, -217, -84 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(10) {
        offset-path: path("M 0, 0 q 0, -44, -73, 129 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(11) {
        offset-path: path("M 0, 0 q 0, -26, -245, 159 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(12) {
        offset-path: path("M 0, 0 q 0, -36, -257, -131 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(13) {
        offset-path: path("M 0, 0 q 0, -4, -220, -80 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(14) {
        offset-path: path("M 0, 0 q 0, -42, -18, -241 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(15) {
        offset-path: path("M 0, 0 q 0, -26, -263, -286 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(16) {
        offset-path: path("M 0, 0 q 0, -18, 64, -233 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(17) {
        offset-path: path("M 0, 0 q 0, -16, 90, -59 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(18) {
        offset-path: path("M 0, 0 q 0, -33, 269, 186 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(19) {
        offset-path: path("M 0, 0 q 0, -21, 25, -124 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(20) {
        offset-path: path("M 0, 0 q 0, -17, -57, 250 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(21) {
        offset-path: path("M 0, 0 q 0, -12, 212, 54 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(22) {
        offset-path: path("M 0, 0 q 0, -24, 158, -127 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(23) {
        offset-path: path("M 0, 0 q 0, -20, 1, 283 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(24) {
        offset-path: path("M 0, 0 q 0, -16, 165, 118 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(25) {
        offset-path: path("M 0, 0 q 0, -35, 201, 20 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }

  @keyframes scatter {
    0% {
      offset-distance: 0%;
    }
    50% {
      opacity: 1;
    }
    80% {
        opacity: 0.3;
    }
    100% {
      offset-distance: 100%;
      opacity: 0;
    }
  }

  @keyframes position {
    0%, 19.9% {
      transform: translate(120px, 150px);
    }
    20%, 39.9% {
      transform: translate(300px, 100px);
    }
    40%, 59.9% {
      transform: translate(0px, 0px);
    }
    60%, 79.9% {
      transform: translate(20px, 150px);
    }
    80%, 99.9% {
      transform: translate(10px, 0px);
    }
  }

  #modal-container-common .lucky-box-floating img,#modal-container-rare .lucky-box-floating img,#modal-container-epic .lucky-box-floating img {
    animation: float 4.5s infinite linear;
  } 

  .shockwave {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
            animation: shockwaveJump 1s ease-out infinite;
  }
  .shockwave:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s 0.65s ease-out infinite;
            animation: shockwave 1s 0.65s ease-out infinite;
    }
    .shockwave:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        -webkit-animation: shockwave 1s 0.5s ease-out infinite;
                animation: shockwave 1s 0.5s ease-out infinite;
    }

    @keyframes shockwaveJump {
        0% {
          transform: scale(1);
        }
        40% {
          transform: scale(1.03);
        }
        50% {
          transform: scale(0.99);
        }
        55% {
          transform: scale(1.00);
        }
        60% {
          transform: scale(0.99);
        }
        100% {
          transform: scale(1);
        }
    }

    @keyframes shockwave {
        0% {
            transform: scale(1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
        }
        95% {
            box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
        }
        100% {
            transform: scale(1.20);
        }
    }
  
/* lucky box close*/

/*deposit open*/
.deposit-content.main {
    width: 1350px;
    margin: 14px auto 20px;
    display: flex;
    justify-content: space-between;
}

.b-rd-10px {
    border-radius: 10px;
}

.yellow-color {
    color: #DBA84C;
}

.ant-divider-horizontal {
    display: flex;
    width: 100%;
    min-width: 100%;
    margin: 24px 0;
    background-color: rgb(29, 39, 51);
    border-block-start: 1px solid rgba(5, 5, 5, 0.06);
}

.b-rd-6px {
    border-radius: 6px;
}


.button-deposit,.button-withdraw {
    /*padding: 10px 30px;*/
    width: 100%;
    max-width: 49%;
}

.button-deposit i,.button-withdraw i {
    font-size: 20px;
}

.button-deposit.blue.active,.button-deposit.blue:hover {
    background: linear-gradient(220deg, rgb(70, 47, 205) 18%, rgb(24, 104, 220) 100%);
    color: white;
    border-color:transparent;

}

.button-withdraw.yellow {
    border-color: #DBA84C;
    color: #DBA84C;
    border-width: 1px;
    border: 1px solid;
}

.button-withdraw.yellow.active,.button-withdraw.yellow:hover {
    background: linear-gradient(rgb(219,168,76),rgb(248,200,117));
    color: white;
    border-color: #DBA84C;
}

.button-deposit.blue {
    color: #5780E9;
    border-color:rgba(87,128,233);
    background: transparent;
    border: 1px solid;
}

.h-46px {
    height: 46px;
}

.sidenav-menu .icon i {
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 6px;
    font-size: 15px;
}

.sidenav-menu .icon i.fa-fw {
    width: 27px;
}

.sidenav-menu:nth-child(odd) .icon i {
    background: linear-gradient(220deg, rgb(70, 47, 205) 18%, rgb(24, 104, 220) 100%);
}

.sidenav-menu:nth-child(even) .icon i {
    background: linear-gradient(220deg, #d8bb66 18%, #ff835c 100%);
}

.sidenav-menu.active,.sidenav-menu:hover {
    background: linear-gradient(257deg, #111923 19%, #222b51 95%);
}

.ant-divider-vertical {
    background-color: #2c3643;
    height: 38px;
    margin: 0 36px;
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

.deposit-content .content_bankType.active {
    background-color: rgba(79, 63, 197) !important;
}

.deposit-content .content_bankType {
    display: flex;
    justify-content: center;
    background-color: #1E2B3E;
    text-align: center;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 68px;
    cursor: pointer;
    padding: 10px 0px;
}

.choose-box .nav-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.choose-box2 [type=checkbox]:checked + label, .choose-box2 [type=radio]:checked + label {
    border: 1px solid #523FBE;
    color: white;
    background-color: #000;
}

.style-add-amount.facelift {
    margin: 0;
    display: flex !important;
    overflow: hidden;
    background-color: #000;
    transition: .3s;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    text-align: center;
    justify-content: center;
    max-height: 68px;
    padding: 10px;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    border: 1px solid transparent;
}

.choose-box2 li, .choose-box2 label {
    position: relative;
    border-radius: 6px;
}

.boxx-content label::before {
    content: '\f00c' !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    z-index: 2;
    right: -1px;
    bottom: 3px;
    width: 10px;
    height: 10px;
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: white;
}

.boxx-content [type=checkbox]:checked + label::after, 
.boxx-content [type=checkbox]:checked + label::before, 
.boxx-content [type=radio]:checked + label::after, 
.boxx-content [type=radio]:checked + label::before {
    opacity: 1;
}

[type=radio]:checked + label::before {
    opacity: 1;
}

.boxx-content label::after, .boxx-content label::before {
    content: "";
    position: absolute;
    transition: .3s;
    opacity: 0;
}

.boxx-content label::after {
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 0;
    margin-right: -1px;
    height: 0;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent rgba(79, 63, 197);
}

.choose-box2 [type=radio] {
    display: none;
}

.choose-box2 {
    display: grid;
    grid-template-columns:repeat(5,1fr);
}

.choose-box2 img {
    width: auto;
    height: 28px;
}

.choose-box p,.choose-box2 p,.choose-box2 span {
    font-size: 13px;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
    margin: 0;
}

.tab-secondary-box ul {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.tab-secondary-box label {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 9.375rem;
    height: 2.1875rem;
    margin-right: 1px;
    padding: 0 0.625rem;
    float: left;
    transition: .3s;
    border-radius: 6px;
    font-size: .875rem;
    text-align: center;
    cursor: pointer;
    background: #673AB7;
    color: #fff;
}

.title-box h4 {
    margin-right: 1.875rem;
    color: #DBA84C;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.style-add-amount span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(79, 63, 197) !important;
    transition: border-color 0.2s ease, color 0.3s ease, box-shadow 0.2s ease;
    border-radius: 6px;
    text-align: center;
    padding: 8px 12px;
    transition: .2s ease-in-out;
    width: 100%;
    background: linear-gradient(180deg, rgba(0 0 0 / 0%), rgb(225 179 25 / 23%) 48.43%, #763ae0 99.39%), #5000de;
}

.choose-box2 input {
    display: none;
}

.style-add-amount {
    display: flex;
    cursor: pointer;
    margin: 0;
}

.style-add-amount input:hover ~ span {
    color: white;
    border-color: #523FBE !important;
    box-shadow: 0 0 2px #523FBE;
    
}

.style-add-amount input[type=button].active ~ span {
    color: white;
    border-color: #523FBE !important;
    box-shadow: 0 0 2px #523FBE;
    animation: moneyBtn-Animation .5s ease-in-out;
    background-color: rgb(40 25 150) !important;

}

@keyframes moneyBtn-Animation {
    0% {
        -webkit-filter: drop-shadow(0 0 0#000000);
        filter: drop-shadow(0 0 0#000000);
    }

    to {
        -webkit-filter: drop-shadow(0-20px 0 transparent);
        filter: drop-shadow(0-20px 0 transparent);
    }
}

.tips-group {
    position: relative;
    border: 1px solid #274384;
    background-color: rgb(15 33 74 / 40%);
    margin-bottom: 0.625rem;
    padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
    border-radius: 5px;
    text-align: left;
    white-space: normal;
}

.deposit-content .content_bankType:hover {
    background-color: rgba(79, 63, 197) !important;
}

.style-add-amount span:hover {
    background-color: rgb(74 53 231) !important;
}

.tips-group::before {
    content: '\f05a';
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 17px;
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: sub;
}

.deposit-promo-dropdown {
    background-color: #090c1199 !important;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    padding: .375rem .75rem;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    background-image: url(images/chevron-down.png) !important;
    background-size: 20px;
}

.input-box.input-money input {
    width: 100%;
    height: 2.5rem;
    padding: 0 2.1875rem 0 1.5625rem;
    text-align: right;
    transition: border-color 0.3s ease;
    color: #f2dc9c !important;
}

.input-box.input-money {
    position: relative;
    flex: 1;
    vertical-align: middle;
}

.input-box.input-money span {
    position: absolute;
    top: 0;
    left: 0.625rem;
    color: #f2dc9c;
    font-size: 18px;
    line-height: 2.5rem;
    font-family: "Helvetica Neue", Helvetica, Tahoma, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}

.reset-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -50px;
    width: 35px !important;
    height: 35px;
    padding: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    background-color: #f2dc9c;
    font-size: 0;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-mask: url(images/icon-delete.svg) no-repeat center / 40%;
    background: url(images/icon-delete.svg) no-repeat center / 40%;
    opacity: 0;
}

.input-money.active .reset-btn, input-money.active::after {
    right: 0;
    background: #f35e5e;
    opacity: 1;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.submitpayment.ant-btn-primary {
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    margin-top: 25px;
}

.content_bankType img {
    height: 32px;
    width: 32px;
}

.tips-group p {
    font-size: 13px;
}

.qrpay-container img {
    width: 300px !important;
}

.qrpay-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(to bottom, #4c278e 0, #512997 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    padding: 0.625rem;
    border-radius: 10px;
    width: auto;
    margin-left: 12px;
}

.crypto-box .currency .crypto-icon img, .unverified-block .title-tips .icon img {
    width: 100%;
    height: 100%;
}

.crypto-box .currency {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 2.625rem;
    padding: 0 0.625rem;
}

.crypto-box .currency .unit {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #ffae12;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: -2px;
}

.crypto-box .input-box-50 .input-money {
    position: relative;
    overflow: hidden;
}

.crypto-box .input-box-50 {
    position: relative;
    width: 45%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0;
}

.crypto-box .input-box-50 .input-money input {
    padding: 0 2.1875rem 0 2.75rem;
    transition: all .3s;
    border-width: 2px;
    text-align: right;
    width: 100%;
    height: 2.5rem;
    outline: none;
}

.crypto-box .exchange {
    display: inline-block;
    width: 40px;
    height: 37px;
    color: rgba(255, 255, 255, .5);
    margin: 40px 8px 0 -20px;
}

.crypto-box label {
    font-size: 12px;
}

.crypto-box .currency .crypto-icon {
    width: 1.5rem;
}

.crypto-box .input-money.active .reset-btn, .input-money.active::after {
    right: 0px;
}

.deposit-promo {
    position: relative;
}

.deposit-promo .fa-chevron-down {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 14px;
    color: white;
}

.tnc-text p{
    font-size: 12px;
    padding: 5px 13px;
    margin: 0;
    color: #ffcb7f;
    border: 1px solid #a98c34;
    border-radius: 6px;
    cursor: pointer;
}

.tnc-text {
    width: max-content;
}

/*deposit close*/


/*transaction open*/

.choose-box3 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
}

.transac-type {
    border-radius: 6px;
    padding: 5px 12px;
    background: #1D2633;
    color: #97A7B6;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: none;
    outline: none !important;
    line-height: 1.0;
    height: 36px;
    width: 100%;
}

.transac-time {
    padding: 3px 0px 5px 0;
    display: flex;
    justify-content: start;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.choose-box-time [type=checkbox]:checked + label,
.choose-box-time [type=radio]:checked + label{
    color: #DBA84C;
    border-bottom: 1px solid #DBA84C;
}

.choose-box3 [type=checkbox]:checked + label, 
.choose-box3 [type=radio]:checked + label {
    background-color: #523FBE;
    color: white;
}

.choose-box3 [type=radio],.choose-box-time [type=radio]{
    display: none;
}

.transac-content table th {
    background-color: #1d2633;
    color: white;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center !important;
}

.transac-content table th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.transac-content table th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.transac-content table td {
    background-color: transparent;
    color: white;
    border-bottom: 1px solid #454a6a;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.transac-content .dataTables_length,.transac-content .dataTables_info{
    color: white !important;
    font-size: 14px;
}

.transac-content .dataTables_length select {
    color: #DBA84C;
    background-color: #0D131C !important;
}

.transac-content .dataTables_filter {
    color: #DBA84C !important;
    font-size: 14px;
}

.transac-content .dataTables_filter input {
    background-color: #1c2637c2 !important;
}

.transac-content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.transac-content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background: #1D2633;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 13px;
}

.color-green {
    color: rgba(0,151,60);
}

.detail-item {
    color: #97A7B6;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
}

.myacc .fa:hover, .myacc .fas:hover {
    color: #523FBE;
}

.choose-box3 input {
    display: none;
}

.dataTables_empty img {
    background-position: center center;
    justify-content: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    max-height: unset !important;
}

/*transaction close*/

/*paymentaccount open*/

.btn-add-payment {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: .3s;
    border: 1px solid #FFC107;
    border-radius: 6px;
    color: #fff;
    font-size: .75rem;
    cursor: pointer;
    background-color: transparent;
    height: 26px;
}

.btn-add-payment:hover {
    color: #FFC107;
}

.btn-add-payment:hover i {
    transform: scale(1.5);
    transition: .3s;
}

.btn-add-payment i {
    transition: .3s;
    font-size: 10px;
}

.payment-account-select .fa-chevron-down {
    position: absolute;
    right: 26px;
    top: 13px;
    font-size: 14px;
    color: white;
}

.vip_exclusive_main {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: white;
    text-align: center;
    box-shadow: 0px 0px 6px 0px #97a7ff;
}

.vip_exclusive_sub {
    padding: 10px;
    border: 1px solid #383f64;
    color: white;
}

.vip_exclusive_text {
    font-size: 12px;
}

.vip_cell {
    font-weight: bold;
    font-size: 16px;
}

.vip_benefits table thead th{
    background-color: #383f64;
    color: white;
    font-size: 14px;
}

.vip_benefits table {
    border: 2px solid #383f64;
    color: #fff;
    border-radius: 5px;
}

.vip_benefits table.dataTable.no-footer {
    border-bottom: 1px solid #383f64 !important;
}

.vip_benefits table td {
    background: transparent;
    color: white;
    font-size: 14px;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-align: center;
    border-right: 1px solid #383f64;
    vertical-align: bottom;
}

/*paymentaccount close*/

/*myreward open*/

.myreward-nav {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.myreward-nav li a{
    border-radius: 6px;
    padding: 5px 12px;
    background: #1D2633;
    color: #97A7B6;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: none;
    outline: none !important;
    line-height: 1.0;
    height: 36px;
    width: 100%;
}

.myreward-nav .nav-link.active {
    background-color: #523FBE;
    color: white;
}

/*myreward closed*/

/*myprofile open*/

.myprofile-content .profile{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.myprofile-content .profile .form-control {
    font-size: 14px;
}

.myprofile-content .profile button i{
    font-size: 18px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/*myprofile closed*/

/*myidentity open*/
.profile .fa-chevron-down {
    position: absolute;
    top: 12px;
    right: 10px;
}

.custom-file input[type="file"] {
    display: none;
}

.custom-file input[type="file"]{
    display: none;
}

/*myidentity closed*/

/*playnow open*/
.download-qr-code .text.color-blue,.download-app.color-blue{
    background-color: rgb(43 84 153);
}

.text-left {
    text-align: left !important;
}


/*playnow closed*/

/*myquests open*/

.twin-container {
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.mission-main, .mission-calendar-holder {
    width: 100%;
    height: initial;
}

.mission-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mission-layout {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.mission-layout .ant-btn-primary {
    padding: 5px 30px;
    width: 100%;
    border-radius: 10px;
}

.widget-layout {
    width: 100%;
    background: #212436;
    border-radius: 6px;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
}

.widget-top {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 12px;
}

.widget-type {
    background: #5c35a1;
    padding-left: 4px;
    padding-right: 2px;
}

.label-default {
    position: relative;
    box-sizing: border-box;
    height: 22px;
    padding: 4px 2px 4px 12px;
    background: #3d1d76;
    text-align: center;
}

    .label-default p {
        font-weight: 500;
        font-size: 13px;
        line-height: 14px;
        letter-spacing: 0.25px;
        color: white;
        right: 4px;
        position: relative;
    }

.widget-title {
    position: relative;
    left: 16px;
    width: 100%;
    height: auto;
    margin-top: 38px;
}

.widget-word {
    position: relative;
    min-width: 10px;
}

.editor-wrapper {
    position: relative;
    background: transparent;
}

.widget-image {
    width: 170px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 16px;
}

.widget-imgposition {
    width: 100%;
    min-height: 160px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

    .widget-imgposition img {
        width: 100%;
        height: 100%;
        border-radius: 0px 16px 0px 0px;
    }

.editor-content p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #ffcd72;
}

.widget-bottom-content-block {
    padding: 10px 0;
    border-top: 1px solid #ffffff1f;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.randomizer-content-block {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.editor-wrapper .editor-content p.grey-color {
    font-size: 12px;
    color: #919191;
    font-weight: 600;
}

.mission-detail-container {
    padding: 15px;
    background: #031205;
    border-radius: 15px;
    margin: 10px 0;
    position: relative;
    contain: content;
}

.mission-detail-holder {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    gap: 15px;
}

.mission-detail-title {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .mission-detail-title h4 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1;
        margin-top: 6px;
        letter-spacing: 0.2px;
    }

    .mission-detail-title span {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.2px;
        color: #919191;
        line-height: 1;
    }

.mission-detail-status {
    margin-top: 15px;
    color: #e3e3e3;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 15px;
}

.mission-progress-container {
    width: 80px;
    height: 8px;
    background: #534F4A;
    overflow: hidden;
    border-radius: 10px;
}

.mission-progress {
    height: inherit;
    float: left;
    border-radius: 10px;
    background: #26ffbc;
}

.mission-reward {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.mission-reward-container span:first-child {
    color: #eaeaea;
}

.mission-reward-amount {
    color: #ffe43c;
}

.randomizer-content-block .btn-css2 {
    justify-content: center;
}

.mission-detail-status .progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #222;
    border-radius: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}

.mission-detail-status .progress-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to right, #6f85ff 0, #9f6aff 100%);
    box-shadow: 0 0 0.1875rem #ffea65;
    transition: all 1s ease;
}

.mission-detail-status .progress-bar,
.mission-detail-status .progress-name {
    width: 60%;
}

    .mission-detail-status .progress-name span {
        color: #fff;
        line-height: 2.0;
    }

/*myquests closed*/

/*referral afterlogin backoff open*/

.referral-rate-title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: white;
}

.referral-rate-tier {
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    color: #ffde1a;
    width: 100%;
}

.referral-rate-tier .tier-row {
    display: flex;
    justify-content: center;
    gap: 7px;
}

    .referral-rate-tier .tier-row .tier-rate {
        font-size: 16px;
        text-align: center;
        padding-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        color: black;
    }

    .referral-rate-tier .tier-row> .de.tier-rate {
        flex: 1;
        background-color: #fff8ed;
    }

    .referral-rate-tier .tier-row > .tier-rate[data-head]::before {
        content: attr(data-head);
        display: block;
        font-size: 13px;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 13px;
        color: #fff;
    }

    .referral-rate-tier .tier-row > .tier-rate::before {
        background: #bb9e74;
    }

    .de.tier-rate[data-suffix]::after {
        content: "(" attr(data-suffix) ")";
        display: block;
        font-size: 12px;
        margin-top: 5px;
        color: #b5b5b5;
    }

    .referral-rate-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        position: absolute;
        gap: 8px;
        top: 0;
        right: 0;
        width: auto;
        height: 27px;
        padding: 0 13px 0 22px;
        font-size: 12px;
        text-align: center;
        background: #ffd773;
        color: #000;
        box-shadow: inset 0 0.0625rem 0.0625rem 0 rgba(255,255,255,.5);
        -webkit-clip-path: path("M0,0 L800,0 L800,26.8193006 L19.9185168,26.8193006 C17.0429846,26.8193006 14.3886686,25.2760385 12.96609,22.7770476 L0,0 L0,0 Z");
        clip-path: path("M0,0 L800,0 L800,26.8193006 L19.9185168,26.8193006 C17.0429846,26.8193006 14.3886686,25.2760385 12.96609,22.7770476 L0,0 L0,0 Z");
        cursor: pointer;
    }

    .vip_benefits .referral-info-table td{
        border-bottom: 1px solid #383f64;
        padding: 5px;
        font-size: 14px;
    }

    .vip_benefits .referral-info-table table thead th {
        padding: 5px;
    }

.records-summarize-panel {
    display: flex;
    margin: 10px 0;
    padding: 15px;
    border-radius: 4px;
    background-color: #1D2633;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.records-summarize-panel .ul {
    display: flex;
    flex-direction: row;
}

    .records-summarize-panel .ul .li {
        padding: 0 15px;
    } 

    .records-summarize-panel .ul .li .status {
        text-align: right;
        font-size: 20px;
        font-weight: 700;
        color: #DBA84C;
    }

    .records-summarize-panel .ul .li .status[data-title]::before {
        content: attr(data-title);
        display: block;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }

    .records-summarize-panel .ul .li:nth-child(2) {
        border-left: 1px dotted #666;
    }

    .referral-content .box {
        background-color: #1D2633;
        border-radius: 10px;
    }

    .referral-content .qr-code {
        width: 148px;
        height: 148px;
        background-image: url(images/white-qr-code.png);
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 20px;
    }

    .ant-qrcode-borderless {
        width: 100%;
        height: 124px;
        background-color: rgb(255, 255, 255);
        border-color: transparent;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        min-width: 124px;
    }

    .ant-qrcode-borderless img {
        width: 98px;
        height: 98px;
    }

    .save-qrcode {
        background-color: #cea068;
        border-color: #cea068 !important;
        color: #000 !important;
        border-radius: 25px;
        padding: 5px 15px;
        font-size: 14px;
        border: 1px solid transparent;
        transition: .3s ease;
    }

    .save-qrcode:hover {
        background-color: #a27947;
    }

    .referral-content .share-link {
        background-color: rgba(17,25,35);
        width: 100%;
        max-width: 108px;
        min-height: 100px;
        height: 100%;
        border-radius: 10px;
    }

    .referral-content .share-link img {
        width: 30px;
        height: 30px;
    }

/*referral afterlogin backoff closed*/

/* register complete modal */
.modal-header.one-click {
    justify-content: center;
}

.registration-success-copy-fields {
    display: flex;
}

    .registration-success-copy-fields .copy-content {
        width: 100%;
        display: flex;
        border: 2px solid #adacb1;
        border-radius: 6px;
        min-height: 2.5em;
        padding: 5px 10px;
    }

.registration-success-copy-fields-item:first-child {
    position: relative;
}

.registration-success-copy-item {
    padding: 0px 10px;    
    display: flex;
    align-items: center;
}

.registration-success-copy-fields-item {
    min-width: 0;
    flex-grow: 1;
}

    .registration-success-copy-fields-item:first-child:before {
        position: absolute;
        top: 19%;
        width: 1px;
        height: 1.5em;
        content: "";
        right: 0px;
        background-color: #adacb1;
    }

.registration-success-copy-item-name {
    margin-right: 5px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.registration-success-copy-item-text {
    color: #14805e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14286em;
}

.one-click-copybutton {
    border-radius: 6px;
    padding: 0 16px;
    font-size: 16px;
}

.login-form-inner.one-click p {
    color: white;
    text-align: center;
    margin-top: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.registration-complete-form-account-info-section {
    margin-top: 12px;
    display: flex;
    gap: 15px;
    position: relative;
}

.registration-complete-form-account-info-actions {
    display: flex;
    align-items: flex-start;
    gap: 1.25em;
}

.registration-success-copy-item input.copy-one {
    position: relative;
    background: transparent;
    color: white;
}

    .registration-success-copy-item input.copy-one:focus {
        border: none !important;
    }

.login-form-inner .form-group input.copy-one:focus {
    border: none !important;
}

.registration-first-deposit {
    border-top: 2px solid green;
}

.registration-fisrt-deposit-background {
    background-position: 0,100%;
    padding: 1.5625em 0.625em;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    min-height: 7.1875em;
    flex-direction: column;
}

.registration-first-deposit-title {
    margin-bottom: 0.27778em;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.16667em;
    color: #14805e;
}

.registration-first-deposit-text {
    margin-bottom: 1.15385em;
    font-size: .8125em;
    line-height: 1.15385em;
    color: #14805e;
}
/* register complete modal */

/*mybetting open*/

.tips-group .bet-info {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
}

.tips-group .bet-info p {
    font-size: 13px;
    width: auto;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #fff;
    display: inline;
}

.tips-group .bet-info p:last-child {
    font-size: 14px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.mybetting-content .tips-group::before {
    content: '\f05a';
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: sub;
}

.mybetting-content .tips-group span {
    padding: 0 0.3125rem;
    color: #DBA84C;
    font-size: 14px;
    letter-spacing: 0.3px;
}

/*mybetting open*/