*{
    font-family: "Kanit", sans-serif;
    font-weight: 200;
}
a{
    color: rgba(255,255,255,.65);
}
a:hover , a.active{
    color: #fff;
    text-decoration: none;
}
body{
    background: #01031a;
    color: #fff;
    padding-bottom: 52px;
}
@media screen and (min-width: 467px) {
    body{
        padding-bottom: 70px;
    }
}
h1,h2,h3,h4,h5{
    font-weight: 300!important;
}
#headerLogo img{
    width: 100%;max-width: 125px;
}
@media screen and (min-width: 467px) {
    #headerLogo img{
        max-width: 170px;
    }
}

#line-login{
    display: block;
    position: relative;
    height: 50px;
}

#line-login:after{
    font-size: 18px;
    content: 'หรือ';
    background: #01031a;
    position: absolute;
    width: 80px;
    left: calc(50% - 40px);
    height: 100%;
    line-height: 300%;
}
#line-login:before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-top: 1px solid #fff;
}
#btn-linelogin{
    position: relative;
    padding-left: 47px;
}
#btn-linelogin:before{
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    content: "\f3c0";
    margin-left: -41px;
    font-size: 36px;
    top: -4px;
}

#btn-lineregis{
    position: relative;
    padding-left: 35px;
}
#btn-lineregis:before{
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    content: "\f3c0";
    margin-left: -39px;
    font-size: 36px;
    top: -4px;
}

.input-group .form-control , .form-control{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    box-shadow: none;
    padding-left: 5px;
    height: 46px;
}
.input-group .form-control{
    border-left: none;
}
.input-group .form-control::placeholder{
    text-indent: 10px;
}
.input-group .input-group-text{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center; 
    background: #fff;
    border-right: none;
    padding-left: 15px;
    padding-right: 5px;
    height: 46px;
}
.input-group .input-group-text i{
    font-size: 20px;
    font-weight: 400;
}

#formLogin .btn , .ui-base .btn{
    border-radius: 5px;
    height: 46px;
}
#formDeposit .btn{
    border-radius: 5px;
    height: 46px;
}
@media screen and (min-width: 467px) {
    .input-group .form-control , .input-group .input-group-text , .form-control{
        height: 50px;
    }
    #formLogin .btn , #formDeposit .btn , .ui-base .btn{
        height: 48px;
    }
}
.btn-danger{
    background-color: #b50007;
    border-color: #b50007;
}
.btn-success{
    background-color: #00b900;
    border-color: #00b900;
}


.loader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 1;
    z-index: 10000000;
    background-color: rgba(51, 51, 51, 0.8);
    height: 100%;
    width: 100%;
    margin: auto;
    z-index: 999998;
}
.loader .strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% - 50px);
    margin-left: 0px;
    position: relative;
}
.loader .strip-holder h4 {
    color:white; 
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400!important;
}
.toast-top-center{
    margin-top: 30px;
}
#navbarNavDropdown{
    transition: height 0.3s;
}

#navbarNavDropdown.show , #navbarNavDropdown.collapsing{
    background: #01031a;
    margin-top: 7px;
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    border-bottom: solid 3px #c10303;
}

#navbarCustom{
    padding: 5px;
    border-bottom: solid 2px #c10303;
    background: #0a0928;
    background: linear-gradient(0deg, #0a0928 0%, #0e2449 100%);
    height: 52px;
}
#PlayerWarper{
    max-height: calc(100% - 52px);
}
@media screen and (min-width: 467px) {
    #navbarCustom{
        height: 56px;
        padding: 10px;
    }
    #PlayerWarper{
        max-height: calc(100% - 56px);
    }
}
#PlayerWarper.fullscreen{
    max-height: calc(100%);
}
#navbarCustom .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
#navbarCustom  .navbar-toggler{
    border-color: transparent;
    outline: none;
    opacity: 0.7;
}
#navbarCustom  .navbar-toggler:focus , #navbarCustom  .navbar-toggler:hover{
    opacity: 1;
}

