
.card-dash {
    /* box-shadow: 0 0 .875rem 0 rgba(41, 48, 66, .05); */
    margin-bottom: 24px;
    border: 1px solid #2930425e;

}
.card-dash .card-body {
    padding: 15px 10px;

}



.card-dash .card-content h3 {
    font-size: 20px;
    /* color: #293042; */
}
.card-dash .card-content p {
    font-size: 14px;
    font-weight: 400;
    /* color: #293042  ; */
}




.responsive-table th {
    white-space: nowrap;
    font-weight: 400;
    text-align: center;
    width: 100%;

}

.responsive-table td {
    white-space: nowrap;
}


.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .map-heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
  }



  th{
    border: 1px solid #ddd;
    padding: 8px 10px;
  white-space: nowrap;
  font-weight: 500;
color: #000;}
  

  td {
    border: 1px solid #ddd;
    padding: 8px 10px;
  white-space: nowrap;
  font-size:12px;


  }


  
/* second example using flex*/
.line2 {
	margin:0 0 1em;
	color: var(--bs-heading-color);
	font-size:14px;
	text-align:center;
  display:flex;
  align-items:center;
}
.line2:before,.line2:after {
	content:" ";
  flex:1 0 0%;
	height:1px;
	background:rgb(66 54 54 / 27%);
  margin:0 1.5rem 0 0;
}
.line2:after {
  margin:0 0 0 1.5rem;
}

.alert-circle img {
  width: 150px;
}

/* breadcrumb */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.border-popup{
  border: 1px solid #141821;
  padding: 10px;
}
.hcf-barcode {
  border: 1px solid #3333;
  padding: 10px;
}

.bag-barcode {
  border: 1px solid #3333;
  padding: 10px;
}




/* =====================================================
   BIOMEDICAL WASTE MANAGEMENT SYSTEM
   Global Blue Theme — style.css
   Path: public/backend/assets/css/style.css
===================================================== */

/* ===== BASE ===== */
body {
    background: #f0f4f9 !important;
    font-family: 'Poppins', sans-serif;
}

.content {
    padding: 24px !important;
}

h2, h3, h4 {
    font-weight: 700;
    color: #0d3b6e;
    margin-bottom: 6px;
}

h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; font-weight: 700; color: #0d3b6e; }

hr {
    border-color: #dde8f7;
    opacity: 1;
    margin: 20px 0;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 16px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
}

.breadcrumb li { color: #546e7a; }

.breadcrumb li + li::before {
    content: '/';
    margin-right: 6px;
    color: #90b8e0;
}

.breadcrumb li a {
    color: #1565c0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.breadcrumb li a:hover {
    color: #0d47a1;
    text-decoration: underline;
}

/* ===== NAVBAR ===== */
.navbar.navbar-bg {
    background: #ffffff !important;
    border-bottom: 1px solid #dde8f7 !important;
    box-shadow: 0 2px 10px rgba(21,101,192,0.08) !important;
    padding: 10px 20px !important;
    min-height: 60px;
}

.sidebar-toggle .hamburger,
.sidebar-toggle .hamburger::before,
.sidebar-toggle .hamburger::after {
    background: #1565c0 !important;
}

.nav-theme-toggle .align-middle {
    color: #1565c0 !important;
    stroke: #1565c0 !important;
}

.nav-theme-toggle:hover {
    background: #e8f0fb !important;
    border-radius: 8px;
}

.navbar .nav-link.dropdown-toggle {
    color: #0d3b6e !important;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 14px !important;
    border-radius: 8px;
    transition: background 0.2s;
}

.navbar .nav-link.dropdown-toggle:hover {
    background: #e8f0fb !important;
    color: #1565c0 !important;
}

.navbar .fa-user {
    font-size: 18px;
    color: #1565c0 !important;
    background: #ddeeff;
    padding: 6px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 6px !important;
}

.navbar .nav-link span {
    color: #0d3b6e;
    font-weight: 600;
    font-size: 14px;
}

.navbar .dropdown-menu {
    border: 1px solid #dde8f7 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 24px rgba(21,101,192,0.13) !important;
    padding: 6px !important;
    min-width: 160px;
    margin-top: 6px !important;
}

.navbar .dropdown-item {
    border-radius: 7px;
    padding: 9px 14px;
    font-size: 13.5px;
    color: #1a3a5c;
    font-weight: 500;
    transition: background 0.2s;
}

.navbar .dropdown-item:hover {
    background: #e8f0fb !important;
    color: #1565c0 !important;
}

.navbar .dropdown-item[href*="logout"]:hover {
    background: #fee2e2 !important;
    color: #b91c1c !important;
}

/* ===== SIDEBAR ===== */
.sidebar {
    background: linear-gradient(160deg, #0f4c8a 0%, #1565c0 40%, #1976d2 100%) !important;
}

.sidebar-content {
    background: transparent !important;
}

.sidebar-brand {
    color: #ffffff !important;
    background: rgba(255,255,255,0.08) !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

.sidebar-brand svg path,
.sidebar-brand svg {
    fill: #90caf9 !important;
}

.sidebar-header {
    color: #90caf9 !important;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar-link {
    color: rgba(255,255,255,0.85) !important;
    border-radius: 6px;
    margin: 2px 8px;
    padding: 8px 12px !important;
    transition: background 0.2s, color 0.2s;
}

.sidebar-link:hover {
    background: rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}

.sidebar-item.active > .sidebar-link,
.sidebar-link.active {
    background: rgba(255,255,255,0.22) !important;
    color: #ffffff !important;
    font-weight: 500;
}

.sidebar-link i,
.sidebar-link svg {
    color: #90caf9 !important;
    stroke: #90caf9 !important;
}

.sidebar-link:hover i,
.sidebar-link:hover svg,
.sidebar-item.active .sidebar-link i,
.sidebar-item.active .sidebar-link svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.sidebar-dropdown {
    background: rgba(0,0,0,0.15) !important;
    border-radius: 6px;
    margin: 2px 8px;
}

.sidebar-dropdown .sidebar-link {
    margin: 1px 4px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.75) !important;
}

.sidebar-dropdown .sidebar-link:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0.12) !important;
}

.sidebar-content::-webkit-scrollbar { width: 4px; }
.sidebar-content::-webkit-scrollbar-track { background: transparent; }
.sidebar-content::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
}

