/* ================================================
   GAME CARDS SIZES (PORTRAIT & LANDSCAPE)
   ================================================ */

   /* Portrait 1024px */
@media screen and (orientation: portrait) and (max-width: 1024px) {
    .game-block img {
        min-height: 152px !important;
    }
}

/* Portrait 768px */
@media screen and (orientation: portrait) and (max-width: 768px) {
    .game-block img {
        height: 122px !important;
    }

    .game-block .card-play-btn-disable img {
        height: 152px !important;
    }

    .game-block.esports img {
        height: 100px !important;
    }

    .game-block.esports .card-play-btn-disable img {
        height: 128px !important;
    }

    .game-block .tournament-grid.slot img {
        height: 110px;
    }

    .game-block.casino-proxy-betting .game-pos1:first-child,
    .game-block.idn-raffle .game-pos1:first-child {
        grid-column: 1 / -1 !important;
    }
}

/* Portrait 412px */
@media screen and (orientation: portrait) and (max-width: 412px) {
     .game-block img {
        height: 130px;
    }
    .no-image-lobby {
    align-items: center;
    height: 130px !important;
    font-size: 10px;
    }

    .game-block.esports .card-play-btn-disable img {
        height: 146px !important;
    }

    .game-block.esports  img {
        height: 118px !important;
    }

    .game-block.arcade-category img {
        height: 150px;
    }
}

@media (max-width: 415px) {
    .game-box:has(.exclusive-promo-purple) .sprite-icon,
    .game-box:has(.special-promo-purple) .sprite-icon,
    .game-box:has(.exclusive-promo-yellow) .sprite-icon,
    .game-box:has(.special-promo-gold) .sprite-icon {
      top: 20px;
    }
}  

/* Portrait 390px */
@media screen and (orientation: portrait) and (max-width: 390px) {
    .game-block img {
        height: 120px;
    }

    .game-block.arcade-category img {
        height: 150px;
    }

    .game-block.esports img {
        height: 100px !important;
       
    }
     .game-block.esports .card-play-btn-disable img {
        height: 128px !important;
    }

    .game-block .card-play-btn-disable img {
        height: 150px !important;
    }

    .game-block.sportsbook img {
        height: 130px;
    }

    .game-block.togel-games img {
        height: 125px;
    }
    .provider-logo-container {
    gap: 5px !important;
    padding: 10px 0px 10px 0px;
    }
    .provider-box {
        width: 35px !important;
    }
    .provider-box img {
        width: 21px !important;
        height: 21px !important;
    }
    .provider-name {
    margin-top: 3px !important;
    font-size: 9px !important;
    }
}


/* Portrait 320px */
@media screen and (orientation: portrait) and (max-width: 320px) {
    .game-block img {
        height: 90px !important;
    }
    .no-image-lobby {
    align-items: center;
    height: 90px !important;
    font-size: 10px;
    }

    .game-block .card-play-btn-disable img {
        height: 120px !important;
    }

    .game-block.arcade-category img {
        height: 120px;
    }

    .game-block .tournament-grid.slot img {
        height: 90px !important;
    }

    .game-block.sportsbook img,
    .game-block.esports-page img {
        height: 100px;
    }

    .game-block.esports img {
        height: 90px !important;
    }

    .game-block.esports .card-play-btn-disable img {
        height: 118px !important;
    }

    .game-block.esports-page .card-play-btn-disable img {
        height: 129px !important;
    }
}





/* ================================================
   LANDSCAPE
   ================================================ */
/* Landscape 768px */
@media (orientation: landscape) and (min-width: 845px) and (max-width: 1024px) {
     .game-block img {
        height: 164px !important;
    }

    .game-block .card-play-btn-disable img {
        height: 194px !important;
    }

    .game-block.esports img {
        height: 150px !important;
    }

    .game-block.esports .card-play-btn-disable img {
        height: 178px !important;
    }

    .game-block.idnslot .tournament-grid.slot img,
    .game-block .tournament-grid.slot img {
        height: 140px !important;
    }

    .game-block.casino-proxy-betting .game-pos1:first-child,
    .game-block.idn-raffle .game-pos1:first-child {
        grid-column: 1 / -1 !important;
    }
}

/* Landscape 390px */
@media (orientation: landscape) and (min-width: 569px) and (max-width: 844px) {
    .game-block img {
        height: 135px !important;
    }

    .game-block.esports img {
        height: 100px !important;
    }

    .game-block.esports .card-play-btn-disable img {
        height: 128px !important;
    }

    .game-block .card-play-btn-disable img {
        height: 306px !important;
    }

    .game-block .tournament-grid.slot img {
        height: 110px;
    }

    .game-block.casino-proxy-betting .game-pos1:first-child,
    .game-block.idn-raffle .game-pos1:first-child {
        grid-column: 1 / -1 !important;
    }
}

.game-block.live-casino.grid-live-casino:first-child .game-1 {
    grid-column: 1 / -1 !important;
    height: auto !important;
}

.game-block.live-casino.grid-live-casino:first-child .game-1 img {
    height: auto !important;
}

.game-block.arcade-category .game-1:first-child {
    grid-column: 1 / -1 !important;
    height: auto !important;
}

/* Landscape 320px */
@media (orientation: landscape) and (min-width: 320px) and (max-width: 568px) {

    .game-block img,
    .game-block.esports-page img,
    .game-block.esports-page .card-play-btn-disable img,
    .game-block .tournament-grid.slot img {
        height: 170px !important;

    }

    .game-block .card-play-btn-disable img {
        height: 171px !important;
    }

    .game-block.sportsbook .card-play-btn-disable img,
    .game-block.esports .card-play-btn-disable img {
        height: 200px !important;
    }

    .game-block.sportsbook img,
    .game-block.esports img {
        height: 180px !important;
    }
    

    .game-block.arcade-category img {
        height: 200px;

    }
}

.no-image-lobby {
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    height: 120px;
   
}

.play-btn-disable {
    display: none !important;
}

.hide-swiper {
    display: none;
}

.bg-transparent {
    background: transparent;
}

.bg-red {
    background: #7d0101 !important
}

.bg-dark-red {
    background: #230206 !important
}

.bg-light-red {
    background: #b80039 !important
}

.bg-light-gray {
    background: #1d1d1d !important
}

.bg-gray {
    background: #303236 !important
}

.bg-dark-gray {
    background: #1d1d1d !important
}

.bg-blue {
    background: #375e97 !important
}

.bg-black {
    background: #000000 !important
}

.bg-light-grey {
    background: #262626 !important
}

.bg-cream {
    background: #ededed !important
}

.bg-pink {
    background: #b80039 !important
}

.bg-dark-blue {
    background: #002c41 !important
}

.bg-light-blue {
    background: #1a4b6d
}

.bg-white {
    background: #fff !important
}

.bg-dark-green {
    background: #224f42 !important
}

.bg-light-green {
    background: #3a816f !important
}

.btn {
    border: 0 solid transparent;
    border-radius: 3px;
    font-size: 12px !important;
    font-weight: 700
}

.md .btn {
    line-height: 34px;
}

.btn-disabled {
    background: #303236
}

.btn-orange {
    background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%) !important
}

