body {
    font-family: 'BeVietnamPro-Medium' !important;
    font-size: 14px;
    height: 100%;
    overflow-x: hidden;
}
 
@font-face {
    font-family: 'BeVietnamPro-Medium';
    src: url('../fonts/BeVietnamPro-Medium.ttf');
}

@font-face {
    font-family: 'BeVietnamPro-SemiBold';
    src: url('../fonts/BeVietnamPro-SemiBold.ttf');
}

@font-face {
    font-family: 'Boogaloo-Regular';
    src: url('../fonts/Boogaloo-Regular.ttf');
}

.height100vh {
    height: 100vh;
}

.font-bold {
    font-family: 'BeVietnamPro-SemiBold' !important;
}

.font-medium {
    font-family: 'BeVietnamPro-Medium' !important;
}

img {
    /*    width: 100%;*/
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        display: inline-block;
    }
/*.text-white{
    color: #fff !important;
}*/
.mb-10 {
    margin-bottom: 6rem;
}

.mb-12 {
    margin-bottom: 9rem;
}

.bg-fff {
    background: #fff;
}

.bg-374A8F {
    background: #374A8F;
}
/*.input-group {
  position: relative;
  margin: 40px 0 20px;
}
*/
main {
    height: 100vh;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 90px;
}

.bg1 {
    background: url(../img/backgroud1.png) no-repeat;
    background-size: cover;
}

.bg2 {
    background: url(../img/backgroud2.png) no-repeat;
    background-size: cover;
}

.bg3 {
    background: radial-gradient(64.93% 97.62% at 55.57% 51.2%, #200491 0%, #090136 100%);
    position: relative;
}


.logo {
    display: inline-block;
    /*    text-align: right;*/
}

    .logo img {
        width: 70%;
    }

.banner-login {
}

    .banner-login img {
        width: 100%;
        position: relative;
        z-index: 9;
    }

.form-login {
    background: #374A8F;
    border: 2px solid #6398E6;
    border-radius: 12px;
    padding: 24px;
}

    .form-login h2 {
        font-size: 32px;
        color: #fff;
        text-align: center;
    }

    .form-login h4 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        font-family: 'BeVietnamPro-SemiBold';
    }

    .form-login p {
        font-family: 'BeVietnamPro-Medium';
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 15px;
        margin-bottom: 30px;
    }

        .form-login p a {
        }

        .form-login p br {
        }

    .form-login .input-group {
        position: relative;
    }

        .form-login .input-group label {
        }

        .form-login .input-group > p {
        }

    .form-login > .forgot-pass {
        display: block;
        text-align: right;
    }

    .form-login > .button-login {
        /*    background: radial-gradient(51.45% 350.08% at 6.71% 3.27%, #FFF8D8 0%, #FFCC00 100%);*/
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
        text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        width: 273px;
        height: 49px;
        border-radius: 20px;
        text-transform: uppercase;
        font-family: 'BeVietnamPro-SemiBold';
        background: url(../img/img-button.svg) no-repeat;
        background-size: contain;
    }


