/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed\! {
  position: fixed !important;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.right-auto {
  right: auto;
}
.left-auto {
  left: auto;
}
.isolate {
  isolation: isolate;
}
.z-50 {
  z-index: 50;
}
.col-3 {
  grid-column: 3;
}
.col-4 {
  grid-column: 4;
}
.col-5 {
  grid-column: 5;
}
.col-6 {
  grid-column: 6;
}
.col-7 {
  grid-column: 7;
}
.col-8 {
  grid-column: 8;
}
.col-12 {
  grid-column: 12;
}
.col-auto {
  grid-column: auto;
}
.float-end {
  float: inline-end;
}
.float-start {
  float: inline-start;
}
.container {
  width: 100%;
}
.container\! {
  width: 100% !important;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-inline: auto;
}
.my-auto {
  margin-block: auto;
}
.ms-auto {
  margin-inline-start: auto;
}
.me-auto {
  margin-inline-end: auto;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.list-item {
  display: list-item;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink-1 {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.grow-1 {
  flex-grow: 1;
}
.caption-top {
  caption-side: top;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-y-full {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform\! {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.bg-transparent {
  background-color: transparent;
}
.bg-cover {
  background-size: cover;
}
.mask-left {
  -webkit-mask-position: left;
          mask-position: left;
}
.mask-top {
  -webkit-mask-position: top;
          mask-position: top;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-1 {
  opacity: 1%;
}
.opacity-2 {
  opacity: 2%;
}
.opacity-3 {
  opacity: 3%;
}
.opacity-4 {
  opacity: 4%;
}
.opacity-5 {
  opacity: 5%;
}
.opacity-6 {
  opacity: 6%;
}
.opacity-7 {
  opacity: 7%;
}
.opacity-8 {
  opacity: 8%;
}
.opacity-9 {
  opacity: 9%;
}
.opacity-10 {
  opacity: 10%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter\! {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.\[wire\:model\=\"\'\+i\+\'\"\] {
  wire: model="'+i+'";
}
.\[wire\:model\=\\\"\'\+expression\+\'\\\"\] {
  wire: model=\"'+expression+'\";
}
.\[wire\:model\] {
  wire: model;
}
.ltr\:border-l-8 {
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
    border-left-style: var(--tw-border-style);
    border-left-width: 8px;
  }
}
.rtl\:space-x-reverse {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 1;
    }
  }
}
.rtl\:border-r-8 {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    border-right-style: var(--tw-border-style);
    border-right-width: 8px;
  }
}
@layer utilities {
  .transition-smooth {
    transition: all 0.3s ease-in-out;
  }
  .shadow-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .shadow-card-hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  .glass {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .glass-dark {
    backdrop-filter: blur(10px);
    background-color: rgba(11, 18, 32, 0.8);
  }
}
@layer components {
  .btn-primary {
    background-color: #F36A21;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .btn-primary:hover {
    background-color: #E45410;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .btn-primary:active {
    background-color: #C94609;
  }
  .btn-secondary {
    background-color: #243A8F;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .btn-secondary:hover {
    background-color: #1A2B70;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .btn-success {
    background-color: #22C55E;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .btn-success:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .btn-danger {
    background-color: #EF4444;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .btn-danger:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .card {
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  .dark .card {
    background-color: #111827;
  }
  .badge-primary {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #243A8F;
    color: white;
  }
  .badge-success {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #22C55E;
    color: white;
  }
  .badge-warning {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #F59E0B;
    color: white;
  }
  .badge-danger {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #EF4444;
    color: white;
  }
  .badge-info {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #3B82F6;
    color: white;
  }
  .input-field {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease-in-out;
  }
  .input-field:focus {
    outline: none;
    box-shadow: 0 0 0 2px #243A8F;
    border-color: transparent;
  }
  .input-field-dark {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #1E293B;
    background-color: #111827;
    color: #E5E7EB;
    transition: all 0.3s ease-in-out;
  }
  .input-field-dark:focus {
    outline: none;
    box-shadow: 0 0 0 2px #F36A21;
    border-color: transparent;
  }
}
@layer base {
  :root {
    color-scheme: light;
  }
  body {
    background-color: #F8FAFC;
    color: #020617;
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dark body {
    background-color: #0B1220;
    color: #E5E7EB;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }
  h1 {
    font-size: 2.25rem;
    color: #243A8F;
  }
  .dark h1 {
    color: #F36A21;
  }
  h2 {
    font-size: 1.875rem;
    color: #243A8F;
  }
  .dark h2 {
    color: #F36A21;
  }
  h3 {
    font-size: 1.5rem;
  }
  a {
    color: #243A8F;
    transition: all 0.3s ease-in-out;
  }
  a:hover {
    text-decoration: underline;
  }
  .dark a {
    color: #F36A21;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background-color: #F1F5F9;
  }
  .dark ::-webkit-scrollbar-track {
    background-color: #0F172A;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #243A8F;
    border-radius: 9999px;
  }
  .dark ::-webkit-scrollbar-thumb {
    background-color: #F36A21;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #1A2B70;
  }
  .dark ::-webkit-scrollbar-thumb:hover {
    background-color: #E45410;
  }
}
.sidenav {
  background-color: #FFFFFF !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateX(0) !important;
  display: block !important;
  visibility: visible !important;
  position: fixed !important;
  left: 0 !important;
}
@media (max-width: 1199.98px) {
  .g-sidenav-show:not(.rtl) .sidenav {
    transform: translateX(0) !important;
  }
  .g-sidenav-show.rtl .sidenav {
    transform: translateX(0) !important;
  }
}
.sidenav .nav-link-text {
  opacity: 1 !important;
  display: inline !important;
  visibility: visible !important;
}
.sidenav .navbar-nav .nav-item {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.sidenav .navbar-nav .nav-link {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.sidenav h6 {
  color: #6B7280 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}
.sidenav .nav-link {
  color: #374151 !important;
  transition: all 0.2s ease-in-out;
}
.sidenav .nav-link .nav-link-text {
  color: #374151 !important;
  font-weight: 500;
}
.sidenav .nav-link.active {
  background: linear-gradient(135deg, #243A8F 0%, #1A2B70 100%) !important;
}
.sidenav .nav-link.active .nav-link-text {
  color: #FFFFFF !important;
  font-weight: 600;
}
.sidenav .nav-link.active .icon {
  background: #F36A21 !important;
}
.sidenav .nav-link:hover:not(.active) {
  background-color: #F8FAFC;
  transform: translateX(2px);
}
.sidenav .nav-link:hover:not(.active) .nav-link-text {
  color: #243A8F;
}
.sidenav hr.horizontal {
  background-color: #E5E7EB;
  opacity: 1;
}
.icon-car {
  color: #243A8F;
}
.icon-auto {
  color: #F36A21;
}
.table-container {
  overflow-x: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.table-header {
  background-color: #F1F5F9;
  color: #475569;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dark .table-header {
  background-color: #111827;
  color: #9CA3AF;
}
.table-row {
  border-bottom: 1px solid #E5E7EB;
  transition: all 0.3s ease-in-out;
}
.table-row:hover {
  background-color: #E2E8F0;
}
.dark .table-row {
  border-bottom-color: #1E293B;
}
.dark .table-row:hover {
  background-color: #1E293B;
}
.table-cell {
  padding: 1rem 1.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
}
.table-responsive {
  border-radius: 0.5rem;
  overflow: hidden;
}
.table {
  margin-bottom: 0 !important;
}
.table thead th {
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%) !important;
  color: #1E293B !important;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 1rem 0.75rem !important;
  border-bottom: 2px solid #E2E8F0 !important;
  border-top: 1px solid #E2E8F0 !important;
}
.table thead th.text-secondary {
  color: #1E293B !important;
}
.table thead th.opacity-7 {
  opacity: 1 !important;
}
.table tbody tr {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #E5E7EB;
}
.table tbody tr:hover {
  background-color: #F8FAFC !important;
  transform: scale(1.001);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.table tbody tr:last-child {
  border-bottom: none;
}
.table tbody td {
  padding: 0.75rem !important;
  color: #374151 !important;
  font-size: 0.875rem !important;
  vertical-align: middle !important;
}
.table .badge {
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
}
.table .btn-sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.table .btn-sm:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.table .btn-info,
.table .btn-primary {
  background-color: #243A8F !important;
  border-color: #243A8F !important;
  color: #FFFFFF !important;
}
.table .btn-info:hover,
.table .btn-primary:hover {
  background-color: #1A2B70 !important;
  border-color: #1A2B70 !important;
}
.table .btn-danger {
  background-color: #DC2626 !important;
  border-color: #DC2626 !important;
  color: #FFFFFF !important;
}
.table .btn-danger:hover {
  background-color: #B91C1C !important;
  border-color: #B91C1C !important;
}
.table .btn-success {
  background-color: #22C55E !important;
  border-color: #22C55E !important;
  color: #FFFFFF !important;
}
.table .btn-success:hover {
  background-color: #16A34A !important;
  border-color: #16A34A !important;
}
.table .btn-warning {
  background-color: #F59E0B !important;
  border-color: #F59E0B !important;
  color: #FFFFFF !important;
}
.table .btn-warning:hover {
  background-color: #D97706 !important;
  border-color: #D97706 !important;
}
.table .text-xs {
  font-size: 0.75rem !important;
}
.table .text-sm {
  font-size: 0.875rem !important;
}
.table .font-weight-bold {
  font-weight: 600 !important;
}
.badge-success {
  background-color: #22C55E !important;
  color: #FFFFFF !important;
}
.badge-danger {
  background-color: #DC2626 !important;
  color: #FFFFFF !important;
}
.badge-warning {
  background-color: #F59E0B !important;
  color: #FFFFFF !important;
}
.badge-info {
  background-color: #3B82F6 !important;
  color: #FFFFFF !important;
}
.badge-secondary {
  background-color: #6B7280 !important;
  color: #FFFFFF !important;
}
.badge-primary {
  background-color: #243A8F !important;
  color: #FFFFFF !important;
}
.badge-primary {
  background-color: #243A8F !important;
  color: #FFFFFF !important;
}
.bg-gradient-primary {
  background: linear-gradient(135deg, #243A8F 0%, #1A2B70 100%) !important;
}
.bg-gradient-success {
  background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%) !important;
}
.bg-gradient-danger {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
}
.bg-gradient-warning {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
}
.bg-gradient-info {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%) !important;
}
.table .fa-car {
  color: #243A8F;
}
.table .fa-taxi {
  color: #F36A21;
}
.table tbody tr.empty-state td {
  text-align: center;
  padding: 2rem !important;
  color: #6B7280 !important;
  font-style: italic;
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  gap: 0.5rem;
  justify-content: center;
}
.pagination .page-item {
  margin: 0;
}
.pagination .page-link {
  padding: 0.5rem 0.75rem;
  border: 1px solid #E5E7EB;
  border-radius: 0.375rem;
  color: #374151;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
}
.pagination .page-link:hover {
  background-color: #F8FAFC;
  border-color: #243A8F;
  color: #243A8F;
  transform: translateY(-1px);
}
.pagination .page-item.active .page-link {
  background-color: #243A8F !important;
  border-color: #243A8F !important;
  color: #FFFFFF !important;
  font-weight: 600;
}
.pagination .page-item.disabled .page-link {
  color: #9CA3AF;
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination .page-item.disabled .page-link:hover {
  background-color: transparent;
  border-color: #E5E7EB;
  transform: none;
}
.form-control {
  border: 1px solid #E5E7EB !important;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1rem !important;
  font-size: 0.875rem !important;
  transition: all 0.2s ease-in-out !important;
  background-color: #FFFFFF !important;
}
.form-control:focus {
  border-color: #243A8F !important;
  box-shadow: 0 0 0 3px rgba(36, 58, 143, 0.1) !important;
  outline: none !important;
}
.form-control::-moz-placeholder {
  color: #9CA3AF !important;
}
.form-control::placeholder {
  color: #9CA3AF !important;
}
.form-select {
  border: 1px solid #E5E7EB !important;
  border-radius: 0.5rem !important;
  padding: 0.625rem 2.5rem 0.625rem 1rem !important;
  font-size: 0.875rem !important;
  transition: all 0.2s ease-in-out !important;
  background-color: #FFFFFF !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}
.form-select:focus {
  border-color: #243A8F !important;
  box-shadow: 0 0 0 3px rgba(36, 58, 143, 0.1) !important;
  outline: none !important;
}
.input-group {
  position: relative;
}
.input-group .form-control {
  padding-left: 2.5rem !important;
}
.input-group-text {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
  z-index: 10;
  background: transparent !important;
  border: none !important;
}
.empty-state-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
}
.empty-state-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #F8FAFC 0%, #E5E7EB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.empty-state-icon i {
  font-size: 2rem;
  color: #9CA3AF;
}
.empty-state-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.empty-state-description {
  font-size: 0.875rem;
  color: #6B7280;
  margin-bottom: 1.5rem;
  max-width: 400px;
}
.empty-state-action {
  margin-top: 1rem;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border-radius: 0.5rem;
}
.spinner {
  width: 3rem;
  height: 3rem;
  border: 4px solid #E5E7EB;
  border-top-color: #243A8F;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner-sm {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 3px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.skeleton {
  background: linear-gradient(90deg, #F1F5F9 25%, #E5E7EB 50%, #F1F5F9 75%);
  background-size: 200% 100%;
  animation: loading 1.5s ease-in-out infinite;
  border-radius: 0.25rem;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeleton-text {
  height: 0.875rem;
  margin-bottom: 0.5rem;
}
.skeleton-text:last-child {
  margin-bottom: 0;
  width: 60%;
}
.skeleton-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.skeleton-button {
  height: 2rem;
  width: 4rem;
  border-radius: 0.375rem;
}
.loading-text {
  margin-top: 1rem;
  color: #6B7280;
  font-size: 0.875rem;
  font-weight: 500;
}
.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.animate-fade-in {
  animation: fadeIn 0.3s ease-out;
}
.animate-slide-in {
  animation: slideIn 0.3s ease-out;
}
@media (max-width: 768px) {
  .card {
    padding: 0.75rem;
  }
  .btn-primary,
  .btn-secondary,
  .btn-success,
  .btn-danger {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
  }
}
@media print {
  body {
    background-color: white;
    color: black;
  }
  .no-print {
    display: none !important;
  }
  .card {
    box-shadow: none;
    border: 1px solid #d1d5db;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-space-x-reverse: 0;
    }
  }
}

