.loadingLoader {
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 35%;
    z-index: 9999;
}

.loadingLoader img {
    width: 10%;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.table-checkable .btn-sm {
    padding: 5px 10px !important;
    text-align: center;
}

.table-checkable .btn-sm i {
    padding-right: 0 !important;
}

#kt_search,
#kt_search2,
#kt_search3,
.swal-button--confirm,
.swal-button--confirm:not([disabled]):hover,
.add-button,
.add-button:hover,
.theme-button,
a.btn.btn-label-brand:hover,
.view-button:active,
.dataTables_wrapper .pagination .page-item:hover > .page-link,
.btn.btn-label-brand,
.dataTables_wrapper .pagination .page-item.active > .page-link,
.dataTables_wrapper .pagination .page-item.previous > .page-link:hover,
.dataTables_wrapper .pagination .page-item.next > .page-link:hover {
    background-color: #1e522d !important;
    color: #fff !important;
}

.btn.btn-default:hover,
.show > .btn.btn-default,
.show > .btn.btn-default i,
.btn.btn-default:active,
.btn.btn-default i,
.btn.btn-default:hover i,
.btn.btn-default:active i {
    background-color: #fff !important;
    color: #adb1c7 !important;
}

#kt_subheader .kt-portlet__body {
    color: #6c7293 !important;
}

.table-checkable > tbody > tr > td:last-child > a,
.table-checkable > tbody > tr > td:last-child > a:hover {
    background-color: #1e522d;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.kt-notification
    .kt-notification__item
    .kt-notification__item-details
    .kt-notification__item-title,
.kt-notification
    .kt-notification__item:hover
    .kt-notification__item-details
    .kt-notification__item-title {
    color: #1e522d;
}

.theme-close-button {
    background-color: #efefef !important;
    color: #555 !important;
}

.theme-close-button:hover {
    background-color: #e8e8e8 !important;
}

.pac-container {
    z-index: 9999 !important;
}

/* Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 22px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #1e522d !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1e522d !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#dropdown:hover > .dropdown-menu {
    display: block;
    color: #1e522d;
}

#dropdownMenuButton {
    background-color: #1e522d !important;
    color: white;
}

#dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#dropdown > .dropdown-menu > .dropdown-item:focus,
#dropdown > .dropdown-menu > .dropdown-item:hover,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option.select2-results__option--highlighted,
.bootstrap-select .dropdown-menu.inner > li:hover > a,
.bootstrap-select .dropdown-menu.inner > li.selected > a,
.datepicker tbody tr > td.day:hover,
.datepicker tbody tr > td.day.active {
    background-color: #1e522d !important;
    color: white !important;
}
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active, .daterangepicker .drp-calendar td.active, .applyBtn {
    background: #1e522d !important;
    color: #ffffff !important;
}
#spacer {
    height: 1.5rem !important;
    background-color: #f2f3f8 !important;
}

.btn i {
    padding-right: 0rem !important;
}

#btn_login_value, #complate, #kt_login_forgot_cancel{
    background-color: white;
    color: #1e522d;
    border: 1px solid #1e522d;
}

.select2-container{ width: 100% !important; }

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: black !important;
}
#overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: gray;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    display: none;
}
#overlay h2 {
    position: fixed;
    margin-left: 40%;
    top: 40%;
}
  #datatableLoader{
    color:#1e522d;
  }

  .select2-container--default .select2-search--dropdown {
    padding: 15px 5px !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner > li:hover > a .text,
.bootstrap-select .dropdown-menu.inner > li.selected > a .text{
    color: white !important;
}

.bootstrap-select.show > .dropdown-toggle.btn-light{
    border-color: #ebedf2 !important;
}
.dateFilter{
    width: 100% !important;
    border-color: black !important;
}
.errorMessage{
    color: #fd397a;
}
.daterangepicker td.in-range
{
    background-color: #1e522d !important;
    color: white !important;
}
.container {
    position: relative;
  }

  #password {
    padding-right: 30px; /* Ensure space for the toggle icon */
  }

  #slash_icon{
    position: absolute;
    right: 10px;
    top: 62%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
  }

  #slash_icon_forgot{
    position: absolute;
    right: 26px;
    top: 43px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
  } 
  .custom-tab {
    font-family: 'Poppins';  /* Change 'Your Custom Font' to the desired font-family */
    font-size: 20px !important; /* Adjust the font size as needed */
    color: #646c9a !important; /* Change the color to your preferred text color */
    margin-bottom : 0.5rem !important;
    font-weight : 500  !important;
    line-height : 23px!important;
    /* Add any other styles you want to customize */
}
/* Add this style to set a bottom border for all nav-links */
.nav-tabs .nav-item .nav-link {
    border: 0;
    border-bottom: 3px solid transparent; /* Set the bottom border color and width */
    color: #000; /* Set the default text color */
}

/* Add this style to set the active tab's bottom border color */
.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #0000FF; /* Dark blue color */
}

/* Add this style to change the text color when a tab is active */
.nav-tabs .nav-item .nav-link.active {
    color: #0000FF; /* Dark blue color */
}
ul#businessTabs {
    border-bottom: none;
    margin-top: 20px;
}

ul#businessTabs .nav-item{
    margin-left: 5px;
    margin-right: 5px;
}

ul#businessTabs .nav-item .nav-link {
    border-bottom-color: #a2a2a2;
}

ul#businessTabs .nav-item .nav-link.active {
    border-bottom-color: #205430;
}