/* ===== TABS ===== */
.nav-tabs {
    border: none !important;
    background: #dde9f7;
    padding: 6px 8px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.nav-tabs .nav-link {
    border: none !important;
    color: #1a4a8a !important;
    font-weight: 500;
    font-size: 13.5px;
    padding: 9px 16px;
    border-radius: 7px;
    transition: all 0.25s;
    background: transparent;
}

.nav-tabs .nav-link:hover {
    background: #b8d4f0 !important;
    color: #0d2f6e !important;
}

.nav-tabs .nav-link.active {
    background: #1565c0 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(21,101,192,0.30);
}

/* ===== TAB CONTENT ===== */
.tab-content {
    background: #f7faff;
    border: 1px solid #dde8f7;
    border-radius: 10px;
    padding: 24px;
}

/* ===== CARDS ===== */
.card {
    border: none !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 14px rgba(21,101,192,0.09) !important;
    margin-bottom: 20px;
}

.card-body { padding: 20px !important; }

.card-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e3ecf7 !important;
    padding: 16px 20px !important;
    border-radius: 12px 12px 0 0 !important;
}

.card-title {
    color: #0d3b6e !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* ===== DASHBOARD STAT CARDS ===== */
.card-dash {
    border: none !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(21,101,192,0.10);
    margin-bottom: 18px;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
    border-left: 4px solid #1976d2 !important;
}

.card-dash:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(21,101,192,0.18);
}

