/* .container table.table-striped{
    background: none;
}

.container table.table-striped tbody tr{
    background: none;
    color: #ffffff;
}
.container table.table-striped tbody tr:nth-of-type(odd){
    background: #2b2b2b;
}

.modal table.table-striped{
    background: none;
}

.modal table.table-striped tbody tr{
    background: none;
    color: #ffffff;
}
.modal table.table-striped tbody tr:nth-of-type(odd){
    background: #2b2b2b;
} */

#navbar-header{
    padding: 4px 0px;
    color:#FAD131;
    background-color: #1d2025;
    font-size: 14px;
    margin-top: 30px;
}

#navbar-header-hide{
    padding: 4px 0px;
    margin-top: 30px;
}

#user-credit-box {
    background: #2E343A;
    color: #FAD131;
    border-radius: 10px;
}

.jconfirm {
    color: #1E2329 !important;
}

.jconfirm-title, .jconfirm-icon-c {
    color: #ffffff;
    font-size: 1rem;
}

.jconfirm-content {
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
}

.jconfirm .jconfirm-box.loading:before {
    background-color: #1E2329 !important;
    border-radius:0px;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    background-color: #1E2329;
    border-top: 3px solid #3e9f2d;
    border-radius: 15px 15px 15px 15px;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #FF5160;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
}

.jconfirm-buttons .btn-primary{
    border-color: #FCD535;
    background: #FCD535;
    color: #1E2329;
}

.graysale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#user-bar{
    height: 30px;
    margin-top: 48px;
    background-color:#222433;
}

#user-bar .username{
    padding: 0;
    border: 0;
    background: none;
}

.msi-lotto:after{
    background-size:auto;
    -webkit-animation:none;
    background-image:url(https://ttokbet.com/assets/img/msi-lotto.png);
}
.msi-casino:after{
    background-size:auto;
    -webkit-animation:none;
    background-image:url(https://ttokbet.com/assets/img/msi-casino.png);
}

.msi-shooting .main-service-icon {
    background: url(/assets/img/msi-shooting@2x.png) no-repeat center top;
    background-size: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #48526E;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}

.deposit-type-card-container {
    border-radius: 8px;
    background: #080F18;
}

.deposit-desc-text {
    color: #75777D;
    font-size: 12px;
    font-weight: 300;
}

.deposit-type-header {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
}

.swal2-popup {
    padding: 1em !important;
}

.swal2-content {
    padding: 0 0.5em !important;
}

.swal2-icon {
    margin: 1em auto 1em !important;
}

/* payment deposit */
.bank-img-border {
    /* border: 3px solid #ffffff !important; */
}

.radio-bank-img {
    /* border: 3px solid #48526E; */
}

.brick {
    width: 68px;
    height: 68px;
    background: #f2f2f2;
}

.tile-picker {
    position: relative;
    cursor: pointer;
    background-color: #eaeaea;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    outline: 2px solid #c8cfc8;
    outline-offset: -3px;
    border: 5px solid #bbb;
}

.tile-picker.active {
    outline-color: #33a7d2 !important;
    border-color: #33a7d2 !important;
}

.tile-picker input[type=radio] {
    opacity: 0;
    position: absolute;
    left: -80px;
}

.tile-checked {
    display: block;
    font-style: normal;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: -4px;
}

.tile-checked:after {
    content: '\2713';
    display: block;
    line-height: 18px;
    width: 18px;
    height: 18px;

    background-color: #1481b8;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;

    opacity: 0;
    transition: opacity .34s ease-in-out;
}


input[type=radio]:checked~.tile-checked:after {
    opacity: 1;
}

.btn-amount {
    border-color: #FFF;
    background: #FFF;
    color: #1E2329;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
    border: none;
    width: 80px;
}
.btn-amount-clear {
    border-color: #F0B90B;
    background: linear-gradient(0deg, #f6c838 0%, #fddf67 100%);
    color: #1E2329;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
    border: none;
    width: 80px;
}

.btn-amount:hover, .btn-amount:focus, .btn-amount:active {
    color: #1E2329;
    border-color: #F0B90B;
    background: linear-gradient(0deg, #f6c838 0%, #fddf67 100%);
}