.btn-light-orange {
    background: linear-gradient(#d8970c, #ab7400) !important;
}

.btn-plain-orange {
    background-image: #b97907 !important
}

.btn-plain-dark-orange {
    background: #c75f3e !important
}

.btn-pink {
    background-image: linear-gradient(to bottom, #ef2967 0%, #9e234a 100%) !important
}

.btn-plain-pink {
    background-image: #ef2967 !important
}

.btn-dark-pink {
    background-image: #b80039 !important
}

.btn-blue {
    background-image: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important
}

.btn-light-blue {
    background-image: linear-gradient(to bottom, #15b6ed 0%, #0d83ab 100%) !important
}

.btn-plain-blue {
    background: #2979c0 !important
}

.btn-gray {
    background: #313131 !important;
    border-radius: 3px
}

.btn-plain-green {
    background: #019501 !important
}

.btn-red {
    background-image: linear-gradient(to bottom, #d24433 0%, #6d251c 100%) !important
}

.btn-plain-red {
    background: #7b0100
}

h1 {
    font-size: 20px;
    margin-bottom: .625rem;
    font-weight: 700
}

.font-white {
    color: #ffffff !important
}

.font-black {
    color: #000000 !important
}

.font-light-orange {
    color: rgb(247, 211, 139)
}

.font-orange {
    color: #d19e2e !important
}

.font-dark-orange {
    color: #DC4A38
}

.font-red {
    color: #FF0000 !important
}

.font-blue {
    color: #3b579d
}

.font-light-blue {
    color: #28a9e2
}

.font-pink {
    color: #C82F85
}

.font-orange {
    color: orange
}

.font-yellow {
    color: #FFEB3B;
}

.font-underline {
    text-decoration: underline
}

.font-decoration-none {
    text-decoration: none !important
}

.font-capitalize {
    text-transform: uppercase
}

.font-center {
    text-align: center
}

.font-initial {
    text-align: initial
}

.font-justify {
    text-align: justify
}

.font-bold {
    font-weight: 700
}

.font-valign-baseline {
    vertical-align: baseline
}

.font-unset {
    white-space: unset !important
}

.font-size-6 {
    font-size: 6px
}

.font-size-10 {
    font-size: 10px
}

.font-size-11 {
    font-size: 11px
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-21 {
    font-size: 21px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-35 {
    font-size: 35px !important
}

.font-size-40 {
    font-size: 40px
}

.font-weight-100 {
    font-weight: 100 !important
}

.csn-sm {
    font-size: 11px
}

.csn-md {
    font-size: 15px
}

.csn-lg {
    font-size: 18px
}

.width-10percent {
    width: 10%
}

.width-20percent {
    width: 20%
}

.width-30percent {
    width: 30%
}

.width-70percent {
    width: 70% !important
}

.width-80percent {
    width: 80% !important
}

.width-90percent {
    width: 90%
}

.width-100percent {
    width: 100% !important
}

.height-100percent {
    height: 100% !important
}

.width-95 {
    width: 95px !important
}

.width-150 {
    width: 150px !important
}

.decoration {
    border-bottom: 1px solid rgba(48, 48, 48, 1)
}

.force-left {
    float: left
}

.force-right {
    float: right
}

.break-float {
    clear: both
}

.display-block {
    display: block
}

.display-none {
    display: none
}

.position-fix {
    position: fixed
}

.position-absolute {
    position: absolute
}

.no-margin {
    margin: 0
}

.remove-margin-left {
    margin-left: 0
}

.remove-margin-right {
    margin-right: 0
}

.remove-margin-top {
    margin-top: 0
}

.remove-margin-bottom {
    margin-bottom: 0
}

.no-padding {
    padding: 0
}

.remove-padding-left {
    padding-left: 0
}

.remove-padding-right {
    padding-right: 0
}

.remove-padding-top {
    padding-top: 0
}

.remove-padding-bottom {
    padding-bottom: 0;
}

.remove-padding-bottom-important {
    padding-bottom: 0 !important;
}

.height-0 {
    height: 0
}

.height-1 {
    height: .0625rem
}

.height-5 {
    height: .3125rem
}

.height-7 {
    height: .4375rem
}

.height-10 {
    height: .625rem
}

.height-15 {
    height: .9375rem
}

.height-20 {
    height: 1.25rem
}

.height-27 {
    height: 1.6875rem
}

.height-28 {
    height: 1.75rem
}

.height-38 {
    height: 2.375rem
}

.height-40 {
    height: 2.5rem
}

.height-48 {
    height: 48px
}

.height-56 {
    height: 3.5rem
}

.height-57 {
    height: 7.5625rem
}

.height-60 {
    height: 3.75rem
}

.height-70 {
    height: 4.375rem
}

.height-80 {
    height: 5rem
}

.height-90 {
    height: 5.625rem
}

.height-97 {
    height: 97px
}

.margin-10 {
    margin: .625rem
}

.margin-left-10 {
    margin-left: .625rem
}

.margin-left-12 {
    margin-left: .75rem
}

.margin-left-25 {
    margin-left: 1.5625rem
}

.margin-left-40 {
    margin-left: 2.5rem
}

.margin-right-10 {
    margin-right: .625rem
}

.margin-right-30 {
    margin-right: 1.875rem
}

.margin-bottom-10 {
    margin-bottom: .625rem
}

.margin-bottom-15 {
    margin-bottom: .9375rem
}

.margin-bottom-20 {
    margin-bottom: 1.25rem
}

.margin-top-5 {
    margin-top: .3125rem
}

.margin-top-10 {
    margin-top: .625rem
}

.margin-top-15 {
    margin-top: .9375rem
}

.margin-top-36 {
    margin-top: 2.25rem
}

.padding-3-0 {
    padding: 3px 0
}

.padding-10-0 {
    padding: 10px 0
}

.padding-5 {
    padding: .3125rem
}

.padding-10 {
    padding: .625rem
}

.padding-15 {
    padding: .9375rem
}

.padding-top-3 {
    padding-top: .1875rem
}

.padding-top-5 {
    padding-top: .3125rem
}

.padding-top-9 {
    padding-top: .5625rem
}

.padding-top-10 {
    padding-top: .625rem
}

.padding-top-11 {
    padding-top: .6875rem
}

.padding-left-15 {
    padding-left: .9375rem
}

.padding-left-25 {
    padding-left: 1.5625rem
}

.padding-right-15 {
    padding-right: .9375rem
}

.padding-bottom-5 {
    padding-bottom: .3125rem
}

.border-radius-0 {
    border-radius: 0
}

.border-radius-1 {
    border-radius: 1px
}

.border-radius-4 {
    border-radius: 4px
}

.game-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    /*margin: 5px 0*/
}

.game-block.mickey-mouse-bt {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 0;
}

.game-block.sportsbook {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 5px;
}

.game-block .big-space,
.game-block .full-space {
    grid-column: 1 / -1;
}

/*.game-block.lobby-sportsbook{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}*/
/* .game-block.esports {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 5px;
} */

.esports.grid-slot .tournament-grid-99 {
    display: none;
}

/* .game-block.lobby-e-sports {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 5px;
} */

.game-block.idn-raffle,
.game-block.lobby-idn-raffle {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 0;
}

/*.game-block.togel {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}*/

/*.game-block.live-casino {
    grid-template-columns: repeat(2, 1fr)
}*/
.game-block.lobby-idntrade {
    grid-template-columns: repeat(1, 1fr);
}

.game-block.idntrade {
    grid-template-columns: repeat(1, 1fr);
    display: grid !important;
    width: 100% !important;
    grid-gap: 0;
}

.game-block.idntrade .grid-live-casino {
    margin-right: 0 !important;
}

.game-block.idntrade .game-box .width-100percent {
    width: 100% !important;
}

.game-block.arcade {
    grid-template-columns: repeat(1, 1fr) !important;
    display: grid !important;
    width: 100% !important;
    grid-gap: 0;
}

.game-block.lobby-arcade .game-box:nth-child(2) {
    grid-column: 1 / span 3;
}

.game-block.arcade-category .game-grid-whole:first-child {
    grid-column: 1 / span 3;
}

@media screen and (min-width:380px) and (max-width:436px) {
    .popup {
        width: 80% !important
    }

    .video-height {
        height: 222px;
    }

    /*.video-play-btn{
        padding: 12% !important;
    }*/
}

@media screen and (min-width:437px) and (max-width:600px) {
    .popup {
        width: 295px !important
    }
}

@media screen and (min-width:320px) and (max-width:320px) {
    .login-register-innerdiv span {
        font-size: 13px !important
    }

    .header-logo {
        height: 23px !important;
    }

    .btn {
        padding: 7px 12px 3px 12px !important
    }

    .video-height {
        height: 194px;
    }
}

@media screen and (min-width:341px) and (max-width:360px) {
    .video-height {
        height: 210px;
    }

    /*.video-play-btn {
        padding: 10% !important;
    }*/
}

@media screen and (min-width:361px) and (max-width:375px) {
    .video-height {
        height: 194px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .abuabu {
        padding: 5px 5px 12rem 5px !important;
        height: calc(100vh - 409px)
    }
}

@media screen and (min-width:768px) and (max-width:784px) and (orientation:portrait) {
    /*.video-play-btn {
        width: 48.6% !important;
        padding: 15% !important;
    }*/
}

@media screen and (min-width:785px) and (max-width:1024px) and (orientation:portrait) {
    /*.video-play-btn {
        width: 48.9% !important;
        padding: 15% !important;
    }*/
}

@media screen and (min-width:600px) and (max-width:750px) and (orientation:landscape) {
    /*.video-play-btn {
        width: 49% !important;
        padding: 14% !important;
    }*/
}

@media screen and (min-width:751px) and (max-width:811px) and (orientation:landscape) {
    /*.video-play-btn {
        width: 49% !important;
        padding: 14% !important;
    }*/
}

@media screen and (min-width:812px) and (max-width:1366px) and (orientation:landscape) {
    /*.video-play-btn {
        width: 49% !important;
        padding: 16% !important;
    }*/
}

@media screen and (min-width:300px) and (max-width:319px) {
    .popup {
        width: 295px !important;
    }
}

@media screen and (min-width:320px) and (max-width:375px) {
    .header-logo-div {
        width: 17% !important
    }

    .login-register-div {
        width: 85% !important
    }

    .login-register-innderdiv {
        padding-right: 0 !important
    }

    .btn-orange {
        padding: 8px 12px 4px 12px !important
    }

    /* .btn-blue {
        font-size: 12px;
        padding: 8px 12px 4px 12px!important
    }*/
    .popup {
        width: 310px !important
    }

    .button-small {
        padding: 12px 0 0 0 !important
    }

    .title-foot {
        font-size: 10px !important
    }
}

@media screen and (min-width:600px) and (max-width:750px) {
    .game-block {
        grid-template-columns: repeat(6, 1fr);
    }

    .tournament-grid-99 {
        grid-column-start: 1 !important;
        grid-column-end: 7 !important;
    }

    .game-grid-whole {
        grid-column: 1 / 7 !important;
    }

    .beli-base2 {
        position: absolute;
        right: 10%;
        bottom: 43.5%;
        z-index: 1
    }

    .beli-base3 {
        right: 6% !important;
        bottom: 28.5% !important
    }

    .selengkapnya-base2 {
        position: absolute;
        bottom: 4%;
        right: 8%;
        z-index: 1
    }

    .selengkapnya-base2 .selengkapnya {
        font-size: 22px !important
    }

    .selengkapnya-base3 {
        bottom: 2% !important;
        right: 8% !important
    }

    .selengkapnya-base3 .selengkapnya2 {
        font-size: 22px !important
    }

    .beli-sekarang {
        font-size: 18px;
        width: 190px;
        height: 40px;
        background: #eb3e16;
        border-radius: 2px;
        color: #fff;
        padding-top: 4px
    }

    .beli-sekarang2 {
        font-size: 18px !important;
        width: 190px !important;
        height: 40px !important;
        padding-top: 4px !important
    }

    .depo-volume {
        font-size: 31px !important;
        padding: 6px 15px !important
    }

    .float_button_banner {
        bottom: 2%;
        right: 1.4%
    }

    /*.video-play-btn {
        width: 49% !important;
        padding: 12% !important;
    }*/
}

@media screen and (min-width:760px) and (max-width:999px) {
    .button-small {
        width: 42%;
        padding: .9375rem 0;
        margin: 0 .9375rem;
        height: 55px;
        font-size: 25px;
        border-radius: 2px
    }

    .game-block {
        grid-template-columns: repeat(6, 1fr);
    }

    .tournament-grid-99 {
        grid-column-start: 1 !important;
        grid-column-end: 7 !important;
    }

    .game-grid-whole {
        grid-column: 1 / 7 !important;
    }

    .side-login {
        padding-top: .6875rem;
        width: 200px;
        height: inherit
    }

    .side-reg {
        padding-top: .5625rem;
        height: 60px;
        margin-top: -.625rem
    }

    .foot-icons,
    .highlight-foot-icons {
        height: 33px;
        width: 34px;
        margin: 6px auto
    }

    .highlight-foot-icons {
        display: none
    }

    .selengkapnya-base {
        position: absolute;
        bottom: 3%;
        right: 6%
    }

    .selengkapnya {
        font-size: 13px !important
    }

    .selengkapnya2 {
        font-size: 13px !important
    }

    .depo-volume {
        font-size: 30px !important;
        padding: 7px 12px !important
    }

    .float_button_banner {
        bottom: 2%;
        right: 1.4%
    }

    .btn-banner {
        min-width: 160px !important;
        padding: 10px 0 !important
    }

    .ios .btn {
        line-height: 26px !important;
    }
}

@media screen and (min-width:1000px) {
    .side-login {
        padding-top: .75rem;
        width: 200px;
        height: inherit
    }

    .game-block {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    .tournament-grid-99 {
        grid-column-start: 1 !important;
        grid-column-end: 7 !important;
    }

    .game-grid-whole {
        grid-column: 1 / 7 !important;
    }

    .side-reg {
        height: 60px;
        margin-top: -.625rem
    }

    .foot-icons,
    .reg-show {
        display: inline-block
    }

    .foot-icons,
    .highlight-foot-icons {
        height: 33px;
        width: 34px;
        margin: 6px auto
    }

    .highlight-foot-icons {
        display: none
    }

    .formInput,
    .formInput2 {
        float: right;
        width: 60%;
        font-size: 20px
    }

    .beli-base2 {
        position: absolute;
        right: 6%;
        bottom: 42%;
        z-index: 1
    }

    .beli-base3 {
        right: 6% !important;
        bottom: 32% !important
    }

    .selengkapnya-base2 .selengkapnya {
        font-size: 17px !important
    }

    .selengkapnya-base2 {
        position: absolute;
        bottom: 3.5%;
        right: 8%;
        z-index: 1
    }

    .selengkapnya-base3 .selengkapnya2 {
        font-size: 30px !important
    }

    .selengkapnya-base3 {
        bottom: 3.5% !important;
        right: 8% !important
    }

    .beli-sekarang {
        font-size: 17px;
        width: 170px;
        height: 40px
    }

    .beli-sekarang2 {
        font-size: 25px !important;
        width: 227px !important;
        height: 63px !important
    }

    .selengkapnya-base {
        position: absolute;
        bottom: 3%;
        right: 7%;
        width: 120px !important
    }

    .selengkapnya {
        font-size: 17px !important
    }

    .selengkapnya2 {
        font-size: 17px !important
    }

    .depo-volume {
        font-size: 20px !important;
        padding: 3px 8px !important
    }

    .float_button_banner {
        bottom: 2%;
        right: 1.4%
    }

    .btn-banner {
        min-width: 160px !important;
        font-size: 25px !important;
        padding: 8px 0 !important
    }

    .ios .btn {
        line-height: 26px !important;
    }
}

body {
    font-size: 13px !important;
    font-family: Avenir-Roman, Arial, sans-serif !important
}

p span a {
    text-decoration: none !important
}

@font-face {
    font-family: Avenir-Roman;
    src: url(../fonts/AvenirLTStd-Roman.eot);
    src: url(../fonts/AvenirLTStd-Roman.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirLTStd-Roman.woff) format('woff'), url(../fonts/AvenirLTStd-Roman.ttf) format('truetype'), url(../fonts/AvenirLTStd-Roman.svg#AvenirLTStd55RomanRegular) format('svg');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Avenir-Heavy;
    src: url(../fonts/AvenirLTStd-Heavy.eot);
    src: url(../fonts/AvenirLTStd-Heavy.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirLTStd-Heavy.woff) format('woff'), url(../fonts/AvenirLTStd-Heavy.ttf) format('truetype'), url(../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd85HeavyRegular) format('svg');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Oswald, sans-serif;
    ;
    font-display: swap;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
    font-display: swap;
}

@font-face {
    font-family: BigNoodleTitling;
    src: url(../fonts/bignoodletitling.eot);
    src: url(../fonts/bignoodletitling.ttf);
    font-display: swap;
}

.header-logo {
    height: 30px;
    margin-top: -10px;
    margin-left: 0;
}

.header-logo-div {
    width: 25%;
    margin-top: 5px
}

.login-register-div {
    float: right;
    width: 100%
}

.login-register-innerdiv {
    float: right;
    padding-right: 5px;
}

.ios .login-register-innerdiv {
    float: right;
    padding-right: 0
}

.sidebar-icon {
    font-size: 30px;
    margin-left: 10px
}

.ios .sidebar-icon {
    margin-left: 2px;
}

.breadcrumb {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding: 2px .625rem 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    background-color: #2e6958 !important;
    border-radius: 0px !important
}

.breadcrumb>li+li::before {
    color: #fff;
    content: "/" !important;
    padding: 0 5px !important;
    float: left !important
}

.breadcrumb li a {
    color: #fff;
    font-size: 12px;
    float: left;
    font-weight: 700
}

.navbar {
    height: 50px !important;
    border-bottom: 1px solid #230206;
    position: fixed;
    top: 0;
    left: 0;
    /* background: #000 url(../img/events/event-bg.webp) repeat-x !important;
    background-size: cover !important; */
}

.swiper-box {
    margin: 0 0 35px;
    font-size: 18px;
    height: 120px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 168px;
    width: 100%
}

.panel {
    background: #000
}

.nav-item {
    font-size: 16px;
    padding: 1.125rem 1.375rem 1.0625rem .625rem;
    line-height: 0;
    display: block
}

.nav-item,
.nav-items {
    color: #fff
}

.nav-items,
.nav-submenu a {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    text-decoration: none
}

.nav-item {
    height: 50px;
    box-shadow: 0 1px 0 0 rgba(48, 48, 48, .5)
}

.nav-item:hover {
    color: #fff !important;
    background-color: #1a1a1a;
    text-decoration: none
}

.nav-items {
    height: 55px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .05)
}

.nav-active,
.navigation-item .nav-item:hover .navigation-item {
    color: #fff;
    background-color: #224f42;
}

.nav-active .nav-item {
    color: #fff !important
}

.navigation-item a {
    color: #fff !important
}

.sidebar-decoration {
    height: 1px;
    background-color: #413f3f
}

.side-img {
    display: inline-block;
    height: 22px;
    width: 22px;
    float: left;
    margin: .375rem .3125rem 0 .625rem
}

.sidebar-breadcrumb a {
    display: inline-block !important
}

.sidebar-breadcrumb {
    color: #9a9a9a;
    font-size: 11px;
    padding: .3125rem .9375rem
}

.button-small {
    width: 36%;
    padding: .375rem 0;
    margin: 0 .25rem;
    font-size: 17px;
    height: 40px;
    display: inline-block;
    font-weight: bolder;
    vertical-align: middle
}

.button-small a {
    margin-top: 0;
    color: #fff
}

.icon-user {
    height: 14px;
    width: 14px;
    margin: -.1875rem 0 0 0
}

.side-login {
    margin-top: -.4375rem;
    padding-top: .3125rem;
    color: #fff;
    width: 100px
}

.side-reg {
    color: #fff
}

.sidebar-metode-pembayaran {
    float: left;
    margin-top: .3125rem;
    margin-left: .5rem;
    color: #fff;
    margin-bottom: -.9375rem;
    font-size: 12px
}

.sidebar-img {
    padding: 0;
    width: 95%;
    height: auto;
    margin-left: .375rem
}

.footer {
    overflow-x: unset;
    left: 0;
    bottom: -2px;
    width: 100%;
    position: fixed;
    z-index: 9999;
    padding-bottom: 1px;
    font-weight: 700;
    max-height: 47px !important;
    border-top: 0 !important;
}

.ui-navbar,
.ui-navbar ul {
    max-width: 100%
}

.ui-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    overflow: visible;
    background-color: #000
}

.ui-navbar li {
    border-left: 1px solid #fff;
    background-color: #224f42;
}

.ui-block-e,
.ui-block-c {
    border-left: none !important;
}

.ui-navbar li:first-child {
    border-left: none
}

.ui-navbar ul:after,
.ui-navbar ul:before {
    content: "";
    display: table
}

.ui-footer .ui-navbar .ui-btn {
    border-top-width: 0;
    border-bottom-width: 0
}

.ui-navbar li .ui-btn {
    display: block;
    margin: 0;
    padding: 4px 0;
    border-right-width: 0
}

.ui-navbar a {
    color: #fff
}

.ui-navbar .ui-grid-c .ui-block-a a {
    border: none
}

.ui-navbar .ui-block-a a:active,
.ui-navbar .ui-block-a a:active .fa-3,
.ui-navbar .ui-block-a a:hover,
.ui-navbar .ui-block-a a:hover .fa-3,
.ui-navbar .ui-block-b a:active,
.ui-navbar .ui-block-b a:active .fa-3,
.ui-navbar .ui-block-b a:hover,
.ui-navbar .ui-block-b a:hover .fa-3,
.ui-navbar .ui-block-c a:active,
.ui-navbar .ui-block-c a:active .fa-3,
.ui-navbar .ui-block-c a:hover,
.ui-navbar .ui-block-c a:hover .fa-3,
.ui-navbar .ui-block-d a:active,
.ui-navbar .ui-block-d a:active .fa-3,
.ui-navbar .ui-block-d a:hover,
.ui-navbar .ui-block-d a:hover .fa-3 {
    color: #fff;
    background: rgb(40, 146, 115);
}

.highlight-foot-icons,
.ui-navbar .ui-block-a a:active .foot-icons,
.ui-navbar .ui-block-a a:hover .foot-icons,
.ui-navbar .ui-block-b a:active .foot-icons,
.ui-navbar .ui-block-b a:hover .foot-icons,
.ui-navbar .ui-block-c a:active .foot-icons,
.ui-navbar .ui-block-c a:hover .foot-icons,
.ui-navbar .ui-block-d a:active .foot-icons,
.ui-navbar .ui-block-d a:hover .foot-icons {
    display: none
}

.ui-navbar .ui-block-a a:active .highlight-foot-icons,
.ui-navbar .ui-block-a a:hover .highlight-foot-icons,
.ui-navbar .ui-block-b a:active .highlight-foot-icons,
.ui-navbar .ui-block-b a:hover .highlight-foot-icons,
.ui-navbar .ui-block-c a:active .highlight-foot-icons,
.ui-navbar .ui-block-c a:hover .highlight-foot-icons,
.ui-navbar .ui-block-d a:active .highlight-foot-icons,
.ui-navbar .ui-block-d a:hover .highlight-foot-icons {
    display: inline-block
}

.glyphicon,
.source,
.ui-navbar li .ui-btn {
    font-size: 12px
}

.ui-grid-c>.ui-block-a,
.ui-grid-c>.ui-block-b,
.ui-grid-c>.ui-block-c,
.ui-grid-c>.ui-block-d,
.ui-grid-c>.ui-block-e {
    width: 20%;
    float: left
}

.foot-icons,
.highlight-foot-icons {
    height: 23px;
    width: 24px;
    margin: 3px auto
}

.foot-icons {
    display: inline-block
}

.highlight-foot-icons,
.reg-show {
    display: none
}

.ui-navbar i {
    font-size: 20px;
}

.game-three-panel {
    width: 33%;
    float: left
}

.page {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.page-content {
    margin-bottom: .0625rem
}

.formInput,
.formInput2 {
    float: right;
    width: 60%;
    background: #fff;
    border-radius: 4px
}

.depo-warn>div,
.formInput2>img {
    display: inline-block
}

.formInput2>img {
    height: 24px
}

.formLabel,
.formLabel2 {
    width: 40%;
    padding-right: .3125rem;
    float: left
}

.formLabel {
    color: #fff
}

.contactFields {
    height: 40px;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 0
}

.InputAddOn {
    display: flex
}

.InputAddOn-field {
    flex: 1;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0 !important
}

.InputAddOn-field:not(:first-child) {
    border-left: 0
}

.InputAddOn-field:not(:last-child) {
    border-right: 0
}

.InputAddOn-item {
    background-color: #e9ecef;
    color: #495057;
    font: inherit;
    font-weight: 400;
    line-height: 35px
}

.InputAddOn-field,
.InputAddOn-item {
    padding: .2em .75em
}

.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
    border-radius: 7px 0 0 7px
}

.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
    border-radius: 7px 0 0 7px
}

.inputrow>* {
    border-radius: 2px;
    min-width: 0
}

.input-radius {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.contactOption {
    padding-right: 30px;
    background-image: url(../img/ui/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 15px 9px;
    background-position: 96% 15px
}

.contactField {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0
}

.contactField,
.contactTextarea {
    min-width: 100%;
    display: block;
    box-sizing: border-box
}

.contactField {
    color: #fff;
    letter-spacing: 0
}

.contactField,
.contactTextarea {
    font-family: inherit;
    font-size: 13px
}

.note {
    width: 100%;
    font-size: 12px;
    color: #bd902f;
    font-weight: 700
}

.captcha {
    width: 60%;
    float: right;
    padding: 10px 0
}

.checkbox-confirmation {
    width: 20px;
    height: 20px;
    float: left;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin-right: 5px
}

.contactSubmitButton {
    line-height: 32px !important;
    display: block !important;
    height: 40px !important;
    margin-right: 0;
    width: 100%
}

.number-list li {
    overflow: visible !important;
    list-style: decimal;
    margin-left: -20px
}

.nav-icon {
    width: 30px;
    float: left;
    font-size: 20px !important;
}

.nav-icon i {
    line-height: 0.7;
}

.nav-title {
    float: left;
    line-height: 1;
    font-weight: 700
}

.nav-icon-alignment {
    margin-top: -3px
}

.accordion-item a {
    text-decoration: none
}

.nav-title-accordion {
    float: left;
    margin-top: 2px
}

.tab-link-active {
    background: #2e6958;
}

.depo-volume {
    font-size: 36px;
    padding: 3%
}

.offlinebank-icon {
    width: 85px !important;
    float: left;
    margin-right: 3px;
    height: 39px !important
}

.beli-base2 {
    position: absolute;
    right: 4%;
    bottom: 40%;
    z-index: 1
}

.beli-base3 {
    position: absolute;
    right: 4%;
    bottom: 20%;
    z-index: 1
}

.selengkapnya-base2 {
    position: absolute;
    bottom: 1.5%;
    right: 8%;
    z-index: 1
}

.selengkapnya-base2 .selengkapnya {
    font-size: 12px
}

.selengkapnya-base3 {
    position: absolute;
    bottom: 1%;
    right: 8%;
    z-index: 1
}

.selengkapnya-base3 .selengkapnya2 {
    font-size: 12px
}

.beli-sekarang {
    font-size: 12px;
    width: 140px;
    height: 36px;
    background: #eb3e16;
    border-radius: 2px;
    color: #fff;
    padding-top: 5px;
    border: 0
}

.beli-sekarang2 {
    font-size: 14px;
    width: 140px;
    height: 36px;
    background: #eb3e16;
    border-radius: 2px;
    color: #fff;
    padding-top: 5px;
    border: 0
}

.selengkapnya {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    font-weight: 100
}

.selengkapnya2 {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    font-weight: 100
}

.promo-title {
    background: #2e6958;
    padding: 2px 5px;
    color: #fff;
    font-weight: bold;
    margin-top: 7px;
}

.promosi-btn {
    width: 31.7%;
    margin: 8px 1px;
    color: #fff !important;
    border-radius: 0;
    line-height: 23px !important;
    font-size: 10px !important;
    font-weight: 700;
    padding: 10px 0px 5px 0px !important;
}

.promosi-btn-before {
    width: 50%;
    margin: 0px -2px;
    color: #fff !important;
    border-radius: 0;
    line-height: 23px !important;
    font-size: 10px !important;
    font-weight: 700;
    padding: 10px 0px 5px 0px !important;
}

.promosi-btn-after {
    width: 33.33%;
    margin: 0px -2px;
    color: #fff !important;
    border-radius: 0;
    line-height: 23px !important;
    font-size: 10px !important;
    font-weight: 700;
    padding: 10px 0px 5px 0px !important;
}

.slidetoggle {
    font-size: 17px;
    background-color: #595959 !important;
    border-bottom: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
    color: #fff
}

.dropdown-tentang {
    width: 15%;
    float: right;
    padding: 17px 15px;
    margin-top: -55px
}

.dropdown-tentang i {
    color: #fff;
    font-size: 20px
}

.bg-tentang-kami {
    background: #595959
}

.tutorial-bermain {
    background: linear-gradient(#ec2866, #981940);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 10px
}

.video-tutorial {
    background: linear-gradient(#28adeb, #196b92);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 15px
}

.link-alternatif {
    background: linear-gradient(#28ea56, #1a9336);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 15px
}

.cara-bermain {
    background: linear-gradient(#ec2866, #981940);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 10px
}

.tentang-icon {
    font-size: 28px;
    color: #fff;
    padding: 6px 0 4px 13px
}

.tentang-text {
    float: left;
    font-size: 15px;
    margin-left: 14px;
    margin-top: 10px;
    color: #fff
}

.link-alt {
    width: 100%;
    display: block;
    background-color: #b80039;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bolder
}

.float_button_banner {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    position: absolute
}

.float_button_banner {
    bottom: 5%;
    right: 2%;
    border-radius: 1px
}

.btn-banner {
    font-size: 17px;
    min-width: 100px;
    padding: 10px 0 5px 0 !important;
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    font-weight: 700
}

.popup {
    width: 342px;
    top: calc(50% - 154px);
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 18px;
    border: 1px solid #fff;
}

.contactField {
    height: 40px;
    padding: 4px 7px 0 !important;
    margin-bottom: 0 !important;
    border-radius: 4px !important;
    color: #000;
    font-size: 15px !important
}

.popup-btn-masuk {
    border: 0 solid transparent;
    background-image: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important;
    border-radius: 3px;
    width: 100%;
    color: #fff !important;
    padding: 8px 0 3px 0;
    border-radius: 0px;
}

.popup-border {
    border: 2px solid linear-gradient(to bottom, #15b6ed 0%, #0d83ab 100%)
}

.footer-active {
    color: #fff !important;
    background-color: rgb(40, 146, 115);
}

.step-head {
    height: 70px;
    width: 100%;
    background: #224f42;
}

.step-head a button {
    float: right;
    font-size: 13px;
    width: 130px;
    height: 28px;
    background: #3a76cc;
    border: 0 solid transparent;
    color: #fff;
    padding-top: 2px;
    font-weight: 700
}

.step-head-title {
    color: #fff;
    font-size: 25px !important;
    font-weight: 700;
    float: left;
    margin-bottom: 0
}

.step-head span {
    float: left;
    font-size: 11px;
    min-width: 315px;
    text-align: left;
    line-height: 1;
    padding-top: 3px;
    color: #fff
}

.memo-notification {
    color: #f5070a;
    padding: 3px 8px 0;
    margin-top: 2px;
    position: absolute;
    z-index: 9;
    margin-left: 62%;
    border-radius: 50%;
    background: #fff;
    font-weight: 700
}

.memo-notif {
    background: red;
    border-radius: 100%;
    font-size: 10px;
    width: 17px;
    height: 17px;
    padding-left: 1px;
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    float: right
}

.form__choice2 {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 11px;
    text-align: center;
    width: 25%;
    float: left;
    padding-right: 6px
}

.form__choice2 input[type="radio"]:checked~label {
    opacity: 1;
    border: 1px solid #2979c0;
    background: #2979c0;
    color: #fff;
    text-decoration: none
}

.form__choice2 label {
    border: 1px solid #2979c0;
    box-sizing: border-box;
    display: block;
    padding: 13px 0;
    cursor: pointer;
    height: 40px;
    color: #fff
}

.form__choice2 input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0
}

.radio-banks {
    -webkit-appearance: radio;
    float: left
}

.bank-btn {
    width: 100%;
    height: 44px;
    background: #2979c0;
    border-radius: 3px !important;
    color: #fff;
    margin: 0 auto;
    text-align: center
}

.masuk-e-bank {
    float: left;
    padding: 13px 16px;
    font-size: 16px
}

.bank-img {
    width: 87px !important;
    height: 25px !important;
    float: left;
    margin: 10px 0 0 10px;
}

.bank-img.panin {
    height: 38px !important;
    width: 100px !important;
    margin-top: 2px;
}

.bank-img.cimb {
    height: 18px !important;
    width: 80px !important;
    margin-top: 15px;
}

.bank-img.mega {
    height: 18px !important;
    width: 98px !important;
    margin-top: 13px;
}

.deposit-bank-div {
    width: 317px;
    margin: 0 auto
}

.nomor {
    text-decoration: underline;
    color: #ca911f !important;
    text-transform: capitalize !important
}

.formInput-validisi {
    width: 35%;
    background: #fff;
    float: right;
    border-radius: 4px
}

.voucher88-captcha {
    float: left;
    width: 50px !important;
    height: 20px !important
}

.voucher88-refresh {
    width: 18px !important;
    height: 18px !important;
    float: left
}

.akun-saya-link {
    color: #d19e2e !important;
    text-decoration: underline;
    font-size: 12px;
    padding: 8px 0;
    font-weight: 700
}

.changepass-kembal {
    padding: 8px 9px 5px 9px;
    background: #224f42;
    text-align: center;
    border-radius: 2px;
    color: #fff !important
}

.changepass-kembali {
    width: 96px;
    margin: 20px auto
}

.message-detail-title {
    background: #808080 !important;
    width: 95%;
    height: 25px;
    color: #fff !important;
    padding-left: 5px !important
}

.message-detail-desc {
    height: 300px;
    background: gray;
    color: #fff;
    padding: 3px 5px;
    width: 95%
}

.tutorial-nav {
    display: inline-block;
    padding: 4px 10px;
    font-size: 18px;
    float: left;
    color: #fff !important
}

.tutorial-nav-active {
    color: #d19e2e !important
}

.game-hide {
    display: none
}

.info-navigation-div {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    overflow-x: scroll;
    overflow-y: hidden
}

.info-tutorial-div {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0
}

.info-navigation-width {
    margin: 0 auto;
    width: 5000px
}

.game-div img {
    width: 100%;
    height: 100%
}

.video-play-btn {
    color: #fff !important;
    position: absolute;
    font-size: 45px;
    width: 100%;
    background: rgb(0, 0, 0, .4);
    text-align: center;
    height: 100%;
    padding-top: 29%;
}

.video-iframe {
    width: 100%;
    min-height: 300px
}

.preloader-modal {
    padding: 100%;
    height: 100%;
}

.deposit-tab-style {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px !important;
    padding-top: 5px
}

.formSubmitButtonErrorsWrap {
    margin-top: 5px
}

.memo-delete {
    background: transparent;
    border: 0;
    text-decoration: underline
}

.footer-line {
    border-left: 1px solid #fff;
    padding: 5px 0
}

.home-accordion-tab {
    background: #1d1d1d;
    color: #fff;
    /*padding-bottom: 4px;*/
}

.item-title {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 14px;
}

.lihat-button {
    color: #fff !important;
    /* border: 1px solid #fff; */
    padding: 5px 5px 3px;
    font-size: 10px;
    text-transform: capitalize;
    background: #3970c0;
    border-radius: 5px;
    margin-right: 3px;
}

.lihat-button-div {
    width: 100%;
    height: 100%;
    background: #b70038
}

.md .list .item-inner {
    letter-spacing: 1px;
    min-height: 42px;
}

.ios .list .item-inner {
    letter-spacing: 1px;
    min-height: 42px;
}

.voucher88-navbutton {
    position: absolute;
    margin-top: 30px;
    width: 95%
}

.voucher-swiper {
    color: #434b48;
    font-size: 30px;
    font-weight: 700
}

.marquee {
    width: 100%;
    margin: -7px auto;
    padding: 1px 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    background: #1d1d1d;
    height: 21px;
}

.dp-content {
    font-size: 14px;
    text-align: left
}

.dp-margin {
    margin-top: 70%
}

.page-link {
    color: #000 !important
}

.btn-balas {
    padding: 9px 12px 3px 12px
}

.bank-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-left: 5px;
    margin-top: 5px
}

.bank-icons img {
    width: 45px
}

.lihat-semua-div {
    width: 121.66px !important;
    height: 125.66px !important;
    background: #b70038
}

.wd-bank-div {
    margin-top: 5px
}

.game-one-half {
    width: 50%;
    float: left
}

.ios .list ul:after {
    background-color: transparent !important
}

.app-container {
    height: 90px;
    z-index: 9;
    display: none;
    position: relative
}

@media (orientation:landscape) {
    .ios.device-iphone-x .login-popup-panel {
        padding-left: calc(15px + constant(safe-area-inset-left));
        padding-left: calc(15px + env(safe-area-inset-left))
    }

    .ios.device-iphone-x .ios-popuplogin {
        width: 360px;
        margin-left: -40px
    }
}

.home-game-play {
    text-align: center;
    background: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important;
    padding: 5px 0 1px 0;
    font-size: 10px;
    text-transform: uppercase;
}

.home-game-play span {
    color: #fff;
    font-weight: 700
}

.home-play-img {
    text-align: center;
    background: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important;
    padding: 5px 7% 1px;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 11%;
    top: 69%;
}

.home-play-img span {
    color: #fff;
    font-weight: 700
}


.home-slot-live-banner {
    background: #fff;
    padding: 1px 5px
}

.home-slot-live-banner img {
    margin: 3px 0
}

.game-box.BANNER .home-game-play {
    display: none
}

.game-box.BANNER .home-game-play {
    display: none
}

.game-box.BANNER {
    background: #fff;
    margin: 5px
}

.game-box.BANNER:first-child {
    padding-top: 0
}

.pd5-bottom-white {
    padding-bottom: 5px;
    background-color: #fff
}

/* .hiddenplay~.home-game-play {
    display: none
} */

.game-box {
    position: relative;
    height: 100%;
}

.game-tag {
    position: absolute;
    background: #bd181e;
    padding: 2px 5px;
    font-weight: 700;
    right: 0;
    top: 2px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    vertical-align: middle;
    height: 23px
}

.game-tag-left {
    position: absolute;
    background: #bd181e;
    padding: 2px 5px;
    font-weight: 700;
    left: 0;
    top: 2px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    vertical-align: middle;
    height: 23px
}

.hvrbox,
.hvrbox * {
    box-sizing: border-box
}

.hvrbox {
    /*display: inline-block;*/
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center
}

.hvrbox-text {
    font-size: 11px
}

.hvrbox img {
    max-width: 100%
}

.hvrbox .hvrbox-layer_bottom {
    display: block
}

.hvrbox .hvrbox-layer_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 9
}

.content-footer,
.content-icon-footer {
    color: #fff;
    font-size: 12px;
    padding: 0 0 20px 0;
    float: left;
    width: 100%
}

.content-footer a {
    color: #feda00;
}

.abuabu {
    padding: 5px 5px 3rem 5px;
    background-color: #1d1d1d;
    float: left;
    color: #fff;
    font-size: 13px !important;
    text-align: center;
    border-top: 1px solid #1d1d1d;
    width: 100%;
}

.title-foot {
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px
}

.copyright p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 1rem;
    padding-top: 0
}

.icon-three-panel {
    width: 33.333%;
    float: left
}

.content-center {
    text-align: center;
    width: 100%;
    float: left;
    padding: 5px 5px 0 5px
}

.icon-box {
    height: 40px;
    vertical-align: middle;
    line-height: 35px;
    /*margin-top: 15px*/
}

.icon-provider {
    height: 40px;
    vertical-align: middle;
    line-height: 35px;
    margin-top: 7px
}

.icon-bank-footer {
    padding: 5px;
    max-width: 85px
}

.icon-foot {
    width: auto;
    padding: 5px 10px;
    max-width: 100%;
    max-height: 50px
}

.icon-foot.security-mobile {
    max-width: 107%;
    padding: 5px 4px;
}

.menu-footer {
    background: transparent !important;
    position: static;
    text-align: center;
    line-height: 2
}

.menu-footer a {
    color: #ffcf60
}

.menu-footer a {
    padding: 0 5px;
    border-right: 1px solid #fff;
    line-height: 1
}

.marquee span {
    color: #c48806
}

.btn-masuk-bank {
    padding: 10px 10px 5px;
    line-height: 21px !important;
    min-width: 150px;
}

.btn-tulis-memo {
    padding: 10px 10px 5px;
    line-height: 21px !important;
}

.pagination {
    display: -webkit-inline-box;
    text-align: center
}

.page-link {
    color: #000 !important;
    padding: 7px 7px
}

.table td,
.table th {
    border-top: none !important
}

.btn-form-submit {
    padding: 8px 21px 2px
}

.provider-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 23%;
}

.tentang-kami0 {
    background: linear-gradient(#ec2866, #981940);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 10px
}

.tentang-kami1 {
    background: linear-gradient(#28adeb, #196b92);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 10px
}

.tentang-kami2 {
    background: linear-gradient(#28ea56, #1a9336);
    width: 280px;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 10px
}

.deposit-item {
    background: #36826e;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff
}

.dp-sched-txt {
    list-style-type: none;
    flex-direction: row;
    display: flex;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0
}

.dp-sched-txt li {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    margin: auto;
    text-align: center;
    margin-bottom: auto !important
}

.dp-sched-img {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 0;
    padding: 18px 6px
}

.dp-online {
    border-radius: 25px;
    background: #2fd835;
    height: 13px;
    width: 13px;
    color: #fff;
    z-index: 1000;
    margin-right: 5px
}

.dp-offline {
    border-radius: 25px;
    background: #ca2424;
    height: 13px;
    width: 13px;
    color: #fff;
    z-index: 1000;
    margin-right: 5px
}

.dp-issue {
    border-radius: 25px;
    background: orange;
    height: 13px;
    width: 13px;
    color: #fff;
    z-index: 1000;
    margin-right: 5px
}

.dp-logo {
    margin: 0 10px
}

.dp-logo img {
    width: 70px;
    height: auto
}

.dp-text span {
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #033541
}

.dp-text span:last-child {
    border-right: 1px solid transparent
}

.sched-text-small p {
    font-size: 11px;
    margin: 0
}

.dp-icon-div {
    background: #fff;
    /*border: 1px solid #002c41;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.depo-legend-div {
    text-align: center;
    display: flex;
    margin: 6px auto;
    width: 265px
}

.depo-legend-icon {
    margin-top: 2px;
    margin-left: 5px
}

.depo-legend-div span {
    font-size: 13px
}

.popup-daftar {
    padding: 0px 22px !important;
    color: #fff !important;
    width: 38%
}

.md .popup-daftar {
    padding: 4px 22px 0px !important;
    line-height: 25px !important;
    border-radius: 0px;
}

.ios .popup-daftar {
    padding: 4px 22px 0px !important;
    line-height: 25px !important;
    border-radius: 0px;
}

.dl-grey {
    clear: both;
    background-color: #cdcdcd;
    padding: .8rem;
    margin-left: -15px;
    margin-right: -15px
}

.dl-button-black {
    background-color: #224f42;
    padding: 1rem 1.5rem .7rem;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box
}

.dl-button-black p {
    line-height: 1;
    margin-top: .4rem
}

.dl-pull-left {
    float: left
}

.dl-margin-btn1 {
    margin-bottom: .7rem
}

.dl-margin-btn2 {
    margin-top: .7rem
}

.dl-image-android {
    height: auto;
    max-width: 71px;
    vertical-align: middle
}

.dl-image-apple {
    height: auto;
    max-width: 80px;
    vertical-align: middle
}

.dl-font-16 {
    font-size: 16px !important
}

.dl-font-20 {
    font-size: 20px !important
}

.dl-font-45 {
    font-size: 45px !important
}

.clear-10 {
    clear: both;
    height: 10px
}

.dl-red-btn {
    background-color: #224f42;
    padding: .5rem;
    text-align: center;
    border-radius: 2px;
    margin: .7rem 0;
    position: relative
}

.dl-div-button i {
    position: absolute;
    left: 15px;
    top: 11px
}

.dl-div-button p {
    margin-top: .2rem;
    margin-bottom: 0
}

.reload-icon {
    margin-left: -18px;
    margin-right: 5px;
    color: #fff
}

.provider-sprite {
    background-image: url(../img/providers-sprite.png?v=1);
    background-size: 872px
}

.og-icon {
    margin: 0 auto;
    width: 110px;
    height: 42px
}

.taishas-icon {
    margin: 0 auto;
    width: 93px;
    height: 42px;
    background-position: -108px 0
}

.xpg-icon {
    margin: 0 auto;
    width: 106px;
    height: 42px;
    background-position: -185px 0;
    background-size: 758px
}

.ebet-icon {
    margin: 0 auto;
    width: 90px;
    height: 42px;
    background-position: -349px 0
}

.evo-icon {
    margin: 0 auto;
    width: 99px;
    height: 46px;
    background-position: -444px 0
}

.sg8-icon {
    margin: 0 auto;
    width: 60px;
    height: 47px;
    background-position: -556px 0;
}

.allbet-icon {
    margin: 0 auto;
    width: 66px;
    height: 47px;
    background-position: -608px 0;
    background-size: 844px;
}

.golddeluxe-icon {
    margin: 0 auto;
    width: 79px;
    height: 47px;
    background-position: -694px 0;
    background-size: 842px;
}

.sunbet-icon {
    margin: 0 auto;
    width: 49px;
    height: 49px;
    background-position: -778px 0;
    background-size: 827px;
}

.rtg-icon {
    margin: 0 auto;
    width: 112px;
    height: 36px;
    background-position: -47px -39px;
    background-size: 734px;
}

.pragmatic-icon {
    margin: 0 auto;
    width: 79px;
    height: 37px;
    background-position: -195px -51px
}

.gameplay-icon {
    margin: 0 auto;
    width: 102px;
    height: 37px;
    background-position: -294px -55px;
}

.redtiger-icon {
    margin: 0 auto;
    width: 108px;
    height: 32px;
    background-position: -413px -55px
}

.betsoft-icon {
    margin: 0 auto;
    width: 67px;
    height: 32px;
    background-position: -603px -62px;
    background-size: 984px;
}

.spade-icon {
    margin: 0 auto;
    width: 106px;
    height: 33px;
    background-position: -614px -55px
}

.laxino-icon {
    margin: 0 auto;
    width: 104px;
    height: 38px;
    background-position: -707px -50px;
    background-size: 850px;
}

.alive-icon {
    margin: 0 auto;
    width: 77px;
    height: 31px;
    background-position: 0px -76px;
    background-size: 745px;
}

.idnlive-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: -82px -80px;
    background-size: 745px;
}

.sa-gaming-icon {
    margin: 0 auto;
    width: 90px;
    height: 31px;
    background-position: -197px -85px;
    background-size: 787px;
}

.cq9-icon {
    margin: 0 auto;
    width: 45px;
    height: 31px;
    background-position: -324px -96px;
    background-size: 878px;
}

.playstar-icon {
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 10px 3px;
    background-size: 92px;
    background-image: url(../../img/footer/playstar.png);
    background-repeat: no-repeat;
}

.og-plus-icon {
    margin: 0 auto;
    width: 73px;
    height: 31px;
    background-position: 0 0;
    background-size: 72px;
    background-image: url(../../img/footer/og-plus.png);
    background-repeat: no-repeat;
}

.habanero-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: 0 0;
    background-size: 99px;
    background-image: url(../../img/footer/habanero-footer.png);
    background-repeat: no-repeat;
}

.playtech-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: 0 0;
    background-size: 99px;
    background-image: url(../../img/footer/playtech-footer.png);
    background-repeat: no-repeat;
}

.skywind-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: 0 0;
    background-size: 99px;
    background-image: url(../../img/footer/skywind-footer.png);
    background-repeat: no-repeat;
}

.isoftbet-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: 0 0;
    background-size: 99px;
    background-image: url(../../img/footer/isoftbet-footer.png);
    background-repeat: no-repeat;
}

.pgsoft-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: 0 2px;
    background-size: 99px;
    background-image: url(../../img/footer/pg-footer-w.png);
    background-repeat: no-repeat;
}

.microgaming-icon {
    margin: 0 auto;
    width: 100px;
    height: 31px;
    background-position: 0 5px;
    background-size: 99px;
    background-image: url(../../img/footer/microgaming-footer.png);
    background-repeat: no-repeat;
}

.btg-icon {
    margin: 0 auto;
    width: 110px;
    height: 31px;
    background-position: -1px 2px;
    background-size: 110px;
    background-image: url(../../img/footer/btg-footer-w.png);
    background-repeat: no-repeat;
}

.mannaplay-icon {
    margin: 0 auto;
    width: 110px;
    height: 31px;
    background-position: -2px 2px;
    background-size: 114px;
    background-image: url(../../img/footer/mannaplay-footer-w.png);
    background-repeat: no-repeat;
}

.gmw-icon {
    margin: 0 auto;
    width: 110px;
    height: 31px;
    background-position: 13px 3px;
    background-size: 82px;
    background-image: url(../../img/footer/gmw-footer-c.png);
    background-repeat: no-repeat;
}

.ttg-icon {
    margin: 0 auto;
    width: 110px;
    height: 31px;
    background-position: 9px 3px;
    background-size: 96px;
    background-image: url(../../img/footer/TTG.png);
    background-repeat: no-repeat;
}

.wm-casino-icon {
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 13px 0px;
    background-size: 82px;
    background-image: url(../../img/footer/wm-casino-footer.png);
    background-repeat: no-repeat;
}

.sexy-gaming-icon {
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 13px 0px;
    background-size: 82px;
    background-image: url(../../img/footer/sexy-gaming-footer.png);
    background-repeat: no-repeat;
}

.game-tag-tournament {
    position: absolute;
    background: #fff;
    padding: 1px 5px;
    font-weight: 700;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    vertical-align: middle;
    height: 23px
}

.footer-event {
    position: fixed;
    right: 0;
    padding: 0 3px;
    font-size: 16px;
    bottom: 68px
}

.footer-nav-link {
    width: 50%;
    float: left;
    padding: 7px 15px;
    text-align: initial;
    background: #ededed;
    border-bottom: 1px solid #c2c2c2;
}

.footer-nav-link a {
    color: #000;
    font-size: 13px;
}

.footer-nav-link-div {
    background: #e8e8e8;
    float: left;
    border-bottom: 1px solid #fff;
    padding: 0 5px 0;
    margin-top: 3px !important;
    width: 100%;
}

.sprite-icon {
    background-image: url(../img/icon-sprite-min.png);
    float: left;
    /* margin: 2px; */
}

/* Missing css icons Mobile */
.gamemenu-idn-e-lottery {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/idn-e-lottery.svg) !important;
    z-index: 1;
}

.gamemenu-fat-panda {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/fat-panda.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-booming {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/booming.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-5g {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/5g.svg) !important;
    z-index: 1;
}

.gamemenu-bigpot {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/bigpot.svg) !important;
    z-index: 1;
}

.gamemenu-fa-chai {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/fachai-new.png) !important;
    z-index: 1;
}

.gamemenu-simple-play {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/simple-play-white.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-png {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/play-n-go.png) !important;
    z-index: 1;
}

.gamemenu-mario {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/mario.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-king-maker {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/king-maker.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-jdb {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/jdb.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-live22 {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/live22.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-clotplay {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/clotplay.png) !important;
    z-index: 1;
}

.gamemenu-bg {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/bg.png) !important;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.gamemenu-playtech-sg8 {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/playtech.png) !important;
    z-index: 1;
}


.gamemenu-pragmatic-play,
.gamemenu-pragmatic {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: -6px -1px;
    background-image: url(../../img/icons/game/pp-new.png) !important;
    background-size: 36px;
    z-index: 1;
}

.gamemenu-ttg {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/TTG.png) !important;
    z-index: 1;
}

.gamemenu-spade-gaming {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/Spadegaming.png) !important;
    z-index: 1;
}

.gamemenu-spade {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/Spadegaming.png) !important;
    z-index: 1;
}

.gamemenu-slot-mania {
    position: absolute;
    margin-top: 3px;
    margin-left: 1px;
    height: 14px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/slot-mania.png) !important;
    background-size: 26px;
    z-index: 1;
}
.gamemenu-penguin-king {
    position: absolute;
    margin-top: 3px;
    margin-left: 1px;
    height: 14px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/pk.png) !important;
    background-size: 26px;
    z-index: 1;
}
.gamemenu-pp98 {
    position: absolute;
    margin-top: 3px;
    margin-left: 1px;
    height: 14px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/pk98.svg) !important;
    background-size: 26px;
    z-index: 1;
}

.gamemenu-red-tiger {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/RedTiger.png) !important;
    z-index: 1;
}

.gamemenu-sa-gaming {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/SA.png) !important;
    z-index: 1;
}

.gamemenu-rtg {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/RTG.png) !important;
    z-index: 1;
}

.gamemenu-betsoft {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 0px 1px;
    background-image: url(../../img/icons/game/Betsoft.png) !important;
    z-index: 1;
}

.gamemenu-gameplay {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 24px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/Gameplay.png) !important;
    z-index: 1;
    background-size: 23px;
}

