.error {
    display: block;
    color: #ff7a78;
    width: 100%;
    float: none;
    font-size: 12px;
    line-height: 120%;
  }
  .game-wrap .room-txt-wrap{
    word-wrap: anywhere;
    }

    .contact-panel {
      position: fixed;
      width: 60px;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1000;
      display: flex;
      flex-direction: column;
      text-align: center;
      font-size: .85rem;
    }
    .contact-panel .each {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      position: relative;
      background-color: rgba(0,0,0,0.4);
      padding: 4px 5px;
      margin-bottom: 10px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      color: white;
    }

    .contact-panel .each.whastapp {
      background-color: #02bda0;
    }
    .contact-panel .icon-wrap i {
      font-size: 36px;
    }
    .contact-panel .hover-wrap img.qr {
      width: 100%;
    }
    .contact-panel .each:hover {
      transform: scale(1.1);
    }
    .contact-panel .each.wechat {
      background-color: #7ba21d;
    }
    .contact-panel .each.phone {
      background-color: #ffb100;
    }
    .contact-panel .each.email {
      background-color: #019fe9;
    }
    .contact-panel .each:hover .hover-wrap {
      right: calc(100% + 5px);
      opacity: 1;
      transform: translateY(-50%) scaleY(1);
    }
    .contact-panel .hover-wrap {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) scaleY(0);
      display: block;
      width: auto;
      padding: 8px;
      background-color: rgba(0,0,0,0.9);
      border-radius: 4px;
      opacity: 0;
      transition: .3s;
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .player-online{
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 12px;
      height: 36px;
      font-size:12px;
      color: white;
      position:fixed;
      left: 15px;
  bottom: 20px; 
      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;
      }
   #iframe-wrapper {
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
        position: absolute;
    }
    .iframelink{
        height:100%; background: none; border: 0px; float: none; margin: 0px; padding: 0px; 
    }
    
    #iframe-wrapper-big{
        width: 100%;
    height: 100%;
    
    background: transparent;
    /*position: absolute;*/
    display:none;
    }
    .iframelink-big{
        /* z-index:-1; 
        background: none; 
        border: 0px; 
        float: none; 
        margin: 0px; 
       padding-left: 15%;
    width: 84%; */
    width: 100%;
        /*position: absolute; */
    
    }
main.page-home .carousel-inner .carousel-item.half .iframewrap{
margin-top:-8px;
}
.hidden{
display:none!important;
}
 #btnClaimSpinAmount{
        background:linear-gradient(to bottom, #4AA5DF 0%, #123060 100%);
color: #fff;
text-transform: uppercase;
      }

      .paymentgateway-bank-list-fpx{
        display: flex;
        flex-wrap: wrap;
    }
    .paymentgateway-bank-list-ewallet{
        display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    }
    .ewalletnote .field-component {
      color:#ff4531;
      font-size: 14px;
      line-height: 17px;
  }
  .ewalletnote{
      display: none;
  }
.form-withdraw .bank-list.bank-group {
  display: flex;
  flex-wrap: wrap;

}
.form-withdraw .bank-list.bank-group label{
border: 2px solid #ddd!important;
margin-bottom:10px;
}
    .chiptransfernote
    {
      color:#CFA635;
    }

.is-front.page-home .content-wrap{
margin-top:30px;
}
.not-front.page-game .content-wrap{
padding-top: 0px !important;
}
.not-front.page-game .page-banner.container{
padding-bottom: 2rem !important;
}
.fullscreen-wrap img{
    max-width: 25px;

}
.iframe-container.fullscreen-active {
    height: calc(100vh - 50px)!important;
}
.fullscreen-wrap button{
    background: #F19021;
}
.fullscreen-wrap{
    position: absolute;
    top: 43px;
    z-index: 9999999;
    opacity: 0.5;
}
.fullscreen-wrap:hover {
    opacity: 1;
}
.fullscreen-row{
    position: relative;
    display: flex;
    justify-content: end;
    padding-right: 16px;
}
