.footer-inner {
  min-height: calc(100vh - 6.6rem);
  background-color: #c8d3d0 !important;
}

/* === Standard Manager Card System === */
.manager-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1.5rem !important; /* rounded-2xl override */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden;
    margin-bottom: 2rem !important; /* mb-8 */
}

.manager-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.5rem !important; /* px-10 py-6 standardized */
    border-bottom: 1px solid #f3f4f6;
    background-color: rgba(249, 250, 251, 0.2); /* gray-50/20 */
}

.manager-card-title-group {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.manager-card-title {
    font-size: 1.5rem !important; /* text-2xl */
    font-weight: 900 !important; /* font-black */
    color: #111827 !important; /* text-gray-900 */
    letter-spacing: -0.025em !important; /* tracking-tight */
    margin-bottom: 0 !important;
}

.manager-card-subtitle {
    font-size: 10px !important; /* text-[10px] */
    font-weight: 900 !important; /* font-black */
    color: rgba(107, 114, 128, 0.7) !important; /* text-gray-500/70 */
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important; /* tracking-widest */
    margin-top: 0.25rem !important;
}

.manager-card-body {
    padding: 2rem !important; /* p-8 standardized */
}

/* === DataTable Alignment Fix === */
.dataTables_wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.dataTables_wrapper > div:first-child {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 1.5rem 2rem !important;
    width: 100% !important;
}

/* Ensure the search box doesn't collapse */
.dataTables_filter label {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    white-space: nowrap !important;
}

.dataTables_filter input {
    margin-left: 0 !important;
}

.credit-card-widget .card-header::before {
  background: linear-gradient(225deg, #3a57e8 6%, #3a57e8 56%);
  top: -45px;
  left: -3.125rem;
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.credit-card-widget .card-header::after {
  background: linear-gradient(145deg, #079aa2 6%, #079aa2 56%);
  bottom: -45px;
  right: -3.125rem;
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.credit-card-widget .card-header1::before {
  background: linear-gradient(225deg, #3a57e8 6%, #3a57e8 56%);
  top: -45px;
  right: -3.125rem;
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.credit-card-widget .card-header1::after {
  background: linear-gradient(145deg, #079aa2 6%, #079aa2 56%);
  bottom: -45px;
  left: -3.125rem;
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.credit-card-widget .primary-gradient-card {
  background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.5) -20.21%, rgba(255, 255, 255, 0.01) 118.08%);
  color: #fff;
  backdrop-filter: blur(10px);
}

.btn-soft-light {
  background-color: rgba(222, 226, 230, 0.2);
  border-color: rgba(222, 226, 230, 0);
}

.data-scrollbar {
  max-height: 92vh;
}

::-webkit-file-upload-button {
  color: #a0aec0;
  background-color: white;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  font-weight: 500;
}

.choose {
  background-color: white;
  color: #a0aec0;
  font-size: large;
  font-weight: 400;
}

.choose::-webkit-file-upload-button {
  background-color: white;
  color: #a0aec0;
  font-size: large;
  font-weight: 400;
  border-right: 1px solid #f3f4f5;
}

.choose::-webkit-file-upload-button:hover {
  background-color: #f3f4f5;
}

#choose1 {
  background-color: white;
  color: #a0aec0;
  font-size: large;
  font-weight: 400;
}

#choose1::-webkit-file-upload-button {
  background-color: white;
  color: #a0aec0;
  font-size: large;
  font-weight: 400;
  border-right: 1px solid #f3f4f5;
}

#choose1::-webkit-file-upload-button:hover {
  background-color: #f3f4f5;
}

#choose2::-webkit-file-upload-button {
  background-color: white;
  color: #a0aec0;
  font-size: large;
  font-weight: 400;
  border-right: 1px solid #dd1a0c;
}

#choose2::-webkit-file-upload-button:hover {
  background-color: #f3f4f5;
}

.is-valid {
  @apply bg-no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231aa053' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.is-valid1 {
  @apply bg-no-repeat;
  background-position: right calc(0.375em + 1.5rem) center;
  background-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231aa053' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.is-invalid {
  @apply bg-no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c03221'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c03221' stroke='none'/%3e%3c/svg%3e");
}

.is-invalid1 {
  @apply bg-no-repeat;
  background-position: right calc(0.375em + 1.5rem) center;
  background-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c03221'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c03221' stroke='none'/%3e%3c/svg%3e");
}

input[type=checkbox] {
  accent-color: blue;
}

input[type=radio] {
  accent-color: rgb(22, 167, 22);
  block-size: 16px;
  inline-size: 16px;
}

#togglesection input[type=radio] {
  accent-color: blue;
  block-size: 16px;
  inline-size: 16px;
}

.section3 input[type=checkbox] {
  accent-color: rgb(22, 167, 22);
}

.custom-swiper-slider .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background: #fff;
}
.custom-swiper-slider .swiper-button-next {
  color: rgb(187, 182, 182);
}
.custom-swiper-slider .swiper-button-prev {
  color: rgb(187, 182, 182);
}
.custom-swiper-slider .swiper-slide {
  width: 100% !important;
}