#navbarCustom h3{
    font-size: 16px;
}
#navbarCustom h3{
    font-size: 16px;
}

@media screen and (min-width: 467px) {
    #navbarCustom h3{
        font-size: 22px;
    }
}
#navbarBottom {
    width: 100%;
    background: #0a0928;
    background: linear-gradient(0deg, #0a0928 0%, #0e1e40 100%);
    padding: 5px 15px 5px 15px;
    height: 52px;
}
@media screen and (min-width: 467px) {
    #navbarBottom {
        height: 70px;
    }
}
#navbarBottom .nav-link {
    padding: .3rem .5rem;
}
@media screen and (min-width: 467px) {
    #navbarBottom{
        padding: 8px 16px 8px 16px;
    }
}
#navbarBottom .navbar-nav .nav-item .nav-link {
    font-size: 80%;
}
@media screen and (min-width: 467px) {
    #navbarNavDropdown{
        margin-top: 0px;
    }
    #navbarBottom .navbar-nav .nav-item .nav-link {
      min-width: 80px;
  }
}
#navbarBottom .navbar-nav .nav-item .nav-link i{
    font-size: 22px;
}
#navbarBottom .navbar-nav .nav-item{
    text-align: center;
}

.progress{
    height: 0.4rem;
}
#walletRow #Username{
    height: 33px;
    font-size: 14px;
    padding: 6px;
    text-align: left;
}

#walletRow #Mcpoint {
    font-size: 14px;
    padding: 6px;
    text-align: right;
}

#walletBG{
    width: 160px;
    height: 160px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    -o-border-image: initial;
    border-image: initial;
    border-color: #3075dd;
    background-color: #011536;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    margin: 10px auto;
}
#walletBG .mb-balance{
    font-size: 20px;
}

@media screen and (min-width: 467px) {
    #walletBG{
        width: 200px;
        height: 200px;
    }
    #walletBG .mb-balance{
        font-size: 24px;
    }
}

#walletBG #walletInner{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #032759;
    border-radius: 50%;
}

#walletBG .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
}

#walletBG .wrapper .content{
    text-align: center;
    z-index: 1;
}

#walletBG .btn-refresh {
    color: #fff;
    position: absolute;
    left: 70%;
    bottom: 0px;
    width: 35px;
    height: 35px;
    border-color: #3075dd;
    background-color: #3075dd;
    border-radius: 50%;
    outline: none;
    text-align: left;
    padding: 0px;
    margin:0px;
    text-align: center;
}



.btn-secondary-custom{
    background: #939393;
    background: linear-gradient(0deg, #939393 0%, white 50%, #cccccc 100%);
}
.btn-secondary-custom:hover{
    background: #939393;
}

.btn-games{
    background: #0e1629;
    background: linear-gradient(0deg, #0e1629 0%, #042c69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1629",endColorstr="#042c69",GradientType=1);
    border: solid 1px #717277;
    border-radius: 10px;
    padding: 10px 0px;
    height: 64px;
    width: 92% ;
    max-width: 100px;
    color: #fff;
}

.btn-games i{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}


#formDeposit select.form-control{
    border-radius: 4px;
    color: #fff;
    background-color: #181834;
    border-color: #181834;
}

.custom-shadow{
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.2)
}
.games-box .games-icon{
    display: inline-block;
    border: solid 1px #0d2852;
    box-shadow: 0 0 3px 1px #17386b;
    border-radius: 20px;
    transition: 0.5s;
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.games-box .games-icon.bg-custom{
    background: linear-gradient(to bottom, #014281 0%, #6d00be 100%);
}
.games-box .games-icon:hover{
    border: solid 1px #3075dd;
    box-shadow: 0 0 3px 1px #3075dd;
}

.games-box .games-icon>img{
    max-width: 64px;
}

.games-box>p{
    max-width: 64px;
    font-size: 14px;
    text-overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

@media screen and (min-width: 420px) {
    .games-box .games-icon>img{
        max-width: 74px;
    }
    .games-box>p{
        max-width: 74px;
    }
}

@media screen and (min-width: 467px) {
    #games-wrapper .games-box .games-icon>img{
        max-width: 100px;
    }
    #games-wrapper .games-box>p{
        max-width: 100px;
        font-size: 16px;
    }
}

.user-image{
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: #181834;
    border-radius: 50%;
    line-height: 1050%;
}

.btn-custom{
    background: rgb(0,28,66);
    background: linear-gradient(0deg, rgba(0,28,66,1) 0%, rgba(0,30,72,1) 52%, rgba(5,62,138,1) 100%);
    border:1px solid #9b9b9b;
    color: #fff!important;
}
.bg-custom{
    color: #fff;
    background: rgb(0,28,66)!important;
    background: linear-gradient(0deg, rgba(0,28,66,1) 0%, rgba(0,30,72,1) 52%, rgba(5,62,138,1) 100%)!important;
}
#toast-container>div{
    opacity: 1;
    font-size: 18px;
    width: 95%!important;
    max-width: 450px;
    line-height: 42px;
    background-position: 15px 24px;
}