.digit-group input {
    width: 90px;
    height: 120px;
    background-color: #fff;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 36px;
    font-family: "BeVietnamPro-Medium";
    color: #374A8F;
    margin: 0 7px;
    border-radius: 8px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.modal-slotgame {
    background: #374A8F;
    border: 2px solid #6398E6;
    border-radius: 12px;
}

    .modal-slotgame .modal-body {
    }

.modal-title {
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

    .modal-title a {
        position: absolute;
        right: 0;
        top: -14px;
    }

        .modal-title a img {
        }

.modal-slotgame .modal-body {
}

    .modal-slotgame .modal-body .digit-group {
        text-align: center;
        margin: 30px 0;
    }

.btn-resend {
    border-radius: 8px;
    color: #374A8F;
    font-size: 20px;
    font-family: 'BeVietnamPro-SemiBold';
    background: #fff;
    display: block;
    text-align: center;
    padding: 11px 0px;
}

.btn-submit {
    border-radius: 8px;
    color: #374A8F;
    font-size: 20px;
    font-family: 'BeVietnamPro-SemiBold';
    background: #FFCD01;
    display: block;
    text-align: center;
    padding: 11px 0px;
}

.btn-letgo {
    background: radial-gradient(51.45% 350.08% at 6.71% 3.27%, #FFF8D8 0%, #FFCC00 100%);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 157px;
    height: 36px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'BeVietnamPro-SemiBold';
}

.box-confirm {
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
    margin: 20px 0;
}

    .box-confirm span {
        display: inline-block;
        margin-bottom: 20px;
    }

        .box-confirm span img {
        }

    .box-confirm h4 {
        color: #374A8F;
        font-size: 26px;
        margin-bottom: 0;
    }

.banner-index {
    position: relative;
    display: inline-block;
}

    .banner-index:before {
        position: absolute;
        content: '';
        background: url(../img/banner2-1.png) no-repeat;
        width: 788px;
        height: 788px;
        left: -16%;
        right: 0;
        bottom: 0;
        top: 0;
        background-size: 788px;
        opacity: 0.3;
    }

.SL-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

    .SL-head .SLh-exit {
    }

        .SL-head .SLh-exit a {
            color: #fff;
            font-size: 24px;
            display: flex;
            align-items: center;
        }

            .SL-head .SLh-exit a img {
                width: 100%;
                margin-right: 10px;
            }

    .SL-head .SLh-langue {
        padding: 0;
        margin-bottom: 0;
    }

        .SL-head .SLh-langue li {
            list-style: none;
            display: inline-block;
            margin-left: 10px;
        }

            .SL-head .SLh-langue li a {
                display: inline-block;
                width: 54px;
                border: 2px solid transparent;
            }

                .SL-head .SLh-langue li a.active,
                .SL-head .SLh-langue li a:hover {
                    border: 2px solid #FFCD01;
                    filter: drop-shadow(0px 0px 6px #FFFFFF);
                    border-radius: 10px;
                }

                .SL-head .SLh-langue li a img {
                    width: 100%;
                }

.SL-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #DFDFDF 0%, #FFFFFF 51.56%, #DEDEDE 100%);
    box-shadow: 0px -16px 20px rgba(13, 0, 91, 0.25);
    border-radius: 32px 32px 0px 0px;
    /*padding: 6px 0;*/
}

    .SL-menu .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.SLm-profile {
    background: rgba(12, 2, 64, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 34px;
    padding: 10px 0px;
    position: relative;
}

    .SLm-profile li {
        display: flex;
        align-items: center;
        float: left;
        margin: 0 14px;
        position: relative;
    }

        .SLm-profile li span.icon-win {
            position: absolute;
            width: 56px;
            left: -14px;
            top: 5px;
        }

        .SLm-profile li span {
            width: 30px;
        }

            .SLm-profile li span img {
                width: 100%;
            }

.SLm-playgame {
    display: flex;
    background: transparent;
}

    .SLm-playgame li {
        background: rgba(12, 2, 64, 0.1);
        backdrop-filter: blur(2px);
        /* Note: backdrop-filter has minimal browser support */
        min-width: 200px;
        border-radius: 34.5px;
        padding: 6px 4px;
    }

        .SLm-playgame li p {
            font-size: 20px;
            color: #C97C10;
        }

        .SLm-playgame li:first-child {
            padding-left: 35px;
            background: linear-gradient(180deg, #FF9801 0%, #E93204 100%);
            border-radius: 34.5px;
        }

            .SLm-playgame li:first-child p {
                color: #fff;
                font-family: 'BeVietnamPro-SemiBold';
            }

.SLm-profile li p {
    margin: 0 10px;
}

.SLm-profile li a {
}

.SLm-list {
}

    .SLm-list a {
        width: 125px;
        text-align: center;
        margin-top: -38px;
        display: inline-block;
    }

        .SLm-list a span {
            display: inherit;
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
        }

            .SLm-list a span img {
                width: 100%;
                height: 100%;
            }

        .SLm-list a label {
            cursor: pointer;
            color: #22313F;
        }

        .SLm-list a.active label,
        .SLm-list a:hover label {
            color: #008BF4;
        }

.logo-index {
    display: inline-block;
}

    .logo-index img {
        width: 100%;
    }

.btn-trial {
    color: #fff;
    margin-top: 18px;
    display: block;
    font-size: 24px;
    text-decoration: none !important;
}
/*.button-index{
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 00 auto;
}*/
.form-index {
    text-align: center;
}

.button-index {
}
/*.button-index span{
    background: radial-gradient(88.91% 350.08% at 11.6% 3.27%, #FFF8D8 0%, #FFCC00 100%);
    color: #10024F;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    position: relative;
    font-size: 50px;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 20px;
    border-radius: 52px;
    text-transform: uppercase;
    z-index: 9;
}
.button-index:hover{
    text-decoration: none;
}
.button-index:before{
position: absolute;
    content: '';
    width: 70%;
    height: 50%;
    bottom: -5px;
    left: 0;
    right: 0;
    background: radial-gradient(53.85% 323.02% at 50% 50.98%, #FFBB00 0%, #FAB700 9%, #EDAE00 19%, #D89E00 29%, #BA8800 40%, #936C00 51%, #644900 61%, #2D2100 72%, #000000 80%);
    border-radius: 100%;
    margin: 0 auto;
    z-index: 1;
}
.button-index:after{
    position: absolute;
    content: '';
    width: 108%;
    height: 116%;
    bottom: -7px;
    left: -11px;
    right: 0;
    border-radius: 100px;
    margin: 0 auto;
    background: linear-gradient(0deg, #CF8000 0%, #F5B133 100%);
    z-index: 0;
}*/
.bc-list {
    padding: 0 30px;
}

    .bc-list li {
        margin-bottom: 10px;
        position: relative;
    }

        .bc-list li:before {
            position: absolute;
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 50%;
            left: -15px;
            top: 6px;
            background: #374A8F;
        }

.SLh-title {
    background: rgba(12, 2, 64, 0.3);
    backdrop-filter: blur(2px);
    border-radius: 50px;
}

    .SLh-title ul {
        border: 0;
    }

        .SLh-title ul li {
        }

            .SLh-title ul li a {
                border: 0 !important;
                color: #FFFFFF80;
                margin: 4px 5px !important;
                padding: 14px 30px;
            }

                .SLh-title ul li a.active {
                    background-color: rgba(12, 2, 64, 0.3) !important;
                    backdrop-filter: blur(2px);
                    border-radius: 50px;
                    color: #FFCD01 !important;
                }

            .SLh-title ul li p {
                margin-bottom: 0;
                padding: 10px 20px;
                color: #FFCD01;
            }

.box-all {
    background: rgba(12, 2, 64, 0.3);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    padding: 24px;
}

    .box-all .tab-pane {
    }

.box-detail {
}

.box-title {
}

    .box-title label {
        font-size: 20px;
        color: #fff;
        font-family: 'BeVietnamPro-SemiBold';
        margin-bottom: 0;
        line-height: 35px;
    }

    .box-title p {
        font-family: 'BeVietnamPro-Medium';
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
    }

.box-content {
}

.box-list {
    background: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    display: block;
    padding: 30px 0;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

    .box-list.box-list-prod:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: #000000;
        opacity: 0.5;
        border-radius: 12px;
    }

    .box-list.box-list-prod.active {
        border: 3px solid #6398E6;
    }

        .box-list.box-list-prod.active:before {
            background: transparent;
        }

.box-list-disable:after {
    position: absolute;
    content: '';
    border-radius: 12px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.box-list-disable:before {
    position: absolute;
    content: '';
    border-radius: 12px;
    width: 97px;
    height: 97px;
    background: url(../img/comingsoon.png) no-repeat;
    opacity: 1;
    right: 1%;
    top: 10%;
    background-size: 97px;
    z-index: 9;
}

.box-list span {
    display: block;
    margin-bottom: 20px;
}

    .box-list span img {
        width: 100%;
    }

.box-list.bl-product span {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    height: 328px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

    .box-list.bl-product span img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.col-6 .box-list span img {
    width: auto;
}

.box-list p {
    margin-bottom: 0;
    color: #2A3578;
    font-size: 24px;
    height: 70px;
    overflow: hidden;
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
}

.bc-cash {
    background: linear-gradient(180deg, #FFF4C2 0%, #FFD011 100%);
    border: 3px solid #6398E6;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 25%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px;
    position: relative;
    text-decoration: none;
}

    .bc-cash:before {
        position: absolute;
        content: '';
        top: 14px;
        right: 50%;
        width: 2px;
        height: 80%;
        background: #6398E6;
        z-index: 9;
    }

    .bc-cash:after {
        position: absolute;
        content: '';
        z-index: 9;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.5;
        border-radius: 8px;
    }

    .bc-cash:hover:after,
    .bc-cash.active:after {
        opacity: 0;
    }

    .bc-cash p {
        margin-bottom: 0;
        color: #2A3578;
        font-size: 35px;
        font-family: 'BeVietnamPro-SemiBold';
        width: 50%;
    }

    .bc-cash span {
        width: 100px;
        text-align: center;
        height: 100px;
        margin: 0 auto;
    }

        .bc-cash span img {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

.custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #212667 !important;
    outline: none;
    /*    opacity: 0.7;*/
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .custom-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: linear-gradient(180deg, #FFF4C2 0%, #FFD011 100%);
        border: 2px solid #6398E6;
        /*box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);*/
        cursor: pointer;
        margin-top: -6px;
    }

    .custom-range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #212667 !important;
        cursor: pointer;
    }

.value-ranger {
    color: #fff;
    text-align: right;
    margin-top: 8px;
}

.bx-tranfer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .bx-tranfer input {
        background: #FFFFFF;
        border: 3px solid #6398E6;
        box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        padding: 8px 10px;
        width: 45%;
    }

.icon-tranfer {
    /*    position: absolute;*/
    /*    left: 46%;*/
    /*    top: 0;*/
    width: 43px;
}

    .icon-tranfer img {
        width: 100%;
    }

.list-history {
}

    .list-history li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(12, 2, 64, 0.3);
        backdrop-filter: blur(2px);
        border-radius: 12px;
        margin-bottom: 10px;
        padding: 14px;
    }

        .list-history li .lh-text {
            display: flex;
        }

            .list-history li .lh-text img {
                width: 40px;
                margin-right: 14px;
            }

            .list-history li .lh-text label {
                color: #fff;
                margin-bottom: 0;
            }

                .list-history li .lh-text label span {
                    display: block;
                }

        .list-history li .lh-numb {
        }

            .list-history li .lh-numb p {
                color: #fff;
                margin-bottom: 0;
            }

                .list-history li .lh-numb p b {
                    font-family: 'BeVietnamPro-SemiBold';
                    font-weight: normal;
                }

.bl-view {
    color: #fff;
}

    .bl-view label {
        display: block;
        font-size: 16px;
    }

    .bl-view span {
        font-size: 30px;
        color: #FFCD01;
    }

        .bl-view span img {
        }

.blv-list {
    margin-top: 40px;
    background: rgba(12, 2, 64, 0.3);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    padding: 15px 20px;
}

    .blv-list li {
        display: block;
        list-style: disc;
        padding-left: 14px;
        margin-bottom: 10px;
        position: relative;
    }

        .blv-list li:before {
            position: absolute;
            content: '';
            width: 4px;
            height: 4px;
            background: #fff;
            border-radius: 50%;
            top: 8px;
            left: 0;
        }

        .blv-list li:first-child {
            padding-left: 0;
        }

            .blv-list li:first-child:before {
                display: none;
            }

.box-game {
    width: 100%;
    display: inline-block;
}

    .box-game img {
        width: 100%;
    }

.SLM-game .container {
    justify-content: center !important;
    height: 50px;
}

.iframe-menu {
    position: fixed;
    bottom: 12%;
    width: 100%;
}

    .iframe-menu .row .col-25 {
        width: 25%;
    }

    .iframe-menu button {
        border: 4px solid #FFFFFF;
        box-shadow: 0px 6px 12px #0B1754;
        border-radius: 12px;
        font-size: 46px;
        color: #fff;
        font-family: 'Boogaloo-Regular';
        width: 100%;
        text-decoration: none;
        position: relative;
        display: inline-block;
        text-align: center;
    }

        .iframe-menu button span {
            border: 4px solid #FFFFFF;
            box-shadow: 0px 6px 12px #0b1754;
            border-radius: 12px;
            font-size: 46px;
            color: #fff;
            font-family: 'Boogaloo-Regular';
            width: 100%;
            text-decoration: none;
            position: absolute;
            display: inline-block;
            text-align: center;
            top: -70px;
            z-index: -1;
            left: 0;
            width: 60%;
            right: 0;
            margin: 0 auto;
        }

        .iframe-menu button.im-Info {
            background: linear-gradient(180deg, #8EE312 0%, #58BD01 100%);
            text-shadow: 2px 0 #4B9B00, -2px 0 #4B9B00, 0 2px #4B9B00, 0 -2px #4B9B00, 1px 1px #4B9B00, -1px -1px #4B9B00, 1px -1px #4B9B00, -1px 1px #4B9B00;
        }

        .iframe-menu button.im-Lines,
        .iframe-menu button.im-Lines span {
            background: linear-gradient(180deg, #FF9801 0%, #E93204 100%);
            text-shadow: 2px 0 #CB3303, -2px 0 #CB3303, 0 2px #CB3303, 0 -2px #CB3303, 1px 1px #CB3303, -1px -1px #CB3303, 1px -1px #CB3303, -1px 1px #CB3303;
        }

        .iframe-menu button.im-Coin,
        .iframe-menu button.im-Coin span {
            background: linear-gradient(180deg, #1EF0FF 0%, #0C87D1 100%);
            text-shadow: 2px 0 #0E90D5, -2px 0 #0E90D5, 0 2px #0E90D5, 0 -2px #0E90D5, 1px 1px #0E90D5, -1px -1px #0E90D5, 1px -1px #0E90D5, -1px 1px #0E90D5;
        }

        .iframe-menu button.im-Max_Bet,
        .iframe-menu button.im-Max_Bet span {
            background: linear-gradient(180deg, #BD01FF 0%, #FF9401 100%);
            text-shadow: 2px 0 #B61673, -2px 0 #B61673, 0 2px #B61673, 0 -2px #B61673, 1px 1px #B61673, -1px -1px #B61673, 1px -1px #B61673, -1px 1px #B61673;
        }

        .iframe-menu button.im-Spin {
            background: linear-gradient(180deg, #FFE898 0%, #E69208 100%);
            text-shadow: 2px 0 #E7950C, -2px 0 #E7950C, 0 2px #E7950C, 0 -2px #E7950C, 1px 1px #E7950C, -1px -1px #E7950C, 1px -1px #E7950C, -1px 1px #E7950C;
        }

.dropup .dropdown-toggle::after {
    display: none;
}


.style-drop {
    width: 87%;
    /*    bottom: 21px !important;*/
    z-index: 0;
    left: 0px !important;
    border: 4px solid #FFFFFF;
    border-bottom: 0;
    top: 10px !important;
    z-index: -1;
}

    .style-drop a {
        display: block;
        text-align: center;
        margin-bottom: 4px;
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 0;
        font-size: 26px;
    }

.SLm-playgame-mobile {
    display: none;
}

.style-drop-Lines {
    background: linear-gradient(180deg, #FF9801 0%, #E93204 100%);
}

    .style-drop-Lines a,
    .style-drop-Coin a {
        color: #fff;
    }

        .style-drop-Lines a:last-child,
        .style-drop-Coin a:last-child {
            border-bottom: 0;
        }

.style-drop-Coin {
    background: linear-gradient(180deg, #1EF0FF 0%, #0C87D1 100%);
}
/*
.screen-in,.volum-off{
    display: none;

}*/


#modalFail, #modalSuccess {
    z-index:1053;
}