/* Toggle A */
input:checked ~ .dot {
  transform: translateX(100%);
  background-color: white;
}

/* Toggle B */
input:checked ~ .dot {
  transform: translateX(100%);
  background-color: white;
}

.scrollspy li.active > a {
  color: #fff;
  border-radius: 50px;
}

#range1::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  box-shadow: -405px 0 0 400px blue;
  border-radius: 50%;
}

#range2::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  box-shadow: -405px 0 0 400px rgb(197, 197, 197);
  border-radius: 50%;
}

#range3::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  box-shadow: -405px 0 0 400px rgb(7, 160, 7);
  border-radius: 50%;
}

#range4::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  box-shadow: -405px 0 0 400px rgb(224, 0, 0);
  border-radius: 50%;
}

#range5::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  box-shadow: -405px 0 0 400px rgb(235, 152, 0);
  border-radius: 50%;
}

#range6::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  box-shadow: -405px 0 0 400px black;
  border-radius: 50%;
}

#range7::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid blue;
}

.sidebar {
  transition: 700ms;
}

.navbar {
  transition: 700ms;
}

.dark .credit-card-widget .primary-gradient-card {
  background: linear-gradient(117.76deg, rgba(0, 0, 0, 0.5) -7.21%, rgba(0, 0, 0, 0.01) 118.08%);
}

@keyframes animScaleX {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.175);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.175);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animated-scaleX {
  animation: animScale 45s 1s ease-in-out infinite;
}

.animated-scale {
  animation: animScale 45s 1s ease-in-out infinite;
}

.animated-rotate {
  animation: animRotate 8s 0s ease-in-out infinite;
}

hr:not([size]) {
  height: 1px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.hr-horizontal {
  background: transparent;
  margin: 0.5rem 0;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4), transparent);
}

.hr-vertial {
  width: 1px;
  height: auto !important;
  margin: 0.5rem 0;
  background: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4), transparent);
}

