.tr-deposit{background: #ddfae0;}
.tr-withdraw{background: #fbdcf1;}
.tr-transfer{background: #edce8c;}
.tr-adjust-in{background: #d0e0e3;}
.tr-adjust-out{background: #fff2cc;}

:root{
    --tr-deposit-background: #ddfae0;
    --tr-withdraw-background: #fbdcf1;
    --tr-transfer-background: #edce8c;
    --tr-adjust-in-background: #fff;
    --tr-adjust-out-background: #fff;
    --main-color: #fff;
    --grey-color: #94a3b8;
    --loader-circle-color:#ff0000;
    --main-background: #fff;
    --main-border: #ddd;
    --main-placeholder: #333;
    --main-dotted: #f0f0f0;
    --main-shadow-color: rgba(0, 0, 0, 0.14);
    --second-color: #000;
    --second-background: #000;
    --submenu-avatar-background: #eee;
    --submeu-a-color: #1e293b;
    --submenu-a-hover-background: #00000034;
    --sidebar-scrollbar-track-background: #4d4d4d;
    --sidebar-scrollbar-thumb-background: #fff;
    --sidebar-background: #212529;
    --sidebar-a-background: transparent;
    --sidebar-a-color: #c2c7d0;
    --sidebar-a-active-background: #444;
    --sidebar-a-active-color: #409eff;
    --sidebar-a-hover-background: #555;
    --sidebar-a-hover-color: #bfcbd9;
    --sidebar-submenu-background: #1f2d3d;
    --content-disabled-color: #999;
    --content-disabled-background: #eee;
    --content-disabled-border: #ccc;
    --input-focus-outline-color: #222;
    --content-wrapper-border-top: 3px solid #3c8dbc;
    --table-top-a-button-color: #3c8dbc;
    --table-th-background: #000;
    --table-th-color: #fff;
    --table-th-border: #ddd;
    --table-td-background: transparent;
    --table-td-color: #646464;
    --table-td-border: #ddd;
    --table-footer-submit-button-background: #3c8dbc;
    --table-footer-submit-button-color: #fff;
    --table-footer-submit-button-border: none;
    --table-footer-submit-button-hover-background: #2a6485;
    --table-footer-submit-button-hover-color: #fff;
    --table-footer-submit-button-hover-border: none;
    --table-tr-nth-child-background : #f2f2f2;
    --table-tr-hover-background: #00000034;
    --table-export-button-background: #5c90d2;
    --table-export-button-color: #fff;
    --table-export-button-border: #5c90d2;
    --content-a-link-for-click-color: blue;
}

.dashboard-topReport .bg-success {
    background-color: #4caf50;
}
.dashboard-topReport .bg-danger {
    background-color: #f44336;
}
.dashboard-topReport .bg-info {
    background-color: #00acc1;
}
.dashboard-topReport .bg-warning {
    background-color: #ff9800;
}
.dashboard-topReport .bg-primary {
    background-color: #9c27b0;
}
.dashboard-topReport .bg-secondary {
    background-color: #dadd1f;
}
.dashboard-topReport .bg-dark {
    background-color: #344767;
}

.headerSearchBarContainer .bg-search{
    background: #009ef7;
    margin-right: 15px;
}
.headerSearchBarContainer .bg-success{
    background: #4caf50;
    margin-right: 5px;
}
.headerSearchBarContainer .bg-danger{
    background: #f44336;
    margin-right: 5px;
}
.headerSearchBarContainer .bg-warning{
    background: #ff9800;
    margin-right: 5px;
}
.headerSearchBarContainer .bg-info{
    background: #00acc1;
}

.membersInfo-Container .membersInfo-Container-action .bg-view{
    background: #009ef7;
}
.membersInfo-Container .membersInfo-Container-action .bg-success{
    background: #4caf50;
}
.membersInfo-Container .membersInfo-Container-action .bg-danger{
    background: #f44336;
}
.membersInfo-Container .membersInfo-Container-action .bg-warning{
    background: #ff9800;
}
.membersInfo-Container .membersInfo-Container-action .bg-info{
    background: #00acc1;
}

.badge-success{
    background: #52c41a;
    color: #fff;
    border: none;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}
.badge-danger{
    background: #f5222d;
    color: #fff;
    border: none;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
}
.badge-warning{
    background: #faad14;
    color: #fff;
    border: none;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
}
.badge-normal{
    background: #ccc;
    color: #000;
    border: none;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
}

.buttonSubmit-Blue{
    padding: 8px 20px;
    background: #3c8dbc;
    color: var(--table-footer-submit-button-color);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    border: var(--table-footer-submit-button-border);
    font-size: 12px;
}

.buttonSubmit-Blue:hover{
    background: var(--table-footer-submit-button-hover-background);
    color: var(--table-footer-submit-button-hover-color);
    border: var(--table-footer-submit-button-hover-border);
}

.daterangepicker {
    border: 2px solid var(--main-border);
    box-shadow: 0 4px 12px var(--main-shadow-color);
}

.daterangepicker .ranges li{
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 8px 10px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover{
    background-color: #08c;
    color: #fff;
}

.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
    font-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: normal !important;
    min-width: none;
    text-align: center;
    vertical-align: middle;
}

.drp-selected{
    font-size: 10px !important;
}

.daterangepicker .applyBtn {
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 6px;
    border: none !important;
    cursor: pointer;
    font-size: 11px !important;
}
.daterangepicker .cancelBtn {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-radius: 6px;
    border: none !important;
    cursor: pointer;
    font-size: 11px !important;
}

*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #f0f2f5;
}

header{
    position: sticky;
    display: flex;
    align-items: center;
    background: var(--main-background);
    padding: 5px 20px;
    top: 0;
    z-index: 500;
    color: var(--second-color);
    height: 60px;
    font-size: 12px;
    box-shadow: 0 4px 4px 0 var(--main-shadow-color);
}

.header-main{
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.header-left{
    display: flex;
    align-items: center;
    cursor: pointer;
    align-content: center;
}

#openSideMenu{
    align-content: center;
    margin-right: 20px;
}

#openSideMenu img{
    width: auto;
    height: 24px;
    object-fit: cover;
    align-content: center;
    margin-top: 5px;
}

.headerSearchBarContainer{
    align-items: center;
    align-content: center;
}

.headerSearchBarContainer input{
    padding: 5px 10px;
    border: none;
    background: transparent;
    border-bottom: 2px solid var(--main-border);
    color: var(--second-color);
}

.headerSearchBarContainer input:focus{
    outline: none;
}

.headerSearchBarContainer input::placeholder{
    color: var(--main-placeholder);
}

.headerSearchBarContainer a,
.headerSearchBarContainer button{
    padding: 4px 6px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 5px;
}

.headerSearchBarContainer img{
    width: auto;
    height: 22px;
    object-fit: cover;
}

.header-right i{
    font-size: 18px;
    color: var(--second-color);
    margin-right: 5px;
}

.header-right #currentTime{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.header-right{
    display: flex;
    align-items: center;
}

.header-right a{
    text-decoration: none;
    color: var(--second-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
}

.header-rightUsername{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-rightUsername img{
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.header-rightUsername .header-angel{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid var(--main-placeholder);
    border-bottom: 2px solid var(--main-placeholder);
    transform: rotate(45deg);
    margin-left: 5px;
}

.headerSubmenu {
    position: fixed;
    top: 70px;
    right: 10px;
    border-radius: 12px;
    background: var(--main-background);
    box-shadow: 0 4px 4px 0 var(--main-shadow-color);
    width: 300px;
    display: none;
    z-index: 1003;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    height: fit-content;
}

.profileCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px dotted var(--main-border);
}

.profileCard .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--submenu-avatar-background);
}

.profileCard .userInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.profileCard .username {
    font-weight: bold;
    font-size: 16px;
    color: #22c55e;
    background: #dcfce7;
    padding: 4px 8px;
    border-radius: 12px;
    width: fit-content;
    margin-top: 2px;
}

.profileCard .submenu-date i{
    font-size: 18px;
    color: var(--second-color);
    margin-right: 5px;
}

.submenu-date #currentTime{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.headerSubmenu ul {
    list-style: none;
    margin: 0;
}

.headerSubmenu ul li {
    padding: 15px 20px;
    transition: background 0.2s;
    cursor: pointer;
}

.headerSubmenu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--submeu-a-color);
    font-size: 14px;
    text-decoration: none;
}

