html {
    scroll-behavior: smooth; /* CSS smooth scroll for browsers that support it */
}
.mr-1{ margin-right: 0.25rem; }
.main-content-wrap{
    padding: 1rem 1rem 0;
}
.breadcrumb,.separator-breadcrumb{
    margin-bottom: 0.7rem;
}
.layout-sidebar-vertical .sidebar-panel{
    z-index: 102 !important;
}
.cursor-no-drop{
    cursor: no-drop !important;
}
/*-------- START for Data Table --------*/
.bootstrap-table .form-control,.bootstrap-table .form-select{
    border: 1px solid #d1d5db;
}
.bootstrap-table .form-control:focus,.bootstrap-table .form-select:focus{
    border: 1px solid #1c3750;
}
.bootstrap-table tbody{
    min-height: 100px !important;
}
.bootstrap-table table thead input.form-control {
    padding-right: 0.1rem !important;
}
.bootstrap-table table thead select.form-control {
    padding-left: 0.6rem;
}
.bootstrap-table table thead input.form-control:read-only {
    background-color: #ffffff !important;
}

.bootstrap-table table thead select.text-gray-500:not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-size: 10px 5px;
    background-position: right 4px center !important;
}
.bootstrap-table table thead select:not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-size: 10px 5px;
    background-position: right 6px center !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open{
    z-index: 88 !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    padding: 4px 3px !important;
    vertical-align: baseline !important;
    padding-bottom: 10px !important;
    background-color: unset !important;
}
.card .card-body {
    padding: 1rem !important;
}
body .table > :not(caption) > * > * {
    padding: 0.3rem 0.5rem !important;
}

body .table tr.no-records-found td {
    padding: 15px !important;
}
body select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 50% !important;
    padding-right: 1.3rem;
}
body thead{
    --bs-table-bg: #f3f3f3 !important
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    color: #000000 !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
    filter: brightness(.5) !important;
}
.styled-button {
    font-size: larger;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    background-image: linear-gradient(210deg, #7236B8 0%, #D34743 100%);
}
.styled-button:hover {
    font-size: larger;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    background-color: #1c3750 !important;
}
.custom-error {
    color: #ff4c51;
    font-size: 13px;
    font-weight: 100;
}
.text-monospace{
    font-family: monospace !important;
}
.font-size-14 {
    font-size: 1rem !important;
}
/*---- START for 2fa3faValidateForm ----*/
.hide-placeholder-on-focus:focus::placeholder {
    opacity: 0; /* Hide the placeholder text on focus */
}
.Auth2faCodeInputs:read-only .Auth3faOTPInputs:read-only {
    color: #7f8289 !important;
}
.AuthMainSwitch{
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #1c3750;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill{
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1)
}
/*---- END for 2fa3faValidateForm ----*/
.reviewtooltip{
    float: right;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.bordered-row .border-bottom {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 3px;
}
.tab-content.spacing-1 {
    padding: 0.7rem;
}
.w-fits{
    width: fit-content;
}
#menuSearchBar{
    width : 100%;
    min-width: 250px;
}
#filteredMenu {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    z-index: 9999;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#menuSearchBar input:focus {
    --tw-ring-color: transparent !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0px solid !important;
}

#confirmationModal .modal-header{
    display: block !important;
    border-bottom: none !important;
}
#confirmationModal .modal-footer{
    border-top: none !important;
}

.input-group-prepend {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
}
.select2-container{
    z-index: 999 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 0.75em .75em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    top: 9px !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #d1d5db !important;
}
.select2-container--open .select2-selection{
    --tw-ring-color: #1c3750 !important;
    border-color: #1c3750 !important;
}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{
    border-radius: 8px !important;
    border: 2px solid #d1d5db;
}

#balanceTransferRestriction .select2-container .select2-selection--multiple {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    min-height: 50px !important;
    display: inline-block;
    width: 100%;
}

.dark [type=checkbox]:checked:disabled, .dark [type=radio]:checked:disabled, [type=checkbox]:checked:disabled, [type=radio]:checked:disabled{
    background-color: rgb(153 153 153) !important;
}
#description-fields .input-group {
    position: unset !important;
}
.select2_cust .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
    list-style: none !important;
    padding: 0 !important;
}
.layout-sidebar-large .main-header{
    z-index: 999 !important;
}

/****** Custom css start here ********/
.main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 80px;
    transition: all 0.24s ease-in-out;
    padding: 2rem 2rem 0;
    position: relative;
    min-height: calc(100vh - 80px);
    background: #f3f3f9;
}

