.mr-1{ margin-right: 0.25rem; }
.main-content-wrap{
    padding: 1rem 1rem 0;
}
/* .breadcrumb{
    margin: 0;
} */
/*.table > :not(caption) > * > *{
    padding: 0.12rem 0.12rem;
}*/
.breadcrumb,.separator-breadcrumb{
    margin-bottom: 0.7rem;
}
.card-body {
    padding: 1rem !important;
}
.breadcrumb ul li:after{
    position: unset !important;
}

/*-------- START for Data Table --------*/

.table td:last-child {
    gap: 2px;
    flex-wrap: wrap;
}

#custom_toolbar{
    width: 100%;
    text-align: end;
    position: relative;
    margin-right: 124px;
}

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

.mr-2 {
    margin-right: 0.5rem !important;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 0px 40px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform label.main {
    font-size: 14px;
    font-weight: 700;
}

.main-content-wrap{
  overflow: hidden !important;
  height: 100% !important;
  min-height: 100vh !important;
}

.layout-sidebar-vertical .main-content-wrap{
    min-height: 100vh !important;
}

#withdraw_request tbody td:nth-last-child(1) a {
    margin: 1px !important;
    padding: 5px !important;
}
img.object-contain{
    object-fit: contain !important;
}

/* summernote */
.note-modal input[type=checkbox]{
    position: unset !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    margin-right: 10px !important;
}
.note-modal .checkbox{
    padding-left: 0px !important;
}
.note-modal .checkbox label {
    display: flex;
    align-items: center;
}
.custom-error {
    color: red;
}

.transaction .columns.columns-right.btn-group.float-right {
    right: 0px !important;
}

#progressbar{
    display: flex;
    flex-wrap: nowrap !important;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 400
}

.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;
}

.list{
    border: none !important;
}
.summery .list-group {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}
.summery .list-group-item {
    flex: 1;
    display: flex;
    justify-content: space-between;
    border: none; /* Optional: Remove borders if needed */
}
.hidden-div{
    display: none;
}

.bootstrap-table .fixed-table-container .table thead th {
    padding: 4px 3px !important;
    vertical-align: baseline !important;
}

.text-monospace{
    font-family: monospace !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)
}
#confirmationModal .modal-header{
    display: block !important;
    border-bottom: none !important;

}
#confirmationModal .modal-footer{
    border-top: none !important;

}
table.retireTable tbody td {
    white-space: nowrap !important;
}

#pdf-bstable input:disabled:not([type="checkbox"]), #static-data-bstable input:disabled:not([type="checkbox"]) {
    background-color: #e5e7eb !important;
}
.reviewtooltip {
    float: right;
    margin-top: -30px;
    position: relative;
    margin-right: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.amendment-table{
    text-align: left;
}

/****** Table 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,.bootstrap-table table tbody td:nth-first-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;
    color: #000000 !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;
}

[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;
}
/* diff checker */
.tab-content {
    padding: 0 0rem !important;
}
.input-group-text {
    background-color: #ffffff !important;
    border: 0 !important;
    position: absolute !important;
    top: 9px !important;
    right: 15px !important;
}
.input-group-text.bg-highlight {
    background: #e7e7e7 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
span.animation-wrap {
    display: none !important;
}
h4.box-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    letter-spacing: 0 !important;
    color: #000000;
    margin-bottom: 0 !important;
}

body .card .card-header {
	background-color: rgba(15, 23, 42, 0.03) !important;
	padding: 10px !important;
}

.bootstrap-table table thead th {
    padding: 10px 10px !important;
    vertical-align: middle;
}

body .dark [type=checkbox]:checked,body .dark [type=radio]:checked,body [type=checkbox]:checked,body [type=radio]:checked {
    background-color: #9C27B0 !important;
}
/* diff checker */

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

.fixed-table-body::-webkit-scrollbar{
	height: 5px;
	background-color: #F5F5F5;
}

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

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

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

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

/****** Table Custom css over here ********/
.reasonprovided{
    word-wrap: break-word;
    font-weight: 600;
    color: #000;
}

th {
    text-transform: capitalize !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem 0.75rem !important;
    font-size: 0.875rem;
}
.select2-container .select2-selection--single {
    height: 44px !important;
    border-width: 2px !important;
    border-radius: .5rem !important;
    border-color: #d1d5db !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 2px solid #d1d5db !important;
}
form#order_process_data .errors-show {
    margin-top: 0px !important;
}
.logos-table img {
    max-width: 65px !important;
    min-width: 65px !important;
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
    border-radius: 5px !important;
    background: #f1f1f1 !important;
}

.modal-body span#modalMessage {
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 0.5px !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;
}
table#pdf-bstable thead th .th-inner {
    min-height: 45px !important;
}

.card-header h3{
    text-transform: capitalize !important;
}