.headerSubmenu img{
    width: auto;
    height: 24px;
    object-fit: cover;
}

.headerSubmenu ul li:hover {
    background: var(--submenu-a-hover-background);
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100vh;
    background: var(--sidebar-background);
    z-index: 501;
    transition: width 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar.active {
    width: 50px;
}

.sidebar.hidden {
    width: 0 !important;
    pointer-events: none;
    overflow: hidden;
}

.sidebar.open {
    width: 230px !important;
    pointer-events: auto;
}

.sidebar.hidden a,
.sidebar.hidden span {
    display: none !important;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.sidebar::-webkit-scrollbar-track {
    background: var(--sidebar-scrollbar-track-background);
    border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: var(--sidebar-scrollbar-thumb-background);
    border-radius: 4px;
}

.sideBar-header{
    height: 60px;
    text-align: center;
    align-content: center;
}

.sideBar-header h1{
    margin: 0;
    padding: 0;
    color: var(--main-color);
    font-size: 20px;
}

.sidebar a {
    background: var(--sidebar-a-background);
    color: var(--sidebar-a-color);
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.sidebar.active a {
    justify-content: center;
}

.sidebar a:hover{
    background: var(--sidebar-a-hover-background);
    color: var(--sidebar-a-hover-color);
}

.sidebar i{
    font-size: 17px;
    margin-right: 10px;
}

.menu-container-wrapper img {
    max-width: 100%;
    max-height: 18px;
    width: auto;
    height: auto;
    object-fit: cover;
    margin-right: 7px;
    transition: margin 0.3s ease;
}

.sidebar.active .menu-container-wrapper img {
    margin-right: 0;
}

.sidebar.active a span {
    display: none;
}

.sidebar a.active {
    background: var(--sidebar-a-active-background);
    color: var(--sidebar-a-active-color);
    border-left: var(--content-wrapper-border-top);
}

#pendingCount {
    background: #f39c12;
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    border-radius: 3px;
}

.has-submenu {
    position: relative;
}

.has-submenu::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid var(--main-background);
    border-bottom: 2px solid var(--main-background);
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: 10px;
    transition: transform 0.5s ease;
}

.has-submenu.active::after {
    border-right: 2px solid var(--sidebar-a-active-color);
    border-bottom: 2px solid var(--sidebar-a-active-color);
    transform: rotate(-135deg);
}

.sidebar.active .has-submenu::after {
    content: none;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    display: none;
}

.sidebar:not(.active) .submenu {
    display: block;
}

.has-submenu.active + .submenu {
    max-height: 250px;
}

.submenu a {
    color: var(--grey-color);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 7px 7px 7px 15px;
    padding-left: 40px;
    background: var(--sidebar-submenu-background);
    text-decoration: none;
}

.submenu a:hover {
    background: var(--sidebar-a-active-background);
}

#kioskBalance a {
    color: var(--grey-color);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 7px 7px 7px 15px;
    padding-left: 40px;
    background: transparent;
    text-decoration: none;
}

@media (min-width: 768px) {
    .sidebar {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .sidebar:not(.open) {
        width: 0;
    }
    .header-right #currentTime{
        display: none;
    }
    .header-right .header-calendar{
        display: none;
    }
    .header-right i{
        display: none;
    }
    .headerSearchBarContainer #headerSearchBar,
    .headerSearchBarContainer .bg-search{
        display: none;
    }
}

#loader-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-background);
    z-index: 9998;
    display: block;
}

.loader-wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
}

.loader {
    --dim: 3rem;
    width: var(--dim);
    height: var(--dim);
    position: relative;
    animation: spin988 1.5s linear infinite;
}

.loader .circle {
    --dim: 1.2rem;
    width: var(--dim);
    height: var(--dim);
    background-color: var(--loader-circle-color);
    border-radius: 50%;
    position: absolute;
}

.loader .circle:nth-child(1) {
    top: 0;
    left: 0;
}

.loader .circle:nth-child(2) {
    top: 0;
    right: 0;
}

.loader .circle:nth-child(3) {
    bottom: 0;
    left: 0;
}

.loader .circle:nth-child(4) {
    bottom: 0;
    right: 0;
}

@keyframes spin988 {
    0% {
        transform: scale(1) rotate(0);
    }

    20%, 25% {
        transform: scale(1.3) rotate(90deg);
    }

    45%, 50% {
        transform: scale(1) rotate(180deg);
    }

    70%, 75% {
        transform: scale(1.3) rotate(270deg);
    }

    95%, 100% {
        transform: scale(1) rotate(360deg);
    }
}

#mainPageContainer{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease-in-out;
    min-height: 95vh;
}

