.small_image {
    width: 45px;
    height: 45px;
    border-radius: 23px;
}

.form-control {
        height: 40px;
    padding: 10px 15px;
    font-size: 14px !important;
    min-height: 40px;
}
.auth form .form-group {
    margin-bottom: 0.1vw;
}

.position-absolute {
    position: absolute !important;
}

.right--0 {
    right: 0;
}
.badge-outline-secondary {
    color: #a42222 !important;
    border: 1px solid #a42222;
}
.fa-edit {
    color:  white !important;   
}
.btn-primary{
    color: white !important;
}

.right--180 {
    right: 180px;
}

.top--5 {
    top: 5px
}
.btn-primary {
    background: #1c398e;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 15px!important;
    font-weight: 600;
    text-decoration: none!important;
    border-color: #1c398e;
    height: 40px;
}
a.btn-primary {text-decoration: none!important;}
.input-group .btn-primary {
    /* padding: 15px 15px!important; */
}

.btn-primary:focus,
.btn-primary:hover {
    outline: none;
    box-shadow: none!important;
    background: #1c398e;
    border-color: #1c398e;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: -29px;
    margin-bottom: 20px;
}
.btn-danger {
    /* background: #0c0c0c; */
    color: #ffffff;
    border-radius: 1px;
    border: none;
    padding: 10px 15px!important;
}
.paginate_button {
    color: #000000;
    font-size: 12px;
    margin-right: 7px;
    padding: 2px 8px;
    text-decoration: none;
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 5px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -20px!important;
}
.table th{
    background: #f5f6f7;
    color: #000;
    padding: 12px 10px;
}

.btn-danger:focus{
    outline: none;
    box-shadow: none;
}
.card .card-description {
    margin-bottom: 0.875rem;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
}
.new_blogs{
    height: 44px;
    color: #fff !important;
    background-color: #1c398e;
}

/* left sidebar design */ 

body {
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #F4F5F7;
}


.sidebar .nav .nav-item > .nav-link .mdi{margin-right: 10px; font-size: 15px; font-weight: 400;}
.sidebar .nav .nav-item > .nav-link svg{margin-right: 8px; font-size: 19px; font-weight: 400;}
.sidebar .nav .nav-item > .nav-link .svg {
  fill: none;
  stroke-width: 3;
  stroke: #000;
}

.sidebar .nav .nav-item.active > .nav-link svg {
  /* background-color: pink; */
  stroke: #fff;
}


.navbar .navbar-menu-wrapper {
    background: #F4F5F7;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #6C7383;
    padding-left: 3.5rem;
    padding-right: 2.187rem;
    padding-top: 30px;
    padding-bottom: 25px;
    width: calc(100% - 220px);
    height: 60px;
}

.navbar .navbar-brand-wrapper {
    background: #F4F5F7;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 220px;
    height: 60px;
    padding: 10px 35px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text { 
font-size: 20px;
    line-height: 20px;
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}


.page-body-wrapper {
    min-height: calc(100vh - 97px); 
    padding-top: 60px;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 14px;
    line-height: 1;
}
.sidebar {
    background: #F4F5F7;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    width: 260px;
    color: black;
    /* soft shadow to separate sidebar from content */
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.06);
   
}
 
/* Sidebar nav - scrollable if content is long */
.sidebar .nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: calc(100vh - 97px);
    padding-right: 10px;
    padding-bottom: 20px;
        padding-left: 10px;
}

/* Custom scrollbar for sidebar nav */
.sidebar .nav::-webkit-scrollbar {
    width: 6px;
}

.sidebar .nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin: 10px 0;
}

.sidebar .nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: background 0.2s ease;
}

.sidebar .nav::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* Firefox scrollbar for sidebar */
.sidebar .nav {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.05);
}

.sidebar .nav .nav-item.nav-category {
      color: lab(47.7841% -.393182 -10.0268);
    border-bottom: 1px solid rgb(226 220 220 / 34%);
    margin: 0 27px;
    font-size: 12px;
    font-weight: 600;
    padding: 25px 0px 5px 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar .nav .nav-item .nav-link {
    position: relative;
    padding:10px 10px 10px 25px; /* extra padding for a more spacious feel */
    color: #000000;
    transition: background 0.2s ease, color 0.2s ease;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 15px;
    line-height: 1;
    margin-right: 1rem;
    color: #000000;
    transition: color 0.2s ease, transform 0.2s ease;
}

/* Ensure icons are white when menu item is active */
.sidebar .nav .nav-item.active > .nav-link i.menu-icon,
.sidebar .nav .nav-item > .nav-link[aria-expanded="true"] i.menu-icon {
    color: #ffffff !important;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, 
.sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"],
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    background: #1c398e;
    color: white;
    border-radius: 8px;
}

/* Ensure icons are white when menu is expanded */
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] i.menu-icon,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] i.menu-icon:before {
    color: #ffffff !important;
} 