.custom-error {
    color: #ff4c51;
    font-size: 13px;
    font-weight: 100;
}

.bootstrap-table .fixed-table-toolbar .columns label {
    text-transform: capitalize !important;
}
.bootstrap-table .fixed-table-container .userTable td:nth-child(2){
    white-space:pre-wrap
}

.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;
}
[type=file] {
    border-color: #7c90ad !important;
    border-radius: 10px !important;
    border-width: 1px !important;
    border-style: solid !important;
    width:100%;
}
.form-check-input[type=checkbox] {
    border-radius: initial !important;
}
.fixed-table-pagination {
    display: flex !important;
    justify-content: space-between !important;
}
.bootstrap-table .fixed-table-pagination::after{
    display: none !important;
}
.topm-none.form-group .form-check-input{
    margin-top: 0 !important;
}
.btn.ltrbtns {
    margin: 0 5px;
}

.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;
}
ul.childNav li.nav-item.activeMenu {
    background: #e5e7eb;
}

.daterangepicker .drp-buttons .cancelBtn{
    color: black !important;
    border-color: black !important;
}

.bg-vector {
    position: absolute;
    bottom: 10px;
    right: 5px;
    opacity: 0.25;
}

.border-r {
    border-left: 3px solid;
    min-height: 109px;
    margin-bottom: 10px;
}

.padTop{
    padding-top: 5px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wallet-nav .nav-item {
    margin-left: 10px;
}

.nav-pills {
    gap: 10px;
}
.drp-buttons .cancelBtn{
    color: #111827 !important;
    background-color: #fff !important;
    border-color: #7236B8 !important;
}

#walletTable tr:last-child {
    border: none !important;
}

.btn-primary:disabled, .btn-primary.disabled, fieldset:disabled .btn-primary{
    color: white !important;
}

.btn-primary:hover{
    color: white !important;
}
.month-calendar{
    height: 10px !important;
    border-radius: 8px !important;
    font-size: 0.711375rem !important;
}

.currency-dropdown{
    height: 27px !important;
    border-radius: 8px !important;
    font-size: 0.711375rem !important;
    padding-top: 0px;
}

.apexcharts-canvas .apexcharts-legend-text {
    padding-left: 0.25rem !important;
}

.layout-sidebar-large .sidebar-left-secondary {
    width: 300px !important;
}

.status-button{
    min-width: 55px;
}

.badge.rounded-pill {
    width: 70px;
    text-align: center; /* Ensures text is centered */
}
.token-bottom{
    margin-bottom: 49px !important;
}

.custom-label-profile{
    top: 34%;
    z-index: 9999999;
}

/*---- START for customize sidebar ----*/
.app-admin-wrap.sidebar-full .sidebar-panel{
    width: 300px !important;
}
@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .sidebar-panel {
        left: -300px;
    }
}
@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;
}
.Ul_li--hover::before{
    width: 290px;
    left: -290px;
}
.activeMenu::before{
    width: 290px;
    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;
}
.metismenu .has-arrow:after{
    right: 1em !important;
}
.app-admin-wrap.sidebar-full .main-content-wrap{
    width: calc(100% - 300px);
    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{
    width : 100%;
}
#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;
}

#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;
    padding-top: 8px !important;
}
#menuSearchBar .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 17px !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;
}

.filter-end-transaction{
    margin-left: 80% !important;
}
.select2-container{
    z-index: 999 !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;
}
.custom-label{
    z-index: 9999999 !important;
}

.metismenu{
    padding: 0 6px !important;
}

.table th select,
.table th input:not([type="checkbox"]) {
    min-width: 140px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px !important;
}
.auth-input-div-max-width{
    max-width: 300px;
}
.form-switch input[readonly] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.form-switch .form-check-input{
    border-radius: 2em !important;
}

#full-screen-icon{
    width: 45px !important;
    height: 45px !important;
}
#full-screen-icon:hover{
    background: transparent !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, .select2-container *:focus,  .select2-container *:open {
    border-color: #6363c1 !important;
    outline: none !important;
}

input#phone {
    border-left: 2px solid #d1d5db !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.invalid-input{
    border-color: #ff4c51 !important;
}
.invalid-input:focus{
    border-color: #ff4c51 !important;
}
.preference-switch{
    padding-left: 43px !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 */
.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") !important;
   background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 0.85em .75em;
    padding-right: 2.5rem;
    top: 6px !important;
    print-color-adjust: exact;
}

.btn-withdrawal-process{
    width: 120px !important;
    align-items: flex-start;
    margin-bottom: 12px;
}

.chkDiv input[type="checkbox"] {
  margin-top: 3px;
}

.chkDiv b {
  font-weight: bold;
  text-align: left;
  flex: 1;
}

.step-tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.step-tooltip-wrapper .step-tooltip-content {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.step-tooltip-wrapper:hover .step-tooltip-content {
  display: block;
}