footer{
    text-align: end;
    width: 100%;
    padding: 10px;
    font-size: 10px;
    background: var(--main-background);
}

.dashboard-topReport {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.dashboard-topReport .card {
    background: var(--main-background);
    border-radius: 7px;
    box-shadow: 0 4px 4px 0 var(--main-shadow-color);
    transition: all 0.3s ease-in-out;
}

.dashboard-topReport .card:hover {
    transform: translateY(-4px);
}

.dashboard-topReport .card-content {
    display: flex;
    align-items: center;
    padding: 20px;
}

.dashboard-topReport .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.dashboard-topReport .card-icon img.icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.dashboard-topReport .stats {
    flex-grow: 1;
}

.dashboard-topReport .stats .value {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--main-placeholder);
}

.dashboard-topReport .stats .title {
    font-size: 14px;
    color: var(--grey-color);
}

.opreratorPageWrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tableWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--main-background);
    padding: 0 10px 10px 10px;
    overflow-x: auto;
    box-shadow: 0 4px 4px 0 var(--main-shadow-color);
    border-top: var(--content-wrapper-border-top);
}

.tableWrapper .tableTopContainer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--second-color);
    padding: 0 10px;
    height: 50px;
    border-bottom: 1px solid var(--main-border);
    font-weight: 700;
}

.tableTopContainer h2{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.tableTopContainer .tableTopActionBtn{
    display: flex;
    align-items: center;
}

.tableTopContainer .tableTopActionBtn a{
    padding: 8px 20px;
    background: #3c8dbc;
    color: var(--table-footer-submit-button-color);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    border: var(--table-footer-submit-button-border);
    font-size: 12px;
    text-decoration: none;
}

.tableTopContainer .tableTopActionBtn a:hover{
    background: var(--table-footer-submit-button-hover-background);
    color: var(--table-footer-submit-button-hover-color);
    border: var(--table-footer-submit-button-hover-border);
}

.tableTopActionBtn #exportMembers{
    background: #ff0000;
    margin-right: 10px;
}

.tableTopActionBtn #exportMembers:hover{
    background: #b60202;
}

.tableWrapper .tableMainContainer{
    padding: 10px 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tableMainContainer .mt-4{
    width: 100%;
}

.tableWrapper .tableContainer{
    padding: 0 5px;
    display: block;
    overflow-x: auto;
}

.tableMainContainer .perBox{
    flex: 1 1 45%;
    min-width: 250px;
    max-width: 50%;
}

.filterForm .perBox {
    flex: 1 1 30%;
    min-width: 200px;
    max-width: 30%;
}

.tableMainContainer .perBox label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 5px;
    font-weight: 700;
    color: var(--main-placeholder);
}

.tableMainContainer .perBox input,
.tableMainContainer .perBox select,
.tableMainContainer .perBox textarea,
.tableMainContainer .perBox option{
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    height: 34px;
    border: 1px solid var(--main-border);
    background: var(--main-background);
    line-height: 1.5;
}

.tableMainContainer .bannerBox textarea{
    height: auto;
}

.tableMainContainer .perBox input:disabled,
.tableMainContainer .perBox select:disabled,
.tableMainContainer .perBox textarea:disabled{
    color: var(--content-disabled-color);
    background: var(--content-disabled-background);
    border-color: var(--content-disabled-border);
    cursor: not-allowed;
}

.tableMainContainer .perBox input:focus,
.tableMainContainer .perBox select:focus,
.tableMainContainer .perBox textarea:focus{
    outline: 1px solid var(--input-focus-outline-color);
}

.tableMainContainer .uploadBanner{
    width: 100%;
    height: 150px;
    background: transparent;
    border: 1px dotted var(--main-border);
    font-size: 26px;
    border-radius: 7px;
    color: var(--second-color);
    font-weight: 900;
}

.addTransactionContainer{
    padding: 10px;
    width: 100%;
    display: flex;
    gap: 15px;
}

.addTran-left{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: fit-content;
}

.addTran-left .perBox{
    width: 100%;
}

.addTran-left .perBox label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 5px;
    font-weight: 700;
}

.addTran-left .perBox input,
.addTran-left .perBox select,
.addTran-left .perBox textarea,
.tableMainContainer .perBox option{
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    height: 34px;
    border: 1px solid var(--main-border);
    background: var(--main-background);
    line-height: 1.5;
}

.addTran-left .perBox input:disabled,
.addTran-left .perBox select:disabled,
.addTran-left .perBox textarea:disabled{
    color: var(--content-disabled-color);
    background: var(--content-disabled-background);
    border-color: var(--content-disabled-border);
    cursor: not-allowed;
}

.addTran-left .perBox input:focus,
.addTran-left .perBox select:focus,
.addTran-left .perBox textarea:focus{
    outline: 1px solid var(--input-focus-outline-color);
}

.chosen-container {
    width: 100% !important;
    border: none !important;
    background: var(--main-background) !important;
    font-weight: 700;
    color: var(--second-color);
}

.chosen-single {
    font-weight: 700;
    font-size: 14px;
    color: var(--second-color);
    line-height: 30px;
    display: flex !important;
    height: 35px !important;
    align-items: center !important;
    align-content: center !important;
    background: var(--main-color) !important;
}

.chosen-single span {
    flex-grow: 1;
    padding: 0;
    color: #000;
}

.chosen-single div b {
    margin-top: 40%;
}

.chosen-drop {
    border: 1px solid light-dark;
    background: var(--main-color) !important;
}

.chosen-results {
    overflow-y: auto;
    font-size: 14px;
}

.chosen-results .result-selected {
    background-color: #e0e0e0;
}

.tableMainContainer .bannerBox{
    width: 100%;
    max-width: none;
}

.tableMainContainer .bannerBox img{
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border: 2px dashed var(--main-border);
    padding: 10px;
    justify-self: center;
}

.note-editable img {
    max-width: 100%;
    height: auto !important;
}

.tableFooter-submitButton{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--second-color);
    padding: 10px 10px 0 10px;
    border-top: 1px solid var(--main-border);
}

.tableFooter-submitButton button{
    padding: 8px 20px;
    background: var(--table-footer-submit-button-background);
    color: var(--table-footer-submit-button-color);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    border: var(--table-footer-submit-button-border);
    font-size: 12px;
}

.tableFooter-submitButton button:hover{
    background: var(--table-footer-submit-button-hover-background);
    color: var(--table-footer-submit-button-hover-color);
    border: 1px solid var(--table-footer-submit-button-hover-border);
}

