@font-face {
    font-family: 'Prompt-Regular';
    font-display: swap;
    src: local('Prompt-Regular'), url('../../assets/fonts/Prompt/Prompt-Regular.eot');
    src: local('Prompt-Regular'), url('../../assets/fonts/Prompt/Prompt-Regular.eot?') format('embedded-opentype'),
        url('../../assets/fonts/Prompt/Prompt-Regular.woff') format('woff'),
        url('../../assets/fonts/Prompt/Prompt-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Prompt-Light';
    src: url('../../assets/fonts/Prompt/Prompt-Light.eot');
    src: url('../../assets/fonts/Prompt/Prompt-Light.eot?') format('embedded-opentype'),
        url('../../assets/fonts/Prompt/Prompt-Light.woff') format('woff'),
        url('../../assets/fonts/Prompt/Prompt-Light.ttf') format('ttf');
}

@font-face {
    font-family: 'Prompt-Bold';
    font-display: swap;
    src: local('Prompt-Bold'), url('../../assets/fonts/Prompt/Prompt-Bold.eot');
    src: local('Prompt-Bold'), url('../../assets/fonts/Prompt/Prompt-Bold.eot?') format('embedded-opentype'),
        url('../../assets/fonts/Prompt/Prompt-Bold.woff') format('woff'),
        url('../../assets/fonts/Prompt/Prompt-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../assets/fonts/Roboto/Roboto-Regular.eot');
    src: url('../../assets/fonts/Roboto/Roboto-Regular.eot?') format('embedded-opentype'),
        url('../../assets/fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../../assets/fonts/Roboto/Roboto-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../../assets/fonts/Roboto/Roboto-Light.eot');
    src: url('../../assets/fonts/Roboto/Roboto-Light.eot?') format('embedded-opentype'),
        url('../../assets/fonts/Roboto/Roboto-Light.woff') format('woff'),
        url('../../assets/fonts/Roboto/Roboto-Light.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../assets/fonts/Roboto/Roboto-Bold.eot');
    src: url('../../assets/fonts/Roboto/Roboto-Bold.eot?') format('embedded-opentype'),
        url('../../assets/fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('../../assets/fonts/Roboto/Roboto-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Phetsarath';
    src: url('../../assets/fonts/phetsarath_ot.ttf');
}

html,
body {
    max-width: 100%;
    width: 100%;
    min-height: 100vw;
    padding: 0 !important;
    margin: 0 !important;
    background: black;
    font-family: 'Prompt-Regular';
    font-style: 'normal';
}

.pagination-number{
    align-items: center ;
    margin: 0 ;
    margin-top: 20px ;
}
.pagination-number .page-numbers:hover {
    color: black !;
    background: #F6E28C ;
}
.pagination-number .page-numbers{
    box-sizing: border-box ;
    width: 44px ;
    height: 44px ;
    margin-top: 10px ;
    margin-bottom: 10px ;
    border: 1px solid #F6E28C ;
    border-radius: 100px ;
    flex: none ;
    order: 1 ;
    flex-grow: 0 ;
    color: #F6E28C ;
    text-decoration: none ;
    margin: 5px ;
    align-items: center;
    justify-content: center ;
    display: flex ;
}
.ls-right,.ls-right:hover {
    text-decoration: none;
    color: #000000;
    background: linear-gradient(0deg, #CB9A4B -0.01%, #D2A756 1.86%, #DFBC6A 6.05%, #EACD7A 11.01%, #F1D984 17.14%, #F5E08B 25.74%, #F6E28C 49.62%, #F4DE89 61.84%, #EDD27E 73.62%, #E1BF6C 85.2%, #D0A454 96.61%, #CB9A4B 100%);
    font-size: clamp(12px , 1.3vw , 25px);
    max-width: 320px;
    width: 100%;
    max-height: 82px;
    border-radius: 30px;
    padding: 8px 42px;
    border: 2px solid rgb(255, 217, 0);
    font-weight: bold;
    box-sizing: border-box;
    font-size: clamp(12px , 2vw , 18px);
    color: #000 !important;
}

.ls-left ,.ls-left :hover{
    text-decoration: none;
    color: #000000;
    background: linear-gradient(0deg, #CB9A4B -0.01%, #D2A756 1.86%, #DFBC6A 6.05%, #EACD7A 11.01%, #F1D984 17.14%, #F5E08B 25.74%, #F6E28C 49.62%, #F4DE89 61.84%, #EDD27E 73.62%, #E1BF6C 85.2%, #D0A454 96.61%, #CB9A4B 100%);
    font-size: clamp(12px , 1.3vw , 25px);
    max-width: 320px;
    width: 100%;
    max-height: 82px;
    border-radius: 30px;
    padding: 8px 42px;
    border: 2px solid rgb(255, 217, 0);
    font-weight: bold;
    box-sizing: border-box;
    font-size: clamp(12px , 2vw , 18px);
    color: #000 !important;
}
.wp-image-117{
    max-width:100%;
    height: auto;
}
/* h1 , h2 , h3 ,h4 , h5 , h6  {
    font-family: 'Prompt-Bold';
} */
.promotion-page div > h1,
.promotion-page div > h2,
.promotion-page div > h3,
.promotion-page div > span{
	color:white !important;
}
p,span{
    font-size: clamp(14px, 2vw, 20px);
}
a.read-more{
    display: none !important;
}
.container-fluid {
    padding: 0 !important;

    /* max-width: 1493px; */
    width: 100%;
    margin: auto;
}

.div-max-width {
    max-width: 1439px;
    width: 100%;
}

.button-hamburger {
    display: none;
    background: none;
    border: none;
    padding: 0;
}

.button-hamburger img {
    width: 100%;
}

.padding-top-logo {
    padding-top: 10px !important;
    transition: padding-top .2s linear;
}

.grid-menu {
    display: grid;
    grid-template-columns: 19% 59% 19%;
    justify-content: center;
    background: linear-gradient(180deg, #323232 10%, #3c3a3a 40%, rgba(148, 148, 148, 0.16) 100%);
    border-radius: 56.9562px;
    padding: 1.6%;
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.header-main {
    max-width: 80% !important;
    width: 100% !important;
    margin: auto !important;
    position: relative !important;
    z-index: 15 !important;
    margin-bottom: 76px !important;
}

.menu-main {
    display: grid;
    align-items: center;
}

.ul-menu-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.ul-menu-main li {
    text-align: center;
}

.ul-menu-main li a {
    color: white;
    text-decoration: none;

}

.ul-menu-main li .active {
    color: #FFC462;
    font-weight: bold;
}

.play-game {
    margin: auto;
}

.play-game a,
.play-game a:hover {
    color: #000;
    text-decoration: none;
}

.button-play-game {
    background: none;
    border: none;
    background: linear-gradient(0deg, #CB9A4B -0.01%,
            #D2A756 1.86%, #DFBC6A 6.05%, #EACD7A 11.01%,
            #F1D984 17.14%, #F5E08B 25.74%, #F6E28C 49.62%,
            #F4DE89 61.84%, #EDD27E 73.62%, #E1BF6C 85.2%,
            #D0A454 96.61%, #CB9A4B 100%);
    border-radius: 30px;
    padding: 8px 44px;
    border: 2px solid rgb(255, 217, 0);
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 0 0 8px 4px #f0c539;
    font-size: clamp(12px, 2vw, 18px);
    color: #000 !important;
}

.button-promotion-page {
    background: none;
    border: none;
    background: linear-gradient(0deg, #CB9A4B -0.01%,
            #D2A756 1.86%, #DFBC6A 6.05%, #EACD7A 11.01%,
            #F1D984 17.14%, #F5E08B 25.74%, #F6E28C 49.62%,
            #F4DE89 61.84%, #EDD27E 73.62%, #E1BF6C 85.2%,
            #D0A454 96.61%, #CB9A4B 100%);
    padding: 7px 20px;
    border: 2px solid rgb(255, 217, 0);
    font-weight: bold;
    font-size: clamp(13px, 2vw, 24px);
    box-sizing: border-box;
    box-shadow: 0 0 8px 4px #f0c539;
    text-decoration: none;
    color: black !important;
    border-radius: 24px;
}

.promotion-inside-page a:hover {
    color: black;
}


.footer-main {
    max-width: 80%;
    width: 100%;
    margin: auto;
}

.footer-main p {
    font-size: clamp(10px, 2vw, 14px);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.logo-main {
    display: grid;
    align-items: center;
}

@media only screen and (max-width: 1100px) {
    .grid-menu {
        grid-template-columns: 49% 49%;

    }

    .menu-main {
        display: none;
    }

    .header-main {
        margin-bottom: 6.5%;
    }

    .header-main,
    .footer-main {
        max-width: 100%;

    }

    .button-hamburger {
        display: block;
        width: 47px;
        height: 54px;
    }

    .logo-main {
        display: grid;
        grid-template-columns: 20% 40%;
        align-items: center;
        gap: 1rem;
    }

    .logo-main .img-logo-main {
        padding-top: 4px;
        width: 125px;
        height: 33px;
    }

    .play-game {
        margin-right: 0;
    }

    .button-play-game {
        padding: 5px 34px;
    }

}

@media only screen and (max-width: 576px) {
    .grid-menu {
        padding: 2%;
        padding-left: 6%;
        padding-right: 7%;
    }

    .header-main {
        margin-bottom: 10%;
    }

    .button-play-game {
        width: 110px;
        height: auto;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 450px) {
    .header-main {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 370px) {
    .button-hamburger img {
        width: 28px;
        height: 36px;
    }

    .logo-main .img-logo-main {
        padding-top: 4px;
        width: 80px;
        height: auto;
    }

    .button-play-game {
        padding: 4px 0;
        font-size: 12px;
    }
}

.button-footer {
    background: linear-gradient(180deg, #808080 0%, rgba(128, 128, 128, 0) 100%);
    border-radius: 11.2188px;
    border: none;
    width: 130px;
    height: 34.4px;
    color: white;
    font-size: clamp(8px, 2vw, 14px);
    margin: 2px 0;
    padding: 2px 0;
}

.set-button-footer {
    max-width: 1500px;
    width: 80%;
    display: grid;
    grid-template-columns: 16%;

    margin: auto;
    justify-content: center;
    align-items: center;

}

@media screen and (max-width: 576px) {
    .button-footer {
        width: 83px;
    }
}

.grid-button-menu-main {
    display: grid;
    grid-template-columns: 19% 19%;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}

.div-button-menu,
.div-button-logo-center {
    text-align: center;
}

.button-menu {
    border: none;
    background: linear-gradient(180deg, #323232 0%, rgb(51, 51, 51) 100%);
    border-radius: 0px 0px 21.2215px 21.2215px;
    padding: 10px;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.setting-position {
    position: relative;
    z-index: 10;
}



.banner {
    margin-top: 5%;
    z-index: 1;
    max-width: 1500px;
}

@media screen and (max-width: 1100px) {
    .banner {
        margin-top: 6%;
    }
}

.form-login {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.owl-carousel .owl-dots.disabled {
    display: block !important;
}


.bg-box-form {
    background-image: url('../../assets/bg/bg-box.webp');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    padding: 8%;
    padding-top: 8%;
    padding-bottom: 5%;
}

@media only screen and (max-width: 768px) {
    .bg-box-form {
        display: none;
    }
}

.form-login-inside {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 0.5rem;
    justify-content: center;
}

.form-input,
.form-input:focus,
.form-input:active {
    max-width: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #DCB75F;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
    font-size: 18px;
    color: white;
}

.button-login {
    border: none;
    background: linear-gradient(180deg, #560000 0%, #8B0000 11.45%, #E00000 44.28%, #FF0000 50.56%, #690000 100%);
    box-shadow: 0 0 6px 4px #690000;
    max-width: 100%;
    width: 100%;
    padding: 1%;
    margin-top: 5%;
    font-family: 'Prompt-Bold';
    font-weight: bold;
    color: #F6E28C;
    font-size: 30px;
    text-shadow: 0px 4px #000000;
}

.button-register,
.button-register:hover {
    border: none;
    background: linear-gradient(180deg, #8C6239 5.47%, #F6E28C 32.47%, #F6E28C 62.49%, #8C6239 89.94%);
    box-shadow: 0 0 6px 4px #8C6239;
    max-width: 100%;
    width: 100%;
    padding: 1%;
    margin-top: 5%;
    font-family: 'Prompt-Bold';
    font-size: 30px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.game-slot {
    max-width: 1500px;
    width: 80%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url('../../assets/bg/slot-image.webp');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    /* max-height: 654px;
    min-height: 212px; */
    display: grid;
    overflow: hidden;
    align-items: center;
    margin: auto;
}

.game-slot h2 {
    color: #DCDCDC;
    ;
    font-family: 'Prompt-Bold';
    font-size: clamp(25px, 4vw, 70px);
    font-weight: bold;
}

.game-slot p {
    color: #F6E28C;
}

.game-slot-card {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.game-slot-card h3 {
    color: #DCDCDC;
    font-size: clamp(20px, 2vw, 45px);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

@media only screen and (max-width: 576px) {
    .game-slot {
        background-size: contain;
        background-position: center right 10%;
    }
}

@media only screen and (max-width: 1500px) {
    .setting-padding-mobile {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.sett-gap {}

.sett-gap img {
    max-width: 100%;
    width: 100%;

}


.game-casino {
    max-width: 1500px;
    width: 80%;
    padding-top: 17%;
    padding-bottom: 17%;
    background-image: url('../../assets/bg/casino.webp');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /* max-height: 654px;
    min-height: 212px; */
    display: grid;
    overflow: hidden;
    align-items: flex-start;
    margin: auto;
}

.game-casino h2 {
    color: #DCDCDC;
    ;
    font-family: 'Prompt-Bold';
    font-size: clamp(25px, 4vw, 70px);
    font-weight: bold;
}

.game-casino p {
    color: #F6E28C;
    max-width: 100%;
    width: 100%;
}

.game-casino-card {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.game-casino-card h3 {
    color: white;
}

.game-sport {
    max-width: 1500px;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-image: url('../../assets/bg/i-home-s6-bg.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /* max-height: 654px;
    min-height: 212px; */
    display: grid;
    overflow: hidden;
    align-items: flex-start;
}

.br-mobile {
    display: none;
}

.image-hidden-desktop {
    display: none;
}

@media screen and (max-width: 576px) {
    .game-sport {
        background-image: url('../../assets/bg/bg-sport.webp');
    }

    .image-hidden {
        display: none;
    }

    .image-hidden-desktop {
        display: block;
    }

    .image-lottery-mobile {
        width: 100% !important;
    }

    .br-mobile {
        display: block;
    }

    .mobile-margin-top-remove {
        
    }
}

.game-sport-inside {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.game-sport h2 {
    color: #DCDCDC;
    ;
    font-family: 'Prompt-Bold';
    font-size: clamp(25px, 4vw, 70px);
    font-weight: bold;
}

.game-sport p {
    color: #F6E28C;
}

.game-sport-card {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.game-sport-card h3 {
    color: white;
}

.game-lotter {
    max-width: 1500px;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url('../../assets/bg/bg-lottery.webp');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: grid;
    overflow: hidden;
    align-items: flex-start;
}

.game-lotter h2 {
    color: #DCDCDC;
    ;
    font-family: 'Prompt-Bold';
    font-size: clamp(25px, 4vw, 70px);
    font-weight: bold;
}

.game-lotter p {
    color: #F6E28C;
}

.game-lotter-card {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.game-lotter-card h3 {
    color: white;
}

.double-donus {
    max-width: 1500px;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url('../../assets/bg/bg-bonus.webp');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /* max-height: 654px;
    min-height: 212px; */
    display: grid;
    overflow: hidden;
    align-items: flex-start;
}


.double-donus h2 {
    color: #DCDCDC;
    ;
    font-family: 'Prompt-Bold';
    font-size: clamp(25px, 4vw, 70px);
    font-weight: bold;
}

.double-donus p {
    color: #F6E28C;
}

.double-donus-card h3 {
    color: white;
}

@media only screen and (max-width: 900px) {

    .button-login,
    .button-register {
        font-size: 25px;
    }
}

@media only screen and (max-width: 576px) {
    .game-slot {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .game-casino {
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .setting-padding-mobile {
        padding-left: 18px;
        padding-right: 18px;
    }

    .circle-bonus {
        width: 95% !important;
    }

    .game-sport {
        background-size: contain;
        background-position: center right 10px;
    }

    .double-donus {
        background-size: contain;
        background-size: top;
    }

    .image-sport-index {
        max-width: 100% !important;
        width: 100% !important;
    }
}


.i-home-s7 {
    padding-top: 60px;

}

.i-home-s7 .nav-tabs {
    border-width: 0px;
    padding-bottom: 50px;
    max-width: 100%;
    width: 60%;
    margin: auto;

}

.i-home-s7 .nav-tabs .nav-link.active {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE6AC 22.92%, #A27225 100%);
}

.i-home-s7 .nav-item .nav-link {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 42px;
    font-weight: 600;
    color: #FCEDE3;
    white-space: nowrap;
    text-shadow: 2px 1px 2px rgb(0 0 0 / 45%);
    background: linear-gradient(180deg, #FFEBEB 0%, #F20000 39.58%, #950B0F 66.15%);
    border: 3px solid #000000;
    padding-top: 7px;
    padding-bottom: 7px;
}

.i-home-s7 .nav-item:first-child .nav-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.i-home-s7 .nav-item:last-child .nav-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.i-home-s7 .nav-tabs .nav-link.active {
    color: #000000;
}

.i-home-s7 .i-d2 .tab-content {
    border: 4px solid #ce8728;
}

.i-home-s7 .i-d2 .i-outer {}

.i-home-s7 .i-d2 .i-inner {}

.i-home-s7 .i-d2 .col-4:not(:last-child) {}

.i-home-s7 .i-d2 .i-content1 {
    /*background-image: url('../..images/i-home-s7-content1-bg.png');*/
    /*background-size: cover;*/
    padding: 0;
}

.i-home-s7 .i-d2 .i-content1 .i-box1 {}

.i-home-s7 .i-d2 .i-content1 .i-box1 .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    max-width: 600px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #E5C15C;
    padding-top: 30px;
    padding-bottom: 40px;
}

.i-home-s7 .i-d2 .i-content1 .i-box1 .i-img {
    padding-bottom: 30px;
}

.i-home-s7 .i-d2 .i-content1 .i-p {
    padding-bottom: 20px;
}

.i-home-s7 .i-d2 .i-content1 .i-button-block {
    padding-bottom: 30px;
}

.i-home-s7 .i-d2 .i-content1 .i-button {
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 1px 2px rgb(0 0 0 / 45%);
    background: rgb(229, 188, 51);
    background: linear-gradient(180deg, rgba(229, 188, 51, 1) 0%, rgba(246, 226, 140, 1) 50%, rgba(232, 193, 61, 1) 100%);
    padding: 10px 40px;
    border: 2px solid #f9db46;
    border-radius: 30px;
}

.i-home-s7 .i-d2 .i-content2 {
    padding: 10px 0px
}

.i-home-s7 .i-d2 .i-content2 .i-title {
    font-size: clamp(12px, 2vw, 30px);
    line-height: 42px;
    font-weight: 600;
    color: #FCEDE3;
    white-space: nowrap;
    padding-bottom: 30px;
}

.i-home-s7 .i-d2 .i-content2 .i-description {
    font-size: 20px;
    /* line-height: 30px; */
    color: #FCEDE3;
}

.i-home-s7 .i-d2 .i-content2 .i-img {
    padding-bottom: 30px;
}

.i-home-s7 .i-d2 .i-content3 {
    background-image: url('../..images/i-home-s7-content1-bg.png');
    background-size: cover;
    padding: 40px 0;
}

.i-home-s7 .i-d2 .i-content3 .i-box1 .i-img {
    width: 30%;
    max-width: 200px;
    padding-bottom: 30px;
}

.i-home-s7 .i-d2 .i-content3 .i-box1 .i-p {
    padding-bottom: 30px;
}

.i-home-s7 .i-d2 .i-content3 .i-box2 {
    margin: auto;
}

@media screen and (max-width: 576px) {
    .i-home-s7 .nav-item .nav-link {
        padding: 1px 1px;
        line-height: 26px;
    }

    .i-home-s7 .nav-tabs {
        padding-bottom: 10px;
        width: 80%;
    }

    .i-home-s7 .nav-item .nav-link {
        border: 1px solid #000000;
    }

    .i-home-s7 {
        padding-top: 30px;
    }

    .set-p-promotion br {
        display: none;
    }
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 40px !important;
    border-top: none;
    border-bottom: none;
}

.carousel-indicators .active {
    background: #CBA247;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.i-home-s7 .i-d2 .tab-content {
    border: none;

}

.promotion {
    background: linear-gradient(180deg, #050505 0%, rgba(114, 114, 114, 0.52) 60.94%, rgba(0, 0, 0, 0.52) 100%);
}

.owl-carousel-promotion .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
}

.owl-dots .active span {
    background: #CBA247 !important;
}

.button-promotion {
    color: black !important;
    background: linear-gradient(0deg, #CB9A4B 0%, #D2A756 1.86%, #DFBC6A 6.05%, #EACD7A 11.01%, #F1D984 17.14%, #F5E08B 25.74%, #F6E28C 49.62%, #F4DE89 61.84%, #EDD27E 73.62%, #E1BF6C 85.2%, #D0A454 96.61%, #CB9A4B 100%);
    border: 2px solid #e7bc24;
    box-shadow: 0 0 4px 6px rgba(190, 190, 190, 0.055) inset, 0 0 4px 4px #72630d;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: clamp(10px, 2vw, 18px);
}

.description {
    color: #DCDCDC;
}

.description h3 {
    font-weight: bold;
    font-size: clamp(12px, 2vw, 30px);
    padding-bottom: 2.5%;
}

.box-menu-second {
    position: absolute;
    top: 105%;
    z-index: 20px;

}

.div-button-logo-center .button-menu {
    padding-top: 20px;
}

.button-menu:hover {
    padding-top: 20px;
    transition: padding-top .2s linear;
    background: linear-gradient(180deg, #706F6E 0%, #272727 100%);
}

@media only screen and (max-width: 576px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
        padding: 0 !important;
        margin: 3px !important;
    }

    .button-menu {
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 0 0 10px 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .grid-button-menu-main {
        grid-template-columns: 28% 28%;
    }

    .button-menu {
        padding: 8px;
        border-radius: 0 0 16px 16px;
    }

}


.i-box2 p {
    color: #DCDCDC;
    font-size: clamp(10px, 2vw, 17px);
}

.i-p {
    color: #DCDCDC;
    font-size: clamp(12px, 2vw, 20px);

}

/*  */

/*                         sidebar                   */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    z-index: 1000;
    min-height: 100vh;
    background: black;
    overflow-y: scroll;
    transform: translateX(-100%);
    padding: 10px;
}

.li-menu-sidebar {
    height: auto;
    font-size: 25px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 25%;
}

.link-sidebar {
    color: white;
    text-decoration: none;

}

.li-menu-sidebar:hover {
    background: #E5C15C;
    color: #4C2A11;
}

@media only screen and (max-width: 576px) {
    .li-menu-sidebar {
        font-size: 25px;
        line-height: 45px;
    }
}

.show-sidebar {
    transform: translateX(0);
    transition: transform 0.2s;
    position: fixed;
    top: 0;
}

.link-sidebar .active {
    background: #E5C15C;
    color: #4C2A11;
}

.set-padding {
    padding-top: 10%;
    padding-bottom: 10%;
}

.style-button-sidebar {
    border: none;
    background: none;
    background: #E5C15C;
    width: 72px;
    height: 72px;
    color: #844E0D;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.sidebar-box-menu {
    padding-top: 30%;
}

.button-style-mobile {
    border: none;
    background: linear-gradient(180deg, #F6E28C 0%, #CB9A4B 100%);
    border-radius: 20px;
    padding: 2% 3%;
    color: #563C11;
    font-weight: bold;
    width: 120px;
    font-size: 18px;
}

.button-style-mobile-lao {
    min-width: 120px !important;
    width: 180px !important;
    padding: 2% 7%;
}

.button-deposit {
    background: linear-gradient(180deg, #009245 0%, #296143 100%);
    color: white;
    width: 120px;

}

.button-withdraw {
    width: 120px;
}

.menu-bottom-mobile,
.menu-after-login {
    display: none;
}

.menu-before-login {
    
    max-width: 100%;
    width: 100%;
    background: #820100;
    padding-top: 3px;
    padding-bottom: 3px;
}

.menu-after-login {
    display: none !important;
    max-width: 100%;
    width: 100%;
    background: #820100;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.menu-after-login span {
    font-size: 10px;
    color: #E1BF6C;
}

.hight-box {
    line-height: 2vw;
}

.style-button-language-lao {
    background: none;
    border: none;
    width: 80%;
    padding: 0;
}

.after-login-desktop {
    display: none;
}

.icon-image-mobile {
    width: 112px;
    height: auto;
}

.icon-image-mobile-lao {
    width: 78px;
    height: 78px;
}

.lao-button-mobile {
    width: 78px;
    height: 78px;
}

@media screen and (max-width: 768px) {
    .after-login-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .menu-bottom-mobile {
        display: block;
    }

    .after-login-desktop {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .icon-image-mobile {
        width: 59px !important;
        height: auto !important;
    }

    .icon-image-mobile-lao {
        width: 43px;
        height: 43px;
    }

    .lao-button-mobile {
        width: 43px;
        height: 43px;
    }

    .style-button-language-lao {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {

    .button-withdraw,
    .button-deposit {
        width: 90%;
        margin: auto;

    }

    .menu-after-login span {
        font-size: 10px;
    }
}

@media screen and (max-width: 330px) {

    .button-withdraw,
    .button-deposit {
        min-width: 60px;
    }
}

.padding-menu-mobile {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.menu-bottom-desktop-after-login {
	display:none;
    color: white;
    background: #363535;
    position: fixed;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 30px;
    z-index: 50;
    font-size: clamp(16px, 2vw, 20px);
}

.menu-bottom-mobile {
    max-width: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 30;
}

.contract-group {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 50;
    color: white;
}

.contract-group span {
    font-size: clamp(10px, 2vw, 16px);
}

.lao-button-desktop {
    max-width: 100%;
    width: 65%;
}

.box-text-contract span {
    text-align: center;
}

.button-style-user-menu {
    background: none;
    border: none;
    color: white;
}

.menu-right-bar-user {
    position: fixed;
    top: 0;
    right: 0;
    background: #CDCDCD;
    color: black;
    max-width: 100%;
    width: 0;
    z-index: 100;
    min-height: 100vh;

}

.menu-right-bar-user a {
    color: black;
    text-decoration: none;
}

.line-bottom-right {
    border-bottom: 1px solid #A39292;
    padding-left: 20px;
    padding-right: 20px;
}

.show-sidebar-right {
    width: 402px;
    transition: width .2s linear;
}

.footer-main {
    padding-top: 5%;
    padding-bottom: 1%;
}

.sett-padd-footer-login {
    padding-bottom: 8%;
}

.footer-not-found {
    padding-top: 5% !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 576px) {
    .footer-main {
        padding-bottom: 20%;
    }

    .lao-button-desktop {
        max-width: 100%;
        width: 43px !important;
        height: auto;
        padding: 0;
    }
}

.button-bonus {
    background: none;
    border: none;
    background: linear-gradient(0deg, #024512 0%, #1E9041 43.3%, #009245 58.94%, #024512 100.01%);
    border-radius: 30px;
    padding: 8px 60px;
    border: 3px solid #024512;
    font-weight: bold;
    font-size: clamp(10px, 2vw, 18px);
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #024512;
    color: white;
}

.description {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.not-found-inside,
.video-inside,
.text-promotion,
.promotion-page,
.register-section,
.how-to-register-section,
.deposit-withdraw-section,
.game-board,
.sport-1,
.sport-2,
.sport-3,
.section-register,
.lobby-section,
.casino-section,
.slot-section {
    max-width: 1500px;
    width: 80%;
    margin: auto;
}

.video-inside {
    border: 1px solid #FFFFFF;

}

.text-promotion p {
    color: white;
}

.text-promotion h4 {
    color: #CBA247;
    font-size: clamp(15px, 2vw, 30px);
    font-weight: 600;
    font-family: 'Prompt-Bold';
    font-weight: bold;
}

.description-promotion {}

.description-blog {
    text-align: left;
}

.description-promotion h3 {
    color: #CBA247;
    font-size: clamp(15px, 2vw, 30px);

}

.register-section {
    background-image: url('../../assets/imags/girl.png');
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
    background-size: 35% auto;
}

.deposit-withdraw-section {
    background-image: url('../../assets/imags/girl-deposit.png');
    background-position: bottom left 0;
    background-repeat: no-repeat;
    background-size: 35% auto;
}

.register-section h3,
.deposit-withdraw-section h3 {
    color: #CBA247;
    font-size: clamp(18px, 3vw, 40px);
    font-family: 'Prompt-Bold';
    text-align: left;
    font-weight: bold;
}

.game-board h3 {
    color: #CBA247;
    font-size: clamp(18px, 3vw, 40px);
    font-family: 'Prompt-Bold';
    font-weight: bold;
}

.register-section p,
.deposit-withdraw-section p {
    color: #DCDCDC;
}
.promotion-page .col-12 p > img{
	display:flex !important;
	justify-content:center !important;
}
.promotion-page {
    padding-top: 4% !important;
    padding-bottom: 2% !important;
}

.register-section {
    padding-top: 9%;
}

.game-board {
    padding-top: 4%;
}

.deposit-withdraw-section {
    padding-top: 7%;
}

.sett-top-lobby {
    padding-top: 6%;
}

.sport-1 {
    padding-top: 6%;
    color: #DCDCDC;
}

.sport-2,
.sport-3 {
    color: #DCDCDC;
}

.text-sport-2 {
    text-align: left !important;
}

.sport-2 h3,
.sport-3 h3 {
    color: #CBA247;
    font-size: clamp(15px, 3vw, 30px);
    font-weight: bold;
}

.button-register-style {
    border: none;
    background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        , #DBAB24;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 3.13826px 4px 48.6431px #CB9A4B;
    color: #452907;
    text-shadow: 0.784566px 0.784566px 0.784566px rgba(0, 0, 0, 0.25);
    border-radius: 19.6141px;
    font-size: clamp(16px, 3vw, 28px);
    font-family: 'Prompt-Bold';
    font-weight: bold;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 390px;
}

.button-register-style:hover {
    filter: brightness(120%) saturate(120%);
    transition: filter 200ms;
}

.button-register-style-mobile {
    max-width: 245px;
    padding: 10px 20px
}

.color-lobby-button {
    background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        , linear-gradient(180deg, #00A24A 0%, #0E8C48 53.12%, #1FBF68 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 3.13826px 3px 30px rgba(60, 224, 57, 0.7);
    color: #ffff;
}

.padding-button-style {
    padding: 10px 0;
}

.grid-how-to-box {
    display: grid;
    grid-template-columns: 35% 65%;
}

.grid-how-to-register {
    display: grid;
    grid-template-columns: 65% 35%;
}

@media screen and (max-width: 768px) {

    .grid-how-to-box,
    .grid-how-to-register {
        grid-template-columns: 100%;
    }

    .button-register-style {
        border-radius: 12px;
        max-width: 245px;
        padding: 7px 0;
    }

    .button-register-style-mobile {
        max-width: 180px;
        padding: 7px 0;
    }

    .div-button-logo-center .button-menu {
        padding-top: 12px;
    }

    .deposit-withdraw-section {
        background: none;
    }

    .set-padding-right-mobile {
        padding-left: 0 !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .padding-title-mobile {
        margin: 10px 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .sett-top-lobby {
        padding-top: 12%;
    }

    .button-register-style {}
}

.text-left-lotto {
    text-align: left !important;
}

@media screen and (max-width: 340px) {
    .button-register-style {}
}

.box-text-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-text-lotto-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.sport-1 h3 {
    color: #CBA247;
    font-size: clamp(18px, 3vw, 40px);
    font-family: 'Prompt-Bold';
    padding-bottom: 15px;
    font-weight: bold;
}

.lotto-2 {
    padding-top: 10px;
}

.lobby-section p,
.casino-section,
.slot-section {
    color: #DCDCDC;
}

.lobby-section h3,
.casino-section h3,
.slot-section h3 {
    color: #CBA247;
    font-size: clamp(18px, 3vw, 40px);
    font-family: 'Prompt-Bold';
    padding-bottom: 15px;
    font-weight: bold;
}

.lobby-section h4,
.casino-section h4,
.slot-section h4 {
    color: #CBA247;
    font-size: clamp(15px, 3vw, 30px);
    font-weight: 600;

    padding-bottom: 12px;
}

.grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media screen and (max-width: 1100px) {

    .form-login,
    .game-slot,
    .game-slot-card,
    .game-casino,
    .game-casino-card,
    .game-sport,
    .game-sport-inside,
    .game-sport-card,
    .game-lotter-card,
    .description,
    .not-found-inside,
    .video-inside,
    .text-promotion,
    .promotion-page,
    .register-section,
    .how-to-register-section,
    .deposit-withdraw-section,
    .game-board,
    .sport-1,
    .sport-2,
    .sport-3,
    .section-register,
    .lobby-section,
    .casino-section,
    .slot-section {
        width: 100%;
    }

    .button-bonus {
        padding: 5px 35px;
    }
}

@media screen and (max-width: 360px) {
    .button-bonus {
        padding: 5px 20px;
        border-radius: 12px;
    }
}

.not-found {
    margin-top: 10% !important;
}

.box-casino {
    margin-top: 5%;
}

.box-casino h3 {
    color: #F6E28C;
    font-family: 'Prompt-Bold';
    font-size: clamp(15px, 2vw, 35px);
    font-weight: bold;
}

.set-padding-h {
    margin-bottom: 1%;

}

.set-padding-top {
    padding-top: 3%;
}

.how-to-register-section h3 {
    color: #CBA247;
    font-family: 'Prompt-Bold';
    font-size: clamp(15px, 3vw, 40px);
    font-weight: bold;
}

@media screen and (max-width: 900px) {}

.hidden-md {
    display: none;
}

@media screen and (max-width: 768px) {
    .register-section {
        background: none;
    }

    .hidden-md {
        display: block;
    }

    .show-md {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .not-found {
        margin-top: 75px !important;
        margin-bottom: 10% !important;
    }

    .box-casino {
        margin-top: 15%;
        margin-bottom: 0;
    }

    .deposit-withdraw-section {}

    .game-board {
        padding-top: 7%;
    }

    .deposit-withdraw-section h3 {
        margin: 0;
        padding-bottom: 10px !important;
    }

    .title-how-to {
        padding-top: 0 !important;
    }

    .set-padding-right {
        padding-left: 30px;
    }

    .game-casino {
        background-size: contain;
        background-position: center left 5%;
    }

    .game-lotter {
        background-size: contain;
    }

    .promotion-inside-page .card p {
        margin: 0 !important;;
    }

    .game-sport-inside {
        align-items: center !important;
    }
}

@media screen and (max-width: 420px) {

    .set-padding-right {
        padding-left: 40px;
    }

    .game-casino {
        background-size: contain;
        padding-top: 8%;
        padding-bottom: 7%;
    }
}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 300px) {}

@media screen and (max-width: 576px) {}

.not-found h1 {
    color: #CBA247 !important;
    font-size: clamp(14px, 3vw, 42px) !important;
}

.promotion-page .card {
    background: transparent !important;
    border: 1.54331px solid #EDD27E !important;
    padding: 2% !important;
    border-radius: 0 !important;
}

.promotion-page .card .card-header,
.card-body {
    padding: 0 !important;
}

.promotion-page .card .card-body .card-title {
    color: #F6E28C !important;
    font-family: 'Prompt-Bold' !important;
    font-size: clamp(13px, 2vw, 20px) !important;
    font-weight: bold !important;
}

.promotion-page .card .card-body .card-text {
    color: white !important;
    font-size: clamp(12px, 2vw, 20px) !important;
}

.promotion-inside-page {
    display: grid;
    grid-template-columns: 49.3% 49.3%;
    gap: 1rem;
    justify-content: center;
}

.blog-inside-page {
    display: grid !important;
    grid-template-columns: 33.2% 33.2% 33.2% !important;
    gap: 1rem !important;
    justify-content: center !important;
    max-width: 100% !important;
    width: 100% !important;
    align-items: flex-start !important;
}

.blog-page .card {
    background: transparent !important;
    border: 4px solid #D7B241 !important;
    padding: 4% !important;
    border-radius: 20px !important;
}

.blog-page .card .card-header,
.card-body {
    padding: 0 !important;
}

.blog-page .card .card-body .card-title {
    color: #F6E28C !important;
    font-family: 'Prompt-Bold' !important;
    font-weight: bold !important;
    font-size: clamp(13px, 2vw, 20px) !important;
    text-align: center !important;
}

.blog-page .card .card-body .card-text {
    color: white !important;
    font-size: clamp(12px, 2vw, 20px) !important;
}

.post-page p,
ul,
ul li {
    color: white;
    font-size: clamp(12, 2vw, 20px);
}

.title-post-page {
    color: #CBA247;
    font-size: clamp(15px, 2vw, 25px);
    font-weight: bold;
}

.style-blog-in-post .card .card-header img {
    border-radius: 10px !important;
	height: 100%;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.pagination .page-link {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #F6E28C;
    box-sizing: border-box;
    border-radius: 100px;
    margin: 20px;
    color: #F6E28C;
    font-size: 12;
}

.pagination .page-link:hover {
    background: #F6E28C;
    color: black;
}

@media screen and (max-width: 900px) {
    .promotion-inside-page .card:last-child {
        display: none;
    }

    .promotion-inside-page {
        grid-template-columns: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 900px) {
    .blog-inside-page {
        grid-template-columns: 49% 49%;
        ;
    }
}

@media only screen and (max-width: 900px) {
    .style-blog-in-post .card:last-child {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .pagination .page-link {
        width: 25px;
        height: 25px;
        margin: 10px;
        font-size: 8px;
        padding: 0;
    }

    .button-promotion-page {
        padding: 4px 15px;
    }

    .blog-page .card {
        border: 2px solid #D7B241 !important;;
    }
}

@media only screen and (max-width: 360px) {
    .pagination .page-link {
        width: 20px;
        height: 20px;
    }

    .button-promotion-page {
        padding: 5px 14px;
        font-size: 10px;
    }
}

.page-item:first-child .page-link {
    border-radius: 100px;
}

.page-item:last-child .page-link {
    border-radius: 100px;
}

.pagination .active {
    background: #F6E28C;
    color: black;
}


.title-blog {
    color: #CB9A4B;
    text-align: center;
    font-family: 'Prompt-Bold';
    font-size: clamp(18px, 3vw, 40px);
    font-weight: bold;
}

.link-blog {
    color: #CBA247;
    display: flex;
    justify-content: flex-end;
}

.link-blog:hover {
    color: #CBA247;
}

.link-blog-main {
    text-decoration: none !important;
    color: white !important;
}

.link-blog-main:hover {
    color: white !important;
}

.button-style-post {

    background: linear-gradient(0deg, #CB9A4B -0.01%, #D2A756 1.86%, #DFBC6A 6.05%, #EACD7A 11.01%, #F1D984 17.14%, #F5E08B 25.74%, #F6E28C 49.62%, #F4DE89 61.84%, #EDD27E 73.62%, #E1BF6C 85.2%, #D0A454 96.61%, #CB9A4B 100%);
    border-radius: 20px;
    min-width: 160px;
    padding: 4px 0;
    border: 2px solid #D2A756;
    font-size: clamp(12px, 2vw, 20px);
}

@media screen and (max-width: 576px) {
    .button-style-post {
        max-width: 100%;
        width: 80%;
        min-width: 0;
        padding: 3.5% 0;
    }
}

.set-padding-post {
    padding: 2.5%;
}

.link-a-blog {
    color: #CBA247;
    font-size: clamp(15px, 2vw, 25px);
    font-weight: bold;
    text-align: right;
}

.link-in-text,
.link-in-text:hover {
    color: #CBA247;
}

.box-border-register {
    border: 3px solid #EDD27E;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.box-border-register h5 {
    color: #CBA247;
    font-size: clamp(15px, 2vw, 25px);
    font-family: 'Prompt-Bold';
    font-weight: bold;
}

.box-border-register p {
    color: #DCDCDC;
}

.set-padding-title-register {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .set-padding-title-register {
        padding-top: 2rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 0;
    }

    .box-border-register {
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 380px) {
    .set-padding-title-register {
        padding-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 0;
    }
}

.link-register,
.link-register:hover {
    color: #F6E28C;
    text-decoration: none;
}


.style-register-link {
    background: none;
    border: none;
    background: linear-gradient(180deg, #8C6239 5.47%, #F6E28C 32.47%, #F6E28C 62.49%, #8C6239 89.94%);
    box-shadow: 0 0 6px 4px #7c4e15;
    padding: 1% 10%;
    font-size: clamp(12px, 2vw, 20px);
    font-weight: bold;
}


/* game-board */

.bg-inside-tab {
    background: #3B3939 !important;
    border: 3.543px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7.61182px) !important;

    border-radius: 14.172px;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.nav-tabs {
    border-bottom: none;
    padding: 0;
}

.nav-tab-use {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    border: none !important;
}


@media only screen and (max-width: 576px) {
    .nav-tab-use {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }

    .box-border-register {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 420px) {
    .nav-tab-use {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }
}

.nav-item-tab {
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding: 5px;
}

.nav-link-main {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 10px !important;
    color: white !important;
    padding: 2px !important;
}

.nav-link-slot {
    max-width: 100% !important;
    width: 100% !important;
    background: none;
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2.01581px solid #18204E;

}

.last-nav-link-slot {
    border-bottom: none;
}

.nav-link-slot:hover {
    background: #ACA38F;
}

.nav-link-slot .active {
    background: #ACA38F;
}

.nav-link-slot img {
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .nav-link-slot {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .nav-link-slot {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.nav-tab-use .nav-link-main:hover {
    border: none !important;
    background: linear-gradient(180deg, #A6A292 0%, rgba(83, 83, 83, 0) 100%);
    color: #EFCF6D !important;
}

.nav-tab-use .nav-link-main.active {
    background: linear-gradient(180deg, #A6A292 0%, rgba(83, 83, 83, 0) 100%) !important;
    border: none;
    color: #EFCF6D !important;
}


.set-card-tab {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    width: 100%;
    gap: 1rem;
}

@media only screen and (max-width: 576px) {
    .set-card-tab {
        grid-template-columns: 24% 24% 24% 24%;
        gap: 0.3rem;
    }
}

.tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.title-tab-text {
    font-size: clamp(10px, 2vw, 18px);
    font-weight: 700;

}

.image-menu-tab {
    max-width: 100%;
    width: auto;
    height: 45px;
}

@media only screen and (max-width: 576px) {
    .image-menu-tab {
        max-width: 100%;
        width: 30px;
        height: 30px;
    }
}

.set-slot-tab {
    display: grid;
    grid-template-columns: 14.5% 84.5%;
    gap: 0.5rem;
    justify-content: center;
}

.bg-logo-tab {
    min-height: 600px;
}

.div-inside-logo-tab {
    overflow-y: auto;
    background: #9b9b9891;
    backdrop-filter: blur(13.7398px);
    border-radius: 10px;
    border: 2px solid white;
    padding: 3%;
    padding-left: 4%;
    padding-right: 3.8% !important;
    height: 950px;
    position: sticky;
    top: 110px;
}

.div-show-card-slot-game {}

.bg-card-slot-game {
    min-height: 1200px;
}

@media only screen and (max-width:1100px) and (min-width: 768px) {}

.nav-tab-slot {
    display: flex;
    flex-direction: column;
}

.nav-tab-slot .active {
    background: #ACA38F;
}

.height-logo-brand {
    overflow-y: scroll;

}

.bg-card-slot-game {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(196, 196, 196, 0) 156.08%);
    backdrop-filter: blur(19.9722px);
    border-radius: 10px;
    border: 2px solid white;
    padding: 2%;
    padding-right: 1.8%;
    margin-left: 10px;
}

.set-warpper-card {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

@media only screen and (max-width: 1100px) {
    .div-inside-logo-tab {}

    .bg-card-slot-game {
        min-height: 1200px;
    }

    .set-slot-tab {
        grid-template-columns: 19.5% 79.5%;

    }
}

@media only screen and (max-width: 900px) {
    .div-inside-logo-tab {

        top: 0;
    }

    .set-slot-tab {
        grid-template-columns: 24% 76%;
        gap: 0.1rem;
    }

    .bg-card-slot-game {
        min-height: 1000px;
    }
}

.tab-game-list {
    margin-top: 1.3%;
}

@media only screen and (max-width: 576px) {
    .set-slot-tab {
        grid-template-columns: 25% 75%;
        overflow: auto;
        height: 600px;
        gap: 0rem;
    }

    .tab-game-list {
        margin-top: 8px;
    }

    .div-inside-logo-tab {
        height: 600px;
        top: 0;
        border: 1px solid white;
    }

    .set-warpper-card {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }

    .bg-card-slot-game {
        border: 1px solid white;
        padding: 4%;
        padding-right: 2%;
        margin-left: 8px;
        min-height: 600px;
    }

    .bg-inside-tab {
        border: 2px solid rgba(255, 255, 255, 0.6);
    }
}

@media only screen and (max-height: 800px) and (max-width: 450px) {
    .set-slot-tab {
        height: 550px;
    }

    .div-inside-logo-tab {
        height: 550px;
    }
}

@media only screen and (max-height: 700px) and (max-width: 450px) {
    .set-slot-tab {
        height: 500px;
    }

    .div-inside-logo-tab {
        height: 500px;
    }
}

@media only screen and (max-height: 600px) and (max-width: 450px) {
    .set-slot-tab {
        height: 450px;
    }

    .div-inside-logo-tab {
        height: 450px;
    }
}

@media only screen and (max-height: 580px) and (max-width: 450px) {
    .set-slot-tab {
        height: 410px;
    }

    .div-inside-logo-tab {
        height: 410px;
    }
}

@media only screen and (max-width: 430px) {
    .set-warpper-card {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 0.7rem;
        border: 1px;
    }

}

.shine-index:before {
    background: linear-gradient(to right,
            fade_out(#fff, 1) 0%,
            fade_out(#fff, 0.7) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    border-radius: 20px;
}

.shine-index {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
}

@media screen and (max-width: 1100px) {
    .shine-index {
        border-radius: 16px;
    }
}

@media screen and (max-width: 576px) {
    .shine-index {
        border-radius: 10px;
    }
}

@media screen and (max-width: 360px) {
    .shine-index {
        border-radius: 6px;
    }
}

.shine-index:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.shine-index:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.shine-index:active:after {
    opacity: 0;
}


.shine:before {
    background: linear-gradient(to right,
            fade_out(#fff, 1) 0%,
            fade_out(#fff, 0.7) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.shine:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.shine:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.shine:active:after {
    opacity: 0;
}


.shine-casino-card:before {
    background: linear-gradient(to right,
            fade_out(#fff, 1) 0%,
            fade_out(#fff, 0.7) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine-casino-card {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 10%;
}

.shine-casino-card:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.shine-casino-card:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.shine-casino-card:active:after {
    opacity: 0;
}




.link-text-a {
    color: #DCDCDC;
    text-decoration: underline !important;
}

.link-text-a:hover {
    color: #DCDCDC;
}




.hight-top-scroll-logo {
    top: 85px;
    height: 515px;
}

.hight-all {}

.position-menu-static {
    position: static;
}

.top-logo-tab-tablet-mini {
    height: 790px;
    top: 0;
}

.top-logo-tab-tablet-air {
    height: 840px;
    top: 0;
}

.top-logo-tab-tablet-pro {
    top: 0;
    height: 900px;
}

.top-logo-tab-tablet-padmini {
    position: fixed;
    top: 75px;
    padding: 0;
    left: 8px;
    padding-right: 0 !important;
    width: 24%;
    height: 512px;
}

.slot-tab-tablet-mini {
    overflow-y: auto;
    height: 790px;
}

.slot-tab-tablet-air {
    overflow-y: auto;
    height: 840px;
}

.slot-tab-tablet-pro {
    overflow-y: auto;
    height: 900px;
}

.slot-tab-tablet-padmini {
    overflow-y: auto;
    height: 600px;
}

.lobby-footer {
    padding-top: 3%;
    padding-bottom: 5px;
}

@media only screen and (max-width:850px) {
    .lobby-footer {
        padding-top: 3%;
        padding-bottom: 10%;
    }
}

@media only screen and (max-width:576px) {
    .lobby-footer {
        padding-top: 3%;
        padding-bottom: 16%;
    }
}

@media only screen and (max-width:380px) {
    .lobby-footer {
        padding-top: 0%;
        padding-bottom: 18%;
    }
}


/* modal */

.modal-dialog {
    justify-content: center;
}

.modal-content {
    border: 2px solid #F6E28C !important;
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    max-width: 100% !important;
    width: 480px !important;
    pointer-events: auto !important;
    background-color: #000 !important;
    background-clip: padding-box !important;
    border-radius: 30px !important;
    outline: 0 !important;
    min-height: 500px !important;
}


.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0;
    display: flex;
    justify-content: center;
}

.btn-close {
    color: #101011 !important;
    background: #F1D984 !important;
    font-size: 20px !important;
    padding: 0 !important;
    position: absolute !important;
    right: 5% !important;
    top: 4.5% !important;
    border-radius: 20px !important;
    width: 32px !important;
    height: 32px !important;
    opacity: 1 !important;
    font-weight: bold !important;
    z-index: 10 !important;

}

.logo-modal {
    width: 30%;
    height: auto;
}

.logo-bank {
    width: 60px;
    height: auto;
}

.modal-body {}

.modal-body h4 {
    color: #DCDCDC;
    font-size: clamp(22px, 3vw, 30px);
    font-family: 'Prompt-Bold';
    font-weight: bold;

}

.modal-body h5 {
    color: #DCDCDC;
    font-size: clamp(14px, 2vw, 20px);

}

.modal-body .form-group {
    max-width: 100%;
    width: 90%;
    position: relative;
}

.modal-body .form-control {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.5rem;
    font-size: calc(14.4px + 0.3vw);
    font-weight: 400;
    line-height: 1.25;
    color: #DCDCDC !important;
    background-color: #000;
    background-clip: padding-box;
    border: 1.5px solid transparent;
    background:
        linear-gradient(rgb(0, 0, 0) 0 0) padding-box,
        /*this is your grey background*/
        linear-gradient(to left, #DCDCDC, #DCDCDC) border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.text-muted {
    color: #CF1111;
}

.text-alert-password {
    color: #CF1111 !important;
}

.link-a,
.link-a:hover {
    color: #CF1111;

}

.box-money {
    opacity: 0.8;
    border: 0.708265px solid #DCDCDC;
    backdrop-filter: blur(42.4959px);
    max-width: 100%;
    width: 50%;
    padding: 5px 10px;
    border-radius: 4.95785px;
    overflow-x: scroll;
    color: #BE6D00;
}

.button-copy {
    background: none;
    border: none;
    color: #DCDCDC;
    font-size: clamp(10px, 2vw, 18px);
}

.text-time {
    color: #DCDCDC;
}

.time-wallet {
    font-size: clamp(22px, 2vw, 30px);
    color: #CF1111;
}

.form-select {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.5rem;
    font-size: calc(14.4px + 0.3vw);
    font-weight: 400;
    line-height: 1.25;
    color: #DCDCDC !important;
    background-color: transparent;
    background-clip: padding-box;
    border: 1.5px solid transparent;
    background:
        linear-gradient(rgb(0, 0, 0) 0 0) padding-box,
        /*this is your grey background*/
        linear-gradient(to left, #DCDCDC, #DCDCDC) border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

.form-select:focus {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.5rem;
    font-size: calc(14.4px + 0.3vw);
    font-weight: 400;
    line-height: 1.25;
    color: #DCDCDC !important;
    background-color: transparent;
    background-clip: padding-box;
    border: 1.5px solid transparent;
    background:
        linear-gradient(rgb(0, 0, 0) 0 0) padding-box,
        /*this is your grey background*/
        linear-gradient(to left, #DCDCDC, #DCDCDC) border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    box-shadow: none;
}

option {
    color: black !important;
}

.button-modal {
    font-family: 'Prompt-Bold';
    color: #4E2C00;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    max-width: 100%;
    width: 100%;
    border-radius: 0.5vw;
    /*1*/
    background: linear-gradient(180deg, #FFFFFF 0%, #5A5A5A 100%);
    font-weight: 900;
}

.button-modal-login {
    font-family: 'Prompt-Bold';
    background: #E9AF23;
    color: #101011;
    border-width: 0;
    border-radius: 6px;
    /*1*/
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    max-width: 100%;
    width: 100%;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 900;
}

.button-modal:hover {
    filter: brightness(1.25) saturate(1.25);
    transition: filter 0.5s;
}

.button-modal-login:hover {
    transition: color 0.3s;
    filter: brightness(1.25) saturate(1.25);
    transition: filter 0.5s;
}

@media only screen and (max-width: 768px) {
    .button-modal {
        border-radius: 10px;
    }

    .button-modal-login {
        border-radius: 8px;
    }
}

.link-text {
    text-decoration: underline;

}

.text-warning {
    font-size: clamp(12px, 1.5vw, 16px);
}

@media only screen and (max-width: 575px) {

    .modal-content {
        border: 2px solid #F6E28C;
        min-height: 352px;
    }

    .modal-body .form-group {
        width: 100%;
    }

    .btn-close {
        right: 6%;
    }
}

.form-label-left {
    text-align: left !important;
    display: flex;

}

.text-wallet {
    color: #DCDCDC;
    font-size: clamp(10px, 2vw, 18px);
}

.input-otp {
    border: none;
    background: transparent;
    border: 1px solid #DCDCDC;
    backdrop-filter: blur(60px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 50px;
    height: 50px;
    margin: 6px;
    text-align: center;
    border-radius: 7px;
    color: #DCDCDC;
}

.input-otp:focus {
    border: 1px solid #DCDCDC;
    backdrop-filter: blur(60px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #DCDCDC;
}

@media only screen and (max-width: 576px) {
    .input-otp {
        width: 40px;
        height: 40px;
    }

    .input-otp:focus {
        border: 1px solid #DCDCDC;
        backdrop-filter: blur(60px);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #DCDCDC;
    }
}

.style-text-normal {
    color: #DCDCDC;
}

.button-cencel {
    background: none;
    border: none;
    color: white;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-select {
    -webkit-appearance: menulist-button;
    color: #DCDCDC;
}


.form-select:invalid {
    color: #DCDCDC !important;
    font-weight: normal !important;
    font-family: 'Prompt-Regular' !important;
}



/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(196, 195, 195, 0.466);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bdbcbc4f;
}


.owl-carousel-promotion .owl-item>div {
    cursor: pointer;
    margin: 2% 3%;
    transition: margin 0.4s ease;
}

.owl-carousel-promotion .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.link-text-white,
.link-text-white:hover {
    color: #DCDCDC;

}

@media screen and (max-width: 1100px) {
    .image-lotto-hidden {
        display: none;
    }

    .image-lotto-lao {
        width: 90% !important;
    }
}

.grid-card-game {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.card-game {
    background: transparent;
    border: 4.64574px solid #D7B241;
    border-radius: 20px;
    padding: 15px;
}

.card-game .card-header {
    display: flex !important;
    align-items: center !important;
    max-width: 100% !important;
    width: 90% !important;
    margin: auto !important;

    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 160px !important;
    margin: auto !important;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.card-game .card-header img {
    height: auto;
    width: 100%;
    margin: auto;
}

.card-game .card-title {
    color: #CBA247 !important;
    font-weight: 700 !important;
    font-size: clamp(11px, 2vw, 22px) !important;
    padding-top: 5% !important;
}

.card-game .card-text {
    font-size: clamp(10px, 2vw, 20px) !important;
}

.link-card-game,
.link-card-game:hover {
    color: #CBA247;
    text-decoration: underline;
}

.input-group-text {
    position: absolute;
    right: 0;
    top: 35px;
    border-radius: 0px 10px 10px 0px !important;
    background: transparent !important;
    border: none !important;
    color: #CBA247;
    -webkit-border-radius: 0px 10px 10px 0px !important;
    -moz-border-radius: 0px 10px 10px 0px !important;
    -ms-border-radius: 0px 10px 10px 0px !important;
    -o-border-radius: 0px 10px 10px 0px !important;
}

.button-game-style {
    background: none;
    border: none;
    background-image: url('../../assets/icons/button-game.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 34px;
    padding: 20px 10px;
    margin-top: 5px;
    font-weight: bold;
    font-size: clamp(8px, 1.7vw, 18px);
    border-radius: 10%;
    color: black;
}

@media screen and (max-width: 900px) {
    .grid-card-game {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

    }

    .card-game .card-header {
        height: 140px;
    }

    .card-game .card-footer {
        padding: 0;
        padding-right: 5px;
        padding-left: 5px;
    }

    .button-game-style {
        padding: 20px 5px;
    }
}

@media screen and (max-width: 576px) {
    .grid-card-game {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 0.6rem;
    }

    .card-game {
        padding: 5px;
    }

    .card-game .card-header {
        height: 100px;
    }

    .button-game-style {
        padding: 20px 5px;
    }

    .grid-mobile-slot {
        grid-template-columns: 100%;
    }

    .card-game .card-footer {}
}

@media screen and (max-width: 340px) {
    .button-game-style {
        font-size: 8px;
    }

    .card-game .card-footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .grid-card-game {
        grid-template-columns: 1fr;
    }
}

.bold-blue {
    color: #7BA7CF;
}

/* .card-fix-400 {
    height: 450px !important;
} */

.image-border-radius{
    border-radius: 10px;
}

.card-game-list {
    background: transparent;
    border: none;
}

.card-game-list .card-header {
    padding: 0;
    border-radius: 0;
}

.card-game-list .card-header img {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}

.card-game-list .card-title {
    color: #CBA247 !important;
    font-weight: 600 !important;
    font-size: clamp(12px, 2vw, 25px) !important;
    padding-top: 5% !important;
    margin: 0 !important;
    padding-bottom: 2% !important;
}

.card-game-list .card-text {
    font-size: clamp(10px, 2vw, 20px) !important;
}

.grid-section-game-list {
    gap: 3rem;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
}

.grid-section-top {
    align-items: flex-start;
}

.show-li {
    display: none;
}

.show-b-bold {
    display: none;
}

@media screen and (max-width: 1100px) {
    .grid-section-game-list {
        gap: 2rem;
    }

    .image-mp {
        width: 70% !important;
    }
}

@media screen and (max-width: 768px) {
    .grid-section-top {
        align-items: center;
    }

    .grid-section-game-list {
        padding-left: 0;
        padding-right: 0;
    }

    .hidden-li {
        display: none;
    }

    .show-li {
        display: block;
    }

    .hide-b-bold {
        display: none;
    }

    .show-b-bold {
        display: block;
    }

    .grid-section-casino {
        grid-template-columns: 100%;
        gap: 0;
    }

    .order-left {
        order: 2;
    }

    .order-right {
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    .grid-section-game-list {
        gap: 1rem;
    }

    .image-amb,
    .image-kimgmaker,
    .image-ka,
    .image-mp,
    .image-casino,
    .image-AMB {
        width: 90% !important;
    }

    .grid-section {
        grid-template-columns: 48% 48%;
        gap: 1rem;
    }

    .grid-section-casino-2 {
        grid-template-columns: 42% 54%;
    }

    /* .grid-section-top {
        align-items: flex-start;
    } */
    .grid-section-casino {
        grid-template-columns: 100%;
        gap: 0;
    }

    .casino-image-section {
        width: 70% !important;
    }

    .text-promotion br {
        display: none;
    }

    .footer-main {
        padding-top: 10%;
    }
}

.padding-top-4 {
    padding-top: 4%;
}

.box-password {
    position: relative;
}

.input-group-text-index {
    top: 20px;
    right: 5px;
}


.button-cancel-wallet {
    background: none;
    border: none;
    color: #DCDCDC;
    font-size: clamp(10px, 2vw, 15px);
}

.money-input {
    font-size: clamp(22px, 2vw, 30px);
}

.input-group-password-register {
    top: 10px;
}

.input-group-confirm-password-register {
    top: 18px;
}

.title-bold {
    font-family: 'Prompt-Bold';
    font-weight: bold;
}

.a-link-text,
.a-link-text:hover {
    text-decoration: none;
    color: #DCDCDC;
}

.card-game-outside {
    display: flex;
}

.link-a-footer,
.link-a-footer:hover {
    color: none;
    text-decoration: none;
}

.link-index,
.link-index:hover {
    color: #F6E28C;
}

.link-lobby,
.link-lobby:hover {
    color: black !important;
}


.card-footer a {
    color: black !important;
}


@media screen and (max-width: 400px) {
    .text-smallest {
        font-size: 8px;
    }
}

@media screen and (max-width: 360px) {
    .button-game-style {
        font-size: 14px;
    }
}

.hidden-desktop {
    display: block;
}

.hidden-mobile {
    display: none;
}

@media screen and (max-width: 420px) {
    .hidden-desktop {
        display: none;
    }

    .hidden-mobile {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .button-style-mobile {
        font-size: 14px;
    }
}

.wp-block-image {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    resize: horizontal;
}

.float-image-bottom-left {
    float: left;
    margin-right: 15px;
    display: flex;
    align-items: flex-end;
    shape-outside: inset(calc(100% - 100px) 20 0);
}

.position-image-float {
    float: left;
    bottom: 0;
}

.deposit-withdraw-section-mobile {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.deposit-withdraw-section-mobile h3 {
    color: #CBA247;
    font-size: clamp(18px, 3vw, 40px);
    font-family: 'Prompt-Bold';
    text-align: left;
    font-weight: bold;
}

.margin-responsive {
    margin-bottom: 1.5%;
}

.setting-box-modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.width-tab {
    width: 90%;
    max-width: 1600px;
}

@media screen and (max-width: 1100px) {
    .width-tab {
        width: 100%;
        max-width: 1600px;
    }
}

.grid-promotion-box {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 1rem;
    align-items: center;
}



.marquee-scroll-left {
    max-width: 100%;
    width: 100%;
    height: 55px;
    border: none;
    background: #86868680;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.scroll-move-left img {
    height: 40px;
    width: auto !important;
}

.scroll-move-left img:hover {
    background: transparent !important;
}

.marquee-Mobile {
    display: none;
}

.scroll-move-left {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 55px;
    animation: scroll 30s 0.2s linear infinite both;
}

.scroll-move-left:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

@-webkit-keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-2700px);
    }
}

@media only screen and (max-width: 576px) {
    .marquee-scroll-left {
        height: 40px;
    }

    .scroll-move-left {
        height: 40px;
    }

    .scroll-move-left img {
        height: 30px;
    }

    @-webkit-keyframes scroll {
        from {
            transform: translateX(99%);
        }

        to {
            transform: translateX(-2000px);
        }
    }
}
ol{
	color:#fff;
}




.grid-4col{
    grid-template-columns: auto auto auto auto;
}
.grid-4col div{
    border-right: 1px solid #BA8C3A;
    margin: 2em 0;
}
.grid-4col div:nth-child(4){
    border-right: none;
    margin: 2em 0;
}
.grid-4col div:last-child{
    border-right: none;
    margin: 2em 0;
}
.justify-content-custom{
    justify-content: center;
}
@media only screen and (max-width: 576px) {
    .grid-4col{
        grid-template-columns: auto auto;
        border-bottom: 1px solid #BA8C3A;
    }
    .grid-4col div{
        border-right: none;
        margin: 2em 0;
    }
    .grid-4col div:nth-child(4){
        border-right: none;
        margin: 2em 0;
    }
    .grid-4col div:last-child{
        border-right: none;
        margin: 2em 0;
    }
    .justify-content-custom{
        justify-content: flex-start;
    }
}




