#burgermenu{
    width: 60vw!important;
}
.overlay {
    z-index: 98;
    position: fixed;
    width: 100%;
    height:100%;
    background:transparent;
    opacity: .5;
    display:none;
    }
    .overlay.open {
    display:block
    }
    .page-home.is-front .content-wrap{
        padding: 15px 0 80px!important;
    }
    #burgermenu .close{
        display: none !important;
    }
    .game-wrap .room-txt-wrap{
        word-wrap: anywhere;
        }
    #burgermenu .nav-group{
        /*height: -webkit-calc(100% - (56px + 40px));*/
    }

    #burgermenu .nav-group .each{
        padding-bottom: 15px!important;
        padding-top: 15px!important;
    }

    .player-online{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 12px;
        height: 36px;
        color: white;
        position:fixed;
        right: 15px;
        bottom: 100px;
        border-radius: 50px;
        background-color: #123060;
        border:1px solid #d9e8f3;
        
      }
          .player-online i{
            font-size:14px;
            margin:0 2px;
          }
          .player-online::before{
            content:"";
            display: block;
            width:8px;
            height:8px;
            border-radius:50%;
            background-color: #8FC315;
            margin-right:2px;
          }
.carousel-inner .carousel-item.half .iframewrap {
 width: 50%;
}
.carousel-inner .carousel-item.half {
  display: flex;
}

.carousel-inner .carousel-item.half .imgwrap {
            width: 50%;
          }
          .carousel-inner .carousel-item.half .iframewrap {
            margin-top: -8px;
          }

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

  #burgermenu > .nav-group > .each:first-child {
margin-top:70px;

}

}


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

 #burgermenu > .nav-group > .each:first-child{
margin-top:70px;

}

}

.imgwrap > img{
height:98%
}

.hidden{
display:none!important;
}
         #btnClaimSpinAmount{
        background:linear-gradient(to bottom, #4AA5DF 0%, #123060 100%);
color: #fff;
text-transform: uppercase;
      }

     
    .ewalletnote .field-component {
      color:#ff4531;
      font-size: 14px;
      line-height: 17px;
  }
  .ewalletnote{
      display: none;
  }
    .chiptransfernote
    {
      color:#CFA635;
    }