.tableMainContainer table{
    table-layout: fixed;
    border-collapse: collapse;
    overflow: auto;
    width: 100%;
    min-width: 1200px;
}

.dt-length label{
    display: none;
}

.dt-length select{
    font-size: 12px !important;
}

.dt-layout-row {
    padding: 0 20px;
}

.dt-search label{
    font-size: 11px !important;
}

.dt-layout-table {
    padding: 0;
}

.dt-layout-start .dt-info{
    font-size: 12px;
    font-weight: bold;
}

.dt-layout-cell .dt-info{
    font-size: 11px !important;
}

div.dt-container .dt-paging .dt-paging-button{
    color: #646464 !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
}

div.dt-container .dt-paging .dt-paging-button:hover{
    color: #3c8dbc !important;
    background: #f9f9f9 !important;
    border: none !important;
    border-bottom: var(--content-wrapper-border-top) !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled {
    cursor: not-allowed !important;
    color: #646464 !important;
    background: none !important;
    border: none !important;
    border-bottom: none !important;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    color: #3c8dbc !important;
    background: #f9f9f9 !important;
    border: none !important;
    border-bottom: var(--content-wrapper-border-top) !important;
}

.tableMainContainer th{
    background: var(--table-th-background) !important;
    color: var(--table-th-color) !important;
    font-size: 13px !important;
    border: 1px solid var(--table-th-border) !important;
    padding: 10px !important;
    text-align: center !important;
    overflow: hidden;
    font-weight: 700 !important;
    overflow-wrap: break-word;
}

.tableMainContainer td{
    background: var(--table-td-background);
    border: 1px solid var(--table-td-border) !important;
    color: var(--table-td-color) !important;
    padding: 10px !important;
    overflow: hidden !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: bold !important;
    overflow: hidden;
    overflow-wrap: break-word;
}

.tableMainContainer tr:nth-child(even) {
    background: var(--table-tr-nth-child-background);
}

.tableMainContainer tr:hover{
    background: var(--table-tr-hover-background);
}

#bankBranchList input{
    width: 100%;
    padding: 5px;
    text-align: center;
}

.addRole-permission input,
.addRole-permission label{
    text-align: center;
    display: flex;
    justify-content: center;
}

.tableMainContainer button{
    padding: 4px 7px;
    background: var(--second-background);
    color: var(--main-color);
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 12px;
}

.tableMainContainer img{
    width: auto;
    height: 13px;
    object-fit: cover;
}

.checkBoxSlider {
    background-color: #ffffff2b;
    border-radius: 100px;
    padding: 1px;
    cursor: pointer;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    align-items: center;
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, rgba(0, 0, 0, 0.21) 0px 0px 0px 24px inset,
            #22cc3f 0px 0px 0px 0px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
}

.checkBoxSlider::after {
    content: "";
    display: flex;
    top: 2.5px;
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: #e3e3e3;
    border-radius: 200px;
    position: absolute;
    box-shadow: transparent 0px 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 6px 6px;
    transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    will-change: left, background-color;
}

.switch input[type="checkbox"]:checked + .checkBoxSlider {
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, #22cc3f 0px 0px 0px 2px inset, #22cc3f 0px 0px 0px 24px inset,
            rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
}

.switch input[type="checkbox"]:checked + .checkBoxSlider::after {
    left: 22px;
}

.switch input[type="checkbox"] {
    display: none;
}

.addRole-permission{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#RoleLevelPageMenu,
#editRoleLevelPageMenu{
    display: flex;
    flex-direction: column;
    border-collapse: collapse;
    padding: 10px 20px;
    font-weight: 900;
}

#RoleLevelPageMenu .mainmenu,
#RoleLevelPageMenu .submenu,
#editRoleLevelPageMenu .mainmenu,
#editRoleLevelPageMenu .submenu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    border: 1px solid var(--main-border);
    padding: 0 20px;
    min-width: 250px;
}

#RoleLevelPageMenu .mainmenu,
#editRoleLevelPageMenu .mainmenu{
    background: #2c7fd877;
}

#RoleLevelPageMenu .submenu,
#editRoleLevelPageMenu .submenu{
    background: #afd2f777;
    padding-left: 40px;
}

#RoleLevelPageMenu .menu-title-container,
#editRoleLevelPageMenu .menu-title-container{
    display: flex;
    align-items: center;
}

#RoleLevelPageMenu .menu-title-container i,
#editRoleLevelPageMenu .menu-title-container i{
    margin-right: 10px;
    font-size: 20px;
}

#RoleLevelPageMenu .menu-title-container span,
#editRoleLevelPageMenu .menu-title-container span{
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

#roleListTableContent{min-width: 700px;}
#roleListTableContent .column1{width: 7%;}
#roleListTableContent .column2{width: 25%;}
#roleListTableContent .column3{width: 10%;}
#roleListTableContent .column4{width: 15%;}
#roleListTableContent .column5{width: 10%;}

#roleLevelTable{min-width: 700px;}
#roleLevelTable .column1{width: 7%;}
#roleLevelTable .column2{width: 15%;}
#roleLevelTable .column3{width: 25%;}
#roleLevelTable .column4{width: 15%;}
#roleLevelTable .column5{width: 15%;}
#roleLevelTable .column6{width: 20%;}
#roleLevelTable .column7{width: 13%;}

.branchCheckBox{
    display: flex;
    justify-content: center;
    width: 100%;
}

#addPlayerGameIDTable_wrapper .dt-layout-row{display: none;}
#addPlayerGameIDTable_wrapper .dt-layout-table{display: block;}
    
#addPlayerGameIDTable input,
#addPlayerGameIDTable select{
    padding: 5px 10px;
    width: 100%;
}
#addPlayerGameIDTable option{
    font-weight: 100;
}

#addProducts-category,
#editProducts-category{
    display: flex;
    justify-content: center;
}

.addProductsCategory{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    border: 1px solid var(--main-border);
    background: var(--content-disabled-background);
    margin: 2px 0;
    padding: 0 20px;
    border-radius: 8px;
    min-width: 250px;
}

.addProductsCategory span{
    font-weight: 900;
}

#pendingTransactionTable_wrapper .dt-layout-row{display: none;}
#pendingTransactionTable_wrapper .dt-layout-table{display: block;}
#pendingTransactionTable{min-width: 700px;}