#toast-container.toast-custom>div.toast-warning{
    padding: 8px 8px 8px 8px!important;
    background-image:none!important;
    text-align: center!important;
}
#toast-container>div.toast-message{
    font-weight: 400;
}

.text-cancel{
    text-decoration: line-through;
}
.bg-affliate{
    background-image: url('../images/_affliate/bg.png');
    background-position: center;
    background-repeat: no-repeat;
}
#_filterText {
    width: 95%;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}
#_filterText input[type='text']{
    background: transparent;
    border: none;
    border-bottom: 1px solid #393d46;
    border-radius: 0px;
    color:#fff;
}
#_filterText .input-group-text{
    border: none;
    background: transparent;
    border-bottom: 1px solid #393d46;
    border-radius: 0px;
    height: 31px;
}
#_filterText .input-group-text i{
    font-size: 16px;
}
#_filterBtn button.btn{
    font-weight: 400;
    border-color: #393d46;
    color: #93969a;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}
#_filterBtn button.btn.active{
    background: #d98649!important;
    color: #fff;
}
.af-holder-warp{
    position: relative;
    margin: auto;
    display: block;
    height: 100px;
}
.af-holder-warp .imgdiv{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.af-holder-warp .textdiv{
    position: absolute;
    top: 60%;
    left: 12%;
    z-index: 200;
}
.af-holder-warp .textdiv span{
    font-size: 20px;
    font-weight: 400;
}
.af-holder-warp .textdiv span .unit{
    font-size: 18px;
    padding-left: 5px;
    font-weight: 600;
}
@media screen and (min-width: 280px) {
    .af-holder-warp{
        height: 74px;
    }
}
@media screen and (min-width: 360px) {
    .af-holder-warp{
        height: 100px;
    }
}
@media screen and (min-width: 375px) {
    .af-holder-warp{
        height: 103px;
    }
}
@media screen and (min-width: 411px) {
    .af-holder-warp{
        height: 115px;
    }
}
@media screen and (min-width: 540px) {
    .af-holder-warp{
        height: 151px;
    }
}
@media screen and (min-width: 768px) {
    .af-holder-warp{
        height: 171px;
    }
}
@media screen and (min-width: 1024px) {
    .af-holder-warp{
        height: 137px;
    }
}
@media screen and (min-width: 1200px) {
    .af-holder-warp{
        height: 161px;
    }
}
@media screen and (min-width: 1364px) {
    .af-holder-warp{
       height: 160px;
   }
}
[v-cloak]{
    display: none!important;
}
#_filterBtn{
    max-width: 100%;
    overflow: auto;
}

#fullscreenBtn{
    position: absolute;
    right: 5px;
    top: 5px;
}

.text-overflow{
    text-overflow: ellipsis;
    overflow: hidden;
}
figure.image{
    text-align: center;
}
figure.image img{
    max-width: 100%
}