.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;
}
.grecaptcha-badge{
    opacity: 0;
}
.logo-login {
    width: 182px;
}
.box-amount {
    background: #02488f;
}
.change-language {
    background: #02488f;
}
.modal-content-custom {
    background-color: #103c76;
}
.change-language .active{
    box-shadow: unset;
    background: linear-gradient(to bottom, #4cb5ff 5%, #4c87ba 100%);
    background-color: #53ffff;
}
.dropdown-menu-profile {
    background-color: #02488f;
}


.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; */
}

.logo-head-nav {
    width: 200px;
}

.tab-bar-mobile .tab-control .tab-list {
    color: white;
}

.btn-top-menu {
    width: 100%;
}

.content-partner{
    background-color: #001d47;
    background: url(../images/bg-promotion.png) center top;
    background-size: cover;
    margin-top: 0px;
}
.footer-custom {
    background-color: #023668;
}
.text-power {
    background-color: #023668;
}
.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: #fff;
    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: #fff476;
}
.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) {
    .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: 5rem; */
    }

    .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) no-repeat;
    }

    .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 top;
    }
}

@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) no-repeat;
    }

    .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 top;
    }
}

@media (max-width: 480px) {
    .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;
    }

    .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;
    }

    .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) no-repeat;
    }

    .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 top;
    }
}