#pendingMembersTable_wrapper .dt-layout-row{display: none;}
#pendingMembersTable_wrapper .dt-layout-table{display: block;}
#pendingMembersTable{min-width: 700px;}
#pendingMembersTable .column1{width: 5%;}
#pendingMembersTable .column2{width: 12%;}
#pendingMembersTable .column3{width: 12%;}
#pendingMembersTable .column4{width: 20%;}
#pendingMembersTable .column5{width: 10%;}
#pendingMembersTable .column6{width: 10%;}
#pendingMembersTable .column7{width: 8%;}

#pendingGameIDReport_wrapper .dt-layout-row{display: none;}
#pendingGameIDReport_wrapper .dt-layout-table{display: block;}
#pendingGameIDReport{min-width: 700px;}
#pendingGameIDReport .column1{width: 5%;}

#pendingFollowUpTable_wrapper .dt-layout-row{display: none;}
#pendingFollowUpTable_wrapper .dt-layout-table{display: block;}
#pendingFollowUpTable{min-width: 700px;}
#pendingFollowUpTable .column1{width: 5%;}
#pendingFollowUpTable .column2{width: 15%;}
#pendingFollowUpTable .column3{width: 25%;}
#pendingFollowUpTable .column4{width: 10%;}
#pendingFollowUpTable .column5{width: 10%;}

#membersListingTable a{color: var(--content-a-link-for-click-color);}

#mobileQueryTable{min-width: 700px;}

#expensesRecordTable{min-width: 700px;}

#addTranSideTable_wrapper .dt-layout-row{display: none;}
#addTranSideTable_wrapper .dt-layout-table{display: block;}
#addTranSideTable{min-width: 400px;}
#addTranSideTable .column1{width: 14%;}
#addTranSideTable .column2{width: 11%;}
#addTranSideTable .column3{width: 18%;}
#addTranSideTable .column4{width: 27%;}
#addTranSideTable .column5{width: 17%;}

#addTranSideWithdrawTable_wrapper .dt-layout-row{display: none;}
#addTranSideWithdrawTable_wrapper .dt-layout-table{display: block;}
#addTranSideWithdrawTable{min-width: 400px;}
#addTranSideWithdrawTable .column1{width: 17%;}
#addTranSideWithdrawTable .column2{width: 13%;}
#addTranSideWithdrawTable .column3{width: 13%;}
#addTranSideWithdrawTable .column4{width: 18%;}
#addTranSideWithdrawTable .column5{width: 20%;}
#addTranSideWithdrawTable .column6{width: 18%;}

#membersTransactionTable a{display: inline-block;margin-bottom: 5px;color: var(--content-a-link-for-click-color);}

#membersPromoReportTable a{display: inline-block;margin-bottom: 5px;color: var(--content-a-link-for-click-color);}

#transactionListTable a{display: inline-block;margin-bottom: 5px;color: var(--content-a-link-for-click-color);}

#bankStatementTable a{display: inline-block;margin-bottom: 5px;color: var(--content-a-link-for-click-color);}

#dailyRebateReportTable{min-width: 700px;}
#dailyRebateReportTable .column1{width: 5%;}

#weeklyRebateReportTable{min-width: 700px;}
#weeklyRebateReportTable .column1{width: 5%;}

#dailyRescueReportTable{min-width: 700px;}
#dailyRescueReportTable .column1{width: 5%;}

#halfMonthRebateReportTable{min-width: 700px;}
#halfMonthRebateReportTable .column1{width: 5%;}

#monthlyRebateReportTable{min-width: 700px;}
#monthlyRebateReportTable .column1{width: 5%;}

#monthlyCashbackReportTable{min-width: 700px;}
#monthlyCashbackReportTable .column1{width: 5%;}

#birthdayMonthReportTable{min-width: 700px;}
#birthdayMonthReportTable .column1{width: 5%;}
#birthdayMonthReportTable .column2{width: 25%;}
#birthdayMonthReportTable .column3{width: 35%;}

#dailySalesReportTable_wrapper .dt-layout-row{display: none;}
#dailySalesReportTable_wrapper .dt-layout-table{display: block;}
#dailySalesReportTable{min-width: 700px;}
#dailySalesReportTable .column1{width: 5%;}
#dailySalesReportTable .column2{width: 30%;}
#dailySalesReportTable .column3{width: 20%;}
#dailySalesReportTable .column4{width: 20%;}
#dailySalesReportTable .column4{width: 20%;}
#dailySalesReportTable th,
#dailySalesReportTable td{height: 45px;}

#memberWinLoseTable a{display: inline-block;margin-bottom: 5px;color: var(--content-a-link-for-click-color);}

#productsReportTable{min-width: 700px;}
#productsReportTable .column1{width: 5%;}

#membersProductsReportTable{min-width: 700px;}
#membersProductsReportTable .column1{width: 5%;}

#promotionReportTable{min-width: 700px;}
#promotionReportTable .column1{width: 5%;}
#promotionReportTable .column2{width: 25%;}

#feedbackReportTable .column1{width: 5%;}
#feedbackReportTable .column2{width: 25%;}
#feedbackReportTable .column3{width: 25%;}
#feedbackReportTable .column4{width: 25%;}
#feedbackReportTable .column5{width: 10%;}

#tipsGameBotTable{min-width: 700px;}
#tipsGameBotTable .column1{width: 5%;}
#tipsGameBotTable .column2{width: 25%;}
#tipsGameBotTable .column3{width: 17%;}
#tipsGameBotTable .column4{width: 13%;}
#tipsGameBotTable .column5{width: 17%;}
#tipsGameBotTable .column6{width: 5%;}
#tipsGameBotTable input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: var(--content-a-link-for-click-color);
}
.formatingChooseBtn button{
    padding: 5px 15px;
    font-size: 12px;
}

#botMailingLogsTable{min-width: 700px;}

#productsListTable{min-width: 700px;}
#productsListTable .column1{width: 7%;}
#productsListTable .column2{width: 10%;}
#productsListTable .column3{width: 20%;}
#productsListTable .column4{width: 35%;}
#productsListTable .column5{width: 15%;}
#productsListTable .column6{width: 10%;}
#productsListTable .column7{width: 10%;}

#kioskBalRecordTable{min-width: 700px;}
#kioskBalRecordTable .column1{width: 5%;}
#kioskBalRecordTable .column2{width: 17%;}
#kioskBalRecordTable .column3{width: 15%;}
#kioskBalRecordTable .column4{width: 10%;}
#kioskBalRecordTable .column5{width: 20%;}
#kioskBalRecordTable .column6{width: 10%;}
#kioskBalRecordTable .column7{width: 13%;}

#gameIDListTable{min-width: 700px;}
#gameIDListTable .column1,#addPlayerGameIDTable .column1{width: 10%;}
#addPlayerGameIDTable{min-width: 700px;}
#addPlayerGameIDTable .column5{width: 15%;}

