body {
    font-family: 'Sarabun', sans-serif;
    background-color: #313131;
    color: #A8A8A8;
    padding-top: 65px;
    padding-bottom: 5rem;
}

.container {
    max-width: 415px !important;
}

.navbar-dark {
    background: linear-gradient(180deg, #2D2D2D 0%, #1A1A1A 100%);
}

.form-step {
    width: 100%;
    max-width: 380px;
    min-height: 330px;
    margin: auto;
    border-radius: 5px;
    position: relative;
}

.progressbar {
    counter-reset: step;
    max-width: 400px;
    padding: 0;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 24%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.progressbar li:before {
    content: "";
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #262626;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #262626;
    color: #262626;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #262626 !important;
    top: 13px;
    left: -44%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li a {
    color: #000;
    pointer-events: none;
    cursor: default;
    display: inline-flex;
    position: absolute;
}

.progressbar li.active a {
    color: #FBC54B;
}

.progressbar li.active:before {
    border-color: #FBC54B !important;
    content: '';
    color: #FBC54B;
    background-color: #fbc54b !important;
    animation: spin 0s linear infinite !important;
}

.progressbar li.active+li:after {
    background-color: #FBC54B !important;
}

.progressbar li:first-of-type::before {
    border: 6px solid #FEAE09;
    background-image: linear-gradient(to left, #F6BA3E, #FEAE09);
}


.progressbar li:first-of-type a::before {
    content: '';
    border: 4px solid #111111;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 4px solid #FEAE09;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -35px;
    left: -10px;
}

.progressbar li.active+li::before {
    border: 6px solid #FEAE09;
    background-image: linear-gradient(to left, #F6BA3E, #FEAE09);

}

.progressbar li.active+li a::before {
    content: '';
    border: 4px solid #262626;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -35px;
    left: -10px;
}

.progressbar li.active a::before,
.progressbar li.active a.active::before {
    content: '';
    animation: spin 0s linear infinite;
    border: unset;
    border-top: unset;
    display: inline-block;
    transform: rotate(45deg);
    height: 17px;
    width: 10px;
    border-bottom: 4px solid #262626;
    border-right: 4px solid #262626;
    border-radius: 0;
    left: -5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

 h1 {
    font-size: 25px;
}

.form-control,
.form-control:focus {
    padding: 1.375rem .75rem;
    background-color: #1E1E1E;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid #323232;
}

.input-group-text {
    border: 1px solid #585858;
    background-color: #3E3E3E;
}

.text-warning {
    color: #FEAE09 !important;
}

.custom-control-label:before {
    border: 1px solid #585858;
    background-color: #3E3E3E;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fbc54b;
    border-color: #fbc54b;
}

.custom-control-label {
    font-size: 14px;
}

.btn-warning {
    background-image: linear-gradient(to left, #F6BA3E 0%, #FEAE09 100%);
}

.bottom-form {
    margin: 1rem auto;
    width: 100%;
}

.input-group span {
    position: absolute;
    margin-left: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    z-index: 1000;
    font-weight: 500;
}

label.is-invalid {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #dc3545;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

#term-error,
#age-error {
    display: none !important;
}

.banks {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: auto;
}

#a {
    padding-left: 0px;
}

#a img,
.btn-select img {
    width: 25px;
    border-radius: 5px;
    margin-right: 15px;
    height: 25px;
}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}

#a li:hover {
    background-color: #F4F3F3;
    cursor: pointer;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 10px;
}

/* item list */

.b {
    display: none;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    position: absolute;
    z-index: 10000;
    background-color: #fff;
    max-width: 335px;

}

.open {
    display: show !important;
}

.btn-select {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background-color: #3e3e3e;
    border: 1px solid #585858;
    color: rgba(255, 255, 255, 0.6);

}

.bank-select {
    line-height: normal;
}

.btn-select li {
    list-style: none;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #3e3e3e;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #585858;


}

.btn-select:focus {
    outline: none;
}

label.is-invalid {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    text-align: center;
}

.btn-select::after {
    display: inline-block;
    right: 24px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fbc54b;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    margin-top: -15px;
}

input#pin {
    width: 200px;
    font-size: 20px;
    display: block;
    position: relative;
    background: transparent;
    padding-left: 15px;
    letter-spacing: 37px;
    border: 0;
    margin: 0 auto;
    color: #fbc54b;
}

.pin-box::after {
    content: "";
    background-image: linear-gradient(to left, #585858 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 200px;
    display: inline-block;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

input#pin:focus {
    outline: none;
}

.hide-password {
    display: none
}

#OTPInput input {
    background: transparent;
    border: 0px solid transparent;
    border-bottom: 2px solid #585858;
    border-radius: 0px;
    color: #FEAE09 !important;
    font-size: 20px;
    width: 40px;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    font-weight: 500;
}


*:focus {
    outline: none;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: 0 !important;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    background: #303030;

}

.nav-pills .nav-link {
    color: #fff;
    padding: 13px 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #FBC54B; */
    background-image: linear-gradient(to left, #F6BA3E, #FEAE09);
    color: #131313;

}

.nav-pills .nav-link {
    border-radius: 0;
}

.row-bank {
    padding: 10px;
    background: #313131;
}

.txt-bank-account {
    font-size: 20px;
}

.txt-bank-name {
    font-size: 14px;
}

.txt-bank-number {
    font-size: 16px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #3E3E3E;
    opacity: 1;
}

input#amount {
    font-size: 20px !important;
    color: #FFF !important;
}

#deposit-tab-3 .spinner-border {
    border: 10px solid #FBC54B !important;
    border-right-color: #3D3D3D !important;
}

.amount {
    font-size: 30px !important;
}

.input-group-text {
    color: #FEAE09;
    font-weight: 500;
}

.page-item.active .page-link {
    color: #000;
    background-image: linear-gradient(to left, #F6BA3E, #FEAE09);
    border-color: #FEAE09;
}

.pagination .page-link {
    background-color: transparent;
    color: #fff;
    border: 1px solid #303030;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border: 1px solid #303030;
}

@media only screen and (max-width: 767px) {
    table {
        font-size: 14px;
    }
}

.loading {
    border: 10px solid #FEAE09;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 10px solid #111;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    margin: 5rem auto;
}

.btn-success {
    background-color: #00B900 !important;
    color: #FFF;
}

.list-menu {
    background-color: #262626;
    padding: 15px;
}

.list-menu .col-4 .nav-link {
    background-color: #3D3D3D;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: .5rem 0rem;
}

.list-menu .col-4 .nav-link.active {
    background-color: #F7B93A;
    color: #000000;
}

.list-menu .col-4 .nav-link img {
    display: block;
    margin: 5px auto;
    height: 47px;
}


.squaredOne label::before {
    opacity: 1;
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    top: 3px;
    border: 1px solid #323232;
    display: inline-block;
    background: #1e1e1e;
    margin-left: -15px;
    border-radius: .25rem;
}

.squaredOne input[type=checkbox] {
    visibility: hidden;
}

.squaredOne label:hover::before {
    background: #F7B93A;
    opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked+label:before {
    background: #F7B93A;
    opacity: 1;
}

.swal2-styled.swal2-confirm {
    background-image: linear-gradient(to left, #F6BA3E, #FEAE09) !important;
}

.footer {
    background: linear-gradient(0deg, #1A1A1A 0%, #2E2E2E 100%);
}

.footer .nav-link {
    display: block;
    padding: .5rem 0px;
    font-size: 12px;
    color: #9B9B9B;
}

.icon {
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: auto;
}

.footer .icon {
    display: block;
    margin: 3px auto;
}

.icon-home {
    background-image: url('../images/icons/Home.svg');
}

.icon-promotion {
    background-image: url('../images/icons/Promotion.svg');
}

.icon-play {
    background-image: url('../images/icons/Play.svg');
}

.icon-news {
    background-image: url('../images/icons/Tele.svg');
}

.icon-contact {
    background-image: url('../images/icons/Line.svg');
}

.icon-signout {
    background-image: url('../images/icons/Logout.svg');
}
.nav-link.active {
    color: #fff;
}
.nav-link.active  .icon-home {
    background-image: url('../images/icons/Home-Act.svg');
}

.play-game {
    position: relative;
    width: 102px;
    text-align: center;
}

.play-game a {
    background-image: linear-gradient(#F6BA3E 0%, #FEAE09 100%) !important;
    position: absolute;
    width: 102px;
    margin-top: -13px;
    color: #1C1C1C !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 82px;
    font-weight: 500
}

.play-game .icon {
    margin-top: 2px;
    margin-bottom: 5px;
    width: 16px;
    height: 32px;
}


.col-user {
    padding: 15px;
    border-radius: 27px;
    background: #242424;
    text-align: center;
    color: #FFFFFF;
}

.bg-dark {
    background: #262626 !important;

}

.col-manage-balance {
    padding: 15px;
    border-radius: 10px;
}

.balance {
    font-size: 35px;
    color: #fff;
}

.btn-secondary {
    background: #3D3D3D !important;
    border: 1px solid #707070 !important;
}

.col-manage-balance hr {
    border-top: 1px solid #313131;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .43rem 1rem;
}

.col-list-menu a img {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.col-list-menu a {
    border-radius: 10px;
    color: #CCCCCC;
    padding: 15px 0px;
    font-size: 12px;
    display: block;
}
#icon-get-balance{
    cursor: pointer;
}

.boxChannel{
    background-color: #313131;
    border-radius: 8px;
    padding: 40px  5px 20px;
    min-height: 306px;
    cursor: pointer;
}

.boxChannel h3{
    font-size: 16px;
    margin-bottom: 3rem;
}

.boxChannel:hover{
    border:2px solid #FEAE09 ;
}

.boxPrompay {
    max-width: 363px;
    margin: auto;
}

.h-qrcode {
    background-color: #1E4066;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-align: center;
}

.body-qrcode {
    background-color: #FFF;
    padding: 10px;
    text-align: center;
}

.body-qrcode #qrcode {
    display: block;
    margin: 20px auto;
}

.body-qrcode {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#amount-show {
    font-size: 32px;
    color: #FEAE09;
}