#gamediv{
    display: none;
    justify-content: center;
    padding: 5px;
    padding-top:0.4rem;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 95vh;
    background: #000000d1;
}
#closeGameBtn{
    background: #000000a8;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
}
.stop-scrolling{
    height: 100%;
    overflow-y: hidden;         /*hides vertical scrollbar*/ 
    }
#closeGameWindow{
    color: white;
    text-align: center;
    font-size: 1.3rem;
    cursor: pointer;
    padding-bottom: 0.4rem;
}
.word-text {
    background-color: #2b3a91;
    color: white;
    text-align: center;
    position: relative !important;
    margin-top: 400px;
    padding: 50px;
    background: url(../images/bg-btn.png) center;
    background-size: cover;
}
.device-btn{
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
    padding: 4px 5px;
    margin: 0 20px;
    border-radius: 8px;
    background: red;
    color: white;
    cursor: pointer;
}
.logo-home{
    text-decoration: none;
    margin-top: -35px;
    max-width: 90%;
}

.tab-bar-mobile{
    padding: 8px 0px;
}
.dropdown-toggle::after{
    color: white;
}
.grecaptcha-badge{
    opacity: 0;
}
.logo-login {
    width: 182px;
}
.box-amount {
    background: #3e4243;
}
.dropdown-toggle::after {
    color: #3e4243;
}
.change-language {
    background: #3e4243;
}
.modal-content-custom {
    background: url('../images/bg-main.jpg');
    background-size: cover;
    background-position: center;
}
.change-language .active{
    box-shadow: unset;
    background: linear-gradient(to bottom, #df0011 5%, #6a0a1a 100%);
    background-color: #b31c2f;
    color: #fff;
}
.dropdown-menu-profile {
    background-color: #3e4243;
}

.content-partner {
    background: url(../images/bg-promotion.png) center top;
	background-size: cover;
    margin-top: 0px;
}

/* .bg-custom .logo-head {
    width: 250px;
} */
.bg-custom{
    /* box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px; */
}

.logo-head {
    /* position: absolute;
    top: 2px; */
}
.icon-lottery {
	background: url(../images/icon-lottery.png) center no-repeat;
	background-size: contain;
}

.icon-lottery.activebtn {
    background: url(../images/icon-lottery-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: contain;
}
.icon-lottery:hover {
	background: url(../images/icon-lottery-hover.png) center no-repeat;
	transition: 0.3s;
	background-size: contain;
}

.logo-head-nav {
    width: 200px;
}

.tab-bar-mobile .tab-control .tab-list {
    color: white;
}

.btn-top-menu {
    width: 100%;
}
.navbar{
     /* padding-top: 0rem; 
    padding-bottom: 0rem; */
}
.content-partner{
    background-color: #000000;
}
.footer-custom {
    background: url(../images/bg-main.jpg) center bottom no-repeat;
	background-size: cover;
}
.text-power {
    color: #383838;
}
.hover{
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
}

.icon-hotgame.activebtn {
    background: url(../images/icon-hotgame-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: contain;
}

.icon-slot.activebtn {
    background: url(../images/icon-slot-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: contain;
}

.icon-casino.activebtn {
    background: url(../images/icon-casino-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: contain;
}

.icon-sport.activebtn {
    background: url(../images/icon-sport-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: contain;
}

.icon-table.activebtn {
    background: url(../images/icon-table-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: contain;
}

.loged-content {
    margin-top: 66px;
}

.tab-list a {
    color: white;
    text-decoration: none;
}

.navbar-toggler {
    border-color: rgb(255 255 255 / 0%) !important;
}

.menu_icon {
    width: 30px;
    height: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    /* padding: 5px 0; */
}

.menu_icon span {
    position: absolute;
    display: block;
    height: 5px;
    width: 40px;
    border-radius: 10px;
    background-color: #242424;
    transform: rotate(0);
    transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

span.one {
    top: 0px;
    width: 20px;
    animation: width 2s ease infinite;
}

span.two {
    top: 10px;
    width: 15px;
    animation: width1 2s ease infinite;
}

span.three {
    top: 20px;
    width: 20px;
    animation: width2 2s ease infinite;
}

.nounderline{
    text-decoration: none;
}
.contactsale{
    color: #ff7a7a;
}
.contactsale:hover{
    color: white;
}
@keyframes width {
    0% {
        width: 20px;
    }

    25% {
        width: 30px;
    }

    50% {
        width: 10px;
    }

    75% {
        width: 30px;
    }

    100% {
        width: 20px;
    }
}

@keyframes width1 {
    0% {
        width: 15px;
    }

    25% {
        width: 10px;
    }

    50% {
        width: 30px;
    }

    75% {
        width: 15px;
    }

    100% {
        width: 15px;
    }
}

@keyframes width2 {
    0% {
        width: 20px;
    }

    25% {
        width: 30px;
    }

    50% {
        width: 15px;
    }

    75% {
        width: 10px;
    }

    100% {
        width: 20px;
    }
}

.btnlogin {
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {}


/* ipad */
@media (min-width: 768px) and (max-width: 991px) {
    .btnlogin {
        max-width: 100px;
    }
    .is-disabled>div>.hover-1-content>button {
        filter: grayscale(60%);
        font-size: 0.7rem;
        cursor: not-allowed;
        background: none;
        box-shadow: inset 0px 0px 0px 0px #fce2c1;
        background-color: #9d8b35a6 !important;
        border-radius: 0px;
        border: 1px solid #eeb44f;
        display: inline-block;
        color: #ffffff;
        padding: 3px 12px;
        text-decoration: none;
        text-shadow: -1px 2px 4px #000000;
        transition: 0.3s;
    }
    .btn-top-menu {
        width: 150px;
    }

    .bg-custom .logo-head {
        width: 9rem;
    }

    .main-content {
        margin-top: 59px;
    }

    .content-game-list {
        padding-top: 14px;
    }

    .bg-custom {
        /* background: url('../images/bg-navbar-top.png') center center; */
    }

    .menu-bar-main {
        padding: 7px 0px;
        /* background: url('../images/bg-navbar-top.png') center; */
        border-top: unset;
        background-size: cover;
        bottom: -70px;
    }

    .content-promotion {
        background: url(../images/bg-promotion.png) right top;
        background-size: cover;
    }

    .word-text {
        margin-top: 265px;
        padding: 17px;
        background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
    }

    .side-bar-menu {
        background: url('../images/bg-side-bar.png') center bottom;
        background-size: cover;
    }

    .navbar-nav {
        /* align-items: end !important;
        flex-direction: row-reverse !important; */
    }

    .tab-bar-mobile {
        /* background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);

        background: url('../images/bg-btn.png') center center; */
    }
}

@media (max-width: 767px) {
    .loged-content {
        margin-top: 76px;
    }

    .bg-custom .logo-head {
        width: 9rem;
    }

    .bg-custom {
        /* background: url('../images/bg-navbar-top.png') center center; */
    }

    .content-promotion {
        background: url(../images/bg-promotion.png) right top;
        background-size: cover;
    }

    .menu-bar-main {
        background: url('../images/bg-btn.png') center;
        border-top: unset;
        background-size: cover;
    }

    .navbar-nav {
        /* align-items: end !important;
        flex-direction: row-reverse !important; */
    }

    .side-bar-menu {
        background: url('../images/bg-side-bar.png') center bottom;
        background-size: cover;
    }

    .tab-bar-mobile {
        /* background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%); */
        /* background: url('../images/bg-btn.png') center center; */
    }
}

@media (max-width: 480px) {
    .tag-footer-all li{
        font-size: 0.8rem;
    }
    .loged-content {
        margin-top: 45px;
    }

    .bg-custom .logo-head {
        width: 7rem;
    }

    .list-game-all,
    .list-promotion-all {
        padding: 6px 0px;
    }

    .content-game-list {
        padding-top: 3px;
    }

    .btnlogin {
        max-width: 95px;
    }

    .bg-custom {
        box-shadow: rgb(77 38 38) 0px 3px 30px -10px;
    }
    
    .content-promotion {
        background: url(../images/bg-promotion.png) right top;
        background-size: cover;
    }

    .menu-bar-main {
        background: url('../images/bg-btn.png') center;
        border-top: unset;
        background-size: cover;
    }

    .word-text {
        margin-top: 265px;
        padding: 17px;
        background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
    }

    .navbar-nav {
        /* align-items: end !important;
        flex-direction: row-reverse !important; */
    }


    .footer-custom {
        /* Copy right text */
        padding-bottom: 65px;
    }

    .side-bar-menu {
        background: url('../images/bg-side-bar.png') center bottom;
        background-size: cover;
    }

    .tab-bar-mobile {
        /* background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%); */
        /* background: url('../images/bg-btn.png') center center; */
    }
}