.gamemenu-playstar {
    position: absolute;
    margin-left: 1px;
    height: 23px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/playstar-new.png) !important;
    z-index: 1;
    background-size: 25px;
    background-repeat: no-repeat;
}

.gamemenu-cq9 {
    position: absolute;
    margin-left: 1px;
    height: 23px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/cq9.png) !important;
    z-index: 1;
    background-size: 25px;
    background-repeat: no-repeat;
}

.gamemenu-idnslot {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/idnslot.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-habanero {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/habanero.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-playtech {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/playtech.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-skywind {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/skywind.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-idn-isoftbet {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/isoftbet.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-pg-soft {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/pg-icon-w.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-microgaming {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 26px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/microgaming-icon.png) !important;
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
}

.gamemenu-btg {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 25px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/btg-icon-w.png) !important;
    z-index: 1;
    background-size: 25px;
}

.gamemenu-mannaplay {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 25px;
    background-position: 1px 5px;
    background-image: url(../../img/icons/game/mannaplay-icon-w.png) !important;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 25px;
}

.gamemenu-gmw {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 28px;
    background-position: 0px 7px;
    background-image: url(../../img/icons/game/gmw-icon-c.png) !important;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 28px;
}

.gamemenu-nlc {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 28px;
    background-position: 3px 4px;
    background-image: url(../../img/icons/game/nlc-icon.png) !important;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 20px;
}

.gamemenu-dodo-gaming {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 28px;
    background-position: 3px 4px;
    background-image: url(../../img/icons/game/dodo-icon.svg) !important;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 13px;
}

.gamemenu-reevo {
    position: absolute;
    margin-left: 3px;
    height: 25px;
    width: 25px;
    background-size: 24px;
    background-image: url(../../img/icons/game/reevo-icon.webp);
    top: 1px;
    z-index: 2;
}

.gamemenu-fast-spin {
    position: absolute;
    margin-left: 3px;
    height: 25px;
    width: 25px;
    background-size: 24px;
    background-image: url(../../img/icons/game/fastspin-icon.svg);
    top: 1px;
    z-index: 2;
}

/* .gamemenu-png {
    display: none;
} */

.navigation-item {
    position: relative;
}

.sidenav-forgot-live {
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}

.sidenav-livetxt {
    font-size: 13px;
    margin-left: 3px;
    font-weight: bold;
}

#msg-dps::first-letter {
    text-transform: uppercase;
}

#msg-withdraw::first-letter {
    text-transform: uppercase;
}

#msg-changepass::first-letter {
    text-transform: uppercase;
}

#msg-memo::first-letter {
    text-transform: uppercase;
}

