@font-face {
    font-family: 'sf';
    src: url('font/sf/SFThonburi-Regular.ttf');
}

@font-face {
    font-family: 'prompt';
    src: url('font/prompt/Prompt-Regular.ttf');
}

* {
    font-size: 99%;
    font-family: 'prompt';
}
i {
    font-size: 1.25rem;
    color: #1c0707;
}
.card-sm {
    width: 100%;
    margin: auto;
    max-width: 953px;
}

.alert-sm {
    width: 100%;
    margin: auto;
    max-width: 400px;
}
.d-inline-flex-div div{
    display: inline-flex;
}
.common-blockui {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.dashboard-card{
    padding: 0.25rem 1.25rem !important;
}
.dasboard-img{
    height: 30px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.image-input-wrapper-slide {
    width: 150px !important;
    height: 150px !important;
    background-size: contain !important;
}

.menu-custom-icon>.fa {
    color: #494b74 !important;
}

.bd-col {
    background-color: #0ECD93 !important;
    color: white;
}

/*.menu-item-active:has() .menu-link {
    background: red !important;
}*/
.authen-form {
    border: 1px solid #f1f1f12e;
    padding: 10px;
    border-radius: 15px;
    background: black;
}

.menu-custom-icon i{
    color: rgba(255, 255, 255, 0.5);
}
.menu-item-active > .menu-link > .menu-custom-icon i{
    color: rgba(255, 255, 255, 1);
}

.menu-item-active>menu-item {
    background-color: yellow !important;
}

.show-password {
    cursor: pointer;
}

.w-11 {
    width: 11%;
}
.w-15 {
    width: 15%;
}
.w-35 {
    width: 35%;
}

.padding-0 {
    padding: 0;
}

.padding-2px {
    padding: 2px;
}

.padding-15px {
    padding: 15px;
}

.gap-15{
    gap: 15px;
}

.elm-point {
    cursor: pointer;
}

.select2-w-100 .select2-container--default {
    width: 100% !important;
}

.rotate {
    animation: rotate 0.75s infinite linear;
}

.require {
    color: red !important;
}

.btn-save {
    color: #FFFFFF;
    background-color: #00C661;
    border-color: #00C661;
}

.btn-other {
    color: #3F4254;
    background-color: #E4E6EF;
    border-color: #E4E6EF;
}

.max-w-100 {
    max-width: 100%;
}

.min-w-250px {
    min-width: 250px;
}

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


.json-review {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    white-space: pre-wrap;
}

.hidden {
    display: none;
}

.text-disconect {
    font-size: 0.6rem;
    line-height: 1.8;
}

.card-body-disconect {
    padding: 2rem 0.5rem !important;
}

.border-black {
    border-radius: 15px;
    border: 2px solid #000;
    box-shadow: 4px 4px;
    padding: 5px;
}

.nav-warning-light.active {
    /*color: #FFA800 !important;*/
    background-color: #FFF4DE !important;
}

.nav-warning-light.active span {
    color: #FFA800 !important;
}

.nav-warning-light.active i {
    color: #FFA800 !important;
}

.nav-success-light.active {
    background-color: #C9F7F5 !important;
}

.nav-success-light.active span {
    color: #1BC5BD !important;
}

.nav-success-light.active i {
    color: #1BC5BD !important;
}

.nav-danger-light.active {
    background-color: #FFE2E5 !important;
}

.nav-danger-light.active span {
    color: #F64E60 !important;
}

.nav-danger-light.active i {
    color: #F64E60 !important;
}

.form-control[readonly] {
    background-color: #F3F6F9 !important;
}

.select2-selection:disabled {
    background: #dddddd;
}

#list-datatable td,
th {
    padding: 0.5px;
}

.table-responsive::-webkit-scrollbar {
    height: 4px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 4px;
    /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
    background: #7c7d83;
}

#list-datatable .col-9 {
    padding-left: 5px;
}

#list-datatable-pretx td,
th {
    padding: 0.5px;
    font-weight: bolder;
}

.focus-graph-elm-blue:hover .card-header {
    background-color: #6610f2;
    /*color:#FFFFFF !important;*/
}

.focus-graph-elm-blue:hover .card-label span {
    /*background-color: #3699FF;*/
    color: #FFFFFF !important;
}

.focus-chart-elm-blue:hover .card-header {
    background-color: #6610f2;
}

.focus-chart-elm-blue:hover .card-label {
    color: #FFFFFF !important;
}

/*
.focus-chart-elm-blue:hover #kt_charts_widget_1_chart_profit{
    color:#000000 !important;
}*/


.non-color-link {
    color: inherit;
    text-decoration: none;
}


.focus-elm-blue:hover span {
    color: white !important;
}

.focus-elm-blue:hover h1 {
    color: white !important;
}

.focus-elm-blue:hover h6 {
    color: white !important;
}

.focus-elm-blue:hover .dashboard-amt {
    color: black !important;
}

.focus-elm-blue:hover div {
    color: white !important;
}

.card-bank-dp {
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #cecaca;
    box-shadow: 2px 2px 4px #888888 !important;
}

#list-datatable-approve td,
th {
    padding: 0.5px;
    font-weight: bolder;
}

#list-datatable-cancel td,
th {
    padding: 0.5px;
    font-weight: bolder;
}

.font-size-3rem {
    font-size: 3rem;
}

.padding-1_5rem {
    padding: 1.5rem;
}

.sw-create-tx.active i {
    color: white;
}

.bg-red {
    background-color: #ff5c5c;
}

.tp-dark-blue {
    background-color: #0ECD93;
}

.tp-dark-blue .close>i {
    color: white !important;
}

.kanban-board .kanban-drag {

    padding: 0 !important;
}

.nav-brand.active {
    background: #1a1a27 !important;
}

.nav-brand.active .nav-text {
    color: white !important;
}

.sw-brand-game {
    position: absolute;
    top: 85%;
    text-align: center;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-brand.active img {
    filter: brightness(0) invert(1);
}

.nav-brand svg {
    color: "red";
}

.switch-icon-opacity {
    opacity: 0.3;
}

.switch-icon-opacity:hover {
    opacity: 1.0;
}

.fs-1rem {
    font-size: 1rem !important;
}

.card-shadow {
    box-shadow: 1px 1px 10px #888888 !important;
}

.game-ma {
    filter: grayscale(1);
}

.modal-body-scroll-y {
    overflow-y: scroll;
    height: 33rem;
}

.table-scroll {
    max-height: 450px;
    overflow-y: scroll;
}

.table-scroll::-webkit-scrollbar {
    width: 10px;
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.table-scroll::-webkit-scrollbar-track {
    background-color: #eee;
}

.table-scroll table {
    width: 100%;
    min-width: 597px;
}

.table-scroll thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 2;
}

.modal-body-scroll-y::-webkit-scrollbar {
    height: 4px;
    width: 7px;
    border: 1px solid #d5d5d5;
    background: #b4b5bf;
}

.modal-body-scroll-y::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

.focus-elm-blue:hover {
    background-color: #6610f2 !important;
}

.focus-elm-blue:hover div {
    color: #ffffff;
}

.focus-elm-blue:hover p.today_profit {
    color: #FFFFFF !important;
}

.mr-auto {
    margin: auto;
}

.data-table-custom-listuser table td {
    padding: 0.3rem 0.3rem !important;
}

.table-scroll-x .dataTables_wrapper {
    /*width: 105rem;*/
    width: 105rem;
    table-layout: auto;

}

.fs-7-sm {
    font-size: 0.7rem !important;
}

.fs-8-sm {
    font-size: 0.8rem !important;
}

.table-winlose thead th {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #0ECD93;
    color: white;
    /*font-size: 0.7rem;*/
}

.table-winlose tbody {
    font-weight: bolder;
}

.table-profit thead th {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #0ECD93;
    color: white;
    /*font-size: 0.7rem;*/
}

.table-range-deposit tbody {
    font-weight: bolder;
    font-size: 1.1rem;
}

.ag-bg {
    background-color: #ffeb9e;
}

.text-bold {
    font-weight: bolder;
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 1.75rem !important;
    }

    .fs-2 {
        font-size: 1.5rem !important;
    }

    .fs-3s {
        font-size: 1.00rem !important;
    }

    .fs-3 {
        font-size: 1.35rem !important;
    }

    .fs-2x {
        font-size: 2rem !important;
    }

    .fs-2qx {
        font-size: 2.25rem !important;
    }

    .fs-2hx {
        font-size: 2.5rem !important;
    }

    .fs-2tx {
        font-size: 2.75rem !important;
    }

    .fs-3x {
        font-size: 3rem !important;
    }

    .fs-3qx {
        font-size: 3.25rem !important;
    }

    .fs-3hx {
        font-size: 3.5rem !important;
    }

    .fs-3tx {
        font-size: 3.75rem !important;
    }

    .fs-4x {
        font-size: 4rem !important;
    }

    .fs-4qx {
        font-size: 4.25rem !important;
    }

    .fs-4hx {
        font-size: 4.5rem !important;
    }

    .fs-4tx {
        font-size: 4.75rem !important;
    }

    .fs-5x {
        font-size: 5rem !important;
    }

    .fs-5qx {
        font-size: 5.25rem !important;
    }

    .fs-5hx {
        font-size: 5.5rem !important;
    }

    .fs-5tx {
        font-size: 5.75rem !important;
    }

    .fs-6x {
        font-size: 6rem !important;
    }

    .fs-6qx {
        font-size: 6.25rem !important;
    }

    .fs-6hx {
        font-size: 6.5rem !important;
    }

    .fs-6tx {
        font-size: 6.75rem !important;
    }

    .fs-7x {
        font-size: 7rem !important;
    }

    .fs-7qx {
        font-size: 7.25rem !important;
    }

    .fs-7hx {
        font-size: 7.5rem !important;
    }

    .fs-7tx {
        font-size: 7.75rem !important;
    }

    .fs-sm-1 {
        font-size: 1.75rem !important;
    }

    .fs-sm-2 {
        font-size: 1.5rem !important;
    }

    .fs-sm-3 {
        font-size: 1.35rem !important;
    }

    .fs-sm-2x {
        font-size: 2rem !important;
    }

    .fs-sm-2qx {
        font-size: 2.25rem !important;
    }

    .fs-sm-2hx {
        font-size: 2.5rem !important;
    }

    .fs-sm-2tx {
        font-size: 2.75rem !important;
    }

    .fs-sm-3x {
        font-size: 3rem !important;
    }

    .fs-sm-3qx {
        font-size: 3.25rem !important;
    }

    .fs-sm-3hx {
        font-size: 3.5rem !important;
    }

    .fs-sm-3tx {
        font-size: 3.75rem !important;
    }

    .fs-sm-4x {
        font-size: 4rem !important;
    }

    .fs-sm-4qx {
        font-size: 4.25rem !important;
    }

    .fs-sm-4hx {
        font-size: 4.5rem !important;
    }

    .fs-sm-4tx {
        font-size: 4.75rem !important;
    }

    .fs-sm-5x {
        font-size: 5rem !important;
    }

    .fs-sm-5qx {
        font-size: 5.25rem !important;
    }

    .fs-sm-5hx {
        font-size: 5.5rem !important;
    }

    .fs-sm-5tx {
        font-size: 5.75rem !important;
    }

    .fs-sm-6x {
        font-size: 6rem !important;
    }

    .fs-sm-6qx {
        font-size: 6.25rem !important;
    }

    .fs-sm-6hx {
        font-size: 6.5rem !important;
    }

    .fs-sm-6tx {
        font-size: 6.75rem !important;
    }

    .fs-sm-7x {
        font-size: 7rem !important;
    }

    .fs-sm-7qx {
        font-size: 7.25rem !important;
    }

    .fs-sm-7hx {
        font-size: 7.5rem !important;
    }

    .fs-sm-7tx {
        font-size: 7.75rem !important;
    }

    .fs-md-1 {
        font-size: 1.75rem !important;
    }

    .fs-md-2 {
        font-size: 1.5rem !important;
    }

    .fs-md-3 {
        font-size: 1.35rem !important;
    }

    .fs-md-2x {
        font-size: 2rem !important;
    }

    .fs-md-2qx {
        font-size: 2.25rem !important;
    }

    .fs-md-2hx {
        font-size: 2.5rem !important;
    }

    .fs-md-2tx {
        font-size: 2.75rem !important;
    }

    .fs-md-3x {
        font-size: 3rem !important;
    }

    .fs-md-3qx {
        font-size: 3.25rem !important;
    }

    .fs-md-3hx {
        font-size: 3.5rem !important;
    }

    .fs-md-3tx {
        font-size: 3.75rem !important;
    }

    .fs-md-4x {
        font-size: 4rem !important;
    }

    .fs-md-4qx {
        font-size: 4.25rem !important;
    }

    .fs-md-4hx {
        font-size: 4.5rem !important;
    }

    .fs-md-4tx {
        font-size: 4.75rem !important;
    }

    .fs-md-5x {
        font-size: 5rem !important;
    }

    .fs-md-5qx {
        font-size: 5.25rem !important;
    }

    .fs-md-5hx {
        font-size: 5.5rem !important;
    }

    .fs-md-5tx {
        font-size: 5.75rem !important;
    }

    .fs-md-6x {
        font-size: 6rem !important;
    }

    .fs-md-6qx {
        font-size: 6.25rem !important;
    }

    .fs-md-6hx {
        font-size: 6.5rem !important;
    }

    .fs-md-6tx {
        font-size: 6.75rem !important;
    }

    .fs-md-7x {
        font-size: 7rem !important;
    }

    .fs-md-7qx {
        font-size: 7.25rem !important;
    }

    .fs-md-7hx {
        font-size: 7.5rem !important;
    }

    .fs-md-7tx {
        font-size: 7.75rem !important;
    }

    .fs-lg-1 {
        font-size: 1.75rem !important;
    }

    .fs-lg-2 {
        font-size: 1.5rem !important;
    }

    .fs-lg-3 {
        font-size: 1.35rem !important;
    }

    .fs-lg-2x {
        font-size: 2rem !important;
    }

    .fs-lg-2qx {
        font-size: 2.25rem !important;
    }

    .fs-lg-2hx {
        font-size: 2.5rem !important;
    }

    .fs-lg-2tx {
        font-size: 2.75rem !important;
    }

    .fs-lg-3x {
        font-size: 3rem !important;
    }

    .fs-lg-3qx {
        font-size: 3.25rem !important;
    }

    .fs-lg-3hx {
        font-size: 3.5rem !important;
    }

    .fs-lg-3tx {
        font-size: 3.75rem !important;
    }

    .fs-lg-4x {
        font-size: 4rem !important;
    }

    .fs-lg-4qx {
        font-size: 4.25rem !important;
    }

    .fs-lg-4hx {
        font-size: 4.5rem !important;
    }

    .fs-lg-4tx {
        font-size: 4.75rem !important;
    }

    .fs-lg-5x {
        font-size: 5rem !important;
    }

    .fs-lg-5qx {
        font-size: 5.25rem !important;
    }

    .fs-lg-5hx {
        font-size: 5.5rem !important;
    }

    .fs-lg-5tx {
        font-size: 5.75rem !important;
    }

    .fs-lg-6x {
        font-size: 6rem !important;
    }

    .fs-lg-6qx {
        font-size: 6.25rem !important;
    }

    .fs-lg-6hx {
        font-size: 6.5rem !important;
    }

    .fs-lg-6tx {
        font-size: 6.75rem !important;
    }

    .fs-lg-7x {
        font-size: 7rem !important;
    }

    .fs-lg-7qx {
        font-size: 7.25rem !important;
    }

    .fs-lg-7hx {
        font-size: 7.5rem !important;
    }

    .fs-lg-7tx {
        font-size: 7.75rem !important;
    }
}

.div-col-bank {
    display: grid;
    grid-template-columns: 30px auto auto auto;
}

#modal_qrcode .form-group {
    margin-bottom: 1rem !important;
}

