 body,
 html {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
 }

 .main-content {
     margin-left: 288px;
     margin-top: 90px;
     transition: margin-left 0.3s ease;
 }

 /* Tablet & below */
 @media (max-width: 991px) {
     .main-content {
         margin-left: 0;
         /* sidebar hidden or stacked */
         margin-top: 70px;
         /* still 70px gap */
     }
 }

 /* Extra small phones if needed */
 @media (max-width: 575px) {
     .main-content {
         margin-left: 0;
         margin-top: 70px;
         /* still fixed */
     }
 }

 .dashboard-content {
     padding: 10px;
 }

 .main-content {
     margin-left: 235px;
     transition: margin-left 0.3s ease;
 }

 .main-content.mobile-full {
     margin-left: 0;
 }


 @media (max-width: 1024px) {
     .main-content {
         margin-left: 0;
         margin-top: 115px;
     }
 }

 @media (max-width: 768px) {


     .main-content {
         margin-left: 0;
         margin-top: 133px;
     }
 }













 .bg-wrapper {
     position: relative;
     overflow: hidden;
 }

 .bg-wrapper img {
     position: absolute;
     z-index: -1;
 }

 .content {
     display: flex;
     gap: 35px;
     justify-content: center;
     align-items: center;
     padding: 20px;
 }

 /* Left Section */
 .left-section {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 50px;
     color: #fff;
 }

 .left-section h1 {
     font-weight: 700;
     font-size: 2rem;
     margin-bottom: 15px;
 }

 .left-section p {
     font-size: 1rem;
     margin-bottom: 30px;
 }

 .feature-box {}

 .trial-box {
     background: rgba(255, 255, 255, 0.25);
     border-radius: 12px;
     padding: 20px;
     text-align: center;
     font-weight: 600;
     margin: 25px 0;
     backdrop-filter: blur(10px);
 }

 .trusted-box {
     background: rgba(255, 255, 255, 0.15);
     border-radius: 12px;
     padding: 15px;
     text-align: center;
     backdrop-filter: blur(10px);
 }

 /* Right Section */
 .right-section {
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
 }

 .login-card {
     background: #fff;
     border-radius: 20px;
     padding: 40px;
     width: 100%;
     max-width: 500px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }

 .login-card h4 {
     font-weight: 700;
     margin-bottom: 10px;
 }

 .login-card p {
     font-size: 0.9rem;
     color: #666;
     margin-bottom: 20px;
 }



 .btn-primary {
     background: linear-gradient(to right, #3765db, #244aad);
     border: none;
     border-radius: 10px;
     height: 50px;
     font-weight: 600;
 }

 .btn-outline-secondary {
     border-radius: 10px;
     height: 50px;
     font-weight: 600;
 }

 .login-footer {
     font-size: 0.8rem;
     color: #666;
     margin-top: 15px;
 }

 /* Responsive */
 @media (max-width: 992px) {
     .content {
         flex-direction: column;
     }

     .left-section {
         padding: 30px;
         text-align: center;
     }
 }




 .feature-box {
     background: linear-gradient(135deg, #5873f3, #4063b8);
     padding: 10px;
     color: #fff;
     height: 100%;
     display: flex;
     align-items: center;
     /* vertical center */
     gap: 10px;
     /* 10px gap between image & text */
     background: rgba(255, 255, 255, 0.15);
     border-radius: 10px;
     backdrop-filter: blur(10px);
 }

 .feature-box img {
     width: 32px;
     height: 32px;
     flex-shrink: 0;
 }

 .off {
     font-size: 12px;
 }

 .main-box {
     background: linear-gradient(135deg, #5873f3, #4063b8);
     background: rgba(255, 255, 255, 0.15);
     backdrop-filter: blur(10px);
     border-radius: 10px;
     padding: 10px;
     text-align: center;
     color: #fff;
     margin-top: 10px;
     margin-bottom: 10px;
 }

 .trusted-box {
     background: linear-gradient(135deg, #5873f3, #4063b8);
     border-radius: 20px;
     padding: 20px;
     color: #fff;
     text-align: center;
     margin-top: 20px;
 }

 .trusted-box img {
     width: 50px;
     height: 50px;
     margin-bottom: 10px;
 }

 a {
     color: #a6d5ff;
     text-decoration: underline;
 }

 a:hover {
     color: #fff;
 }


 /* // after login super admin css // */

 body {
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
     background-color: #f8f9fa;
     margin: 0;
     overflow-x: hidden;
 }

/* Sidebar Styles */
.sidebar {
  background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
  width: 236px;

  /* make it fill from 76px header to bottom */
  position: fixed;
  top: 76px;
  bottom: 0;          /* anchor to bottom so browser knows height */
  left: 0;
  z-index: 1000;
  padding-top: 20px;
 padding-bottom: 20px;
  overflow-y: auto;   /* enable vertical scroll */
  overflow-x: hidden; /* disable horizontal scroll */
}

/* Hide scrollbar but keep scrolling */
.sidebar::-webkit-scrollbar {
  width: 0;            /* hides scrollbar in Chrome/Safari */
}

.sidebar {
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.sidebar .nav-item {
  margin-bottom: 2px;
}

.sidebar .nav-link {
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.sidebar .nav-link.active {
  /* left: green, right: transparent */
  background: linear-gradient(to right, #5b8d25 0%, rgba(124, 179, 66, 0) 100%);
  color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sidebar .nav-link i {
  margin-right: 10px;
  width: 20px;
}



 /* Header */
 .top-header {
     background: #ffffff;
     border-bottom: 1px solid #e9ecef;
     padding: 12px 24px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .logo-section {
     display: flex;
     align-items: center;
 }

 .logo {
     background: linear-gradient(45deg, #4a90e2, #7cb342);
     color: white;
     padding: 8px 12px;
     border-radius: 6px;
     font-weight: bold;
     margin-right: 8px;
     font-size: 18px;
 }

 .brand-text {
     font-size: 20px;
     font-weight: 600;
     color: #333;
 }

 .brand-text .care {
     color: #4a90e2;
 }

 .brand-text .alerts {
     color: #7cb342;
 }

 .super-admin {
     background-color: #f8f9fa;
     color: #6c757d;
     padding: 4px 8px;
     border-radius: 4px;
     font-size: 12px;
     margin-left: 10px;
 }

 .search-box {
     flex: 1;
     max-width: 300px;
     margin: 0 20px;
 }

 .search-box input {
     border: 1px solid #ddd;
     border-radius: 20px;
     padding: 8px 16px;
     font-size: 14px;
 }

 .work {
     font-size: 13px;

 }

 .user-section {
     display: flex;
     align-items: center;
 }

 .user-avatar {
     width: 32px;
     height: 32px;
     background-color: #7cb342;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-weight: 600;
     margin-right: 8px;
 }

 .online-indicator {
     width: 8px;
     height: 8px;
     background-color: #28a745;
     border-radius: 50%;
     margin-left: 4px;
 }



 .page-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 24px;
 }

 .page-title {
     font-size: 28px;
     font-weight: 600;
     color: #333;
     margin: 0;
 }

 .header-actions {
     display: flex;
     gap: 12px;
 }

 /* Filters */
 .filter-tabs {
     display: flex;
     gap: 8px;
     margin-bottom: 20px;
 }

 .filter-tab {
     background: none;
     border: 1px solid #ddd;
     padding: 8px 16px;
     border-radius: 20px;
     font-size: 14px;
     color: #6c757d;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .filter-tab.active {
     background-color: #4a90e2;
     color: white;
     border-color: #4a90e2;
 }

 /* Table Styles */
 .organizations-table {
     background: white;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .table {
     margin: 0;
 }

 .table thead th {
     background-color: #f8f9fa;
     border-bottom: 2px solid #e9ecef;
     color: #495057;
     font-weight: 600;
     font-size: 14px;
     padding: 16px 12px;
 }

 .table tbody td {
     padding: 16px 12px;
     vertical-align: middle;
     border-bottom: 1px solid #f1f3f4;
     font-size: 14px;
 }

 .table tbody tr:hover {
     background-color: #f8f9fa;
 }

 /* Status Badges */
 .status-active {
     background-color: #e8f5e8;
     color: #2e7d2e;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .status-trial {
     background-color: #fff3cd;
     color: #856404;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .status-suspended {
     background-color: #f8d7da;
     color: #721c24;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 /* Verification Status */
 .verified {
     background-color: #d4edda;
     color: #155724;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .pending {
     background-color: #fff3cd;
     color: #856404;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 /* Docs Status */
 .docs-complete {
     background-color: #d1ecf1;
     color: #0c5460;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .docs-requested {
     background-color: #cce5ff;
     color: #004085;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .docs-missing {
     background-color: #f8d7da;
     color: #721c24;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 /* Plan Badges */
 .plan-unlimited {
     background-color: #e2e3e5;
     color: #383d41;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .plan-basic {
     background-color: #d1ecf1;
     color: #0c5460;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 .plan-pro {
     background-color: #d4edda;
     color: #155724;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 12px;
     font-weight: 500;
 }

 /* Buttons */
 .btn-primary {
     background-color: #4a90e2;
     border-color: #4a90e2;
     font-size: 14px;
     font-weight: 500;
 }

 .btn-outline-secondary {
     border-color: #ddd;
     color: #6c757d;
     font-size: 14px;
     font-weight: 500;
 }

 .clear-btn {
     background: none;
     border: none;
     color: #4a90e2;
     font-size: 12px;
     text-decoration: underline;
     cursor: pointer;
 }

 /* Organization email styles */
 .org-email {
     font-size: 12px;
     color: #6c757d;
     margin-top: 2px;
 }

 /* Billing status */
 .billing-clear {
     background: none;
     border: none;
     color: #4a90e2;
     font-size: 12px;
     text-decoration: underline;
 }

 /* Seats styling */
 .seats-count {
     background-color: #f8f9fa;
     padding: 4px 8px;
     border-radius: 12px;
     font-size: 12px;
     font-weight: 500;
     color: #495057;
     display: inline-block;
     min-width: 32px;
     text-align: center;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .sidebar {
         transform: translateX(-100%);
         transition: transform 0.3s ease;
     }

     .main-content {
         margin-left: 0;
     }

     .top-header {
         width: 100%;
         left: 0;
     }

     .filter-tabs {
         flex-wrap: wrap;
     }

     .table-responsive {
         font-size: 12px;
     }
 }



 .action-btn {
     background: #3761A2;
     border: none;
     cursor: pointer;
    padding: 6px 11px;
     margin: 0 2px;
     font-size: 16px;
     color: #ffffff;
     transition: color 0.2s;
     border-radius: 5px;
 }

 .action-btn.view:hover {
     color: #3761A2;
     /* blue */
 }

 .action-btn.doc:hover {
     color: #28a745;
     /* green */
 }

 .action-btn.delete:hover {
     color: #dc3545;
     /* red */
 }

 .action-td {
     display: flex;
     gap: 5px;
     align-items: center;   
      justify-content: center;
 }












 /* Table Container */
 .table-container {
   background: #FFFFFF;
   border-radius: 14px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
   overflow: hidden;
 }

 table {
   width: 100%;
   border-collapse: separate;
   border-spacing: 0;
 }

 thead {
   background: #d2e3f3;
 }

 th {
   text-align: center;
   padding: 11px 16px;
   font-size: 14px;
   font-weight: 600;
   color: #3761A2;
 }

 td {
   padding: 8px 16px;
   border-top: 1px solid #e5e7eb;
   font-size: 14px;
   color: #111827;
   vertical-align: middle;
   text-align: center;
 }

 

 .styled-select {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   padding: 6px 32px 6px 12px;
   /* space for arrow */
   border: 1px solid #d1d5db;
   border-radius: 12px;
   font-size: 13px;
   background: #fff url("data:image/svg+xml;utf8,<svg fill='none' stroke='%236b7280' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>") no-repeat right 10px center;
   background-size: 16px 16px;
   cursor: pointer;
   color: #374151;
   outline: none;
 }

 .styled-select:focus {
   border-color: #2563eb;
   box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
 }

 /* Tags */
 .tag {
   display: inline-block;
   padding: 4px 10px;
   border-radius: 12px;
   font-size: 13px;
   font-weight: 500;
   border: 1px solid #d1d5db;
   background: #fff;
 }

 .tag.green {
   border-color: #6ee7b7;
   color: #047857;
   background: #ecfdf5;
 }

 .tag.blue {
   border-color: #38bdf8;
   color: #0369a1;
   background: #f0f9ff;
 }

 .tag.orange {
   border-color: #fb923c;
   color: #b45309;
   background: #fff7ed;
 }

 .tag.gray {
   border-color: #d1d5db;
   color: #374151;
   background: #f9fafb;
 }



 .table-container {
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   /* smooth scroll on iOS */
 }



  /* Filter Buttons */
 .filters {
   display: flex;
   gap: 10px;
   margin-bottom: 16px;
 }

 .filter-btn {
   padding: 6px 14px;
   border: 1px solid #e5e7eb;
   border-radius: 20px;
   background: #fff;
   font-size: 14px;
   font-weight: 500;
   color: #374151;
   cursor: pointer;
   transition: all 0.2s;
 }

 .filter-btn.active {
   background: #2563eb;
   color: #fff;
   border-color: #2563eb;
 }

 .filter-btn:hover {
   background: #f3f4f6;
 }





 .page-title {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 1.5rem;
   /* 24px */
   font-weight: 600;
   color: #2c2c2c;
 }

 
/* Organisation */


 /* Tight, professional buttons */
 .header-actions .btn {
   font-family: inherit;
   font-size: 14px;
   font-weight: 500;
   padding: 6px 14px;
   /* 6px top/bottom -> ~36px total height */
   border-radius: 6px;
   line-height: 1.3;
 }

 /* Individual colors */
 .bulk-btn {
   background-color: #f7f7f7;
   color: #444;
   border: 1px solid #ccc;
 }

 .bulk-btn:hover {
   background-color: #ededed;
 }

 .new-org-btn {
   background-color: #1d6ed6;
   color: #fff;
   border: 1px solid #1d6ed6;
 }

 .new-org-btn:hover {
   background-color: #1559aa;
   border-color: #1559aa;
 }




 .page-title {
   font-size: 1.5rem;
   /* Default desktop size */
 }

 @media (max-width: 576px) {

   /* Mobile adjustments */
   .page-title {
     font-size: 1.25rem;
   }

   .header-actions .btn {
     flex: 1 1 auto;
     /* Buttons grow full width on small screens */
   }
 }






 /* Whole strip */
 .filter-strip {
   background-color: #ffffff;
   /* light gray bar */
   padding: 0.5rem 1rem;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   /* pills left / button right */
   align-items: center;
   gap: 0.75rem;
   border: 1px solid #d9d9d9;
   border-radius: 10px;
 }

 /* Pills wrapper so they can wrap under button if needed */
 .filter-pills {
   display: flex;
   flex-wrap: wrap;
   gap: 0.5rem;
 }

 /* Individual pill */
 .filter-pill {
   background-color: #ffffff;
   color: #333;
   padding: 0.35rem 1rem;
   font-size: 0.95rem;
   font-weight: 500;
   border: 1px solid #e0e0e0;
   border-radius: 999px;
   cursor: pointer;
   transition: all 0.2s ease;
   white-space: nowrap;
 }

 .filter-pill:hover {
   background-color: #eef2f6;
 }

 /* Active (blue) pill */
 .filter-pill.active {
   border-color: #00BFFF;
   background-color: #CBF2FF;
   color: #181818;
   box-shadow: 0 0 0 1px #3761A2 inset;
 }

 /* Right-side button */


 .action-btn-top {
   padding: 9px 10px;
   /* adjust to taste; 6px top/bottom, 14px left/right */
   line-height: 1.2;
   /* keeps text and icon snug */
   font-size: 14px;
   /* optional: slightly smaller text */
   display: inline-flex;
   /* ensures proper vertical centering */
   align-items: center;
   /* centers icon and text */
   border-radius: 8px;
   border: 1px solid #cfcfcf;
 }

 .btn-lock {
   padding: 8px 12px;
   border-radius: 8px;
   border: 1px solid #989898;
   background: #E8E5E5;
   font-size: 13px;
   cursor: pointer;
   transition: all 0.2s;
     font-weight: 600;
 }

 .btn-shift {
   padding: 8px 12px;
   border-radius: 8px;
   border: 1px solid #3761A2;
   background: #EAF6FF;
   font-size: 13px;
   cursor: pointer;
   transition: all 0.2s;
   font-weight: 600;
 }

 .action-btn-top:hover {
   background-color: #3761A2;
   color: white
 }



 /* Mobile tweaks */
 @media (max-width: 576px) {
   .filter-strip {
     flex-direction: column;
     align-items: stretch;
   }

   .filter-pills {
     justify-content: flex-start;
   }

   .action-btn {
     align-self: flex-end;
   }
 }








 /* Phones narrow */
 @media (max-width: 480px) {

   .filter-pill {
     flex: 1 1 auto;
     text-align: center;
     width: 100%;
     justify-content: space-between;
   }

   .action-btn {
     width: 100%;
     /* make button full-width on phones */
     text-align: center;
   }
 }






/* Web view moderate font sizing */
.label {
  font-size: 0.875rem; /* ~14px */
  font-weight: 600;    /* still bold but not heavy */
}

.search-input::placeholder {
  font-size: 0.875rem; /* matches label */
  color: #6c757d;      /* subtle grey Bootstrap style */
}

/* Optional: make sure text typed in also matches */
.search-input {
  font-size: 0.875rem;
}



.brand-text {
    font-size: clamp(1rem, 1.8vw, 1.5rem);
    font-weight: 800;
    color: #3761A2!important;

}


label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 700;
}
input:checked + .slider {
  background-color: #3761A2!important; /* blue when active */
}
input::-ms-reveal, 
  input::-ms-clear {
    display: none !important;
  }

  .page-link {
  cursor: pointer;
}

img[alt="Icon"] {
  cursor: pointer;
}

/* Universal selector for dropdown menus to show pointer cursor on hover */
select.form-select,
.custom-table select {
    cursor: pointer;
}

/* Optional: Ensure disabled options or disabled dropdowns change back to default/not-allowed */
select:disabled,
select.form-select:disabled {
    cursor: not-allowed;
}

/* Show pointer cursor on hover for checkbox/radio controls and their labels */
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

label {
  cursor: default;
}

.form-check-label,
input[type="checkbox"] + label,
input[type="radio"] + label,
label:has(input[type="checkbox"]),
label:has(input[type="radio"]) {
  cursor: pointer;
}

/* Optional: show 'not-allowed' cursor when checkbox is disabled */
input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