.sidebar .nav .nav-item:hover > .nav-link i,
.sidebar .nav .nav-item:hover > .nav-link .menu-title,
.sidebar .nav .nav-item:hover > .nav-link .menu-arrow {
    color: #ffffff;
}

/* Ensure main menu icons specifically turn white on hover */
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link i.menu-icon {
    color: #ffffff;
}

/* Override base theme :before color so icon glyph also turns white on hover */
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link i.menu-icon:before {
    color: #ffffff !important;
}


/* Menu Arrow Icon Styling */
.sidebar .nav .nav-item .nav-link .menu-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: #000000;
    transition: transform 0.3s ease;
    display: inline-block;
    line-height: 1;
}

.sidebar .nav .nav-item .nav-link .menu-arrow::before {
    content: "\f054"; /* Font Awesome chevron-right */
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow {
    transform: translateY(-50%) rotate(90deg);
}

.sidebar .nav .nav-item:hover > .nav-link .menu-arrow {
    color: #ffffff;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow {
    color: #1c398e;
}

/* Active submenu item styling */
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #000000 !important;
    font-weight: 600;
    /* background: #ffaf0054; */
       border-left: 0px solid #000000;
    padding-left: calc(1rem - 3px);
    background: #dadfeb96;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #4b5563; /* dark grey for good contrast */
    font-size: 12px;
}
.sidebar .nav.sub-menu {
    background: rgba(255, 255, 255, 0.05);
    padding:10px 0 10px 35px;
    margin-top: 0;
    border-radius: 0 0 8px 8px;
}

.sidebar .nav.sub-menu .nav-item {
    margin-bottom: 0.25rem;
}

/* Hide default bullet dots from base theme to avoid overlap with main menu */
.sidebar .nav.sub-menu .nav-item::before {
    display: none;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #000000;
    background: #dadfeb96;
    border-radius: 13px;
}
/* button.file-upload-browse.btn.btn-primary {
    background: #ef530f;
    border: 1px solid #ef530f;
} */
.sidebar .nav .nav-item.active > .nav-link {
    background: #1c398e;
    color: white !important;
    font-weight: normal;
    border-radius: 12px;
    padding-left: 23px;  /* slight indent when selected */
    padding-right: 1.4rem;
    margin-left: 2px;      /* subtle visual offset for active item */
}

.sidebar .nav .nav-item.active > .nav-link i.menu-icon {
    color: #ffffff !important;
    font-size: 18px;
    transform: scale(1.05);
}
.sidebar .nav .nav-item.active > .nav-link i.menu-icon:before {
    color: #ffffff !important;
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
    font-size: 13px;
    color: white;
}
.sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
    /* Remove base theme icon so only our Font Awesome arrow is visible */
    content: "";
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #000000;
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    border-radius: 8px;
    background: #1c398e;
    /* color: #1c398e; */
}

.footer {
    padding: 3px 2.45rem;
    background: #fff;
}
.card .card-title {
    color: #000 !important;
    margin-bottom: 2.2rem ;
    font-size: 18px !important;
    border-bottom: 0px solid #1a28732b !important;
    line-height: 40px;
    font-weight: 600 !important;
}
.card .card-description {
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #0000001f;
    line-height: 37px;
}
.card .card-body {
    padding: 1.5rem 1.5rem;
}

.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: #1a2873;
}
.sidebar-icon-only .sidebar .nav .nav-item.active .nav-link i.menu-icon {
    color: #1c398e;
}
.invalid-feedback {
    margin-top: 0.25rem;
    color: #ff0101;
}
.form-group label {
    margin-top: 8px;
    color: #000000;
    font-weight: 600;
}

/* Tighter spacing for login form fields */
.login-card .form-group {
    margin-bottom: 0.75rem;
}