#msg-reg::first-letter {
    text-transform: uppercase;
}

#msg-forgotpass::first-letter {
    text-transform: uppercase;
}

#msg-login::first-letter {
    text-transform: uppercase;
}

#msg-v88::first-letter {
    text-transform: uppercase;
}

#msg-dps {
    display: block;
}

#msg-withdraw {
    display: block;
}

#msg-changepass {
    display: block;
}

#msg-memo {
    display: block;
}

#msg-reg {
    display: block;
}

#msg-forgotpass {
    display: block;
}

#msg-login {
    display: block;
}

#msg-v88 {
    display: block;
}

.cari-button {
    color: #fff !important;
    /* border: 1px solid #fff; */
    padding: 5px 8px 3px;
    font-size: 10px;
    text-transform: capitalize;
    background: #c18506;
    border-radius: 5px;
}

.nw-badge:after {
    top: 1.1rem !important;
    right: 1.3rem !important;
    content: attr(data-count);
    position: absolute;
    background: red;
    border-radius: 100%;
    font-size: 10px;
    width: 17px;
    line-height: 1rem;
    height: 17px;
    padding-left: 0px;
    display: block;
    text-align: center;
    color: #fff;
    float: right;
    font-weight: normal;
    border: 0px;
}

.nw-table thead>tr {
    background: #224f42;
    border: none !important;
    text-align: center;
    padding-left: 20px;
    font-size: 12px;
    line-height: 12px;
}