#bankBranchList{min-width: 700px;}
#bankBranchList .column1{width: 10%;}
#bankBranchList .column2{width: 20%;}
#bankBranchList .column3{width: 50%;}
#bankBranchList .column4{width: 10%;}
#bankBranchList .column5{width: 10%;}

#bankAccList{min-width: 700px;}
#bankAccList .column1{width: 10%;}
#bankAccList .column2{width: 15%;}
#bankAccList .column3{width: 10%;}
#bankAccList .column4{width: 20%;}
#bankAccList .column5{width: 20%;}
#bankAccList .column6{width: 20%;}
#bankAccList .column7{width: 10%;}
#bankAccList .column8{width: 10%;}

#promotionListTable{min-width: 700px;}
#promotionListTable .column1{width: 10%;}
#promotionListTable .column2{width: 15%;}
#promotionListTable .column3{width: 50%;}
#promotionListTable .column4{width: 15%;}
#promotionListTable .column5{width: 15%;}
#promotionListTable .column6{width: 10%;}
#promotionListTable .column7{width: 10%;}

#promotionBannerListTable{min-width: 700px;}
#promotionBannerListTable .column1{width: 5%;}
#promotionBannerListTable .column2{width: 15%;}
#promotionBannerListTable .column3{width: 35%;}
#promotionBannerListTable .column4{width: 7%;}
#promotionBannerListTable .column5{width: 10%;}
#promotionBannerListTable .column6{width: 8%;}

#presetClipboarTable{min-width: 700px;}
#presetClipboarTable .column1{width: 5%;}
#presetClipboarTable .column2{width: 10%;}
#presetClipboarTable .column3{width: 15%;}
#presetClipboarTable .column4{width: 15%;}
#presetClipboarTable .column5{width: 13%;}
#presetClipboarTable .column6{width: 10%;}
#presetClipboarTable textarea {
    width: 100%;
    height: 100%;
    padding: 5px;
    resize: vertical;
    border: 1px solid var(--main-border);
}
#presetClipboarTable textarea:focus{
    outline: none;
}

#rescueCalculationTable_wrapper .dt-layout-row{display: none;}
#rescueCalculationTable_wrapper .dt-layout-table{display: block;}
#rescueCalculationTable{min-width: 700px;}
#rescueCalculationTable .column1{width: 10%;}
#rescueCalculationTable .column2{width: 30%;}
#rescueCalculationTable .column3{width: 30%;}
#rescueCalculationTable .column4{width: 15%;}
#rescueCalculationTable input{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: 900;
    text-align: center;
}

#cashbackCalculationTable_wrapper .dt-layout-row{display: none;}
#cashbackCalculationTable_wrapper .dt-layout-table{display: block;}
#cashbackCalculationTable{min-width: 700px;}
#cashbackCalculationTable .column1{width: 10%;}
#cashbackCalculationTable .column2{width: 30%;}
#cashbackCalculationTable .column3{width: 30%;}
#cashbackCalculationTable .column4{width: 15%;}
#cashbackCalculationTable input{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: 900;
    text-align: center;
}

#membersSourceTable{min-width: 700px;}
#membersSourceTable .column1{width: 8%;}
#membersSourceTable .column2{width: 30%;}
#membersSourceTable .column3{width: 20%;}
#membersSourceTable .column4{width: 10%;}

#membersGroupTable{min-width: 700px;}
#membersGroupTable .column1{width: 8%;}
#membersGroupTable .column2{width: 30%;}
#membersGroupTable .column3{width: 20%;}
#membersGroupTable .column4{width: 10%;}

#paymentMethodTable{min-width: 700px;}
#paymentMethodTable .column1{width: 8%;}
#paymentMethodTable .column2{width: 30%;}
#paymentMethodTable .column3{width: 20%;}
#paymentMethodTable .column4{width: 10%;}

#companyListTable{min-width: 700px;}
#companyListTable .column1{width: 8%;}
#companyListTable .column2{width: 40%;}
#companyListTable .column3{width: 10%;}

#chatPlatformTable{min-width: 700px;}
#chatPlatformTable .column1{width: 8%;}
#chatPlatformTable .column2{width: 30%;}
#chatPlatformTable .column3{width: 20%;}
#chatPlatformTable .column4{width: 10%;}

#homeSwiperBanner1{min-width: 700px;}
#homeSwiperBanner1 .column1{width: 5%;}
#homeSwiperBanner1 .column2{width: 50%;}
#homeSwiperBanner1 .column3{width: 10%;}
#homeSwiperBanner1 .column4{width: 10%;}
#homeSwiperBanner1 .bannerImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#homeSwiperBanner1 button{
    padding: 6px 12px;
    border-radius: 0;
}
#homeSwiperBanner2{min-width: 700px;}
#homeSwiperBanner2 .column1{width: 5%;}
#homeSwiperBanner2 .column2{width: 50%;}
#homeSwiperBanner2 .column3{width: 10%;}
#homeSwiperBanner2 .column4{width: 10%;}
#homeSwiperBanner2 .bannerImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#homeSwiperBanner2 button{
    padding: 6px 12px;
    border-radius: 0;
}

#contacsInfoTable1{min-width: 700px;}
#contacsInfoTable1 .column1{width: 5%;}
#contacsInfoTable1 .column2{width: 10%;}
#contacsInfoTable1 .column3{width: 15%;}
#contacsInfoTable1 .column4{width: 15%;}
#contacsInfoTable1 .column5{width: 20%;}
#contacsInfoTable1 .column6{width: 30%;}
#contacsInfoTable1 .column7{width: 10%;}
#contacsInfoTable1 .column8{width: 10%;}
#contacsInfoTable2{min-width: 700px;}
#contacsInfoTable2 .column1{width: 5%;}
#contacsInfoTable2 .column2{width: 10%;}
#contacsInfoTable2 .column3{width: 15%;}
#contacsInfoTable2 .column4{width: 15%;}
#contacsInfoTable2 .column5{width: 20%;}
#contacsInfoTable2 .column6{width: 30%;}
#contacsInfoTable2 .column7{width: 10%;}
#contacsInfoTable2 .column8{width: 10%;}

.membersProfile-allInfoWrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 0;
}

.membersProfile-sideWrapper{
    display: flex;
    flex-direction: column;
    width: 49%;
    gap: 20px;
}

.membersProfile-containerWrapper{
    display: flex;
    flex-direction: column;
    background: var(--main-background);
    padding: 0 10px 0 10px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 var(--main-shadow-color);
    border-top: var(--content-wrapper-border-top);
}