.bootstrap-table .table tbody tr.no-records-found td:nth-last-child(1) {
    display: table-cell !important;
}
.bootstrap-table table tbody td:nth-last-child(1) a {
    margin: 0 3px !important;
    padding: 5px !important;
}

body .bootstrap-table table {
    border: 0 !important;
    border-collapse: collapse;
    border-color: #c7c7c7 !important;
}
.bootstrap-table .table-bordered > :not(caption) > * > * {
    border-width: 0 0px !important;
}
.bootstrap-table .table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border-color: #dddddd;
    padding: 10px;
}
.bootstrap-table .fixed-table-container .table td , .bootstrap-table .fixed-table-container .table th {
    padding: 0.7rem !important;
    white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table td {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.bootstrap-table .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important;
}

.fixed-table-toolbar .btn-secondary:hover,.fixed-table-toolbar .btn-outline-secondary:hover,.fixed-table-toolbar .btn-secondary:focus,.fixed-table-toolbar .btn-outline-secondary:focus {
    box-shadow: unset !important;
}
body .card {
    box-shadow: 0 1px 2px rgba(56,65,74,.15) !important;
}
.bootstrap-table table thead th .th-inner {
    font-size: 14px !important;
    line-height: 14px !important;
}
body select {
    -webkit-appearance: none !important; /* Chrome, Safari, Edge */
    -moz-appearance: none !important;    /* Firefox */
    appearance: none !important;         /* Standard property */
}
.bootstrap-table .fixed-table-container .table thead th .th-inner{
    margin-bottom: 5px !important;
}
.bootstrap-table .table > thead tr {
    border-top: 0 !important;
}
.fixed-table-toolbar a.btn, .fixed-table-toolbar button {
    border: 1px solid #adadad !important;
}
.bootstrap-table table > :not(caption) > *{
    border-width: 1px 0 !important;
    border-color: #dddddd !important;
}
.bootstrap-table .table > :not(caption) > * > * {
    border-width: 0 !important;
}
.text-center.bootstrap-datatable-loader {
    min-height: 50px;
    max-height: 50px;
    position: relative;
    top: 16px;
}

.datatable-bubble-circle.spinner-bubble {
    font-size: 5px;
}
.bootstrap-datatable-loader .loader.spinner-bubble.spinner-bubble-primary {
    padding: 0 !important;
    margin: 0 !important;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar{
    height: 8px;
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #456978;
    cursor:pointer;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    --tw-ring-color: #6363c1 !important;
    border-color: #6363c1 !important;
}
/****** Custom css over here ********/

#editBasicInformationModal .modal-dialog {
    width: 800px !important;
    min-width: 800px !important;
}
#exampleModal .modal-dialog {
    width: 500px !important;
    min-width: 500px !important;
}

/*---- START for customize sidebar ----*/
.layout-sidebar-large .sidebar-left-secondary{
    left: calc(-320px - 20px);
}
/*---- END for customize sidebar ----*/

.my-striped-table tbody tr:nth-child(odd) {
    --bs-table-accent-bg: rgb(67 11 68 / 5%) !important;
    color: #182d58 !important;
  }

  .my-striped-table thead {
    --bs-table-accent-bg: rgb(67 11 68 / 5%) !important;
    color: #182d58 !important;
}

.my-striped-table .no-records-found{
    --bs-table-accent-bg: rgb(67 11 68 / 5%) !important;
    color: #182d58 !important;
}

.table tbody span.status-orange , .table tbody span.status-danger, .table tbody .status-success, .table tbody span.status-warning, .table tbody span.status-info,.table tbody span.status-purple {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 20px;
    width: 115px;
    height: 30px;
    vertical-align: middle;
}