.card-dash h3 {
    font-size: 32px !important;
    font-weight: 700;
    color: #1565c0 !important;
    margin-bottom: 4px !important;
}

.card-dash p {
    margin: 0;
    font-size: 13.5px;
    color: #546e7a;
    font-weight: 500;
}

.row .col-sm-3:nth-child(3) .card-dash,
.row .col-sm-3:nth-child(6) .card-dash {
    border-left-color: #0f9d58 !important;
}

.row .col-sm-3:nth-child(3) .card-dash h3,
.row .col-sm-3:nth-child(6) .card-dash h3 {
    color: #0f9d58 !important;
}

.row .col-sm-3:nth-child(5) .card-dash {
    border-left-color: #e53935 !important;
}

.row .col-sm-3:nth-child(5) .card-dash h3 {
    color: #e53935 !important;
}

/* ===== TABLES ===== */
.table thead th {
    background: #1565c0 !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #1976d2 !important;
    padding: 11px 12px;
    vertical-align: middle;
    white-space: nowrap;
}

.table td {
    font-size: 13.5px;
    vertical-align: middle;
    color: #263238;
    border-color: #e8f0fb !important;
    padding: 10px 12px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f9ff !important;
}

.table-striped tbody tr:hover {
    background-color: #ddeeff !important;
    transition: background 0.15s;
}

