.gap-4{gap:1rem}
.gap-3{gap:.75rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.p-4{padding:1rem}
.pl-10{padding-left:2.5rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.ml-2{margin-left:.5rem}
.ml-auto{margin-left:auto}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.space-y-4>*+*{margin-top:1rem}
.relative{position:relative}
.absolute{position:absolute}
.left-3{left:.75rem}
.top-6{top:1.5rem}
.bottom-0{bottom:0}
.w-px{width:1px}
.w-5{width:1.25rem}
.h-5{height:1.25rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px}
.border-2{border-width:2px}
.border-gray-200{border-color:#e5e7eb}
.border-indigo-100{border-color:#e0e7ff}
.border-blue-500{border-color:#3b82f6}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-200{background-color:#e5e7eb}
.bg-white{background-color:#ffffff}
.bg-blue-200{background-color:#bfdbfe}
.bg-indigo-50{background-color:#eef2ff}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.italic{font-style:italic}
.text-gray-500{color:#6b7280}
.text-gray-400{color:#9ca3af}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-gray-900{color:#111827}
.text-blue-600{color:#2563eb}
.text-green-600{color:#16a34a}
.text-amber-600{color:#d97706}
.text-indigo-600{color:#4f46e5}
.text-indigo-800{color:#3730a3}
.text-indigo-900{color:#312e81}
.text-primary-600{color:#d97706}
.hover\:text-primary-700:hover{color:#b45309}
.flex{display:flex}
.items-center{align-items:center}
.flex-wrap{flex-wrap:wrap}
.shadow-sm{--tw-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:var(--tw-shadow)}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.max-w-none{max-width:none}
.break-words{overflow-wrap:break-word}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{background-color:#111827}
  .dark\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}
  .dark\:border-gray-700{border-color:#374151}
  .dark\:text-gray-100{color:#f3f4f6}
  .dark\:text-gray-300{color:#d1d5db}
  .dark\:text-gray-400{color:#9ca3af}
  .dark\:text-blue-400{color:#60a5fa}
  .dark\:text-green-400{color:#4ade80}
  .dark\:text-indigo-200{color:#c7d2fe}
  .dark\:text-indigo-300{color:#a5b4fc}
  .dark\:bg-gray-800{background-color:#1f2937}
  .dark\:border-indigo-800{border-color:#3730a3}
}
.w-3{width:.75rem}
.h-3{height:.75rem}

.dark .filament-forms-date-time-picker-component .bg-white {
    background-color: #242427;
}

.dark .filament-forms-date-time-picker-component .fi-input {
    color: rgb(255, 255, 255);
}