.table tbody .status-success {
    background-color: #3a974c21 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.table tbody span.status-danger{
    background-color: #ff00001a !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.table tbody span.status-warning {
    background-color: rgba(243, 245, 165, 0.49) !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.table tbody span.status-orange {
    background-color: #fecba1 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-info {
    background-color: #0dcaf029 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-purple {
    background-color: #dfdbe9 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}
.currency_tab {
    height: 34px;
}

.currency_tab .badge {
    border-radius: 8px !important;
}
.deposit-dashboard-section,
.withdrawal-dashboard-section{
    width: 50%;
}

@media only screen and (max-width: 1580px) {
    .deposit-dashboard-section,
    .withdrawal-dashboard-section{
        width: 100%;
    }
}

/*---- START for customize sidebar ----*/
.app-admin-wrap.sidebar-full .sidebar-panel{
    width: 325px !important;
}
@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .sidebar-panel {
        left: -325px;
    }
}
@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .main-content-wrap {
        width: calc(100% - 0px) !important;
    }
}
.loadscreen{
    height: 100% !important;
    z-index: 9999 !important;
}
.app-footer{
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
}
.main-content{
    margin-bottom: 90px !important;
}
.sidebar-panel .main-menu .metismenu .active::before{
    left: 0;
}
.sidebar-panel .main-menu .metismenu ul{
    padding: 0px 10px !important;
}
.Ul_li--hover::before{
    width: 315px;
    left: -315px;
}
.activeMenu::before{
    width: 315px;
    content: "";
    background-color: #1c3750;
    position: absolute;
    height: 36px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0.1;
    right: 0;
    left: 0;
    transition: all 400ms ease;
    z-index: -1;
}
.metismenu .has-arrow:after{
    right: 1em !important;
}
.app-admin-wrap.sidebar-full .main-content-wrap{
    width: calc(100% - 325px);
    padding: 1rem 1.25rem 0rem;
}
.gull-brand .large-logo {
    width: 150px !important;
}
.gull-brand .small-logo{
    width: 60px !important;
}
.sidebar-closed .large-logo{
    display: none;
}
.sidebar-full .large-logo{
    display: block;
}
.sidebar-full .small-logo{
    display: none;
}
.sidebar-closed .small-logo{
    display: block;
}
.metismenu .has-arrow:after{
    -webkit-transform: rotate(-135deg) translateY(-50%) !important;
    transform: rotate(-135deg) translateY(-50%) !important;
}
.metismenu .has-arrow[aria-expanded=true]:after, .metismenu .mm-active>.has-arrow:after{
    -webkit-transform: rotate(-45deg) translateY(-50%) !important;
    transform: rotate(-45deg) translateY(-50%) !important;
}
/*---- END for customize sidebar ----*/
#menuSearchBar .select2 .select2-selection{
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    border-radius: 20px !important;
    padding-left: 25px !important;
    max-height: 38px !important;
}
#menuSearchBar .select2 .select2-selection__rendered{
    max-height: 38px !important;
}
#menuSearchBar .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}
#menuSearchBar .select2 .select2-selection__placeholder{
    color: #6b7280 !important;
}
#menuSearchBar .select2 .select2-selection__arrow{
    display: none;
}
#menuSearchBar .select2 .select2-selection::before{
    content: "\f52a";
    font-family: "bootstrap-icons" !important;
    speak: none;
    color: #6b7280;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 18px;
}

.custom-label{
    z-index: 99999;
}

.main-content-wrap.sidebar-full-z-index{
    z-index: unset !important;
}
.form-switch [type=checkbox]:checked {
    background-color: #1c3750 !important;
}
.form-switch .form-check-input {
    width: 2rem;
    height: 1rem;
    margin-right: 5px;
    margin-top: 1.9px;
}
.form-switch .form-check-input:checked{
    background-size: .70rem .70em;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.auth-input-div-max-width{
    max-width: 300px;
}
#full-screen-icon{
    width: 45px !important;
    height: 45px !important;
}
#full-screen-icon:hover{
    background: transparent !important;
}
.form-switch input[readonly] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

i.fas.fa-info-circle {
    color: #B0B0B0 !important;
}

.form-control::file-selector-button {
    background-color: #2d3238 !important;
}

.form-control,.form-select{
    border: 2px solid #d1d5db;
}

.form-control:disabled, .form-control:read-only{
    opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
    color: #7f8289 !important;
}

input.form-control[readonly],
input.form-control[readonly]:hover,
input.form-control[readonly]:focus,
input.form-control[readonly]:active {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: none !important;
}
.form-control::file-selector-button {
    background-color: #2d3238 !important;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus{
    box-shadow: 0 0 0 0 !important;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    --tw-ring-color: #1c3750 !important;
    border-color: #1c3750 !important;
    border-width: 2px;
}
.btn{
    min-width: 100px;
}
.bootstrap-table .btn{
    min-width: unset;
}

.invalid-input{
    border-color: #ff4c51 !important;
}
.invalid-input:focus{
    border-color: #ff4c51 !important;
}

/* new icon css start */
#menu i.bi{
    margin-right: 5px;
    font-size: 1.25rem !important;
}

.side-menu i.bi{
    font-size: 1rem !important;
}
/* new icon css end */

.event-details-modern {
    padding: 20px;
    padding-bottom: 5px;
}
@media screen and (max-width: 1026px) {
.event-details-modern {
    padding: 0px;
}
}


.invalid-input + .select2-container .select2-selection {
    border-color: #ff4c51 !important;
}

.radio input[disabled] ~ span {
    color: inherit !important;  /* normal text */
}
