/* ==========================================================================
   VitalDental — compiled utility stylesheet (replaces the Tailwind CDN
   runtime). Generated to match exactly the utility classes used across
   index.php, includes/layout_top.php, includes/layout_bottom.php and the
   admin/*.php pages, using the Spring Green / Deep Onyx theme tokens.
   ========================================================================== */

/* ---- minimal Preflight reset ---- */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p { margin: 0; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button { text-transform: none; background-color: transparent; background-image: none; cursor: pointer; }
a { color: inherit; text-decoration: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img, svg { display: block; vertical-align: middle; max-width: 100%; height: auto; }
table { border-collapse: collapse; }

.-translate-x-full { --tw-translate-x: -100%; transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)); }
.-translate-y-1\/2 { --tw-translate-y: -50%; transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)); }
.absolute { position: absolute; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.bg-background { background-color: #07191E; }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-black\/70 { background-color: rgba(0, 0, 0, 0.7); }
.bg-center { background-position: center; }
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }
.bg-cover { background-size: cover; }
.bg-error\/15 { background-color: rgba(255, 180, 171, 0.15); }
.bg-error\/20 { background-color: rgba(255, 180, 171, 0.2); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-to)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-from), var(--tw-gradient-to)); }
.bg-primary\/10 { background-color: rgba(2, 245, 161, 0.1); }
.bg-primary\/15 { background-color: rgba(2, 245, 161, 0.15); }
.bg-secondary-container\/40 { background-color: rgba(28, 66, 76, 0.4); }
.bg-surface { background-color: #07191E; }
.bg-surface-container { background-color: #102c34; }
.bg-surface-container-high { background-color: #16363f; }
.bg-surface\/90 { background-color: rgba(7, 25, 30, 0.9); }
.bg-surface\/95 { background-color: rgba(7, 25, 30, 0.95); }
.block { display: block; }
.border { border-width: 1px; border-style: solid; border-color: #e5e7eb; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-collapse { border-collapse: collapse; }
.border-error { border-color: #ffb4ab; }
.border-l { border-left-width: 1px; border-left-style: solid; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-outline\/30 { border-color: rgba(58, 90, 84, 0.3); }
.border-outline\/40 { border-color: rgba(58, 90, 84, 0.4); }
.border-primary { border-color: #02F5A1; }
.border-r { border-right-width: 1px; border-right-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.bottom-0 { bottom: 0px; }
.break-all { word-break: break-all; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.font-body-md { font-family: 'Inter', sans-serif; }
.font-bold { font-weight: 700; }
.font-headline-lg { font-family: 'Inter', sans-serif; }
.font-headline-md { font-family: 'Inter', sans-serif; }
.font-label-md { font-family: 'Inter', sans-serif; }
.font-medium { font-weight: 500; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.font-semibold { font-weight: 600; }
.from-primary { --tw-gradient-from: #02F5A1; --tw-gradient-to: rgb(255 255 255 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.gap-0\.5 { gap: 0.125rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-fit { height: fit-content; }
.h-full { height: 100%; }
.hidden { display: none; }
.hover\:bg-error\/10:hover { background-color: rgba(255, 180, 171, 0.1); }
.hover\:bg-error\/25:hover { background-color: rgba(255, 180, 171, 0.25); }
.hover\:bg-error\/30:hover { background-color: rgba(255, 180, 171, 0.3); }
.hover\:bg-primary\/25:hover { background-color: rgba(2, 245, 161, 0.25); }
.hover\:bg-secondary-container\/60:hover { background-color: rgba(28, 66, 76, 0.6); }
.hover\:bg-surface-container-high\/40:hover { background-color: rgba(22, 54, 63, 0.4); }
.hover\:border-primary\/40:hover { border-color: rgba(2, 245, 161, 0.4); }
.hover\:brightness-110:hover { filter: brightness(1.1); }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:shadow-\[0_6px_20px_rgba\(2\,245\,161\,0\.23\)\]:hover { box-shadow: 0_6px_20px_rgba(2, 245, 161, 0.23); }
.hover\:text-error:hover { color: #ffb4ab; }
.hover\:text-primary:hover { color: #02F5A1; }
.hover\:text-tertiary:hover { color: #3cddc7; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; }
.inset-x-0 { left: 0px; right: 0px; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.leading-tight { line-height: 1.25; }
.left-0 { left: 0px; }
.left-3 { left: 0.75rem; }
.material-symbols-outlined { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; vertical-align: middle; }
.max-w-2xl { max-width: 42rem; }
.max-w-lg { max-width: 32rem; }
.max-w-md { max-width: 28rem; }
.max-w-sm { max-width: 24rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.min-h-screen { min-height: 100vh; }
.min-w-\[220px\] { min-width: 220px; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-auto { margin-top: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.opacity-20 { opacity: 0.2; }
.opacity-70 { opacity: 0.7; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.p-2 { padding: 0.5rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pb-24 { padding-bottom: 6rem; }
.pl-10 { padding-left: 2.5rem; }
.pointer-events-none { pointer-events: none; }
.pt-2 { padding-top: 0.5rem; }
.pt-20 { padding-top: 5rem; }
.pt-4 { padding-top: 1rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.right-0 { right: 0px; }
.right-3 { right: 0.75rem; }
.right-4 { right: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-xl { border-radius: 0.75rem; }
.shadow-\[0_4px_14px_0_rgba\(2\,245\,161\,0\.39\)\] { box-shadow: 0_4px_14px_0_rgba(2, 245, 161, 0.39); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.3), 0 4px 6px -4px rgba(0,0,0,.3); }
.shadow-primary\/20 { --tw-shadow-color: rgba(2, 245, 161, 0.2); box-shadow: 0 10px 15px -3px rgba(2, 245, 161, 0.2), 0 4px 6px -4px rgba(2, 245, 161, 0.2); }
.shrink-0 { flex-shrink: 0; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-\[\#07191E\] { color: #07191E; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[22px\] { font-size: 22px; }
.text-body-md { font-size: 16px; line-height: 1.6; }
.text-center { text-align: center; }
.text-error { color: #ffb4ab; }
.text-headline-lg { font-size: 32px; line-height: 1.25; }
.text-label-md { font-size: 14px; line-height: 1.4; letter-spacing: 0.01em; }
.text-left { text-align: left; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-on-background { color: #e3f7ef; }
.text-on-primary-container { color: #013820; }
.text-on-surface { color: #e3f7ef; }
.text-on-surface-variant { color: #8fb3aa; }
.text-on-surface-variant\/80 { color: rgba(143, 179, 170, 0.8); }
.text-primary { color: #02F5A1; }
.text-right { text-align: right; }
.text-secondary { color: #bde8d6; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-transparent { color: transparent; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.to-primary-container { --tw-gradient-to: #01c481; }
.to-tertiary { --tw-gradient-to: #3cddc7; }
.top-0 { top: 0px; }
.top-1\/2 { top: 50%; }
.top-4 { top: 1rem; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.transform { transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.uppercase { text-transform: uppercase; }
.w-1\/2 { width: 50.0%; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-\[250px\] { width: 250px; }
.w-full { width: 100%; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.z-\[60\] { z-index: 60; }
.divide-outline\/20 > :not([hidden]) ~ :not([hidden]) { border-color: rgba(58, 90, 84, 0.2); }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; border-top-style: solid; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }

@media (min-width: 640px) {
.sm\:col-span-2 { grid-column: span 2 / span 2; }
.sm\:flex-row { flex-direction: row; }
.sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sm\:items-center { align-items: center; }
}

@media (min-width: 768px) {
.md\:block { display: block; }
.md\:hidden { display: none; }
.md\:inline-flex { display: inline-flex; }
.md\:ml-\[250px\] { margin-left: 250px; }
.md\:pb-10 { padding-bottom: 2.5rem; }
.md\:pt-8 { padding-top: 2rem; }
.md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
.md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.md\:translate-x-0 { --tw-translate-x: 0px; }
}

@media (min-width: 1024px) {
.lg\:block { display: block; }
.lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
/* Material Symbols Outlined icon font sizing default */
.material-symbols-outlined { font-size: 24px; }