.table-bordered { border-color: #dce8f5 !important; }

/* Colour-coded report table headers */
.table thead th[style*="background-color: yellow"] {
    background: #fbe439 !important;
    color: #713f12 !important;
    border-color: #eab308 !important;
}

.table thead th[style*="background-color: red"] {
    background: #ea0909 !important;
    color: #7f1d1d !important;
    border-color: #ef4444 !important;
}

.table thead th[style*="background-color: cornflowerblue"] {
    background: #0771ea !important;
    color: #1e3a5f !important;
    border-color: #3b82f6 !important;
}

.table thead th[style*="background-color: white"] {
    background: #f8fafc !important;
    color: #334155 !important;
    border-color: #cbd5e1 !important;
}

.table thead th[style*="background-color: #ccc"] {
    background: #e2e8f0 !important;
    color: #1e293b !important;
    border-color: #94a3b8 !important;
}

/* ===== BADGES ===== */
.badge {
    font-size: 12px !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    font-weight: 500;
}

.badge.bg-primary { background: #1565c0 !important; }
.badge.bg-success { background: #1b8a4a !important; }
.badge.bg-warning { background: #f59e0b !important; color: #1a1a1a !important; }
.badge.bg-secondary { background: #78909c !important; }
.badge.bg-info { background: #0288d1 !important; color: #fff !important; }

/* ===== FORMS ===== */
.form-label {
    font-size: 12.5px;
    font-weight: 600;
    color: #0d3b6e;
    margin-bottom: 4px;
    display: block;
}

.form-control,
.form-select {
    border: 1.5px solid #b8d4f0 !important;
    border-radius: 8px !important;
    font-size: 13.5px;
    color: #1a2e4a;
    background: #f7faff !important;
    padding: 9px 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus,
.form-select:focus {
    border-color: #1565c0 !important;
    box-shadow: 0 0 0 3px rgba(21,101,192,0.13) !important;
    background: #ffffff !important;
    outline: none;
}

.form-control:disabled,
.form-control[readonly] {
    background: #edf2fb !important;
    color: #7a92b0 !important;
    border-color: #d0dff0 !important;
    cursor: not-allowed;
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #e53935 !important;
    background: #fff8f8 !important;
}

.invalid-feedback {
    font-size: 12px;
    color: #c62828;
    margin-top: 4px;
}

textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

input[type="date"].form-control {
    color: #1a2e4a;
    border-left: 3px solid #42a5f5 !important;
}

input[type="file"].form-control {
    padding: 7px 10px;
    background: #f0f6ff !important;
    border-style: dashed !important;
    border-left: 3px solid #26a69a !important;
    cursor: pointer;
}

input[type="file"].form-control:hover {
    border-color: #1565c0 !important;
    background: #e8f0fb !important;
}

input[type="password"].form-control { letter-spacing: 2px; }
input[type="password"].form-control::placeholder { letter-spacing: normal; }

small.text-muted {
    font-size: 11.5px;
    color: #7a92b0 !important;
    margin-top: 4px;
    display: block;
}

small.text-muted a {
    color: #1565c0;
    font-weight: 600;
    text-decoration: none;
}

small.text-muted a:hover {
    color: #0d47a1;
    text-decoration: underline;
}

/* ===== FORM SECTION BOX ===== */
.form-section {
    background: #f7faff;
    border: 1px solid #e3ecf7;
    border-radius: 10px;
    padding: 20px 16px;
    margin-bottom: 8px;
}

/* ===== REPORT FILTER ROW ===== */
.report-filter {
    background: #f0f6ff;
    border: 1px solid #d0e4f7;
    border-radius: 10px;
    padding: 16px 12px;
    margin-bottom: 20px;
}

/* ===== RADIO FILTER BUTTONS ===== */
.form-check-inline .form-check-input { display: none; }

.form-check-inline label.btn {
    background: #e8f0fb;
    color: #1a4a8a;
    border: 1.5px solid #b8d4f0;
    border-radius: 20px !important;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.form-check-inline label.btn:hover {
    background: #b8d4f0;
    color: #0d2f6e;
}

.form-check-inline .form-check-input:checked + label.btn {
    background: #1565c0 !important;
    color: #ffffff !important;
    border-color: #1565c0 !important;
    box-shadow: 0 2px 8px rgba(21,101,192,0.25);
}

/* ===== BUTTONS ===== */
.btn-primary {
    background: #1565c0 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 9px 20px;
    transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover {
    background: #0d47a1 !important;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #e2eaf6 !important;
    border: none !important;
    color: #1a3a5c !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 9px 20px;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-secondary:hover {
    background: #b8d4f0 !important;
    color: #0d2f6e !important;
}

.btn-success {
    background: #1b8a4a !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    transition: background 0.2s;
}

.btn-success:hover { background: #145f34 !important; }

.btn-danger {
    background: #c62828 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    transition: background 0.2s;
}

.btn-danger:hover { background: #8e1c1c !important; }

.btn-warning {
    background: #f59e0b !important;
    border: none !important;
    color: #1a1a1a !important;
    border-radius: 7px !important;
    font-size: 12.5px;
    font-weight: 600;
    padding: 5px 12px;
}

.btn-outline-primary {
    border: 1.5px solid #1565c0 !important;
    color: #1565c0 !important;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 16px;
    background: transparent;
    transition: all 0.2s;
}

.btn-outline-primary:hover {
    background: #1565c0 !important;
    color: #fff !important;
}

.btn-outline-secondary {
    border: 1.5px solid #90acd0 !important;
    color: #1a3a5c !important;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 12px;
    background: transparent;
    transition: all 0.2s;
}

.btn-outline-secondary:hover {
    background: #e2eaf6 !important;
    color: #0d2f6e !important;
}

.btn-outline-danger {
    border: 1.5px solid #e53935 !important;
    color: #c62828 !important;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 12px;
    background: transparent;
    transition: all 0.2s;
}

.btn-outline-danger:hover {
    background: #fee2e2 !important;
    color: #7f1d1d !important;
}

.btn-light {
    background: #e8f0fb !important;
    border: 1px solid #b8d4f0 !important;
    border-radius: 7px !important;
    color: #1565c0 !important;
    font-size: 13px;
    padding: 5px 10px;
    transition: background 0.2s;
}

.btn-light:hover {
    background: #b8d4f0 !important;
    color: #0d47a1 !important;
}

/* ===== DROPDOWN MENUS ===== */
.dropdown-menu {
    border: 1px solid #dde8f7 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 24px rgba(21,101,192,0.13) !important;
    padding: 6px !important;
    min-width: 160px;
}

.dropdown-item {
    border-radius: 7px;
    padding: 8px 14px;
    font-size: 13px;
    color: #1a3a5c;
    font-weight: 500;
    transition: background 0.15s;
}

.dropdown-item:hover {
    background: #e8f0fb !important;
    color: #1565c0 !important;
}

.dropdown-item.text-danger:hover {
    background: #fee2e2 !important;
    color: #b91c1c !important;
}

.dropdown-item.text-warning:hover {
    background: #fef9c3 !important;
    color: #92400e !important;
}

.dropdown-item.text-success:hover {
    background: #dcfce7 !important;
    color: #14532d !important;
}

/* ===== MODALS ===== */
.modal-content {
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 32px rgba(21,101,192,0.16) !important;
}

.modal-header {
    background: #f0f6ff;
    border-bottom: 1px solid #dde8f7 !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 16px 20px !important;
}

.modal-title,
.modal-header h3,
.modal-header h5 {
    font-size: 16px !important;
    font-weight: 700;
    color: #0d3b6e;
    margin: 0;
}

.modal-body {
    padding: 20px 24px !important;
}

.modal-body h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0d3b6e;
    margin-bottom: 8px;
}

.modal-body p {
    color: #546e7a;
    font-size: 14px;
}

.modal-body hr {
    border-color: #dde8f7;
    opacity: 1;
    margin: 16px 0;
}

.modal-body svg,
.modal-body img {
    border: 3px solid #e8f0fb;
    border-radius: 10px;
    padding: 10px;
}

.modal-body p strong { color: #1565c0; }

.modal-footer {
    border-top: 1px solid #dde8f7 !important;
    padding: 14px 20px !important;
    border-radius: 0 0 14px 14px !important;
}

/* ===== ALERTS ===== */
.alert-success {
    background: #e8f5e9 !important;
    border: 1px solid #a5d6a7 !important;
    border-radius: 8px !important;
    color: #1b5e20 !important;
    font-size: 13.5px;
}

.alert-warning {
    background: #fff8e1 !important;
    border: 1px solid #ffe082 !important;
    border-radius: 8px !important;
    color: #7a4f00 !important;
    font-size: 13.5px;
}

.alert-danger {
    background: #fff0f0 !important;
    border: 1px solid #fca5a5 !important;
    border-radius: 8px !important;
    color: #7f1d1d !important;
    font-size: 13.5px;
    padding: 14px 18px;
}

/* ===== DATATABLE CONTROLS ===== */
.dataTables_filter input {
    border: 1.5px solid #b8d4f0 !important;
    border-radius: 7px !important;
    padding: 6px 10px !important;
    background: #f7faff !important;
    color: #1a2e4a;
}

.dataTables_filter input:focus {
    border-color: #1565c0 !important;
    outline: none;
}

.dataTables_length select {
    border: 1.5px solid #b8d4f0 !important;
    border-radius: 7px !important;
    padding: 4px 8px !important;
    background: #f7faff !important;
}

.dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    color: #1565c0 !important;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
    background: #1565c0 !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_paginate .paginate_button:hover {
    background: #ddeeff !important;
    color: #0d47a1 !important;
    border: none !important;
}

/* ===== JQUERY UI DATEPICKER ===== */
.ui-datepicker {
    border: 1px solid #b8d4f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 20px rgba(21,101,192,0.15) !important;
    font-size: 13px;
}

.ui-datepicker-header {
    background: #1565c0 !important;
    border: none !important;
    border-radius: 8px 8px 0 0 !important;
    color: #fff !important;
}

.ui-datepicker-title { color: #fff !important; }

.ui-datepicker td a.ui-state-active {
    background: #1565c0 !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
}

.ui-datepicker td a:hover {
    background: #ddeeff !important;
    border-radius: 6px !important;
}

/* ===== JQUERY UI AUTOCOMPLETE ===== */
.ui-autocomplete {
    border: 1px solid #b8d4f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(21,101,192,0.13) !important;
    font-size: 13.5px;
}

.ui-menu-item-wrapper:hover,
.ui-state-active {
    background: #1565c0 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

/* ===== HCF DUAL LIST (Route Add/Edit) ===== */
#allHcfs {
    border: 1.5px solid #b8d4f0 !important;
    border-radius: 10px !important;
    background: #f7faff !important;
    min-height: 250px;
    padding: 6px;
    width: 100%;
}

#allHcfs option {
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13.5px;
    color: #1a2e4a;
    cursor: pointer;
}

#allHcfs option:checked {
    background: #1565c0 !important;
    color: #fff !important;
}

#selectedHcfs {
    border: 1.5px solid #b8d4f0 !important;
    border-radius: 10px !important;
    background: #f7faff !important;
    min-height: 250px;
    padding: 6px !important;
    list-style: none;
    margin: 0;
    overflow-y: auto;
}

#selectedHcfs li {
    background: #ffffff;
    border: 1px solid #e3ecf7 !important;
    border-radius: 8px;
    padding: 9px 12px;
    margin-bottom: 5px;
    font-size: 13.5px;
    color: #1a2e4a;
    cursor: grab;
    transition: background 0.15s, border-color 0.15s;
}

#selectedHcfs li:hover {
    background: #e8f0fb;
    border-color: #90c0f0 !important;
}

#selectedHcfs li.active {
    background: #ddeeff;
    border-color: #1565c0 !important;
    color: #0d3b6e;
    font-weight: 600;
}

#selectedHcfs li .bi-list {
    color: #90b8e0;
    font-size: 14px;
}

.ui-state-highlight {
    background: #e8f0fb !important;
    border: 2px dashed #1565c0 !important;
    border-radius: 8px;
    height: 38px;
}

/* ===== HCF DETAIL — READ ONLY FIELDS ===== */
.form-control-plaintext {
    background: #ffffff !important;
    border: 1px solid #e3ecf7 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13.5px;
    color: #1a2e4a;
    margin-bottom: 0;
    min-height: 38px;
    display: flex;
    align-items: center;
}

/* ===== DRIVER INFO STRIP ===== */
#dh-info-strip {
    background: #e8f0fb !important;
    border: 1px solid #b8d4f0 !important;
    border-radius: 8px;
    color: #0d3b6e;
}

/* ===== VERTICAL TEXT (report table) ===== */
.vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    padding: 4px 0;
}

/* ===== PAGE WRAPPER (Add/Edit forms) ===== */
.bg-white.p-4.rounded.shadow-sm {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 14px rgba(21,101,192,0.09) !important;
    padding: 28px !important;
}

/* ===== FOOTER ACTIONS ===== */
.d-flex.justify-content-end.gap-2.mt-4 {
    border-top: 1px solid #dde8f7;
    padding-top: 20px;
    margin-top: 24px !important;
}

/* ===== SPINNER ===== */
.spinner-border.text-primary { color: #1565c0 !important; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }

    .content { padding: 14px !important; }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 7px 10px;
    }

    .tab-content { padding: 14px 10px; }

    .card-dash h3 { font-size: 26px !important; }

    .table thead th {
        font-size: 11.5px;
        padding: 8px 6px;
    }

    .table td { font-size: 12.5px; }

    .btn-primary,
    .btn-secondary {
        font-size: 13px;
        padding: 8px 14px;
    }

    .d-flex.justify-content-end.gap-2.mt-4 {
        flex-direction: column;
    }

    .bg-white.p-4.rounded.shadow-sm { padding: 16px !important; }

    .modal-body { padding: 16px !important; }
}