.membersProfile-containerWrapper .paymentReceipt{
    height: 400px;
}

.paymentReceipt img{
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: scale-down;
    cursor: pointer;
}

@media (max-width: 768px) {
    .membersProfile-allInfoWrapper{
        flex-wrap: wrap;
    }
    .membersProfile-sideWrapper{
        width: 100%;
    }
}

.membersProfile-containerWrapper .memberProfile-TopContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid var(--main-border);
}

.memberProfile-TopContainer .left{
    display: flex;
    align-items: center;
}

.memberProfile-TopContainer .left img{
    width: auto;
    height: 17px;
    object-fit: cover;
    margin-right: 5px;
}

.memberProfile-TopContainer .left h2{
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.membersInfo-Container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

.membersInfo-Container .perRow{
    display: flex;
    align-items: center;
}

.membersInfo-Container .perRow label{
    width: 30%;
    font-size: 13px;
    font-weight: 700;
    color: var(--second-color);
    text-align: end;
    padding-right: 10px;
}

.membersInfo-Container .perRow input,
.membersInfo-Container .perRow select,
.membersInfo-Container .perRow textarea,
.membersInfo-Container .boxtoCopy,
.membersInfo-Container a{
    width: 70%;
    padding: 5px 10px;
    background: var(--main-background);
    border: 1px solid var(--main-border);
    color: var(--second-color);
    background: var(--main-background);
    font-weight: 900;
}

.membersInfo-Container a{
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.membersInfo-Container .boxtoCopy{
    font-size: 14px;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

.membersInfo-Container .perRow textarea{
    resize: none;
}

.membersInfo-Container .perRow input:disabled,
.membersInfo-Container .perRow select:disabled,
.membersInfo-Container .perRow textarea:disabled {
    color: var(--content-disabled-color);
    background: var(--content-disabled-background);
    border-color: var(--content-disabled-border);
    cursor: not-allowed;
}

.membersInfo-Container img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.membersInfo-Container #memberGroup{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-content: center;
}

.membersInfo-Container table{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    display: none;
}

.membersInfo-Container th,
.membersInfo-Container td{
    border: 1px solid var(--main-border);
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

.membersInfo-Container th{
    background: var(--second-background);
    color: var(--main-color);
    padding: 10px 5px;
}

.membersInfo-Container td{
    font-weight: 500;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.membersInfo-Container .membersInfo-Container-action{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.membersInfo-Container .membersInfo-Container-action a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    padding: 5px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.membersInfo-Container .membersInfo-Container-action img{
    width: auto;
    height: 30px;
    object-fit: cover;
}

.membersInfo-Container .membersInfo-Container-action span{
    font-size: 12px;
    font-weight: 700;
}

.membersInfo-gameID-td button{
    padding: 4px 8px;
    color: var(--main-color);
    border: none;
    border-radius: 7px;
    cursor: pointer;
}

.membersInfo-gameID-td img{
    width: auto;
    height: 16px;
    object-fit: cover;
}

.membersInfo-gameID-td .gameIDCopyButton{
    background: #2196f3;
}

.membersInfo-gameID-td .gameIDeditButton{
    background: #ffc107;
}

.membersInfo-gameID-td .gameIDDeleteButton{
    background: #ff0000;
}

.membersInfo-footer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid var(--main-border);
    padding: 10px 5px;
}

.profileAddGameID{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profileAddGameID .submitSaveButton{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#addNewGameIDChoise{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

#addNewGameIDChoise button{
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 8px;
    background: #52c41a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.764);
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#editgameIDPopup {
    position: fixed;
    top: -100px;
    left: 50%;
    width: 600px;   
    transform: translate(-50%, 0);
    background: var(--main-background);
    z-index: 9999;
    text-align: center;
    opacity: 0;
    transition: top 0.5s ease-out, opacity 0.5s ease-in-out;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.overlay.active #editgameIDPopup {
    top: 10%;
    opacity: 1;
}

#editgameIDPopup .editGameIDComtainer{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.editGameIDComtainer .header{
    background: #3e4a59;
    color: #fff;
    padding: 10px 0;
}

.editGameIDComtainer .editgameID-body{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.editgameID-body .perRow{
    display: flex;
    justify-content: center;
}

.editgameID-body .perRow label{
    width: 30%;
    margin-right: 10px;
    text-align: right;
}

.editgameID-body .perRow input,
.editgameID-body .perRow select{
    width: 50%;
    padding: 5px;
}

.editGameIDComtainer .footer{
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    gap: 10px;
}

.reportTableTopDateRange{
    display: flex;
    justify-content: center;
}

.reportTableTopDateRange .dateRange{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 0;
}

.reportTableTopDateRange .dateRange label{
    height: auto;
    width: auto;
    text-align: right;
    align-content: center;
    display: block;
    font-weight: 900;
    padding: 0;
    margin-right: 10px;
}

.reportTableTopDateRange .dateRange input{
    width: 400px;
    text-align: center;
    padding: 8px 15px;
    font-weight: 900;
    font-size: 15px;
    border: 1px solid var(--main-border);
    background: var(--main-background);
}

.reportActions{
    display: flex;
    align-items: center;
}

.reportActions button{
    padding: 7px 10px;
}

#exportButton{
    background: var(--table-export-button-background);
    color: var(--table-export-button-color);
}

.presetOptionWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.presetOptionWrapper span{
    display: inline-block;
    cursor: pointer;
}


.gameTipsList-wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.gameTipsList-wrapper .perGameBox {
    width: 30%;
    border-radius: 8px;
    border: 1px solid var(--main-border);
    background-color: var(--main-background);
    padding: 5px 10px 10px 10px;
}

.gameTipsList-wrapper .topContainer {
    text-align: center;
    align-content: center;
    padding: 5px 0;
    overflow: hidden;
}

.gameTipsList-wrapper .topContainer img{
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 40px;
}

.gameTipsList-wrapper .mainContainer {
    width: auto;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-border);
    background-color: var(--main-background);
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: left;
    padding: 10px;
}

.gameTipsList-wrapper .mainContainer:hover {
    background-color: var(--table-tr-hover-background);
}

.gameTipsList-wrapper .mainContainer.maintenance {
    background-color: #ff0000;
    color: var(--main-color);
    font-size: 28px;
    font-weight: 900;
}

.gameTipsList-wrapper .copied-text {
    font-size: 12px;
    font-weight: 900;
    color: green;
    margin-top: 5px;
    text-align: center;
}

.gameTipsList-wrapper .game-content {
    display: block;
    white-space: pre-line;
}

#loading{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

.createGameLogChoise{
    display: flex;
    align-items: center;
    align-content: center;
}

.createGameLogChoise .perQue{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}

.createGameLogChoise .products{
    border-right: 3px solid var(--second-color);
}

.createGameLogChoise .perQue img{
    width: auto;
    height: 25px;
    object-fit: cover;
}

.createGameLogChoise .perQue select,
.createGameLogChoise .perQue input{
    padding: 5px 0;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    border: none;
}

.createGameLogChoise .perQue select,
.createGameLogChoise .perQue input:focus{
    outline: none;
}

.createGameLogChoise .perQue select{
    width: 140px;
}

.createGameLogChoise .perQue input{
    margin-left: 10px;
}

.gameLogContainer {
    overflow: hidden;
}

.gameLogTable {
    width: 900px;
    border-collapse: collapse;
    margin: 20px auto;
    border: 2px solid #e2e2e2;
    font-size: 12px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header-918Kiss th { background-color: #605ca8; color: #ffffff; }
.header-Mega888 th { background-color: #3c8dbc; color: #ffffff; }
.header-Pussy888 th { background-color: #3c8dbc; color: #ffffff; }
.header-918Kaya th { background-color: #ff9800; color: #ffffff; }
.header-Xe88 th { background-color: #9c27b0; color: #ffffff; }
.header-Evo888 th { background-color: #2196f3; color: #ffffff; }

.gameLogTable th{
    color: white;
    font-weight: 800;
}

.gameLogTable tr{
    background-color: white;
    color: #5f5f5f;
}

.gameLogTable th, td {
    border: 1px solid #f1f1f1;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#gameLog tr:hover{
    background-color: #f1f1f1;
}

.red-text {
    color: #dd4b39 !important;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bg-gray {
    background-color: #d2d6de !important;
    color: #000;
    border-radius: 50%;
    padding: 3px 7px;
    font-weight: 700;
    font-size: 12px;
}

.resit-container-wrapper{
    display: grid;
    justify-content: center;
}

.resit-TopChoise{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.resit-TopChoise label{
    font-size: 18px;
    font-weight: 900;
    padding: 0;
    margin-right: 10px;
}

.resit-TopChoise select{
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    border: none;
    background-color: transparent;
}

.resit-TopChoise option{
    font-size: 16px;
    font-weight: 900;
}

.resit-TopChoise button{
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.resit-type-name h1{
    font-size: 22px;
    font-weight: 900;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.content-mbb1{
    font-family: "Lato", "Calibri", Helvetica, Arial, sans-serif;
    justify-content: space-between;
    width: 650px;
    margin: 10px 0;
    background-color: #e7e7e7;
}

.mbb-top-green{
    background-color: #389a6e;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px;
    padding-bottom: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: 0.5px solid #e2e2e2;
    border-left: 0.5px solid #e2e2e2;
    border-right: 0.5px solid #e2e2e2;
    text-align: left;
}

.mbb-top-left{
    display: flex;
}

.mbb-name{
    font-weight: 700;
    font-size: 15px;
    margin-left: 5px;
}

.mbb-acc, .mbb-amount{
    font-size: 13.5px;
}

.mbb-tick{
    color: white;
    font-size: 22px;
    margin-right: 10px;
}

.mbb-add-favourite{
    width: auto;
    height: 50px;
}

.mbb-detail-cover{
    font-size: 15px;
    color: #171717;
    padding: 10px 0;
    border-top: 1px solid #ffc83d;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: white;
    border-left: 0.5px solid #e2e2e2;
    border-right: 0.5px solid #e2e2e2;
    border-bottom: 0.5px solid #e2e2e2;
}

.mbbDetail-trap{
    font-size: 16px;
}

.mbb-detail-cover span,
.mbb-detail-cover input{
    color: #7D7D7D;
}

.mbb-detail-cover input{
    border: none;
    font-family: "Lato", "Calibri", Helvetica, Arial, sans-serif;
    text-align: right;
    font-size: 15px;
    background-color: transparent;
    padding: 0;
}

.mbb-per-detail{
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
}

.mbbBankName{
    width: 200px;
    text-align: right;
}

.mbbName{
    width: 310px;
}

.mbb-bottom-detail{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: white;
    margin-top: 3px;
    border-radius: 7px;
    border: 0.5px solid #e2e2e2;
}

.mbb-bottom-detail span{
    color: #DA4747;
}

.cimbFullWrapper {
    max-width: 1200px;
}

.cimbPerResit-wrapper{
    background-color: #ffffff;
    padding: 10px;
    min-width: 750px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.cimbTopContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e5e5e5;
    padding: 13px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cimbTop-leftWrapper{
    align-items: center;
    display: flex;
}

.cimbTop-leftWrapper img{
    height: 18px;
    width: auto;
}

.cimbTop-leftWrapper #cimbSuccessful{
    color: #7DB680;
    font-weight: 800;
    margin: 0 5px 0 7px;
    display: inline-block;
}

.cimbTop-time{
    font-size: 13px;
}

.cimbCenterContainer{
    padding: 10px 25px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cimbCenterContainer h1{
    font-size: 18px;
    margin: 0;
    margin-top: 12.06px;
}

.cimbCenter-left h1{
    text-align: left;
}

.cimbCenter-right h1{
    text-align: right;
}

.cimbCenter-perRowDetail{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.cimbCenter-perRowDetail p{
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.cimbCenter-perRowDetail span{
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.cimbCenter-right {
    text-align: right;
}

.cimbCanterRight-rowOne {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
}

.cimbCanterRight-rowOne p {
    font-size: 10px;
    font-weight: 700;
    margin: 0;
}

.cimbCanterRight-rowOne span {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px;
    padding-top: 1px;
}

.cimbCenter-right img {
    height: 12px;
    width: auto;
    margin-top: 5px;
}


.cimbBeforeBottom{
    text-align: left;
    margin: 15px 0;
}

.cimbBeforeBottom img{
    height: 14px;
    width: auto;
}

.cimbBottomContainer {
    padding: 20px 25px;
    margin-top: 30px;
    background-color: #f0f0f0;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
}
  
.cimbBottomContainer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.cimbBottomContainer h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
  
.cimbBottom-Amount {
    display: flex;
    align-items: flex-start;
}
  
.cimbBottom-Amount p {
    font-size: 10px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}
  
.cimbBottom-Amount span {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px;
    padding-top: 1px;
    line-height: 1;
}