.dark hr:not([size]) {
  height: 1px;
}
.dark hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.dark .hr-horizontal {
  background: transparent;
  margin: 0.5rem 0;
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.dark .hr-vertial {
  width: 1px;
  height: auto !important;
  margin: 0.5rem 0;
  background: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.image-upload > input {
  display: none;
}

.select {
  background-color: #d8ddfa;
  color: blue;
  font-weight: 400;
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
}

.toggle-path {
  transition: background 0.3s ease-in-out;
}

.toggle-circle {
  top: 0.2rem;
  left: 0.25rem;
  transition: all 0.3s ease-in-out;
}

/* Premium Button Refinements */
.btn-primary, 
.bg-\[\#005844\] {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 88, 68, 0.1), 0 2px 4px -1px rgba(0, 88, 68, 0.06);
}

.btn-primary:hover,
.bg-\[\#005844\]:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 88, 68, 0.2), 0 4px 6px -2px rgba(0, 88, 68, 0.1);
    transform: translateY(-1px);
}

.btn-secondary,
.bg-white.border-gray-300 {
    transition: all 0.2s ease-in-out;
}

.btn-secondary:hover,
.bg-white.border-gray-300:hover {
    background-color: #f9fafb !important;
    border-color: #d1d5db !important;
}

/* Modal Adjustments */
.modal-content {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

input:checked ~ .toggle-circle {
  transform: translateX(100%);
  border: 1px solid blue;
}

input:checked ~ .toggle-path {
  background-color: #c4cdf8;
}

/* ============================================================
   GLOBAL FORM ELEMENTS — Hope UI Tailwind Vetnil Design System
   Applies automatically to ALL form fields in /manager area
   ============================================================ */

/* === Base Input/Select/Textarea === */
.main-content input[type="text"],
.main-content input[type="email"],
.main-content input[type="password"],
.main-content input[type="number"],
.main-content input[type="tel"],
.main-content input[type="url"],
.main-content input[type="search"],
.main-content input[type="date"],
.main-content input[type="datetime-local"],
.main-content input[type="month"],
.main-content input[type="time"],
.main-content input[type="week"],
.main-content input[type="color"],
.main-content select,
.main-content textarea,
.main-content .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #f9fafb;
  background-clip: padding-box;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-content input[type="text"]:focus,
.main-content input[type="email"]:focus,
.main-content input[type="password"]:focus,
.main-content input[type="number"]:focus,
.main-content input[type="tel"]:focus,
.main-content input[type="url"]:focus,
.main-content input[type="search"]:focus,
.main-content input[type="date"]:focus,
.main-content input[type="datetime-local"]:focus,
.main-content input[type="month"]:focus,
.main-content input[type="time"]:focus,
.main-content input[type="week"]:focus,
.main-content select:focus,
.main-content textarea:focus,
.main-content .form-control:focus {
  border-color: #005844;
  box-shadow: 0 0 0 3px rgba(0, 88, 68, 0.15);
  background-color: #ffffff;
}

/* Select arrow */
.main-content select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236B7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.1rem;
  padding-right: 2.5rem;
  cursor: pointer;
}

/* Textarea */
.main-content textarea {
  resize: vertical;
  min-height: 80px;
}

/* === Checkbox & Radio === */
.main-content input[type="checkbox"],
.main-content input[type="radio"] {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  background-color: #f9fafb;
  cursor: pointer;
  accent-color: #005844;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.main-content input[type="radio"] {
  border-radius: 50%;
}

.main-content input[type="checkbox"]:focus,
.main-content input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 88, 68, 0.15);
}

/* === File Input === */
.main-content input[type="file"] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  color: #6b7280;
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  cursor: pointer;
}

.main-content input[type="file"]::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background-color: #005844;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
}

.main-content input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #004233;
}

/* === Labels === */
.main-content label,
.main-content .form-label,
#bg-body-wrapper label,
#bg-body-wrapper .form-label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600; /* Increased weight for better readability */
  color: #4b5563 !important; /* Global Gray-600 contrast */
}

/* === Form Groups === */
.main-content .form-group {
  margin-bottom: 1.25rem;
}

/* === Disabled states === */
.main-content input:disabled,
.main-content select:disabled,
.main-content textarea:disabled {
  background-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.7;
}

/* === Placeholder === */
.main-content input::placeholder,
.main-content textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

/* === Dark mode === */
.dark .main-content input[type="text"],
.dark .main-content input[type="email"],
.dark .main-content input[type="password"],
.dark .main-content input[type="number"],
.dark .main-content input[type="tel"],
.dark .main-content input[type="url"],
.dark .main-content input[type="search"],
.dark .main-content input[type="date"],
.dark .main-content input[type="datetime-local"],
.dark .main-content select,
.dark .main-content textarea,
.dark .main-content .form-control {
  background-color: #374151;
  border-color: #4b5563;
  color: #f9fafb;
}

.dark .main-content input::placeholder,
.dark .main-content textarea::placeholder {
  color: #6b7280;
}

.dark .main-content label,
.dark .main-content .form-label {
  color: #d1d5db;
}

