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;
}
#updatestatus-design span {
    margin-right:15px;
}

.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;
    }
}

.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
}

.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);
}

.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;
}

.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-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11%;
}

.ml-15 {
    margin-left: 15px;
}

.m-l {
    margin-left: 5px;
}

.mtb-10 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.bulk-upload {
    display: flex;
    flex-direction: column;
}

.sample-download {
    display: flex;
    flex-direction: column-reverse;
}

.br-main {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
}

.disable-click {
    pointer-events: none;
}

.w-270 {
    width: 270px
}

.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;
}