

[type=reset], [type=submit], button, html [type=button] {-webkit-appearance: button !important;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

button {touch-action: manipulation;touch-action: manipulate;}

.cur{cursor:pointer;}

/*============= radio button =========*/
.form-check{
    font-size: 12px;
    margin-bottom: 0px !important;
    color: #eef1f8;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
}
.form-check input{background-color:#fff !important;}
.form-check input,.form-check.placeholder-text{
    padding:0px !important;
    margin-top:0px;
}
.form-check .form-check-label{cursor:pointer;}

/*======== add bank s==================*/

.bank_kbank{background-color:#528e39;}
.bank_scb{background-color:#48327c;}
.bank_bbl{background-color:#314695;}
.bank_bay{background-color:#efc349;}
.bank_ktb{background-color:#1ba5e1;}
.bank_tmb{background-color:#0050f0;}
.bank_tbank{background-color:#fc4f1f;}
.bank_gsb{background-color:#eb198d;}
.bank_baac{background-color:#4b9b1d;}
.bank_uob{background-color:#0b3979;}
.bank_tisco{background-color:#12549f;}
.bank_cimb{background-color:#7e2f36;}
.bank_lhb{background-color:#6d6e71;}
.bank_ghb{background-color:#ee8932;}
.bank_kk{background-color:#626094;}
.bank_kkp{background-color:#626094;}
.bank_ttb{background-color:#0050f0;}
.bank_truemoney{background-color:#fff;}
.bank_truemoney img{margin-top:5px;}

.bank_content {
    padding: 15px 10px;
}
.bank_content .-select-bank {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 0 10px;
}
.bank_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bank_flex .bank_box.is-active, .bank_flex .bank_box:hover {
    opacity: 1;
    border: 2px solid #fff;
}
.bank_flex .bank_box {
    width: 45px;
    height: 45px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    opacity: .35;
    border: 2px solid #000;
    position: relative;
}
.bank_flex .bank_box .-check-right.is-active {
    display: block;
}
.bank_flex .bank_box .-check-right {
    /* position: absolute;
    display: none;
    bottom: -10px;
    right: -5px; */
}
.bank_flex .bank_box .-check-right i {
    font-size: 16px;
    color: #5abd37;
}
.fa-check-circle:before {
    content: "\f058";
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.bank_flex .bank_box img {
    width: 100%;
    padding: 5px;
}
.bank-name{margin-top:20px;}
.bank-input{
    margin-top:20px;
}
.bank-input .input-contain{
    margin-top:10px;
}

/*========= gritter ======================*/
#gritter-notice-wrapper{width:auto;top: 10px !important;}
.gritter-title{padding:0 0 3px 0;text-shadow: none !important;}
.gritter-image{margin-right:5px;width:40px;height: 40px;}
.gritter-item{padding:0px 11px 0px 5px;font-size:12px;}
.gritter-item-wrapper {
    background-color: rgba(44, 44, 44, 0.9);
    border-radius: 4px;
    padding: 10px
}
.gritter-item-wrapper.gritter-light {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd
}
.gritter-item-wrapper.gritter-light .gritter-close:after {color: #555}
.gritter-item-wrapper .gritter-top {display: none}
.gritter-item-wrapper .gritter-bottom {display: none}
.gritter-item-wrapper .gritter-item {background: none}
.gritter-item-wrapper .gritter-with-image {width: auto;}

.gritter-item-wrapper .gritter-close {
    background: none;
    left: auto;
    right: 3px;
    display: block!important;
    font-size: 0;
    text-indent: 0
}

.gritter-item-wrapper .gritter-close:after {
    content: "x";
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    opacity: 0.7;
}

.gritter-item-wrapper .gritter-close:hover {outline: none;}
.gritter-item-wrapper .gritter-close:hover:after {opacity: 1;}
.gritter-item-wrapper .gritter-close:focus {outline: none}

#gritter-notice-wrapper .bg-confirm{background:rgb(50 186 82 / 93%);}
#gritter-notice-wrapper .bg-cancel{background:rgb(226 39 58 / 94%);}
#gritter-notice-wrapper .bg-warning{background:rgb(255 152 0 / 94%);}


/*=========== box ifram ================*/
#model_ifram{display:none;}
#model_ifram .box-close{ color: #FFF;}
.v-dialog__content.md-ifram {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .2s cubic-bezier(.25,.8,.25,1),z-index 1ms;
    width: 100%;
    z-index: 99;
    outline: none;
}
.md-ifram .v-dialog {
    border-radius: 4px;
    /*margin: 24px;*/
    overflow-y: hidden;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    z-index: inherit;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
}
.md-ifram .v-card{background:#1a1e1e;}
.v-dialog--fullscreen {
    border-radius: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
}
.v-dialog--fullscreen>.v-card {
    min-height: 100%;
    min-width: 100%;
    margin: 0!important;
    padding: 0!important;
}
.v-toolbar__content, .v-toolbar__extension {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 0;
    padding: 0px 16px;
     background: linear-gradient(50deg,#2c2e3c,#000,#2c2e3c); 
    /*background: #000;*/
}
.box-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 99;
}
.box-close img{
    width: 90%;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
}
.box-close .img-close{font-size:20px;}
.box-logotitle{
    padding-left: 0!important;
    left: 0;
    right: 0;
    margin: auto;
    border: 0 solid #fff;
    width: 100%;
    height:35px;
    display: flex;
    justify-content: center;
}
.frame-playgame {
    width: 100%;
    /*height: 100vh;*/
    background-color: #000!important;
    /*margin-top:50px;*/
    /*height: 500px;*/
}
#model_ifram .v-toolbar__content{height: 45px;}

.nohead .box-logotitle{display:none;}
.nohead .v-toolbar__content{height: 0px !important;}
.nohead .box-close{
    right: 5px;
    background: linear-gradient(50deg,#b30606,#851111,#ed0505);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: fixed;
    top: 30px;
}
.nohead .box-close i{margin-top:5px;}

/*==================== swal2 alert ======================*/
.swal2-popup{
    background: #242430 !important;
    font-size: 0.8rem;
    color: #9d9d9d;
    border: 1px solid #303030;
}
.swal2-popup .swal2-confirm{
    background-color:rgb(45 215 162) !important;
    color: #000 !important;
}
.swal2-popup .swal2-confirm:focus{
    box-shadow: none !important;
}
.swal2-popup .swal2-cancel{
    background-color:#6e7881 !important;
    color: #000 !important;
}






/*==================== box-popup-home ======================*/
.box-popup-home{ 
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000000a8;
    display: flex;
}
.box-popup-home-img{
    width: 80vw;
    max-width: 650px;
    margin: auto;
    position: relative;
}
.box-popup-home-img img{
    width: 100%;
    border-radius: 1rem;
}

.box-popup-home-img .btn-close-img{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.box-popup-home-img .btn-close-img i{ 
    font-size: 2rem;
    color: red;
    cursor: pointer;
}
.box-popup-home-img .btn-close-img i:hover{
    color: #6e1111;
} 