/* Password eye icon styling on login */
.password-toggle-group .password-toggle {
    cursor: pointer;
    background-color: #ffffff;
    border-left: 0;
}
.password-toggle-group .form-control {
    border-right: 0;
}
.password-toggle-group .password-toggle i {
    font-size: 18px;
    color: #9ca3af;
    transition: color 0.2s ease;
}
.password-toggle-group .password-toggle:hover i {
    color: #1c398e;
}
.bg-area {
    background: rgb(225 223 222 / 16%);
    border: 1px solid #0000001a;
   
}
.add-btns{
    margin-bottom: 20px;
}
.new-textareas{
    border: 1px solid #dee2e6;
    font-weight: 400;
    font-size: 13px;
    border-radius: 4px;
    padding-left: 9px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(201, 201, 201);
    opacity: 1; /* Firefox */
  }
  
.new-textareas::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(201, 201, 201);
    opacity: 1; /* Firefox */
    padding: 10px 15px 3px 13px;
  }

  span.text-dark {
    font-weight: 600;
    font-size: 15px;
}
.view{color: #1a2873; font-weight: 600;}

.customize_section {
    margin: 0 20px;
}

/* ===== Top Header (Navbar) Shadow ===== */
.navbar.default-layout {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.table--datatable th {
    background: #1a2873;
    color: #ffffff;
}
.bod-bot{border-bottom: 1px solid #dddddd; padding: 10px 0 10px 0; margin-bottom: 0px;}
/* media quiery */
@media (min-width: 1280px){
.delete-rows{
    width: 45px;
    padding: 5px 5px 4px 6px;
    height: 37px;
}
.add-rews{
    width: 45px;
    padding: 5px 5px 4px 6px;
    height: 37px;
}
}

@media (min-width: 992px){
.sidebar-icon-only .sidebar {
    background: #1a2873;
}
.sidebar-icon-only .navbar .navbar-brand-wrapper {
    background: #1a2873;
}
.sidebar-icon-only .navbar .navbar-brand-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    transform: rotate(180deg);
    color: #fff;
}
.sidebar .nav .nav-item .nav-link i.menu-icon:before {
    color: black;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-bottom: 1px solid #edeaea42;
    background: #ffc024;
}
.sidebar-icon-only .sidebar .nav .nav-item.active .nav-link:before {
    background: #1a2873;
}
}

.tgl-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .tgl-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .tgl-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .tgl-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .tgl-slider {
    background-color: #2196F3;
  }
  
  input:focus + .tgl-slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .tgl-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded tgl-sliders */
  .tgl-slider.round {
    border-radius: 34px;
  }
  
  .tgl-slider.round:before {
    border-radius: 50%;
  }
  .bg-row {
    background-color: #7c7b7f0d;
    padding: 15px 43px;
    margin: 10px 0px 20px;
}
  .bg-row .row{padding: 10px; margin-bottom: 5px; border-bottom: 1px solid #dddddd;}

textarea.form-control, textarea.asColorPicker-input, .select2-container--default textarea.select2-selection--single, .select2-container--default .select2-selection--single textarea.select2-search__field, textarea.typeahead, textarea.tt-query, textarea.tt-hint {
    min-height: 6rem;
}


/* ===== Global Select2 Multi-Select Styling ===== */
.select2-container--default .select2-selection--multiple {
    min-height: 44px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none !important;
    list-style: none;
    background-color: #f5f0ff;
    border: 1px solid #e0d4ff;
    border-radius: 999px;
    color: #4b2995;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 2px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #4b2995;
    margin-right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #a2003b;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0.85rem;
    min-width: 60px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1c398e;
    box-shadow: 0 0 0 2px rgba(31, 59, 179, 0.09);
}

/* Hide native file input used by custom file-upload UI */
.file-upload-default {
    display: none !important;
}


.key_feature_outer .key_feature_box .add_row {
    display: none;
}

.key_feature_outer .key_feature_box:last-child .add_row {
    display: inline-block !important;
}

.key_feature_outer .key_feature_box:first-child .remove_row {
    display: inline-block !important;
}

/* ---------- Auth / login page refinements ---------- */

.auth {
    min-height: 100vh;
    background: radial-gradient(circle at top left, #fff7e0 0, #ffffff 40%, #f3f6ff 100%);
}

.auth .row.w-100.mx-0 {
    justify-content: center;
}

.login-card {
    border-radius: 18px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    /* border: 1px solid rgba(148, 163, 184, 0.25); */
    background-color: #ffffff;
}

.login-card .form-control {
    border-radius: 12px;
    border-color: #e2e8f0;
    font-size: 0.95rem;
}

.login-card .form-control:focus {
    border-color: #1c398e !important;
    box-shadow: 0 0 0 1px rgba(31, 59, 179, 0.35);
}

.login-card .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    /* color: #1f2933; */
}

/* tighten vertical spacing between fields on login */
.login-card .form-group {
    /* margin-bottom: 0.5rem; */
}

.login-card .form-label.mb-1 {
    margin-bottom: 0.25rem !important;
}

.login-card .auth-form-btn {
    border-radius: 10px;
    letter-spacing: 0.03em;
    padding: 0px 30px !important;
    font-size: 14px;
    min-width: auto;
    height: 35px;
    width: 100%;
}

.auth .auth-form-light {
    background-color: rgb(108 43 43 / 0%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* loading state for login button */
.login-card .auth-form-btn.is-loading {
    position: relative;
    color: transparent !important;
}

.login-card .auth-form-btn.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-top-color: #000000;
    animation: login-btn-spin 0.75s linear infinite;
}

@keyframes login-btn-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ---------- Sidebar access cards (Super Admin hospital forms) ---------- */
.form-section .sidebar-access-group-title {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 0.35rem;
}
.form-section .sidebar-access-group {
    padding: 0.6rem 0.75rem;
    border-radius: 6px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    margin-bottom: 0.35rem;
}
.form-section .sidebar-access-group .form-check {
    margin-bottom: 0.15rem;
}
.form-section .sidebar-access-group .form-check-label {
    font-size: 0.8rem;
}

/* Toast styles for login page */
.login-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-toast {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 320px;
    max-width: 400px;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    background: #ffffff;
    border-left: 4px solid #dc2626;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    line-height: 1.5;
    animation: login-toast-slide-in 0.3s ease-out;
}

.login-toast-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #dc2626;
    font-size: 1.1rem;
    font-weight: 700;
}

.login-toast-content {
    flex: 1;
}

.login-toast-title {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 4px;
    color: #1f2937;
}

.login-toast-message {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.5;
    word-wrap: break-word;
}

.login-toast-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #9ca3af;
    font-size: 1.25rem;
    line-height: 1;
    transition: color 0.2s;
    margin-top: 2px;
}

.login-toast-close:hover {
    color: #4b5563;
}

@keyframes login-toast-slide-in {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.login-card .alert {
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
}

/* soften heading + spacing */
.login-card h4 {
    font-weight: 700;
    color: #111827;
}

.login-card h6 {
    color: #6b7280;
}

@media (max-width: 576px) {
    .login-card {
        padding: 2rem 1.5rem !important;
    }
}

.key_feature_outer .key_feature_box:only-of-type .remove_row {
    display: none !important;
}


.addressbox {
    border-bottom: 1px solid #dddddd;
    line-height: 29px;
    padding-bottom: 15px;
}
.headsec{padding: 10px 0 0; border-bottom: 1px solid #ddd;}
.card-inner {
    margin: 10px 0 20px 0;
    border: 1px solid #aeb4cf38;
    padding: 10px;
}
.key_feature_outer {
    margin: 10px 10px;
}
.key_feature_outer .key_feature_box{border-bottom: 1px solid #ededed; padding-bottom: 15px;}
.row.mainhead {
    font-weight: 600;
    background: aliceblue;
    padding: 10px;
    margin: 0 5px;
}

.sidebar .nav .nav-item .nav-link {

    border-radius: 0px; color: #000000;

}

.table a {
    font-weight: 600;
    text-decoration: underline;
    color: #1a2873;
}
.description{max-width: 250px!important;}

.filter-bar {
    /* border: 1px solid #e3e6ef;
    border-radius: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; */
 
    border-radius: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #ffffff82 0%, #f8f9faa8 100%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 0%), 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.filter-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 3px;
    background: linear-gradient(90deg, #1a2873 0%, #ffaf00 100%);
    border-radius: 12px 12px 0 0; */
}

.filter-bar:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.06);
}

.filter-bar .form-control {
    border: 1.5px solid #d1d5db !important;
    background-color: #fff;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.filter-bar .form-control:focus {
    border-color: #1a2873 !important;
    box-shadow: 0 0 0 3px rgba(26, 40, 115, 0.1) !important;
    outline: none;
}

.filter-bar .form-control-sm {
    padding: 0.35rem 0.65rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 6px;
    font-weight: 400;
}

.filter-bar select.form-control-sm {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.65rem center;
    background-size: 12px;
    padding-right: 2rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-bar .btn-primary {
    height: 44px;
}

.filter-bar label {
    font-weight: 600;
    color: #1a2873;
    font-size: 0.875rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-bar label::after {
    content: ':';
    margin-left: 2px;
}

.filter-bar .btn-common {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.filter-bar .btn-common:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.filter-bar .btn-common:active {
    transform: translateY(0);
}

.filter-bar .btn-primary.btn-common {
    background: linear-gradient(135deg, #1c398e 0%, #1a2f8f 100%);
    border: none;
    font-weight: 600;
    color: #ffffff;
}

.filter-bar .btn-light.btn-common {
    background: #ffffff;
    border: 1.5px solid #d1d5db;
    color: #495057;
}

.filter-bar .btn-light.btn-common:hover {
    background: #f8f9fa;
    border-color: #1a2873;
    color: #1a2873;
}

.filter-bar .btn-info.btn-common {
    background: linear-gradient(135deg, #36b9cc 0%, #258ea6 100%);
    border: none;
    color: #fff;
}

.filter-separator {
    width: 1px;
    height: 28px;
    background: #e3e6ef;
    margin: 0 8px;
    flex-shrink: 0;
}

.view-all-link {
    transition: all 0.2s ease;
    font-weight: 500;
}

.view-all-link:hover {
    color: #ffaf00 !important;
    text-decoration: underline !important;
    transform: translateX(2px);
}

.view-all-link i {
    font-size: 0.7rem;
    margin-left: 2px;
}

.hide-element {
    display: none;
}
.outer-mid {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffffb0;
    z-index: 99999999999;
    padding: 20% 100px;
    text-align: center;
    overflow-y: hidden;
    pointer-events: none;
    inset: 0;
    display: none;
    
  }
  
  .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #1a2873;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


#cropimage{
	overflow: hidden;
	width:640px;
	height: 480px;
}

.cropper--outer-container {
    width: 692px;
}

label.tagselect {
    padding: 3px 10px;
    border: 1px solid #dddddd;
    margin: 0 5px 9px 0;
}

label.tagselect input{
    margin-right: 5px;
}

.cancel_order {
    float: right;
    margin-top: -25px;
    /* padding: 5px; */
    margin-left: 5px;
    border-radius: 1px;
    padding: 12px 15px!important;
    font-weight: 600;
    text-decoration: none!important;
}

.table-responsive {
    position: relative;
}

.address-proof-label {
    font-size: .8125rem;
}

#address_proof {
    border: 1px solid black;
    border-radius: 3px;
    margin-left: 0.5em;
    font-size: 0.9rem;
}

.seller-list-search {
    overflow-y: auto;
    max-height: 400px;
}
.seller-list-search .seller-name {

    margin: 0 0 0 5px;
}


span.right {
    float: right;
    font-size: 15px;
}

.row.mainhead {
    font-weight: 600;
    background: #1a2873;
    padding: 10px;
    margin: 0 5px;
    color: #ffffff;
}

.content-wrapper {
    /* background: #F4F5F7; */
    padding: 0 2.187rem 1.5rem 1.5rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 97px);
    height: calc(100vh - 97px);
        
    background-image: url(../images/bg-colors.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Custom scrollbar for main content */
.content-wrapper::-webkit-scrollbar {
    width: 8px;
}

.content-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.content-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.content-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox scrollbar for main content */
.content-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.card {
    border-radius: 10px;
}

/* Common Button Styles */
.btn-common {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-common:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn-common:active {
    transform: translateY(0);
}

.btn-primary.btn-common {
    background: #1c398e;
    color: #ffffff;
}

.btn-primary.btn-common:hover {
    background: #1a2f8f;
    color: #ffffff;
}

/* Ensure icons inside primary common buttons are white */
.btn-primary.btn-common i,
.btn-primary.btn-common i::before {
    color: #ffffff !important;
}

/* Edit hospital button icons (plain btn-primary) should also be white */
.btn-primary i,
.btn-primary i::before {
    color: #ffffff;
}

.btn-success.btn-common {
    background: #1cc88a;
    color: #ffffff;
}

.btn-success.btn-common:hover {
    background: #17a673;
    color: #ffffff;
}

.btn-danger.btn-common {
    background: #e74a3b;
    color: #ffffff;
}

.btn-danger.btn-common:hover {
    background: #c0392b;
    color: #ffffff;
}

.btn-light.btn-common {
    background: #f8f9fa;
    color: #212529;
    border: 1px solid #dee2e6;
}

.btn-light.btn-common:hover {
    background: #e9ecef;
    color: #212529;
}

.btn-sm.btn-common {
    padding: 6px 12px;
    font-size: 0.85rem;
}

.btn-outline-primary.btn-common {
    background: transparent;
    color: #1a2873;
    border: 1px solid #1a2873;
}

.btn-outline-primary.btn-common:hover {
    background: #1a2873;
    color: #ffffff;
}

.btn-info.btn-common {
    background: #36b9cc;
    color: #ffffff;
}

.btn-info.btn-common:hover {
    background: #258ea6;
    color: #ffffff;
}

/* Ensure main panel has proper margin for fixed sidebar */
.main-panel {
    margin-left: 260px !important;
    width: calc(100% - 260px) !important;
    transition: margin-left 0.3s ease;
}

.content-wrapper {
    padding: 20px 30px !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .main-panel {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/* new css */

.auth .brand-logo img {
    width: 200px;
    height: auto;
    margin: 0 0 20px 0;
}


  .dashboard-card {
        background: #fff;
        border: 1px solid #f1f1f1;
        transition: 0.3s ease;
            margin-top: 1.2vw;
      }

      .dashboard-card::after {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 160px;
        height: 160px;
        border-radius: 100%;
        pointer-events: none;
      }

      /* Pattern colors */

.card-blue::after {
background: radial-gradient(circle, rgba(59,130,246,0.15), transparent);
}
.card-blue:hover{ background: #f5f8fe;}

.card-purple::after {
background: radial-gradient(circle, rgba(168,85,247,0.15), transparent);
}
.card-purple:hover{ background: #fbf6ff;}


.card-green::after {
background: radial-gradient(circle, rgba(34,197,94,0.15), transparent);
}
.card-green:hover{ background: #f5fffb;}

.card-orange::after {
background: radial-gradient(circle, rgba(249,115,22,0.15), transparent);
}
.card-orange:hover{ background: #fff7f2;}
  .dashboard-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
      }

      .icon-box1 {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
      }

      .bg1-light {
        background: #e9f2ff;
      }

      .bg2-light {
        background: #f6edff;
      }

      .bg3-light {
        background: #e9f8f2;
      }

      .bg4-light {
        background: #fef0e7;
      }

      .bg-success-subtle {
        background-color: #e6f7ee;
      }

.link-outer {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
 h6.dashheading {
    color: #495464;
}

.badgebox{
    display: flex;
    color: green;
    background-color: #e6f7ee;
    border-radius: 20px;
    padding: 4px 11px;
}

     .badgebox .badge {
       font-size: 11px;
    font-weight: 500;
    padding: 2px 0;
    color: green;
}

 .badgebox svg {   width: 13px;
    height: 13px;}

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link { 
    font-size: 14px; 
}

.dropdown-item.active, .dropdown-item:active {
    color: #000; 
    background-color: transparent;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: transparent;
}


.page-header .page-title {
    font-size: 30px!important;
    font-weight: bold !important;
    color: #000 !important;
    margin: 35px 0 0 0;
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}
.page-header {
    margin-bottom: 25px !important;
}

.text-primary { 
    color: #1c398e!important;
}
code { 
    color: #1c398e!important; 
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}
.enablebtn {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 400;
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
    opacity: 0.85;
    font-size: 0.85rem;
}
.enablebtn i {
    width: 20px;
    color: #353535;
}
.bg-primary {
    background: #1c398e !important;
}

.auto-generate-btn {
    border: 0;
    padding: 10px 0;
}
.auto-generate-btn:hover {
    background: transparent!important;
    color: #1c398e!important;
}
.Nobgbtn{  border: 0; background: transparent!important;
    padding: 10px 0;}

.Nobgbtn .fa-edit {
    color: #000 !important;
}

.Nobgbtn i, .Nobgbtn i::before {
    color:unset;
}
::before {
    color: #1c398e !important;
}

.remove-slot-btn{ color: #ad1206; padding: 10px 0;}
.remove-slot-btn:hover{ color: #ad1206; padding: 10px 0;}

.btn-outline-danger {
    border: 0px solid #ad1206; 
}
.btn-outline-danger:hover{
    background: transparent!important;
}

.md-day {
    width: 14px!important;
    height: 14px!important;
    margin-left: -3px !important;
}
input#md-clear-first {
    width: 14px;
    height: 14px;
    margin-left: -3px !important;
}

.allslotbtn{ 
        border-radius: 8px;
    padding: 9px 14px !important;
    color: #1c398e !important;
    background: transparent;
    font-weight: bold;
    font-size: 13px !important;
    border: 1px solid #1c398e !important;
    height: 40px;
    z-index: 1;
}

    .allslotbtn:hover{background: transparent;
 border: 1px solid #1c398e;
    }

    .settings-card .allslotbtn i, 
    .settings-card .allslotbtn i::before {
    color: #1c398e!important;
}

    .day-icon { 
    display: none!important;
}

.day-title {
    font-weight: bold!important; 
    color: #000!important;
    font-size: 20px!important;
    line-height: 20px;
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}

.day-header .info-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 1px 10px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #fff;
    color: #1976d2;
    border: 1px solid #cbe6f9;
    margin-top: 5px;
    font-size: 12px;
}

.day-card .form-switch .form-check-input {
    width: 32px!important;
    height: 14px!important;
    margin-left: -1.5em!important;
}

.slotbtn {
    border: 0 !important;
    font-size: 12px !important;
    padding: 6px 11px !important;
    background: #eef2fb;
    height: 35px;
}

.form-check-input:checked {
    background-color: #1c398e !important;
    border-color: #1c398e !important;
}



.btn-primary:active, 
.btn-primary.active {
    color: #1c398e!important;
    background-color: transparent!important;
    border-color: #1c398e!important;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none!important;
}

/* .location-row  */
.form-check-input.status-toggle {
    width: 28px!important;
    height: 13px!important;
}

.alert-info {
    color: #000;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.25), rgba(168, 85, 247, 0.25), rgba(236, 72, 153, 0.25));
    padding: 10px 10px;
    border-radius: 10px;
    border: 0;
}

.card {
    border-radius: 10px;
    background: #ffffffcc;
}

select.form-select {
    color: #c9c8c8;
}
    .sidebar-icon-only .sidebar {
        background: #F4F5F7;
    }

    .sidebar-icon-only .sidebar .nav .nav-item.active > .nav-link {
    background: transparent;
    color: #1c398e !important;
    font-weight: normal;
    border-radius: 12px;
    padding-left: 23px;
    padding-right: 1.4rem;
    margin-left: 2px;
}

    .sidebar-icon-only .sidebar .nav .nav-item.active .nav-link:before { 
        width: 0; 
    }

        .sidebar-icon-only .sidebar .nav { 
        padding-left: 0;
    }

        .sidebar-icon-only .navbar .navbar-brand-wrapper {
        background: #f4f5f7;
    }


    li.select2-selection__choice {
    border: 1px solid #1c398e!important;
    font-size: 11px!important;
    background: #fff!important;
    color: #000 !important;
    padding: 4px 10px!important;
    border-radius: 10px!important;
    font-family: "Geist Mono", "Geist Mono Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}
span.select2-selection__choice__remove {
    width: 8px!important;
    height: 8px!important;
}

.select2-selection {
    background-color: #fff !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    height: 40px !important;
    font-size: 0.9rem !important;
    padding: 13px 10px !important;
    min-height: 40px !important;
    color: #000 !important;
    border: 1px solid #dee2e6 !important;
        
}
.select2-selection #select2-category_id-container{line-height:inherit!important;}


.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none!important;
}

.page-item.active .page-link { 
    background-color: #262156;
    border-color: #262156;
}

.swal2-title {
    font-size: 30px;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 15px 0 0 0;
    display: block;
}

.swal2-html-container {
    padding: 0;
    margin-top: 50px;
}

.apt-section {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px;
    background: #fffdfd;
    margin: 0 0 20px 0;
}

.apt-section {

   
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px;
     background: #f5f8ff;
    font-size: 13px;
    margin: 0 0 20px 0!important;
    text-align: left;
}
button.swal2-confirm {
    background: #1c398e;
    color: #ffffff;
    line-height: 24px;
}

button.swal2-confirm:hover{
    background: #1c398e;
    color: #ffffff;
    line-height: 24px;
}

.apt-sub { 
    margin: 2px 0 10px 0;
}

.apt-section i {
    display: none;
}

.swal2-html-container{ width: 90%;}