.nw-table tbody>tr:nth-child(even) {
    background: #d4e2de;
    text-align: center;
    padding-left: 20px;
    font-size: 11px;
    line-height: 12px;
}

.nw-m-dialog-titlebar {
    position: relative;
    text-shadow: none;
    font-weight: bolder;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #224f42;
    background: #224f42;
    color: #fff;
    zoom: 1;
    font-size: 12px;
}

#nw-notif-m-dialog>div>div:nth-child(4)>div>a {
    width: 60%;
    font-size: 11px;
    color: #ffffff;
    border: solid 1px #224f42;
    text-decoration: none;
    border-radius: 5px;
    display: inherit;
    text-align: center;
    cursor: pointer;
    padding: 9px;
    margin: 0 auto !important;
    text-align: center;
    background: #224f42;
}

.nw-table thead>tr>th,
.nw-table tbody>tr>td {
    color: #fff;
    border: none !important;
    text-align: center;
    font-family: inherit;
    padding-left: 0;
    font-weight: normal;
    padding: 10px 10px;
}

.play-button-login {
    background: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important;
    color: #fff;
    text-align: center;
    width: 70%;
    border: none;
    /* border-radius: 3px; */
    float: left;
    margin-top: 4px;
    padding: 2px 2px 0 2px;
    font-size: 12px;
    text-transform: uppercase;
}

 .favorite-star {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    margin-top: 3px;
    float: right;
    margin-right: 4px;
}

