﻿div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .7109375rem;
    border-radius: .2rem;
    margin: 0 10px;
}

.dataTables_length {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.dataTables_length label {
    font-weight: 500;
    margin-bottom: .5rem;
    display: inline-flex;
    align-items: center;
}

.csv-icon img, .pdf-icon img {
    margin-top: -7px;
    width: 45px;
}

.csvbtn {
    background-color: transparent;
    border: transparent;
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    background-color: #4b38b3b8;
    border-color: transparent;
}

.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #4b38b3;
    border: 1px solid transparent;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b070ff;
    border-color: #b070ff;
}

.mar-top30 {
    margin-top: 30px;
}

.mar-top33 {
    margin-top: 33px;
}

.mar-top11 {
    margin-top: 11px;
}

.deposit-bg {
    background: #49b049;
    color: #fff;
}

.deposit-bg:not(.collapsed) {
    background: #49b049;
    color: #fff;
}

.withdrawal-bg {
    background: #b03a3a;
    color: #fff;
}

.withdrawal-bg:not(.collapsed) {
    background: #b03a3a;
    color: #fff;
}

.width-45 {
    width: 48% !important
}

.margin-left15 {
    margin-right: 15px;
}

.max-h300 {
    max-height: 300px !important;
    overflow: auto;
}
.max-h345 {
    max-height: 287px !important;
    overflow: auto;
}

.f-14{
    font-size:13px !important
}

.account-report-table.table-hover > tbody > tr:hover > * {
    background-color: #f3f6f9 !important;
    color: #212529 !important;
    --vz-table-accent-bg: #f3f6f9 !important;
}

.btn-padding {
    padding: 0.575rem 0.75rem !important;
    line-height: 1 !important;
}

.table-header-right{
    text-align:right
}

.table-header-center {
    text-align: center
}

.content-center{
    justify-content:center
}

.td-btn {
    padding: 2px 10px !important;
}

input.normal-input {
    border: none;
    font-weight: 500;
}

input.normal-input:focus, input.normal-input:hover, input.normal-input:focus-visible {
    border: none !important;
    outline: -webkit-focus-ring-color auto 0px;
}

.br-t1 {
    border-top: 1px solid #e0e0e0;
}

.qrcode-width{
    width:50px;
}

.accordation-bg-wallet {
    background: #f3f6f9 !important;
}

.dev {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    background: red;
    text-align: center;
    color: white;
    font-size: 11px;
}

#updatestatus-design {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#updatestatus-design span {
    margin-right:11px;
}

.logindev {
    color: #fff;
    background-color: red;
    border-radius: 10px;
    font-size: 18px;
    padding: 6px 0px;
}

.totalCount {
    color: blue !important;
}

.w-40-w {
    width: 40% !important;
}

.w-60-w {
    width: 58% !important;
}

.v-align-top {
    vertical-align: top !important;
}