/* === Range Inputs === */
.main-content input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #d1d5db;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

.main-content input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #005844;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #005844;
}

/* === Inline/small form helpers === */
.main-content .form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

.main-content .form-inline .form-group {
  flex: 1;
  min-width: 150px;
  margin-bottom: 0;
}

/* === Bootstrap btn overrides (legacy compat) === */
.main-content .btn-primary {
  background-color: #005844;
  border-color: #005844;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.main-content .btn-primary:hover { background-color: #004233; border-color: #004233; }

.main-content .btn-success {
  background-color: #16a34a;
  border-color: #16a34a;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.main-content .btn-success:hover { background-color: #15803d; border-color: #15803d; }

.main-content .btn-info {
  background-color: #0891b2;
  border-color: #0891b2;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.main-content .btn-info:hover { background-color: #0e7490; }

.main-content .btn-danger,
.main-content .btn-warning {
  background-color: #dc2626;
  border-color: #dc2626;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.main-content .btn-danger:hover,
.main-content .btn-warning:hover { background-color: #b91c1c; }

.main-content .btn-secondary {
  background-color: #6b7280;
  border-color: #6b7280;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.main-content .btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
}

/* === Alert overrides (legacy compat) === */
.main-content .alert-danger {
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.main-content .alert-success {
  background-color: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.main-content .alert-warning {
  background-color: #fef3c7;
  border: 1px solid #fcd34d;
  color: #92400e;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.main-content .alert-info {
  background-color: #e0f2fe;
  border: 1px solid #7dd3fc;
  color: #075985;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
/* Global Select Padding */
.main-content select,
.main-content .form-select {
    min-height: 46px;
    /* padding-top: 0.72rem !important;
    padding-bottom: 0.72rem !important;
    padding-left: 1rem !important;
    padding-right: 2.75rem !important; */
    line-height: 1.3;
}

/* Selectize (single select) spacing */
.main-content .selectize-control.single .selectize-input {
    min-height: 46px;
    padding: 0.65rem 2.5rem 0.65rem 1rem !important;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
}

.main-content .selectize-control.single .selectize-input:after {
    right: 0.9rem;
}

/* Premium Button Refinements */
.btn-primary, 
.bg-\[\#005844\] {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 88, 68, 0.1), 0 2px 4px -1px rgba(0, 88, 68, 0.06);
}

.btn-primary:hover,
.bg-\[\#005844\]:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 88, 68, 0.2), 0 4px 6px -2px rgba(0, 88, 68, 0.1);
    transform: translateY(-1px);
}

.btn-secondary,
.bg-white.border-gray-300 {
    transition: all 0.2s ease-in-out;
}

.btn-secondary:hover,
.bg-white.border-gray-300:hover {
    background-color: #f9fafb !important;
    border-color: #d1d5db !important;
}

/* Modal Adjustments */
.modal-content {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* === Global Table System — Zebra & Hover === */
.main-content table, 
.manager-datatable {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
}

/* Zebra Stripping */
.main-content table tbody tr:nth-child(odd),
.manager-datatable tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.main-content table tbody tr:nth-child(even),
.manager-datatable tbody tr:nth-child(even) {
    background-color: #f9fafb !important; /* light gray-50 */
}

/* Hover Effect */
.main-content table tbody tr:hover,
.manager-datatable tbody tr:hover {
    background-color: rgba(0, 88, 68, 0.05) !important; /* subtle vetnil green */
    transition: background-color 0.15s ease-in-out;
}

/* Header Styling */
.main-content table thead th,
.manager-datatable thead th {
    background-color: #f3f4f6 !important; /* gray-100 */
    color: #4b5563 !important; /* gray-600 */
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 1rem 1.5rem !important;
    border-bottom: 2px solid #e5e7eb !important;
}

/* Cell Styling */
.main-content table tbody td,
.manager-datatable tbody td {
    padding: 1rem 1.5rem !important;
    font-size: 0.8125rem !important;
    color: #374151 !important; /* gray-700 */
    border-bottom: 1px solid #f3f4f6 !important;
    vertical-align: middle !important;
}