.game-block .favorite-star {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    margin-top: 3px;
    float: right;
    margin-right: 4px;
}
.game-block.esports .favorite-star {
    width: 25px !important;
    height: 25px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    margin-top: 3px;
    float: right;
    margin-right: 4px;
}

.last-game-div {
    padding: 0px 10px 10px 10px;
    background: #3a816f;
}

.last-game-text {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.last-game-holder {
    padding: 29% 0;
    border: 1px solid white;
}

.last-game-none {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.favorite-game-none {
    font-size: 10px;
    color: white;
}

.favorite-game-div {
    padding: 0px 10px 10px 10px;
    background: #224f42;
}

.favorite-game-holder {
    padding: 17% 0;
    border: 1px solid white;
}

.last-fav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    margin: 5px 0;
    grid-template-areas: 'lastgame lastgame favorite ';
}

.closefav-game {
    width: 20px;
    height: 20px;
    background-color: #ededed;
    border-radius: 100%;
    padding: 0px;
    position: absolute;
    margin-top: -9px;
    z-index: 99999;
    color: #000 !important;
    font-size: 13px;
    position: absolute;
    right: -8px;
    border: 0;
}

.title-last-game {
    grid-area: lastgame;
    padding: 3px 10px;
}

.title-favorite-game {
    grid-area: favorite;
    padding: 3px 0;
}

.accordion-item-content {
    overflow-x: scroll;
}

/* .game-block.grid-live-casino{
    display: flex;
    min-width: 200px;
    width: 117px;
} */
.game-block.grid-live-casino {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.proxy-betting.grid-live-casino {
    display: block;
    width: 100% !important;
}

.proxy-betting.grid-live-casino .game-box a .relative img {
    width: 100% !important;
    height: auto;
}

.search-lobby {
    color: #fff !important;
    padding: 5px 12px 3px;
    font-size: 12px;
    text-transform: capitalize;
    background: #c18506;
    border-radius: 8px;
}

.category-span {
    color: #fff !important;
    padding: 10px 12px 5px;
    font-size: 11px;
    text-transform: capitalize;
    background: #3970c0;
    border-radius: 8px;
    margin-right: 5px;
}

.catergory-holder {
    color: #fff !important;
    /*margin: 0% 0% 0% 5%;*/
    /*height: 24px;*/
}

.catergory-holder a:hover {
    text-decoration: underline;
}

.category-menu {
    position: absolute;
    z-index: 99;
    /*margin-left: 50px;
  margin-top: 26px;*/
    display: none;
    top: 39px;
    right: 35px;
}

.category-ul {
    background: #fff;
    border-radius: 3px;
    padding: 4px !important;
}

.category-li {
    color: black;
    font-size: 11px;
    border-bottom: 1px solid #e1e1e1;
    padding: 3px 5px;
    text-transform: uppercase;
}

.category-li:last-child {
    border-bottom: none;
}

.category-active {
    background: #c18506;
}

.category-active span {
    color: #fff;
}

.provider-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.md .swiper-pagination-bullet-active {
    background: #224f42;
}

.ios .swiper-pagination-bullet-active {
    background: #224f42;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    background: #fff;
}

.grid-live-casino .game-box .width-100percent {
    /* width: inherit !important; */
    height: 117px;
}

.game-box.grid-live-casino {
    /* margin-right: 5px; */
}

.item-link {
    /*max-width: 51%;*/
}

.game-fav-star {
    font-size: 19px;
    margin-top: 2px;
}

.info-title {
    position: absolute;
    z-index: 10;
    background: #1d1d1d;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
}

.grid-live-casino .grid-live-casino .home-game-play {
    /*display: none;*/
}

.promo-badge-sprite {
    width: 52px;
    height: 49px;
    position: absolute;
    background-repeat: no-repeat;
}

.badge-tournament-pp {
    background-image: url(../../img/icons/pp-promo-badge.png);
    background-size: 50px;
    z-index: 2;
}

.badge-tournament-flash {
    background-image: url(../../img/icons/promo-flash.png);
    background-size: 54px;
    z-index: 2;
}

.badge-tournament-slot-mania {
    background-image: url(../../img/icons/pp-slot-mania.png);
    background-size: 31px;
    z-index: 2;
    top: 4px;
    right: 3px !important;
}

.badge-tournament-cash-splash {
    background-image: url(../../img/icons/ttg-cash-splash.png);
    background-size: 38px;
    z-index: 2;
    width: 39px !important;
}

.badge-tournament-lucky-reels {
    background-image: url(../../img/icons/rtg-lucky-reels.png);
    background-size: 44px;
    z-index: 2;
    width: 45px !important;
    background-position: 0 -8px;
}

.badge-tournament-gold-pot {
    background-image: url(../../img/icons/gold-pot.png);
    background-size: 35px;
    z-index: 2;
    top: 5px;
    right: 4px !important;
    width: 35px !important;
}

.badge-tournament-bonuszila {
    background-image: url(../../img/icons/pg-bonuszila.png);
    background-size: 35px;
    z-index: 2;
    top: 7px;
    right: 3px !important;
}

.promo-badge-sprite-right {
    width: 32px;
    height: 41px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}

.badge-tournament-daily-win {
    background-image: url(../../img/icons/pp-daily-win.png);
    background-size: 128px;
    z-index: 2;
}

.gamemenu-tag {
    font-size: 8px;
    border-radius: 3px;
    margin-left: 4px;
    background: #fda630;
    padding: 4px 5px;
}

.gamemenu-tag-promo {
    background: #25bd61 !important;
}

.tournament-grid-99 {
    grid-column-start: 1;
    grid-column-end: 4;
}

.tournament-grid-99 .home-game-play {
    display: none;
}

.tournament-grid-99 button {
    display: none;
}

.tournament-grid-99 .favorite-star {
    display: none;
}

/*bootstrap css start*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

p {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.dropdown-menu {
    position: absolute;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .15);
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table {
    margin: 0;
    user-select: none;
}

table {
    border-collapse: collapse;
}

table,
td,
th {
    border: 1px solid #929292;
    padding: 5px;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.pagination {
    display: -ms-flexbox;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
}

/*bootstrap css end*/

.hidden-title {
    display: none;
}

.showhidden {
    display: none;
}

.popup-login-logo {
    height: 40px;
    margin: 7px 0 5px 9px;
}

.popup-login-form ::placeholder {
    color: #cecece;
    text-transform: capitalize;
}

.popup-login-input {
    min-width: 87.5% !important;
    height: 40px;
    padding: 4px 7px 0 !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    background-color: #808080;
    letter-spacing: 0;
}

.popup-input-row .InputAddOn-item {
    border-radius: 0 !important;
    background: #3366b0;
    max-height: 40px;
    padding: 6px 0.75em;
}

.popup-login-passhide {
    position: absolute;
    background: none;
    border: none;
    width: 10%;
    right: 4%;
    padding: 0;
    margin-top: 10px;
    font-size: 17px;
}

.bank img {
    height: auto !important;
}

.bank-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.game-box-glow-in-yellow {
    border: solid 2px #ffe400;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #ffe400;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}

.game-box-glow-out-yellow {
    border: solid 2px #ffe400;
    box-shadow: 0 0 5px #ffe400;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-yellow {
    text-align: center;
    z-index: 5;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #ffe400;
    color: #000203;
    font-weight: 600;
    width: 62px;
    border: 0 !important;
    padding-top: 4px;
}

.exclusive-promo-yellow:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #ffe400;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}

.exclusive-promo-yellow:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #ffe400;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}

.game-box-glow-in-red {
    border: solid 2px #fb0200;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #fb0200;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}

.game-box-glow-out-red {
    border: solid 2px #fb0200;
    box-shadow: 0 0 5px #fb0200;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-red {
    text-align: center;
    z-index: 5;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #fb0200;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top: 4px;
}

.exclusive-promo-red:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #fb0200;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}

.exclusive-promo-red:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #fb0200;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}

.game-box-glow-in-orange {
    border: solid 2px #ff4800;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #ffc107;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}

.game-box-glow-out-orange {
    border: solid 2px #ff4800;
    box-shadow: 0 0 5px #ffc107;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-orange {
    text-align: center;
    z-index: 5;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #ff4800;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top: 4px;
}

.exclusive-promo-orange:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #ff4800;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}

.exclusive-promo-orange:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #ff4800;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}

.game-box-glow-in-purple {
    border: solid 2px #923aff;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #923aff;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
    top: 0 !important;
}

.game-box-glow-out-purple {
    border: solid 2px #923aff;
    box-shadow: 0 0 5px #923aff;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-purple,
.special-promo-purple {
    text-align: center;
    z-index: 2;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #923aff;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top: 4px;
}

.exclusive-promo-purple:before,
.special-promo-purple:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #923aff;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}

.exclusive-promo-purple:after,
.special-promo-purple:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #923aff;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}

.md .button {
    padding: 3px 8px 3px 8px !important;
}

.tournament-lht-btn {
    width: 50%;
    float: left;
    background-image: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important;
    color: #fff;
    padding: 5px 0 1px 0;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.tournament-lht-full-btn {
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0 1px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #407cd2 0%, #234b86 100%) !important;
    font-weight: bold;
    font-size: 10px;
}

.tournament-leader-btn {
    width: 50%;
    float: left;
    background: linear-gradient(#d8970c, #ab7400) !important;
    color: #fff;
    padding: 5px 0 1px 0;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.video-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin: 5px 0px;
}

.video-sub-holder {
    display: grid;
    grid-template-rows: auto auto;
}

.fab-wrapper-scroll-up {
    display: none;
    position: fixed;
    margin-bottom: 50px;
}

.fab-scroll-up {
    background: #289273 !important;
    border: 2px solid #ffffff;
}

.relative {
    position: relative;
}

.container-need-help-refnum {
    float: right;
    width: 58%;
}

.need-help-refnum {
    color: #da9e19 !important;
    text-decoration: underline;
}

.game-box-glow-in-gold {
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #e0aa3e, #f9f295, #b88a44);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    /* animation: glowing-inside 1300ms infinite; */
    animation: .75s linear infinite;
    top: 0 !important;
}

.game-box-glow-out-gold {
    border: solid 4px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #e0aa3e, #f9f295, #b88a44);
    position: absolute;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
    animation: .75s linear infinite;
}

.exclusive-promo-gold,
.special-promo-gold {
    text-align: center;
    z-index: 2;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    font-weight: bold;
    background: linear-gradient(to right, #c9a75a, #f9f295, #dfb958);
    color: #000;
    width: 62px;
    border: 0 !important;
    padding-top: 4px;
}

.exclusive-promo-gold:before,
.special-promo-gold:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #c9a75a;
    border-left: 9px solid transparent;
    border-right: 0;
    left: -9px;
    top: 0;
}

.exclusive-promo-gold:after,
.special-promo-gold:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #dfb958;
    border-left: 0;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}

.gamemenu-netent {
    position: absolute;
    margin-left: 1px;
    height: 25px;
    width: 28px;
    background-position: 3px 2px;
    background-image: url(../../img/icons/game/netent-icon.png) !important;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 22px;
}

.netent-icon {
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 10px 3px;
    background-size: 92px;
    background-image: url(../../img/footer/netent-footer.png);
    background-repeat: no-repeat;
}

.slot-mania-icon {
    margin: 0 auto;
    width: 110px;
    height: 41px;
    background-position: 10px 3px;
    background-size: 92px;
    background-image: url(../../img/footer/slot-mania.png);
    background-repeat: no-repeat;
}

.simple-play-icon {
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 10px 3px;
    background-size: 92px;
    background-image: url(../../img/footer/simpleplay.png);
    background-repeat: no-repeat;
}

.ui-block-a,
.ui-block-a .footer-active {
    border-top-left-radius: 21px !important;
}

.ui-block-d,
.ui-block-d .footer-active {
    border-top-right-radius: 21px !important;
}

.md .fab>a {
    width: 65px !important;
    height: 65px !important;
    border-radius: 38px !important;
    bottom: 30px !important;
    background: #224f42 !important;
}

.ios .fab>a {
    width: 65px !important;
    height: 65px !important;
    border-radius: 38px !important;
    bottom: 30px !important;
    background: #224f42 !important;
}

.ui-navbar span {
    font-size: 10px;
}

.fab {
    position: relative !important;
}

.md .fab-buttons a,
.md .fab>a {
    background: #224f42 !important;
}

.ios .fab-buttons a,
.md .fab>a {
    background: #224f42 !important;
}

.fab div.fab-buttons a {
    width: 50px !important;
    height: 50px !important;
}

.fab-buttons span {
    font-size: 9px;
}

.fab>a i.main_menu {
    left: 32% !important;
}

.main_menu img {
    width: 155%;
}

.main_title {
    font-size: 8px;
    margin: 2px 0 0 0;
}

.ios .ios-zona {
    left: 100% !important;
    margin-top: -20px !important;
    bottom: 120% !important;
    top: unset !important;
    margin-bottom: unset !important;
    margin-left: 0px !important;
}

.ios .ios-android {
    display: none;
}

.md .fab-buttons-center a:nth-child(1) {
    bottom: 135% !important;
    margin-left: -24px !important;
}

.fab-buttons-center a:nth-child(2) {
    bottom: 120% !important;
    top: unset !important;
    margin-left: 0px !important;
}

.fab-buttons-center a:nth-child(4) {
    bottom: 120% !important;
    top: unset !important;
    margin-right: 0px !important;
}

/* [START] HEADER BG EVENTS*/
.navbar {
    height: 50px !important;
    position: fixed;
    top: 0;
    left: 0;
    background-size: 80px !important;
    /* background: #224f42 url('/assets/img/theme/navbar/christmas-theme-bg-mobile.webp') no-repeat center !important; */
    background-size: cover !important;
	background-size: auto 50px !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.bg-header {
    display: block;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    left: 0;
    z-index: -10;
    left: 45%;
}

.bg-header>img {
    height: 47px;
    margin: 0;
    z-index: -10;
}

.padding-left-100 {
    padding-left: 100px;
}

.bg-theme-table {
    display: none;
}

@media only screen and (min-device-width: 768px) {

    /* Styles for tablets only */
    .bg-theme-table {
        display: block;
    }

    .bg-theme-mobile {
        display: none;
    }
}

/* [END] HEADER BG EVENTS*/
.md .gametitle {
    width: 115px;
}

.ios .gametitle {
    width: 120px;
}

/*sticky and category menu*/
.sticky-menu-scroll {
    overflow-x: scroll;
    height: auto;
    padding: 0 5px;
    background: #fff;
}

.sticky-menu-grid {
    display: flex;
    grid-gap: 0px;
}

.sticky-pos {
    display: block !important;
}

.sticky-menu-items {
    background: #2e4e43;
    color: white;
    padding: 6px 8px;
    white-space: nowrap;
    margin: 10px 5px 10px 0px;
    border-radius: 27px;
}

.sticky-menu-items:last-child {
    position: relative;
}

.sticky-menu-items:last-child:after {
    position: absolute;
    content: '';
    right: -4px;
    width: 70px;
    height: 20px;
}

.sticky-menu-items img {
    width: 28px;
}

.sticky-menu-items span {
    font-size: 12px;
    color: #fff !important;
}

.sticky-menu-active {
    background: #4a9075 !important;
}

.category-promo {
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
}

.cat-promo-header {
    padding: 8px 5px;
}

.cat-promo-header span {
    font-weight: bold;
}

.cat-promo-header a {
    float: right;
    color: #000 !important;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    line-height: 2;
}

li::marker {
    content: none;
}

.provider-menu-jdb img {
    margin: 12% 0;
}

.provider-menu-gmw img {
    margin: 18% 0;
}

.provider-menu-mannaplay img {
    margin: 9% 0;
}

.provider-content-slider {
    overflow: hidden;
    position: relative;
}

.provider-menu-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    width: 100%;
}

.provider-flex-item {
    width: calc(87% / 4);
    /* Adjust width based on desired element size */
    box-sizing: border-box;
    /* Include padding/border in width calculation */
    margin: 5px;
    /* Add spacing between elements (optional) */
    line-height: 0.6em;
    height: 75px;
}

.provider-flex-item img {
    width: 31px !important;
    height: auto !important;
}

.provider-flex-item span {
    font-size: 10px;
    color: #fff;
}

.provider-menu-simple-play img {
    height: 30px !important;
    width: 25px !important;
}

.provider-flex-item div {
    background: #327260;
    padding: 11px 0;
    border-radius: 36px;
    width: 55px;
    border: #4fab92 1px solid;
    min-height: 55px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next-provider,
.swiper-button-prev-provider {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 66 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper-button-prev-provider:before {
    position: absolute;
    top: 0px;
    left: -22px;
    content: "";
    display: block;
    width: 44px;
    height: 43px;
    background: #aaa;
    border-top-left-radius: 20px;
    -ms-transform: rotate(133deg) skew(8deg, 8deg);
    -webkit-transform: rotate(133deg) skew(8deg, 8deg);
    transform: rotate(133deg) skew(8deg, 8deg);
}

.swiper-button-next-provider:before {
    position: absolute;
    top: 0px;
    left: -4px;
    content: "";
    display: block;
    width: 44px;
    height: 43px;
    background: #aaa;
    border-bottom-right-radius: 20px;
    -ms-transform: rotate(133deg) skew(8deg, 8deg);
    -webkit-transform: rotate(133deg) skew(8deg, 8deg);
    transform: rotate(133deg) skew(8deg, 8deg);
}

.swiper-button-next-provider.swiper-button-disabled,
.swiper-button-prev-provider.swiper-button-disabled {
    cursor: auto;
    pointer-events: none
}

.swiper-button-next-provider.swiper-button-hidden,
.swiper-button-prev-provider.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-provider,
.swiper-navigation-disabled .swiper-button-prev-provider {
    display: none !important
}

.swiper-button-next-provider:after,
.swiper-button-prev-provider:after {
    font-family: swiper-icons;
    font-size: 15px;
    font-weight: bold;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev-provider,
.swiper-rtl .swiper-button-next-provider {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto
}

.swiper-button-prev-provider:after,
.swiper-rtl .swiper-button-next-provider:after {
    content: 'prev';
    position: relative;
}

.swiper-button-next-provider,
.swiper-rtl .swiper-button-prev-provider {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto
}

.swiper-button-next-provider:after,
.swiper-rtl .swiper-button-prev-provider:after {
    content: 'next';
    position: relative;
}

.swiper-button-lock {
    display: none
}

.provider-content-div {
    width: 20%;
    float: left;
}

.provider-content-div img {
    width: 31px !important;
    height: auto !important;
}

/*sticky and category menu*/

.top-container {
    background: #1d1d1d;
    padding: 10px;
    color: #fff;
}

.sidebar-username {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}

.user-sidebar {
    margin-top: 10px;
}

.d-flex {
    display: inline-flex;
    width: 100%;
}

.justify-content {
    align-items: center;
    justify-content: space-between;
}

.sidebar-reload {
    margin: 0px 10px;
    color: #e9c021;
}

.koin88-btn {
    background: #fff;
    border-radius: 4px;
    color: #000 !important;
    font-size: 10px;
    padding: 2px 6px;
    font-weight: 700;
}

.koin88-btn img {
    width: 9px;
    vertical-align: text-top;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.text-center {
    text-align: center;
}

.flex-fill {
    flex: 1;
}

.btnx {
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 0;
    font-size: none;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

.green-btn {
    background-image: linear-gradient(to bottom, #009a33 0%, #085621 100%);
    padding: 6px 18px;
    border-bottom: none;
    font-weight: 600;
    border: 1px solid #085621;
    font-weight: bold !important;
}

.bank-accounts {
    row-gap: 1rem;
    color: rgba(255, 255, 255);
}

.bank-accounts .card {
    height: 100%;
    margin: 0;
    background-color: #a13224 !important;
    font-size: 0.7rem;
}

.bank-accounts .card>div {
    padding: 0.5rem;
}

.bank-accounts .card .card-headers {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px #585858 solid;
}

.bank-accounts .card .card-headers img {
    height: 1.5rem;
}

.bank-accounts .card .text-sub {
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
}

.bank-accounts .card.add-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    border: 2px dashed #ffffff80;
    cursor: pointer;
    color: white;
}

.bank-accounts .card.add-new button {
    width: auto;
    padding: 0.5rem 0.75rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1rem;
}

.bank-accounts .card.add-new h3 {
    font-size: 1rem;
}

.bank-accounts .card .card-footers {
    padding: 0.5rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bank-accounts .card .card-footers span {
    display: block;
    padding: 6px 18px;
    font-weight: bold;
    color: white;
    font-size: 0.8rem;
}

.bank-accounts .card .card-footers span.text-rejected {
    color: #ff0018;
}

.bank-accounts .card .card-footers span.text-warning {
    color: #ffc107;
}

#add-bank-form {
    color: white;
}

#add-bank-form input {
    width: 100%;
    background: white;
    color: #000;
}

#add-bank-form .row {
    margin-bottom: 0.5rem !important;
}

#add-bank-form button,
#add-bank-form a {
    color: white;
}

#add-bank-form .text-danger {
    color: #dc3545;
}

.btn-red {
    background-image: linear-gradient(to bottom, #d24433 0%, #6d251c 100%) !important
}

.btn-light-orange {
    background-image: linear-gradient(to bottom, #ed9d00 0%, #bb7d06 100%) !important
}

.favorite-game-div .game-box {
    height: 100%;
    width: 100%;
}

.favorite-game-div .game-box a .lazy {
    /* height: 70% !important; */
}

.game-block .favorite-star {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    margin-top: 3px;
    float: right;
    margin-right: 4px;
}

.btn-and-star{
    display: flex;
    width: 100%;
}
.btn-and-star .play-button-login{
    width: 100% !important;
}

.game-provider-footer {
    padding: 0;
    background-color: black;
}

.game-provider-footer .provider-header {
    padding: 10px 5px;
    /* background-color: #6c1225; */
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.provider-logo-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 10px 0px 10px 0px;
}


.provider-item {
    text-align: center;
    display: flex;
    justify-content: center !important;
    text-align: center;
    width: 100% !important;
}

.provider-item .external {
    width: 100% !important;
}

.provider-box {
    background-color: #327260;
    border: 1px solid #4fab92;
    border-radius: 6px;
    width: 55px;
    aspect-ratio: 1 / 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.provider-box img {
    object-fit: contain;
    width: 31px ;
    height: 31px ;
}

.provider-name {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: white;
    text-align: center;
}