.payment-pop-title {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

ul.payment-process-ul li{
    font-size:13px;
}

.wid-checkbox {
    height: 18px;
    width: 21px;
}

.digitdots {
    max-width: 128px !important;
    margin: 0;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvPgOption .w-25 {
    width: 30% !important;
}

@media only screen and (min-width: 1920px) and (max-width: 2400px) {
}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
}
@media only screen and (min-width: 1501px) and (max-width: 1679px) {
}
@media only screen and (min-width: 1367px) and (max-width: 1500px) {
}
@media only screen and (min-width: 1301px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
}

@media (max-width: 1199px) {
    .dvPgOption .w-25 {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .dvPgOption .w-25 {
        width: 60% !important;
    }
}

@media (max-width: 767px) {
    .dvPgOption .w-25 {
        width: 100% !important;
    }
    .w-40-w
    {
        width:100% !important;
    }
    .w-60-w {
        width: 100% !important;
    }
    .btn-footer-group {
        flex-direction: column !important;
    }
    .btn-footer-group .bt-1 {
            width: 100% !important;
        }
    .btn-footer-group .bt-2 {
        width: 100% !important;
    }
}

.mar-top11{

}

.font-20{
    font-size:20px;
}

.font-22 {
    font-size: 25px;
}

.form-check-input.inputhw {
    width: 16px !important;
    height: 16px !important;
}

.mt-minus3{
    margin-top:-3px
}

/*.w-173{
    width:173px
}*/

.w-173 {
    width: 173px
}

.bulk-upload{
    display: flex;
    flex-direction: column;
}

.sample-download {
    display: flex;
    flex-direction: column-reverse;
}

.ml-15 {
    margin-left: 15px;
}

/*.br-main{
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
}*/

.br-main {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
}

.m-l {
    margin-left: 5px;
}

.w-180{
    width:200px
}

.digitdots-account-name {
    max-width: 120px !important;
    margin: 0;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtb-10 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.alian-center {
    align-items: center;
}

.csv-icon-new img, .pdf-icon-new img {
    margin-top: -5px;
    width: 45px;
}

#alternative-pagination_first, #alternative-pagination_previous, #alternative-pagination_next, #alternative-pagination_last {
    cursor: default !important;
}

.disable-click {
    pointer-events: none;
}

.w-270{
    width:270px
}

.page-link:focus {
    z-index: 3;
    color: #fff !important;
    background-color: var(--vz-link-hover-color) !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(75,56,179,.25);
    box-shadow: 0 0 0 0 rgba(75,56,179,.25);
}

.payment-methods__padding {
    padding: 5px !important;
}

.payment-methods__detail-form {
    border-right: 1px solid transparent;
    padding: 24px;
    width: 100%;
}

.payment-methods__form-head {
    display: block;
    position: relative;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.w-60qr {
    border: 1px solid #ddd;
    padding-top: 10px;
    width: 57%;
}

.UPI-title {
    color: #000;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 0 1px;
}

.UPI-title, .manual-deposit-QR {
    text-align: center;
    width: 100%;
}

.payment-methods__form-head-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.UPI-amount {
    color: #000;
    font-size: 28px;
    margin-top: 5px;
    padding: 0 0 1px;
    text-align: center;
    width: 100%;
}

.receipt-color {
    color: #717171;
}

.w-2qr {
    width: 2%;
}

.w-40qr {
    border: 1px solid #ddd;
    width: 40%;
}
.w-75pimage {
    width: 75%;
    cursor:pointer;
}
.qrcode-text {
    color: red;
    margin-bottom: 5px;
    font-size: 11px;
}


.payment-popup-ui {
    max-width: 460px !important;
    width: 460px;
}

.w-40pimage {
    width: 100%;
    cursor: pointer;
    margin-top:22px;
}

.btnpadding {
    padding: .5rem .5rem !important; 
}

.showingbtn .badge {
    position: relative;
    top: -1px;
    font-size: 14px;
}
.bg-success-new {
    --vz-bg-opacity: 1;
    background-color: #45cb85 !important;
}
.font-bold{
    font-weight:600 !important
}

.row-cols-xxl-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28%;
}
.row-cols-xxl-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
}
.row-cols-xxl-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11%;
}
.bg-l {
    background: aliceblue !important;
}
.crm-widget .col-br-none {
    border-right: 0px solid var(--vz-border-color) !important;
}
.crm-widget .col-bb {
    border-bottom: 1px solid var(--vz-border-color) !important;
}