.pad-lr-0 {
    padding-right: 0;
    padding-left: 0;
}

.modal {
    overflow: auto !important;
}

.readonly-bgcolor {
    background-color: #F3F6F9 !important;
}

.custom-sm-padding {
    margin: 0 !important;
}

.w-12 {
    width: 12% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.mr-l-5vw {
    margin-left: 5vw;

}

.tb-flat-th td {
    padding: 5px !important;
}

.bank-display {
    padding-left: 0;
    padding-right: 0;
}

.span-label-credit {
    /* float: left; */
    width: 60px;
}

.btn-refresh-credit {
    bottom: 0;
}

.bank-bg-SCB {
    background-color: #4C297E;
}

.bank-bg-SCB p {
    color: white;
}

.bank-bg-KBANK {
    background-color: #118f46;
}

.bank-bg-KBANK p {
    color: white;
}

.bank-bg-KTB {
    background-color: #1EA1DB;
}

.bank-bg-KTB p {
    color: white;
}

.bank-bg-BBL {
    background-color: #003399;
}

.bank-bg-BBL p {
    color: white;
}

.bank-bg-BAY {
    background-color: #FED20F;
}

.bank-bg-TMB {
    background-color: #0052F7;
}

.bank-bg-tw {
    background-color: #F58021;
}

.bank-bg-tw p {
    color: white;
}

.bank-bg-GSB {
    background-color: #EC068D;
}

.bank-bg-GSB p {
    color: white;
}

.bank-bg-TBANK {
    background-color: #EC068D;
}

.bank-bg-uob {
    background-color: #00377A;
}

.bank-bg-KIATNAKIN {
    background-color: #009BCB;
}

.bank-bg-KIATNAKIN p {
    color: white;
}

.bank-bg-LHBANK {
    background-color: #009BCB;
}

.bank-bg-LHBANK p {
    color: white;
}

.bank-bg-IBANK {
    background-color: #154714;
}

.bank-bg-IBANK p {
    color: white;
}

.bank-bg-IISCO {
    background-color: #0270BB;
}

.bank-bg-IISCO p {
    color: white;
}

.bank-bg-SCIB {
    background-color: #CD030B;
}

.bank-bg-SCIB p {
    color: white;
}

.bank-bg-GHB {
    background-color: #F89828;
}
.bank-bg-GHB p {
    color: white;
}

.bank-bg-ICBC {
    background-color: #BD0014;
}

.bank-bg-ICBC p {
    color: white;
}

.bank-bg-BAAC {
    background-color: #006637;
}

.bank-bg-BAAC p {
    color: white;
}

.bank-bg-CIMB {
    background-color: #B9021D;
}

.bank-bg-CIMB p {
    color: white;
}

table tbody {
    /*    display: table;*/
    width: 100%;
}

.wp-none {
    white-space: nowrap;
}

.bg-deposit {
    background-color: #C9F7F5;
    /*background-image:linear-gradient(90deg, #d4f2d3 0%, #faffeb 100%) !important;*/
}

.bg-deposit td {
    color: black !important;

}

.bg-withdraw {
    background-color: #FFE2E5;
    /*background-image:linear-gradient(90deg, #eecdc7 0%, #fff4eb 100%) !important*/
}

.bg-white td {
    color: white !important;
}

.bg-withdraw td {
    color: black !important;
}

.text-state {
    /*color: black  !important;*/
}

.text-blue-100 {
    color: #0ECD93;
}

.text-white-100 {
    color: white !important;
}

.last-td {
    font-weight: bolder;
    border-top: solid 1px #e7e7e7;
}

.dashboard-amt {
    font-size: 2rem !important;
    padding: 3rem;
}

.tb-flat-td table td {
    padding: 0 !important;
}

.tb-statement .table.table-separate th:first-child,
.table.table-separate td:first-child {
    padding-left: 10px !important;
}

/*table {
    border: 1px solid blue;
    overflow: auto;
    display: block;
}

table tbody {
    display: table;
    width: 100%;
}

td {
    border: 1px solid #aaa;
}*/
.sub-tb:nth-child(even) {
    background-color: #f2f2f2;
}

.sub-tb:nth-child(odd) {
    background-color: #ffffff;
}

.sub-promotion {
    vertical-align: sub !important;
}

@media only screen and (max-width: 1200px) {
    .w-11 {
        width: 14%;
    }
}


@media only screen and (max-width: 1000px) {
    .w-11 {
        width: 14%;
    }
}

@media only screen and (max-width: 950px) {
    .w-11 {
        width: 33%;
    }
}

@media only screen and (max-width: 650px) {
    .w-11 {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .w-11 {
        width: 100%;
    }
}

.btn-accept {
    color: #FFFFFF;
    background-color: #00C661;
    border-color: #00C661;
}

.btn-close{
    color: #3F4254;
    background-color: #E4E6EF;
    border-color: #E4E6EF;
}

.btn-cancel {

}
.btn-confirm {

}
.btn-del {

}
.btn-appr {

}
.modal-bar {
    background-color: #0ECD93 !important;
}


#headingOne > h5 > div {
    color : black!important;
}


.btn-center {
    display: block;
    margin: auto;
    width: 200px;
}
.border-gray{
    border: solid 1px #cdcdcd !important;
}
.daterangepicker {
    z-index: 2000 !important;
}
@media (max-width: 992px) {
    .c-agent-desktop{
        display: none;
    }
    .shareCredit ,.shareCreditUsed,.shareCreditTotal{
        font-size: 11px;
        padding: 2px;
        border-radius: 5px !important;
    }
}
.name-brand-prm{
    padding-left: 5px;
    margin: 0;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 400;
    font-size: 10px;
}
.prm-brand{
    padding-left: 0;
    padding-right: 0;
}
.card-toolbar-custom {
    width: 100%;
    max-width: 750px;
    justify-content: end;
}
.card-toolbar-custom .row{
    width: 100%
}
.card-toolbar-custom .card.card-custom{
    box-shadow: 0px 0px 6px 6px rgb(11 2 22 / 5%);
}
.card-custom .card-low-pd{
    padding: 0.6rem 1.25rem;
}
.card-toolbar-statement{
    gap: 15px;
}