.btn-square {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: .8125rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.bg1 {
    color: #fff;
    background-color: #45cb85;
    border-color: #45cb85;
    margin-right:2px;
}
.bg2 {
    color: #fff;
    background-color: #f06548;
    border-color: #f06548;
}


.bluk-approv {
    justify-content: space-between;
    display:flex;

}
.w-370 {
    width: 370px;
}
.b-ap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.whasappnameinput{
    display:flex
}
    .whasappnameinput input {
        border-radius: 0px;
        margin-right: 5px;
        border-style: dashed !important;
        margin-left: 5px;
    }

.widthdraw-input {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.whatsapp-btnnew {
    display: flex !important;
    justify-content: space-between;
    width: 100%;

}

#DetailsPopupModal .modal-dialog {
    max-width: 800px !important;
    width: 800px !important;
}

.manual-pop-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.mar-top28 {
    margin-top: 28px;
}
.manualmenu {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.nav-link-padding {
    padding: .5rem 0.5rem !important;
}
.custom-verti-nav-pills .nav-link {
    margin-top: 0px !important;
}
.manualborder {
    padding: 16px !important;
    border: 1px solid #f3f6f9 !important;
}
.tb-height {
    max-height: 400px;
    height: 400px;
    overflow-y: scroll;
}
/*.tb-height350 {
    max-height: 350px;
    height: 350px;
    overflow-y: scroll;
}*/


.tableFixHead {
    
    table-layout: fixed;
    border-collapse: collapse;
}

    .tableFixHead tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 330px;
    }

    .tableFixHead thead tr {
        display: flex;
    }

    .tableFixHead th,
    .tableFixHead td {
        padding: 5px 10px;
        width: 150px;
    }

th {
    background: #ABDD93;
}

.utr-border {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 6px;
    width: 100%;
}
.t80 {
    width: 80px !important;
}


.t100{
    width:120px !important;
}
/*
.t120 {
    width: 120px !important;
}*/

.table > :not(caption) > * > * {
    padding: .5rem .2rem !important;
}

.cryptotable{
    min-height:330px;
}
.cryptotable tr th {
    min-width: 100px;
    width: auto !important
}

/*
table head Fixed new css 10-09*/

.thead-fixed .table thead th {
    /*background-color: #5588af;*/
    background-color: var(--vz-border-color);
    color: #fff !important;
    color: var(--white) !important;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 9;
}
.uf-btn {
    color: #fff;
    background-color: #45cb85;
    border-color: #45cb85;
    margin-right: 2px;
    font-size: 15px !important;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    line-height: 17px;
    border: transparent;
    text-align: center;
}
.uf-btn-red {
    color: #fff;
    background-color: #f06548;
    border-color: #f06548;
    margin-right: 2px;
    font-size: 15px !important;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    line-height: 17px;
    border: transparent;
    text-align: center;
}
.uf-btn1 {
    color: #fff;
    background-color: #45cb85;
    border-color: #45cb85;
    margin-right: 2px;
    font-size: 16px !important;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    line-height: 23px;
    border: transparent;
    text-align: center;
    width: 40px;
    height: 34px;
}

.multi-branch-select{
    height: auto;
}

.multi-branch-select option {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.multi-branch-select option::before {
    content: "\2610";
    margin-right: 10px;
    font-size: 1.2rem;
}

.multi-branch-select option[selected]::before {
    content: "\2611";
}

.font-12{
    font-size:12px !important;
}

.select2-results__option .form-check {
    display: block;
    min-height: 1.21875rem;
    padding-left: 0.6em;
    margin-bottom: .125rem;
}

.w-49{
    width:49% !important
}

.amountmr2{
    margin-right:2% !important
}

.select2-container--default .select2-search--inline .select2-search__field {
    height:25px !important;

}

.select2-container .select2-selection--multiple {
    border: 1px solid var(--vz-input-border) !important;
}
.select2-container {
    width: 100% !important;
}

.select2-container.select2-container--default.select2-container--open{
    z-index:9999 !important;
}

.cke_notifications_area{
    display:none !important;
}

/* Highlight active child menu item */
.nav-link.active {
    background-color: #ffb364; /* Highlight color for child */
    font-weight: bold;
}

/* Highlight active parent menu when a child is active */
.nav-link.active-parent {
    background-color: #ffb364; /* Highlight color for parent */
    color: #fff !important;
    font-weight: bold;
}

/* Ensure parent menu is not highlighted when only open (no active child) */
.nav-item .menu-link[aria-expanded="true"] {
    background-color: transparent;
    color: inherit;
    font-weight: normal;
}

/* Child links default style */
.nav-link {
    background-color: transparent;
    color: #6c757d; /* Default text color */
    transition: all 0.3s ease;
}

.deactivated-row {
    background-color: lightcoral !important; /* Light red background */
    color: white !important; /* White text for contrast */
    pointer-events: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
