:root {
  --background: 0 0% 100%;
  --foreground: 224 71.4% 4.1%;
  --background-alt: 240 5% 96%;
  --card: 0 0% 100%;
  --card-foreground: 224 71.4% 4.1%;
  --card-background: 60 5% 96%;
  --popover: 0 0% 100%;
  --popover-foreground: 224 71.4% 4.1%;
  --primary: 220.9 39.3% 11%;
  --primary-foreground: 210 20% 98%;
  --secondary: 240, 5%, 96%;
  --secondary-foreground: 240, 6%, 10%;
  --muted: 220 8.9% 46.1% / 0.1;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 220 8.9% 46.1% / 0.1;
  --accent-foreground: 220.9 39.3% 11%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 20% 98%;
  --border: 220 13% 91%;
  --input: 220 13% 91%;
  --ring: rgba(0, 0, 0, 0.4);
  --radius: 5px;
  --border-radius-sm: 0.125rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --text-primary: #1a1a1a;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-primary: #ffffff;
  --bg-subtle: #f8fafc;
  --bg-muted: #f1f5f9;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-feature-settings: "rlig" 1, "calt" 1;
          font-feature-settings: "rlig" 1, "calt" 1;
}

.bg-background {
  background-color: hsl(var(--background));
}

.bg-primary-shadcn {
  background-color: hsl(var(--card-background));
}

.text-foreground {
  color: hsl(var(--foreground));
}

.shadcn-reset {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
.shadcn-html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
.shadcn-body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  line-height: normal;
  color: hsl(var(--foreground));
  background-color: hsl(var(--background));
}
.shadcn-heading {
  color: inherit;
  font: inherit;
}
@media (max-width: 768px) {
  .shadcn-heading {
    word-break: break-word;
  }
}
.shadcn-list {
  list-style: none;
}
.shadcn-link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.shadcn-link:hover, .shadcn-link:focus {
  text-decoration: none;
}
.shadcn-media {
  display: block;
  max-width: 100%;
  height: auto;
}
.shadcn-table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  .shadcn-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.shadcn-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 768px) {
  .shadcn-scrollbar {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.shadcn-scrollbar-track {
  background-color: hsl(var(--muted));
}
.shadcn-scrollbar-thumb {
  background-color: hsl(var(--input));
  border-radius: var(--radius);
}

.text-h1 {
  font-size: var(--font-h1);
  line-height: var(--line-height-tight);
  font-weight: 600;
}
@media (max-width: 768px) {
  .text-h1 {
    font-size: calc(var(--font-h1) * 0.9);
  }
}
@media (max-width: 480px) {
  .text-h1 {
    font-size: calc(var(--font-h1) * 0.8);
  }
}
.text-h2 {
  font-size: var(--font-h2);
  line-height: var(--line-height-tight);
  font-weight: 600;
}
@media (max-width: 768px) {
  .text-h2 {
    font-size: calc(var(--font-h2) * 0.9);
  }
}
@media (max-width: 480px) {
  .text-h2 {
    font-size: calc(var(--font-h2) * 0.8);
  }
}
.text-h3 {
  font-size: var(--font-h3);
  line-height: var(--line-height-tight);
  font-weight: 600;
}
@media (max-width: 768px) {
  .text-h3 {
    font-size: calc(var(--font-h3) * 0.9);
  }
}
@media (max-width: 480px) {
  .text-h3 {
    font-size: calc(var(--font-h3) * 0.8);
  }
}
.text-h4 {
  font-size: var(--font-h4);
  line-height: var(--line-height-tight);
  font-weight: 600;
}
@media (max-width: 768px) {
  .text-h4 {
    font-size: calc(var(--font-h4) * 0.9);
  }
}
@media (max-width: 480px) {
  .text-h4 {
    font-size: calc(var(--font-h4) * 0.8);
  }
}
.text-base {
  font-size: var(--font-base);
  line-height: var(--line-height-normal);
}
@media (max-width: 768px) {
  .text-base {
    font-size: calc(var(--font-base) * 0.95);
  }
}
@media (max-width: 480px) {
  .text-base {
    font-size: calc(var(--font-base) * 0.9);
  }
}
.text-sm {
  font-size: var(--font-sm);
  line-height: var(--line-height-normal);
}
@media (max-width: 480px) {
  .text-sm {
    font-size: calc(var(--font-sm) * 0.95);
  }
}
.text-xs {
  font-size: var(--font-xs);
  line-height: var(--line-height-normal);
}

:root {
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  --font-size-7xl: 4.5rem;
  --font-size-8xl: 6rem;
  --font-size-9xl: 8rem;
  --line-height-none: 1;
  --line-height-tight: 1.25;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;
  --line-height-loose: 2;
}

.text-xs {
  font-size: var(--font-size-xs);
}

.text-sm {
  font-size: var(--font-size-sm);
}

.text-base {
  font-size: var(--font-size-base);
}

.text-lg {
  font-size: var(--font-size-lg);
}

.text-xl {
  font-size: var(--font-size-xl);
}

.text-2xl {
  font-size: var(--font-size-2xl);
}

.text-3xl {
  font-size: var(--font-size-3xl);
}

.text-4xl {
  font-size: var(--font-size-4xl);
}

.text-5xl {
  font-size: var(--font-size-5xl);
}

.text-6xl {
  font-size: var(--font-size-6xl);
}

.text-7xl {
  font-size: var(--font-size-7xl);
}

.text-8xl {
  font-size: var(--font-size-8xl);
}

.text-9xl {
  font-size: var(--font-size-9xl);
}

.text-xs-important {
  font-size: var(--font-size-xs) !important;
}

.text-sm-important {
  font-size: var(--font-size-sm) !important;
}

.text-base-important {
  font-size: var(--font-size-base) !important;
}

.text-lg-important {
  font-size: var(--font-size-lg) !important;
}

.text-xl-important {
  font-size: var(--font-size-xl) !important;
}

.text-2xl-important {
  font-size: var(--font-size-2xl) !important;
}

.text-3xl-important {
  font-size: var(--font-size-3xl) !important;
}

.text-4xl-important {
  font-size: var(--font-size-4xl) !important;
}

.text-5xl-important {
  font-size: var(--font-size-5xl) !important;
}

.text-6xl-important {
  font-size: var(--font-size-6xl) !important;
}

.text-7xl-important {
  font-size: var(--font-size-7xl) !important;
}

.text-8xl-important {
  font-size: var(--font-size-8xl) !important;
}

.text-9xl-important {
  font-size: var(--font-size-9xl) !important;
}

.leading-none {
  line-height: var(--line-height-none);
}

.leading-tight {
  line-height: var(--line-height-tight);
}

.leading-snug {
  line-height: var(--line-height-snug);
}

.leading-normal {
  line-height: var(--line-height-normal) !important;
}

.leading-relaxed {
  line-height: var(--line-height-relaxed);
}

.leading-loose {
  line-height: var(--line-height-loose);
}

.leading-none-important {
  line-height: var(--line-height-none) !important;
}

.leading-tight-important {
  line-height: var(--line-height-tight) !important;
}

.leading-snug-important {
  line-height: var(--line-height-snug) !important;
}

.leading-normal-important {
  line-height: var(--line-height-normal) !important;
}

.leading-relaxed-important {
  line-height: var(--line-height-relaxed) !important;
}

.leading-loose-important {
  line-height: var(--line-height-loose) !important;
}

@media (max-width: 640px) {
  .sm\:text-xs {
    font-size: var(--font-size-xs);
  }
  .sm\:text-sm {
    font-size: var(--font-size-sm);
  }
  .sm\:text-base {
    font-size: var(--font-size-base);
  }
  .sm\:text-lg {
    font-size: var(--font-size-lg);
  }
  .sm\:text-xl {
    font-size: var(--font-size-xl);
  }
  .sm\:text-2xl {
    font-size: var(--font-size-2xl);
  }
  .sm\:text-3xl {
    font-size: var(--font-size-3xl);
  }
  .sm\:text-4xl {
    font-size: var(--font-size-4xl);
  }
  .sm\:text-5xl {
    font-size: var(--font-size-5xl);
  }
  .sm\:text-6xl {
    font-size: var(--font-size-6xl);
  }
  .sm\:text-7xl {
    font-size: var(--font-size-7xl);
  }
  .sm\:text-8xl {
    font-size: var(--font-size-8xl);
  }
  .sm\:text-9xl {
    font-size: var(--font-size-9xl);
  }
  .sm\:text-xs-important {
    font-size: var(--font-size-xs) !important;
  }
  .sm\:text-sm-important {
    font-size: var(--font-size-sm) !important;
  }
  .sm\:text-base-important {
    font-size: var(--font-size-base) !important;
  }
  .sm\:text-lg-important {
    font-size: var(--font-size-lg) !important;
  }
  .sm\:text-xl-important {
    font-size: var(--font-size-xl) !important;
  }
  .sm\:text-2xl-important {
    font-size: var(--font-size-2xl) !important;
  }
  .sm\:text-3xl-important {
    font-size: var(--font-size-3xl) !important;
  }
  .sm\:text-4xl-important {
    font-size: var(--font-size-4xl) !important;
  }
  .sm\:text-5xl-important {
    font-size: var(--font-size-5xl) !important;
  }
  .sm\:text-6xl-important {
    font-size: var(--font-size-6xl) !important;
  }
  .sm\:text-7xl-important {
    font-size: var(--font-size-7xl) !important;
  }
  .sm\:text-8xl-important {
    font-size: var(--font-size-8xl) !important;
  }
  .sm\:text-9xl-important {
    font-size: var(--font-size-9xl) !important;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .md\:text-xs {
    font-size: var(--font-size-xs) !important;
  }
  .md\:text-sm {
    font-size: var(--font-size-sm) !important;
  }
  .md\:text-base {
    font-size: var(--font-size-base) !important;
  }
  .md\:text-lg {
    font-size: var(--font-size-lg) !important;
  }
  .md\:text-xl {
    font-size: var(--font-size-xl) !important;
  }
  .md\:text-2xl {
    font-size: var(--font-size-2xl) !important;
  }
  .md\:text-3xl {
    font-size: var(--font-size-3xl) !important;
  }
  .md\:text-4xl {
    font-size: var(--font-size-4xl) !important;
  }
  .md\:text-5xl {
    font-size: var(--font-size-5xl) !important;
  }
  .md\:text-6xl {
    font-size: var(--font-size-6xl) !important;
  }
  .md\:text-7xl {
    font-size: var(--font-size-7xl) !important;
  }
  .md\:text-8xl {
    font-size: var(--font-size-8xl) !important;
  }
  .md\:text-9xl {
    font-size: var(--font-size-9xl) !important;
  }
  .md\:text-xs-important {
    font-size: var(--font-size-xs) !important;
  }
  .md\:text-sm-important {
    font-size: var(--font-size-sm) !important;
  }
  .md\:text-base-important {
    font-size: var(--font-size-base) !important;
  }
  .md\:text-lg-important {
    font-size: var(--font-size-lg) !important;
  }
  .md\:text-xl-important {
    font-size: var(--font-size-xl) !important;
  }
  .md\:text-2xl-important {
    font-size: var(--font-size-2xl) !important;
  }
  .md\:text-3xl-important {
    font-size: var(--font-size-3xl) !important;
  }
  .md\:text-4xl-important {
    font-size: var(--font-size-4xl) !important;
  }
  .md\:text-5xl-important {
    font-size: var(--font-size-5xl) !important;
  }
  .md\:text-6xl-important {
    font-size: var(--font-size-6xl) !important;
  }
  .md\:text-7xl-important {
    font-size: var(--font-size-7xl) !important;
  }
  .md\:text-8xl-important {
    font-size: var(--font-size-8xl) !important;
  }
  .md\:text-9xl-important {
    font-size: var(--font-size-9xl) !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .lg\:text-xs {
    font-size: var(--font-size-xs);
  }
  .lg\:text-sm {
    font-size: var(--font-size-sm);
  }
  .lg\:text-base {
    font-size: var(--font-size-base);
  }
  .lg\:text-lg {
    font-size: var(--font-size-lg);
  }
  .lg\:text-xl {
    font-size: var(--font-size-xl);
  }
  .lg\:text-2xl {
    font-size: var(--font-size-2xl);
  }
  .lg\:text-3xl {
    font-size: var(--font-size-3xl);
  }
  .lg\:text-4xl {
    font-size: var(--font-size-4xl);
  }
  .lg\:text-5xl {
    font-size: var(--font-size-5xl);
  }
  .lg\:text-6xl {
    font-size: var(--font-size-6xl);
  }
  .lg\:text-7xl {
    font-size: var(--font-size-7xl);
  }
  .lg\:text-8xl {
    font-size: var(--font-size-8xl);
  }
  .lg\:text-9xl {
    font-size: var(--font-size-9xl);
  }
  .lg\:text-xs-important {
    font-size: var(--font-size-xs) !important;
  }
  .lg\:text-sm-important {
    font-size: var(--font-size-sm) !important;
  }
  .lg\:text-base-important {
    font-size: var(--font-size-base) !important;
  }
  .lg\:text-lg-important {
    font-size: var(--font-size-lg) !important;
  }
  .lg\:text-xl-important {
    font-size: var(--font-size-xl) !important;
  }
  .lg\:text-2xl-important {
    font-size: var(--font-size-2xl) !important;
  }
  .lg\:text-3xl-important {
    font-size: var(--font-size-3xl) !important;
  }
  .lg\:text-4xl-important {
    font-size: var(--font-size-4xl) !important;
  }
  .lg\:text-5xl-important {
    font-size: var(--font-size-5xl) !important;
  }
  .lg\:text-6xl-important {
    font-size: var(--font-size-6xl) !important;
  }
  .lg\:text-7xl-important {
    font-size: var(--font-size-7xl) !important;
  }
  .lg\:text-8xl-important {
    font-size: var(--font-size-8xl) !important;
  }
  .lg\:text-9xl-important {
    font-size: var(--font-size-9xl) !important;
  }
}
@media (min-width: 1025px) {
  .xl\:text-xs {
    font-size: var(--font-size-xs);
  }
  .xl\:text-sm {
    font-size: var(--font-size-sm);
  }
  .xl\:text-base {
    font-size: var(--font-size-base);
  }
  .xl\:text-lg {
    font-size: var(--font-size-lg);
  }
  .xl\:text-xl {
    font-size: var(--font-size-xl);
  }
  .xl\:text-2xl {
    font-size: var(--font-size-2xl);
  }
  .xl\:text-3xl {
    font-size: var(--font-size-3xl);
  }
  .xl\:text-4xl {
    font-size: var(--font-size-4xl);
  }
  .xl\:text-5xl {
    font-size: var(--font-size-5xl);
  }
  .xl\:text-6xl {
    font-size: var(--font-size-6xl);
  }
  .xl\:text-7xl {
    font-size: var(--font-size-7xl);
  }
  .xl\:text-8xl {
    font-size: var(--font-size-8xl);
  }
  .xl\:text-9xl {
    font-size: var(--font-size-9xl);
  }
  .xl\:text-xs-important {
    font-size: var(--font-size-xs) !important;
  }
  .xl\:text-sm-important {
    font-size: var(--font-size-sm) !important;
  }
  .xl\:text-base-important {
    font-size: var(--font-size-base) !important;
  }
  .xl\:text-lg-important {
    font-size: var(--font-size-lg) !important;
  }
  .xl\:text-xl-important {
    font-size: var(--font-size-xl) !important;
  }
  .xl\:text-2xl-important {
    font-size: var(--font-size-2xl) !important;
  }
  .xl\:text-3xl-important {
    font-size: var(--font-size-3xl) !important;
  }
  .xl\:text-4xl-important {
    font-size: var(--font-size-4xl) !important;
  }
  .xl\:text-5xl-important {
    font-size: var(--font-size-5xl) !important;
  }
  .xl\:text-6xl-important {
    font-size: var(--font-size-6xl) !important;
  }
  .xl\:text-7xl-important {
    font-size: var(--font-size-7xl) !important;
  }
  .xl\:text-8xl-important {
    font-size: var(--font-size-8xl) !important;
  }
  .xl\:text-9xl-important {
    font-size: var(--font-size-9xl) !important;
  }
}
.shadcn-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  white-space: nowrap;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  position: relative;
  height: 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  /* Button Variants */
  /* Button Sizes */
  /* Icon Button */
  /* Loading State */
}
@media (min-width: 640px) {
  .shadcn-button {
    gap: 0.5rem;
    font-size: 0.875rem;
    height: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .shadcn-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.shadcn-button:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--ring));
}
.shadcn-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.shadcn-button-primary {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.shadcn-button-primary:hover {
  opacity: 0.8;
}
.shadcn-button-secondary {
  background-color: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}
.shadcn-button-secondary:hover {
  opacity: 0.8;
}
.shadcn-button-secondary-alt {
  background-color: hsl(var(--background));
}
.shadcn-button-secondary-alt:hover {
  background-color: hsl(var(--background-alt));
}
.shadcn-button-destructive {
  background-color: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
}
.shadcn-button-destructive:hover {
  opacity: 0.8;
}
.shadcn-button-outline {
  border-color: hsl(var(--border));
}
.shadcn-button-outline:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.shadcn-button-ghost:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.shadcn-button-link {
  color: hsl(var(--primary));
  text-decoration: underline;
  padding: 0;
  height: auto;
}
.shadcn-button-link:hover {
  text-decoration: none;
}
.shadcn-button-sm {
  height: 1.75rem;
  padding: 0 0.5rem;
  font-size: 0.7rem;
}
@media (min-width: 640px) {
  .shadcn-button-sm {
    height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
  }
}
.shadcn-button-lg {
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .shadcn-button-lg {
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  .shadcn-button-lg {
    padding: 0 1.5rem;
    font-size: 0.925rem;
  }
}
.shadcn-button-icon {
  height: 2.25rem;
  width: 2.25rem;
  padding: 0;
}
@media (min-width: 640px) {
  .shadcn-button-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.shadcn-button-icon.shadcn-button-sm {
  height: 1.75rem;
  width: 1.75rem;
}
@media (min-width: 640px) {
  .shadcn-button-icon.shadcn-button-sm {
    height: 2rem;
    width: 2rem;
  }
}
.shadcn-button-icon.shadcn-button-lg {
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 640px) {
  .shadcn-button-icon.shadcn-button-lg {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.shadcn-button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.shadcn-button.loading .loader {
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border-right-color: transparent;
}
@media (min-width: 640px) {
  .shadcn-button.loading .loader {
    width: 1rem;
    height: 1rem;
  }
}

/* Button Group */
.shadcn-button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
}
@media (min-width: 640px) {
  .shadcn-button-group {
    gap: 0.375rem;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shadcn-form-group {
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .shadcn-form-group {
    margin-bottom: 0.75rem;
  }
}

.shadcn-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: hsl(var(--foreground));
}
@media (max-width: 640px) {
  .shadcn-label {
    font-size: 0.8125rem;
    margin-bottom: 0.375rem;
  }
}

.shadcn-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid;
  font-size: 0.875rem;
  line-height: 1.25;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsl(var(--foreground));
  background-color: hsl(var(--background));
  border-color: hsl(var(--border));
  border-radius: var(--radius);
}
@media (max-width: 640px) {
  .shadcn-input {
    height: 2.25rem;
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  .shadcn-input {
    height: 2.75rem;
    padding: 0.625rem 0.875rem;
  }
}
.shadcn-input:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 1px var(--ring);
          box-shadow: 0 0 0 1px var(--ring);
}
.shadcn-input::-webkit-input-placeholder {
  color: hsl(var(--muted-foreground));
}
.shadcn-input::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}
.shadcn-input:-ms-input-placeholder {
  color: hsl(var(--muted-foreground));
}
.shadcn-input::-ms-input-placeholder {
  color: hsl(var(--muted-foreground));
}
.shadcn-input::placeholder {
  color: hsl(var(--muted-foreground));
}

.shadcn-form-element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  resize: none;
  border-radius: 0;
}

.shadcn-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.shadcn-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .shadcn-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.shadcn-form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 640px) {
  .shadcn-form-control {
    width: 100%;
  }
}

textarea.shadcn-input {
  min-height: 6rem;
}
@media (max-width: 640px) {
  textarea.shadcn-input {
    min-height: 5rem;
  }
}
@media (min-width: 1024px) {
  textarea.shadcn-input {
    min-height: 7rem;
  }
}

.shadcn-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.shadcn-select-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid;
  font-size: 0.875rem;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  border-color: hsl(var(--border));
  border-radius: var(--radius);
  height: 2.5rem;
}
@media (min-width: 1024px) {
  .shadcn-select-trigger {
    height: 2.75rem;
    padding: 0.625rem 0.875rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 640px) {
  .shadcn-select-trigger {
    height: 2.25rem;
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
  }
}
.shadcn-select-trigger:hover {
  border-color: hsl(var(--input));
}
.shadcn-select-trigger:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--ring));
}
.shadcn-select-menu {
  position: absolute;
  z-index: 50;
  display: none;
  width: 100%;
  overflow-y: auto;
  margin-top: 0.5rem;
  padding: 0.25rem;
  border: 1px solid;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: hsl(var(--background));
  border-color: hsl(var(--border));
  border-radius: var(--radius);
  -webkit-box-shadow: 0 0 0 1px hsla(var(--ring), 0.4);
          box-shadow: 0 0 0 1px hsla(var(--ring), 0.4);
  max-height: var(--radix-select-content-available-height);
  min-width: var(--radix-select-trigger-width);
  max-height: 300px;
}
.shadcn-select-menu.open {
  display: block;
  -webkit-animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
          animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.shadcn-select-menu .shadcn-select-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .shadcn-select-menu {
    padding: 0.2rem;
    margin-top: 0.375rem;
    max-height: 200px;
  }
}
.shadcn-select-search-container {
  position: sticky;
  top: -5px;
  padding: 0.5rem;
  background-color: hsl(var(--background));
  margin-bottom: 0.5rem;
  z-index: 2;
}
.shadcn-select-search {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid hsl(var(--border));
  border-radius: calc(var(--radius) - 2px);
  font-size: 0.875rem;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
.shadcn-select-search:focus {
  outline: none;
  border-color: hsl(var(--ring));
  -webkit-box-shadow: 0 0 0 2px hsla(var(--ring), 0.3);
          box-shadow: 0 0 0 2px hsla(var(--ring), 0.3);
}
@media (max-width: 768px) {
  .shadcn-select-search {
    padding: 0.375rem;
    font-size: 0.8125rem;
  }
}
.shadcn-select-no-results {
  padding: 0.75rem;
  text-align: center;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
}
.shadcn-select-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border-radius: calc(var(--radius) - 3px);
}
.shadcn-select-item:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.shadcn-select-item.selected {
  background-color: hsl(var(--muted));
}
@media (max-width: 768px) {
  .shadcn-select-item {
    padding: 0.375rem;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 480px) {
  .shadcn-select-item {
    padding: 0.25rem;
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
  }
}
.shadcn-select-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.shadcn-select-checkmark {
  width: 1rem;
  height: 1rem;
  opacity: 0;
  color: hsl(var(--primary));
  -webkit-transition: opacity 150ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.selected .shadcn-select-checkmark {
  opacity: 1;
}

.datepicker-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-align: center;
}
.datepicker-selectors .datepicker-select {
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  background-image: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@-webkit-keyframes contentShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes contentShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.datepicker-popup {
  display: none;
  position: absolute;
  margin-top: 0.5rem;
  padding: 1.25rem;
  border-radius: var(--radius);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid;
  z-index: 9999999;
  width: 325px;
  background-color: hsl(var(--background));
  border-color: hsl(var(--border));
}
.datepicker-popup.datepicker-rtl {
  direction: rtl;
  text-align: right;
}
@media (max-width: 768px) {
  .datepicker-popup {
    width: 300px;
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .datepicker-popup {
    width: 280px;
    padding: 0.75rem;
  }
}
.datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.datepicker-rtl .datepicker-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.datepicker-month {
  font-weight: 500;
  font-size: 0.95rem;
}
.datepicker-button {
  padding: 0.5rem;
  border-radius: 0.375rem;
  color: hsl(var(--muted-foreground));
  background: transparent;
  border: none;
  cursor: pointer;
}
.datepicker-button:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.datepicker-button:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}
.datepicker-rtl .datepicker-button {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.datepicker-svg {
  height: 1rem;
  width: 1rem;
  stroke: currentColor;
}
.datepicker-weekday {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
}
.datepicker-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}
.datepicker-rtl .datepicker-grid {
  direction: rtl;
}
.datepicker-day {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  cursor: pointer;
  background: transparent;
  border: none;
  color: hsl(var(--foreground));
}
@media (max-width: 768px) {
  .datepicker-day {
    width: 2rem;
    height: 2rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 480px) {
  .datepicker-day {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
}
.datepicker-day:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}
.datepicker-day-hover:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.datepicker-day-selected {
  color: hsl(var(--primary-foreground)) !important;
  background-color: hsl(var(--primary)) !important;
}
.datepicker-day-selected:hover {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.datepicker-day-today {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.datepicker-day-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  background: none;
  color: hsl(var(--muted-foreground));
}
.datepicker-day-disabled:hover {
  background: none;
  color: hsl(var(--muted-foreground));
}

.date-range-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999999;
  padding: 1rem;
  direction: rtl;
}
@media (max-width: 576px) {
  .date-range-modal {
    padding: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
  }
}
.date-range-modal-content {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 800px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 576px) {
  .date-range-modal-content {
    height: auto;
    max-height: 95vh;
    margin-top: 1rem;
  }
}
.date-range-modal-header {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.date-range-modal-header .date-range-close {
  font-size: 1.5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.date-range-modal-header .date-range-close:hover {
  background-color: #f0f0f0;
}
.date-range-modal-body {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .date-range-modal-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 576px) {
  .date-range-modal-body {
    padding: 0.75rem;
  }
}
.date-range-modal-footer {
  padding: 1rem;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .date-range-modal-footer {
    padding: 0.75rem;
  }
}

.date-range-calendars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .date-range-calendars {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70%;
  }
}

.calendar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .calendar-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.date-range-calendar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 0 0.5rem;
}
@media (max-width: 576px) {
  .date-range-calendar {
    padding: 0 0.25rem;
  }
}
.date-range-calendar .calendar-month-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0.5rem 0;
  position: relative;
}
.date-range-calendar .calendar-month-header .calendar-month-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  text-align: center;
}
@media (max-width: 576px) {
  .date-range-calendar .calendar-month-header .calendar-month-title {
    font-size: 0.95rem;
  }
}
.date-range-calendar .calendar-month-header .prev-month {
  right: 0;
}
.date-range-calendar .calendar-month-header .next-month {
  left: 0;
}
.date-range-calendar .calendar-month-header .prev-month,
.date-range-calendar .calendar-month-header .next-month {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
}
.date-range-calendar .calendar-month-header .prev-month:hover,
.date-range-calendar .calendar-month-header .next-month:hover {
  background-color: #f0f0f0;
  border-radius: 0.25rem;
}
.date-range-calendar .calendar-weekdays {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 0.5rem;
}
.date-range-calendar .calendar-weekdays .calendar-weekday {
  font-weight: 500;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .date-range-calendar .calendar-weekdays .calendar-weekday {
    font-size: 0.7rem;
    padding: 0.25rem 0;
  }
}
.date-range-calendar .calendar-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
@media (max-width: 576px) {
  .date-range-calendar .calendar-grid {
    gap: 2px;
  }
}
.date-range-calendar .calendar-grid .calendar-day {
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 35px;
  width: 35px;
  margin: 3px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 0.9rem;
  color: #333;
}
@media (max-width: 576px) {
  .date-range-calendar .calendar-grid .calendar-day {
    height: 30px;
    width: 30px;
    font-size: 0.8rem;
    margin: 1px auto;
  }
}
@media (max-width: 360px) {
  .date-range-calendar .calendar-grid .calendar-day {
    height: 28px;
    width: 28px;
    font-size: 0.75rem;
  }
}
.date-range-calendar .calendar-grid .calendar-day:hover {
  background-color: #f0f0f0;
}
.date-range-calendar .calendar-grid .calendar-day.empty {
  cursor: default;
}
.date-range-calendar .calendar-grid .calendar-day.empty:hover {
  background-color: transparent;
}
.date-range-calendar .calendar-grid .calendar-day.today {
  border: 1px solid #0066cc;
}
.date-range-calendar .calendar-grid .calendar-day.selected {
  background-color: #222;
  color: white;
}
.date-range-calendar .calendar-grid .calendar-day.in-range {
  background-color: rgba(0, 102, 204, 0.1);
}

.date-range-filters {
  border-left: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .date-range-filters {
    max-width: 150px;
    margin-top: 0;
    font-size: 0.875rem;
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .date-range-filters {
    margin-top: 0;
    padding-bottom: 0.5rem;
    border-left: none;
    border-bottom: 1px solid #eee;
  }
}
.date-range-filters .quick-filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .date-range-filters .quick-filters-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
  }
}
.date-range-filters .date-range-filter-item {
  text-align: right;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  display: block;
  color: #333;
}
@media (max-width: 576px) {
  .date-range-filters .date-range-filter-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.6rem;
    width: auto;
    text-align: center;
  }
}
.date-range-filters .date-range-filter-item:hover {
  background-color: #f0f0f0;
}
.date-range-filters .date-range-filter-item.active {
  background-color: #e6f0fd;
  color: #0066cc;
}

.date-range-apply,
.date-range-cancel {
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 500;
  border: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 576px) {
  .date-range-apply,
  .date-range-cancel {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.date-range-apply:focus,
.date-range-cancel:focus {
  outline: none;
}

.date-range-apply {
  background-color: #222;
  color: white;
}
.date-range-apply:hover {
  background-color: #444;
}

.date-range-cancel {
  background-color: #f0f0f0;
  color: #333;
}
.date-range-cancel:hover {
  background-color: #e0e0e0;
}

.date-range-trigger {
  cursor: pointer;
  padding-right: 40px !important;
}

.upload-area {
  position: relative;
  width: 100%;
  min-height: 120px;
  border: 1px dashed hsl(var(--border));
  border-radius: var(--radius);
  background-color: transparent;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .upload-area {
    min-height: 100px;
    padding: 1.25rem;
    gap: 0.375rem;
  }
}
@media (max-width: 480px) {
  .upload-area {
    min-height: 90px;
    padding: 1rem;
    gap: 0.25rem;
  }
}
.upload-area:hover, .upload-area.drag-over {
  border-color: hsl(var(--primary));
}
.upload-area .upload-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--background);
  color: hsl(var(--muted-foreground));
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .upload-area .upload-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 480px) {
  .upload-area .upload-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.25rem;
  }
}
.upload-area .upload-icon i {
  font-size: 1rem;
}
.upload-area .upload-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.upload-area .upload-text p {
  margin: 0;
}
.upload-area .upload-text p.main-text {
  color: hsl(var(--foreground));
}
.upload-area .upload-text p strong {
  color: hsl(var(--primary));
  cursor: pointer;
  text-decoration: underline;
}
.upload-area input[type=file] {
  display: none;
}

.upload-progress {
  width: 100%;
  margin-top: 0.75rem;
  display: none;
}
.upload-progress .progress-wrapper {
  width: 100%;
  height: 4px;
  background-color: hsl(var(--accent));
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}
.upload-progress .progress-wrapper .progress-bar {
  height: 100%;
  background-color: hsl(var(--primary));
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.upload-progress .progress-text {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  text-align: center;
  margin-top: 0.25rem;
}

.file-preview {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: none;
}
.file-preview .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--border));
}
@media (max-width: 768px) {
  .file-preview .file-item {
    padding: 0.5rem;
    gap: 0.5rem;
  }
}
.file-preview .file-item .file-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: hsl(var(--background));
  color: hsl(var(--primary));
}
@media (max-width: 768px) {
  .file-preview .file-item .file-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 480px) {
  .file-preview .file-item .file-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.file-preview .file-item .file-icon i {
  font-size: 1.25rem;
}
.file-preview .file-item .file-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.file-preview .file-item .file-info .file-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-preview .file-item .file-info .file-size {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}
.file-preview .file-item .file-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.file-preview .file-item .file-actions button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: none;
  border: none;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.file-preview .file-item .file-actions button:hover {
  color: hsl(var(--destructive));
  background-color: hsl(var(--destructive-foreground));
}
.file-preview .file-item .file-actions button i {
  font-size: 0.875rem;
}

.shadcn-error {
  border-color: hsl(var(--destructive)) !important;
}
.shadcn-error:focus {
  outline-color: hsl(var(--destructive)) !important;
  ring-color: hsl(var(--destructive)) !important;
}

.shadcn-success {
  border-color: hsl(var(--success)) !important;
}
.shadcn-success:focus {
  outline-color: hsl(var(--success)) !important;
  ring-color: hsl(var(--success)) !important;
}

.shadcn-error-message {
  color: hsl(var(--destructive));
  font-size: 0.875rem;
  margin-top: 0.375rem;
  font-weight: 500;
  -webkit-animation: slideIn 0.2s ease-out;
          animation: slideIn 0.2s ease-out;
}
@media (max-width: 768px) {
  .shadcn-error-message {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}
@media (max-width: 480px) {
  .shadcn-error-message {
    font-size: 0.75rem;
    margin-top: 0.2rem;
  }
}

.shadcn-input.is-invalid,
.shadcn-select.is-invalid,
.shadcn-textarea.is-invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: hsl(var(--destructive)) !important;
  color: hsl(var(--foreground));
  background-color: hsl(var(--background));
}
.shadcn-input.is-invalid:focus,
.shadcn-select.is-invalid:focus,
.shadcn-textarea.is-invalid:focus,
input.is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-color: hsl(var(--destructive)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px hsl(var(--destructive)/0.2);
          box-shadow: 0 0 0 2px hsl(var(--destructive)/0.2);
}
.shadcn-input.is-invalid:focus-visible,
.shadcn-select.is-invalid:focus-visible,
.shadcn-textarea.is-invalid:focus-visible,
input.is-invalid:focus-visible,
select.is-invalid:focus-visible,
textarea.is-invalid:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px hsl(var(--destructive)/0.2);
          box-shadow: 0 0 0 2px hsl(var(--destructive)/0.2);
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: hsl(var(--destructive));
  font-weight: 500;
  line-height: 1.4;
  -webkit-animation: slideIn 0.2s ease-out;
          animation: slideIn 0.2s ease-out;
  display: block;
}
@media (max-width: 768px) {
  .invalid-feedback {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}
@media (max-width: 480px) {
  .invalid-feedback {
    font-size: 0.75rem;
    margin-top: 0.2rem;
  }
}

.form-group {
  position: relative;
}
.form-group .is-invalid + .invalid-feedback {
  display: block;
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.is-invalid {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* 
 * ShadCN-style Tabs Component
 * Created for employee navigation to mimic ShadCN tabs while functioning as page links
 */
.tabs-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.tabs-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  background-color: hsl(var(--secondary));
  border-radius: var(--radius);
  padding: 0.25rem;
  margin-bottom: 1rem;
}

.tabs-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: calc(var(--radius) - 2px);
  color: hsl(var(--muted-foreground));
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}

.tabs-trigger:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
  text-decoration: none;
}

.tabs-trigger.active {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Tab content styling */
.tab-content {
  width: 100%;
}

.tab-pane {
  width: 100%;
  padding: 0.5rem 0;
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Section headers for tabs */
.section-header {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  padding: 0.75rem 1rem;
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: 0;
  font-weight: 500;
}

/* Secondary tabs styling */
.secondary-tabs .tabs-list {
  background-color: hsl(var(--muted));
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

.women-section .section-header {
  background-color: #f675a8;
}

.men-section .section-header {
  background-color: #6096b4;
}

.other-section .section-header {
  background-color: #6c757d;
}

.salary-section .section-header {
  background-color: #79ac78;
}

/* Dark mode support - using ShadCN variables */
@media (prefers-color-scheme: dark) {
  .tabs-list {
    background-color: hsl(var(--secondary));
  }
  .tabs-trigger {
    color: hsl(var(--muted-foreground));
  }
  .tabs-trigger:hover {
    background-color: hsl(var(--accent));
    color: hsl(var(--accent-foreground));
  }
  .tabs-trigger.active {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
  }
  .secondary-tabs .tabs-list {
    background-color: hsl(var(--muted));
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .tabs-list {
    padding: 0.25rem;
    gap: 0.25rem;
    width: 100%;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .tabs-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .tabs-trigger {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.table-wrapper {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.table-wrapper table {
  width: 100% !important;
}
.table-wrapper table tr.bg-tr:nth-child(odd) td:first-child {
  background-color: #fff !important;
}

.action-dropdown-btn {
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.action-dropdown-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.dropdown-150 {
  min-width: 150px;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .dropdown-menu {
    min-width: 150px;
  }
  .dropdown-menu.dropdown-150 {
    min-width: 100px;
  }
  .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
.view-toggle-container {
  background-color: #f8f9fa;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .view-toggle-container {
    border-radius: 4px;
  }
}
.view-toggle-btn {
  background: transparent;
  border: none;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  border-radius: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .view-toggle-btn {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .view-toggle-btn {
    padding: 0.25rem 0.375rem;
    font-size: 0.75rem;
  }
}
.view-toggle-btn:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.03);
}
.view-toggle-btn.active {
  background-color: #212529;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.w-15 {
  width: 15% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 576px) {
  .sm\:w-15 {
    width: 15% !important;
  }
  .sm\:w-25 {
    width: 25% !important;
  }
  .sm\:w-50 {
    width: 50% !important;
  }
  .sm\:w-75 {
    width: 75% !important;
  }
  .sm\:w-100 {
    width: 100% !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .md\:w-15 {
    width: 15% !important;
  }
  .md\:w-25 {
    width: 25% !important;
  }
  .md\:w-50 {
    width: 50% !important;
  }
  .md\:w-75 {
    width: 75% !important;
  }
  .md\:w-100 {
    width: 100% !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .lg\:w-15 {
    width: 15% !important;
  }
  .lg\:w-25 {
    width: 25% !important;
  }
  .lg\:w-50 {
    width: 50% !important;
  }
  .lg\:w-75 {
    width: 75% !important;
  }
  .lg\:w-100 {
    width: 100% !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .xl\:w-15 {
    width: 15% !important;
  }
  .xl\:w-25 {
    width: 25% !important;
  }
  .xl\:w-50 {
    width: 50% !important;
  }
  .xl\:w-75 {
    width: 75% !important;
  }
  .xl\:w-100 {
    width: 100% !important;
  }
  .xl\:w-auto {
    width: auto !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:w-15 {
    width: 15% !important;
  }
  .xxl\:w-25 {
    width: 25% !important;
  }
  .xxl\:w-50 {
    width: 50% !important;
  }
  .xxl\:w-75 {
    width: 75% !important;
  }
  .xxl\:w-100 {
    width: 100% !important;
  }
  .xxl\:w-auto {
    width: auto !important;
  }
}
.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

@media (min-width: 576px) {
  .sm\:w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .sm\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .sm\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 768px) {
  .md\:w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .md\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .md\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 992px) {
  .lg\:w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .lg\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .lg\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 1200px) {
  .xl\:w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .xl\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .xl\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .xxl\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .xxl\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
.quick-actions .btn-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.quick-actions .btn-icon:hover .header-icon {
  color: hsl(var(--foreground));
}

#quickActionsModal .modal-content {
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: var(--shadow-lg);
          box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  #quickActionsModal .modal-content {
    border-radius: var(--border-radius-md);
  }
}
#quickActionsModal .modal-header {
  border-bottom-color: var(--border-color);
  padding: 1.25rem 1.5rem;
}
@media (max-width: 768px) {
  #quickActionsModal .modal-header {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  #quickActionsModal .modal-header {
    padding: 0.75rem 1rem;
  }
}
#quickActionsModal .modal-header .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #quickActionsModal .modal-header .modal-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  #quickActionsModal .modal-header .modal-title {
    font-size: 1rem;
  }
}
#quickActionsModal .modal-header .modal-title .back-button-minimal {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: 0.75rem;
  color: hsl(var(--foreground));
  padding: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#quickActionsModal .modal-header .modal-title .back-button-minimal:hover {
  background-color: var(--bg-subtle);
}
#quickActionsModal .modal-header .modal-title .back-button-minimal i {
  font-size: 1.125rem;
}
#quickActionsModal .modal-header .btn-close {
  background: var(--bg-subtle);
  opacity: 1;
  padding: 0.5rem;
  border-radius: 50%;
}
#quickActionsModal .modal-header .btn-close:hover {
  background: var(--bg-muted);
}
#quickActionsModal .modal-body {
  padding: 1.5rem;
}
@media (max-width: 768px) {
  #quickActionsModal .modal-body {
    padding: 1.25rem;
  }
}
@media (max-width: 480px) {
  #quickActionsModal .modal-body {
    padding: 1rem;
  }
}

.quick-actions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 576px) {
  .quick-actions-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .quick-actions-grid {
    gap: 0.75rem;
  }
}
.quick-actions-grid .submenu-header {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
}
.quick-actions-grid .submenu-header .submenu-title {
  font-weight: 600;
  margin: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
}
.quick-actions-grid .submenu-header .back-button-minimal {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: hsl(var(--foreground));
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quick-actions-grid .submenu-header .back-button-minimal:hover {
  background-color: var(--bg-subtle);
}
.quick-actions-grid .submenu-header .back-button-minimal i {
  font-size: 1rem;
}

.quick-action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1rem;
  border-radius: var(--border-radius-md);
  background-color: var(--bg-subtle);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: var(--text-primary);
}
@media (max-width: 768px) {
  .quick-action-item {
    padding: 0.75rem;
  }
}
@media (max-width: 480px) {
  .quick-action-item {
    padding: 0.625rem;
    border-radius: var(--border-radius-sm);
  }
}
.quick-action-item:hover {
  background-color: var(--bg-muted);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: hsl(var(--foreground));
}
.quick-action-item .quick-action-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  color: hsl(var(--foreground));
}
@media (max-width: 768px) {
  .quick-action-item .quick-action-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .quick-action-item .quick-action-icon {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.quick-action-item .quick-action-icon i {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.quick-action-item .quick-action-text {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .quick-action-item .quick-action-text {
    font-size: 0.75rem;
  }
}

.quick-actions-grid {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.quick-actions-grid.d-none {
  display: none;
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

[dir=rtl] .quick-actions-grid {
  direction: rtl;
}
[dir=rtl] .back-button-minimal i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/**
 * Toast Component Styles
 * ShadCN-inspired styling for the Sonner toast notifications
 */
.sonner-toast-container {
  --normal-bg: #fff;
  --success-bg: hsl(143, 85%, 96%);
  --success-border: hsl(145, 92%, 87%);
  --success-text: hsl(140, 100%, 27%);
  --info-bg: hsl(208, 100%, 97%);
  --info-border: hsl(221, 91%, 93%);
  --info-text: hsl(210, 92%, 45%);
  --warning-bg: hsl(49, 100%, 97%);
  --warning-border: hsl(49, 91%, 84%);
  --warning-text: hsl(31, 92%, 45%);
  --error-bg: hsl(359, 100%, 97%);
  --error-border: hsl(359, 100%, 94%);
  --error-text: hsl(360, 100%, 45%);
  --loading-bg: hsl(49, 100%, 97%);
  --loading-border: hsl(49, 91%, 84%);
  --loading-text: hsl(0, 0%, 0%);
  font-size: 13px;
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 0.5rem;
  pointer-events: none;
}
.sonner-toast-container[data-position=top-right] {
  top: 1rem;
  right: 1rem;
  --x-direction: 1;
}
.sonner-toast-container[data-position=top-center] {
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  --x-direction: 0;
}
.sonner-toast-container[data-position=top-left] {
  top: 1rem;
  left: 1rem;
  --x-direction: -1;
}
.sonner-toast-container[data-position=bottom-right] {
  bottom: 1rem;
  right: 1rem;
  --x-direction: 1;
}
.sonner-toast-container[data-position=bottom-center] {
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  --x-direction: 0;
}
.sonner-toast-container[data-position=bottom-left] {
  bottom: 1rem;
  left: 1rem;
  --x-direction: -1;
}

.sonner-toast {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background: var(--normal-bg);
  color: var(--normal-text);
  border: 1px solid var(--normal-border);
  border-radius: var(--toast-radius);
  -webkit-box-shadow: var(--toast-shadow);
          box-shadow: var(--toast-shadow);
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  max-width: 350px;
  -webkit-animation: sonner-slide-in 0.2s ease-out forwards;
          animation: sonner-slide-in 0.2s ease-out forwards;
  pointer-events: auto;
  width: 100%;
}
.sonner-toast.sonner-toast-success {
  background: var(--success-bg);
  border-color: var(--success-bg);
  color: var(--success-text);
}
.sonner-toast.sonner-toast-error {
  background: var(--error-bg);
  border-color: var(--error-bg);
  color: var(--error-text);
}
.sonner-toast.sonner-toast-warning {
  background: var(--warning-bg);
  border-color: var(--warning-bg);
  color: var(--warning-text);
}
.sonner-toast.sonner-toast-info {
  background: var(--info-bg);
  border-color: var(--info-bg);
  color: var(--info-text);
}
.sonner-toast.sonner-toast-loading {
  background: var(--loading-bg);
  border-color: var(--loading-bg);
  color: var(--normal-text);
}
.sonner-toast.sonner-toast-success-standard {
  border-left: 4px solid var(--success-bg);
}
.sonner-toast.sonner-toast-error-standard {
  border-left: 4px solid var(--error-bg);
}
.sonner-toast.sonner-toast-warning-standard {
  border-left: 4px solid var(--warning-bg);
}
.sonner-toast.sonner-toast-info-standard {
  border-left: 4px solid var(--info-bg);
}
.sonner-toast.sonner-toast-loading-standard {
  border-left: 4px solid var(--loading-bg);
}

.sonner-toast-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sonner-toast-icon svg {
  width: 1rem;
  height: 1rem;
}

.sonner-toast-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: var(--toast-text-light);
  -webkit-animation: sonner-spin 0.8s linear infinite;
          animation: sonner-spin 0.8s linear infinite;
}

.sonner-toast-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sonner-toast-content .sonner-toast-title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
.sonner-toast-content .sonner-toast-description {
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.9;
}

@-webkit-keyframes sonner-slide-in {
  from {
    -webkit-transform: translateX(calc(var(--x-direction, 1) * 100%));
            transform: translateX(calc(var(--x-direction, 1) * 100%));
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes sonner-slide-in {
  from {
    -webkit-transform: translateX(calc(var(--x-direction, 1) * 100%));
            transform: translateX(calc(var(--x-direction, 1) * 100%));
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes sonner-slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(calc(var(--x-direction, 1) * 100%));
            transform: translateX(calc(var(--x-direction, 1) * 100%));
    opacity: 0;
  }
}
@keyframes sonner-slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(calc(var(--x-direction, 1) * 100%));
            transform: translateX(calc(var(--x-direction, 1) * 100%));
    opacity: 0;
  }
}
@-webkit-keyframes sonner-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sonner-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (prefers-color-scheme: dark) {
  .sonner-toast {
    --toast-bg: var(--card-bg-dark, #1f2937);
    --toast-border: var(--border-color-dark, #374151);
    --toast-text: var(--text-color-dark, #f3f4f6);
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.pagination-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.pagination-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.375rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  border: 1px solid var(--border-color, #e5e7eb);
  background-color: var(--bg-color, #fff);
  color: var(--text-color, #374151);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.pagination-link:hover {
  background-color: var(--hover-bg-color, #f3f4f6);
}
.pagination-link.active {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-color: hsl(var(--primary));
}
.pagination-link.active:hover {
  opacity: 0.9;
}
.pagination-ellipsis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  min-width: 2rem;
}
.pagination-ellipsis::after {
  content: "...";
  font-size: 0.875rem;
  color: var(--text-muted, #6b7280);
}
.pagination-previous, .pagination-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  gap: 0.3rem;
  line-height: 1.25rem;
  height: 2rem;
  padding: 0 0.75rem;
  min-width: 4rem;
  border: none;
  background-color: var(--bg-color, #fff);
  color: var(--text-color, #374151);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.pagination-previous:hover, .pagination-next:hover {
  background-color: var(--hover-bg-color, #f3f4f6);
}
.pagination-previous:disabled, .pagination-next:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.dark .pagination {
  --border-color: #2d3748;
  --bg-color: #1f2937;
  --text-color: #e5e7eb;
  --hover-bg-color: #374151;
  --active-bg-color: #0284c7;
  --active-text-color: #fff;
  --active-border-color: #0284c7;
  --active-hover-bg-color: #0369a1;
  --text-muted: #9ca3af;
}

@media (max-width: 640px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination-content {
    gap: 0.25rem;
  }
  .pagination-link {
    min-width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
  .pagination-previous, .pagination-next {
    min-width: auto;
    padding: 0 0.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
}
/* Checkbox components for multi-select tables */
.select-all-container,
.select-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
}
.select-all-container label,
.select-row-container label {
  margin-bottom: 0;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0.875rem;
}

.select-all-rows,
.select-row {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
.select-all-rows:focus,
.select-row:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(var(--shadcn-primary), 0.2);
          box-shadow: 0 0 0 2px rgba(var(--shadcn-primary), 0.2);
}

#bulk-actions-panel,
#spending-bulk-actions-panel {
  width: auto;
  min-width: 280px;
  max-width: 100%;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--shadcn-primary);
  z-index: 1100;
}
#bulk-actions-panel .badge,
#spending-bulk-actions-panel .badge {
  background-color: var(--shadcn-primary);
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
#bulk-actions-panel.slide-up,
#spending-bulk-actions-panel.slide-up {
  -webkit-animation: slide-up 0.3s ease forwards;
          animation: slide-up 0.3s ease forwards;
}

#bulk-actions-panel.slide-down,
#spending-bulk-actions-panel.slide-down {
  -webkit-animation: slide-down 0.3s ease forwards;
          animation: slide-down 0.3s ease forwards;
}

/* 
 * Chart Component
 * Styling for chart containers and chart-related elements
 */
.chart-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background-color: var(--background);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}

/* Chart Loading State */
.chart-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--muted-foreground);
}
.chart-loading .spinner {
  border: 3px solid rgba(var(--primary-rgb), 0.2);
  border-radius: 50%;
  border-top: 3px solid var(--primary);
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.chart-loading .text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Chart Title */
.chart-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--foreground);
}

/* Legend Styling */
.chart-legend {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.chart-legend .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.chart-legend .legend-item .color-indicator {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

/* Tooltip Styling */
.chart-tooltip {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  padding: 0.5rem !important;
  -webkit-box-shadow: var(--shadow-md) !important;
          box-shadow: var(--shadow-md) !important;
  color: var(--popover-foreground) !important;
}
.chart-tooltip div div div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chart-tooltip .title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.25rem;
}
.chart-tooltip .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.chart-tooltip .item .value {
  font-weight: 500;
  color: red !important;
}

/* Responsive Adjustments */
/* Dark mode specific adjustments */
.dark .chart-container {
  background-color: var(--background);
}

#filtersSidebarCol {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1045;
  width: 320px;
  max-width: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0;
}
#filtersSidebarCol.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#filtersSidebarCol .card {
  height: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
#filtersSidebarCol .card-body {
  overflow-y: auto;
  height: calc(100% - 60px);
}

#mainContentCol {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}
.sidebar-backdrop.show {
  display: block;
}

.saved-filters-list {
  max-height: 200px;
  overflow-y: auto;
}

.saved-filter-item {
  background-color: #f8f9fa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.saved-filter-item:hover {
  background-color: #e9ecef;
  border-color: #6c757d;
}
.saved-filter-item.active {
  background-color: rgba(23, 162, 184, 0.1019607843);
  border-color: #17a2b8 !important;
  color: #17a2b8 !important;
}

.saved-filter-delete-btn {
  color: #e21e49;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.saved-filter-delete-btn:hover {
  background-color: rgba(226, 30, 73, 0.1);
  border-radius: 4px;
}

.saved-filter-apply-btn {
  color: #098737;
}
.saved-filter-apply-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.popover {
  max-width: 300px;
  direction: rtl;
  text-align: right;
  font-family: "SFArabic", sans-serif;
}
.popover-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  font-size: 0.875rem;
}

.saved-filter-info-btn {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
}
.saved-filter-info-btn:hover {
  opacity: 1;
  background-color: rgba(13, 110, 253, 0.15);
}
.saved-filter-info-btn:active {
  background-color: rgba(13, 110, 253, 0.25);
}

@media (max-width: 768px) {
  #filtersSidebarCol {
    width: 280px;
  }
  #revenue-summary-chart,
  #expenses-summary-chart,
  #booking-status-chart {
    height: 250px !important;
  }
  #trends-line-chart {
    height: 280px !important;
  }
  .card-body {
    padding: 1rem 0.75rem;
  }
  .echarts-legend {
    font-size: 12px !important;
  }
}
.shadcn-tooltip {
  position: relative;
  display: inline-block;
}

.shadcn-tooltip-content {
  position: absolute;
  z-index: 50;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--border));
  background-color: hsl(var(--popover));
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: hsl(var(--popover-foreground));
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  pointer-events: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.shadcn-tooltip-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.shadcn-tooltip-content.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.shadcn-tooltip-content-top::before {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 4px 4px 0 4px;
  border-color: hsl(var(--popover)) transparent transparent transparent;
}
.shadcn-tooltip-content-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: hsl(var(--border)) transparent transparent transparent;
  z-index: -1;
}
.shadcn-tooltip-content-bottom::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent hsl(var(--popover)) transparent;
}
.shadcn-tooltip-content-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent hsl(var(--border)) transparent;
  z-index: -1;
}
.shadcn-tooltip-content-left::before {
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent hsl(var(--popover));
}
.shadcn-tooltip-content-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent hsl(var(--border));
  z-index: -1;
}
.shadcn-tooltip-content-right::before {
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 4px 4px 4px 0;
  border-color: transparent hsl(var(--popover)) transparent transparent;
}
.shadcn-tooltip-content-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent hsl(var(--border)) transparent transparent;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .shadcn-tooltip-content {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 640px) {
  .shadcn-tooltip-content {
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem;
    max-width: 12rem;
    white-space: normal;
    text-align: center;
  }
}

.financial-cards .financial-card {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  padding: 1.5rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
.financial-cards .financial-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.financial-cards .financial-card-content {
  margin-bottom: 1rem;
}
.financial-cards .financial-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #f4f4f5;
}
.financial-cards .financial-card-date {
  font-size: 0.875rem;
  color: #71717a;
  text-align: center;
  width: 100%;
}
.financial-cards .financial-card-label {
  font-size: 0.875rem;
  color: #71717a;
}
.financial-cards .financial-card-value {
  font-size: 0.875rem;
  color: #09090b;
  font-weight: 600;
}
.financial-cards .financial-card-link {
  color: #09090b;
  text-decoration: none;
  font-weight: 600;
}
.financial-cards .financial-card-link:hover {
  text-decoration: underline;
}
.financial-cards .financial-card-amount {
  font-weight: 600;
}
.financial-cards .financial-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f4f4f5;
}
.financial-cards .financial-card-row:last-child {
  border-bottom: none;
}
.financial-cards .financial-card-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #71717a;
}
.financial-cards .financial-card-button {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.financial-cards .financial-card-button:hover {
  background: #f4f4f5;
}
@media (max-width: 640px) {
  .financial-cards .financial-card {
    padding: 1rem;
  }
  .financial-cards .financial-card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .financial-cards .financial-card-footer-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .studio-settings .action-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: hsl(var(--background));
    padding: 0;
  }
}

.shadcn-switch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.75rem;
  height: 1.2rem;
  border-radius: 9999px;
  border: 2px solid transparent;
  background-color: hsl(var(--input));
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.shadcn-switch:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}
.shadcn-switch:hover:not([disabled]) {
  background-color: hsl(var(--accent));
}
.shadcn-switch[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.shadcn-switch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0.9rem;
  height: 0.9rem;
  background-color: hsl(var(--background));
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.shadcn-switch.checked, .shadcn-switch[data-state=checked] {
  background-color: hsl(var(--primary));
}
.shadcn-switch.checked::before, .shadcn-switch[data-state=checked]::before {
  right: calc(100% - 0.9rem);
  background-color: hsl(var(--primary-foreground));
}
.shadcn-switch.checked:hover:not([disabled]), .shadcn-switch[data-state=checked]:hover:not([disabled]) {
  background-color: hsl(var(--primary)/0.9);
}
.shadcn-switch.switch-sm {
  width: 2rem;
  height: 1.125rem;
}
.shadcn-switch.switch-sm::before {
  width: 0.875rem;
  height: 0.875rem;
}
.shadcn-switch.switch-sm.checked::before, .shadcn-switch.switch-sm[data-state=checked]::before {
  right: calc(100% - 0.875rem - 2px);
}
.shadcn-switch.switch-lg {
  width: 3.5rem;
  height: 2rem;
}
.shadcn-switch.switch-lg::before {
  width: 1.75rem;
  height: 1.75rem;
}
.shadcn-switch.switch-lg.checked::before, .shadcn-switch.switch-lg[data-state=checked]::before {
  right: calc(100% - 1.75rem - 2px);
}

.shadcn-switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.shadcn-switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.shadcn-switch-wrapper:has(.shadcn-switch[disabled]) {
  cursor: not-allowed;
}
.shadcn-switch-wrapper .shadcn-switch-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--foreground));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.shadcn-switch-wrapper .shadcn-switch-label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-field .shadcn-switch-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid hsl(var(--border));
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.form-field .shadcn-switch-wrapper .form-field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
.form-field .shadcn-switch-wrapper .form-field-content .form-field-label {
  font-weight: 500;
  color: hsl(var(--foreground));
}
.form-field .shadcn-switch-wrapper .form-field-content .form-field-description {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

@-webkit-keyframes switch-thumb-transition {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

@keyframes switch-thumb-transition {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
.shadcn-switch.animating::before {
  -webkit-animation: switch-thumb-transition 0.5s ease-in-out;
          animation: switch-thumb-transition 0.5s ease-in-out;
}

@media (prefers-color-scheme: dark) {
  .shadcn-switch::before {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
}
[dir=rtl] .shadcn-switch::before {
  right: auto;
  left: 2px;
}
[dir=rtl] .shadcn-switch.checked::before, [dir=rtl] .shadcn-switch[data-state=checked]::before {
  right: auto;
  left: calc(100% - 0.9rem);
}
[dir=rtl] .shadcn-switch.switch-sm.checked::before, [dir=rtl] .shadcn-switch.switch-sm[data-state=checked]::before {
  right: auto;
  left: calc(100% - 0.875rem - 2px);
}
[dir=rtl] .shadcn-switch.switch-lg.checked::before, [dir=rtl] .shadcn-switch.switch-lg[data-state=checked]::before {
  right: auto;
  left: calc(100% - 1.75rem - 2px);
}

.zatca-dashboard .stat-icon-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.zatca-dashboard .stat-icon-svg.total {
  color: hsl(var(--primary));
}
.zatca-dashboard .stat-icon-svg.pending {
  color: hsl(var(--warning));
}
.zatca-dashboard .stat-icon-svg.failed {
  color: hsl(var(--destructive));
}
.zatca-dashboard .stat-icon-svg.success {
  color: hsl(var(--success));
}
.zatca-dashboard .stat-icon-svg.warning {
  color: hsl(var(--warning));
}
.zatca-dashboard .stat-icon-svg.primary {
  color: hsl(var(--primary));
}
.zatca-dashboard .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.zatca-dashboard .progress-container {
  margin-bottom: 1rem;
}
.zatca-dashboard .progress-container .text-sm {
  font-size: 0.875rem;
}
.zatca-dashboard .progress-container .text-muted {
  color: hsl(var(--muted-foreground));
}
.zatca-dashboard .progress-container .fw-semibold {
  font-weight: 600;
}
.zatca-dashboard .shadcn-progress {
  height: 0.5rem;
  background-color: hsl(var(--secondary));
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
}
.zatca-dashboard .shadcn-progress .progress-bar {
  height: 100%;
  border-radius: calc(var(--radius) - 2px);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.zatca-dashboard .shadcn-progress .progress-bar.bg-success {
  background-color: hsl(var(--success));
}
.zatca-dashboard .shadcn-progress .progress-bar.bg-danger {
  background-color: hsl(var(--destructive));
}
.zatca-dashboard .priority-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: hsl(var(--warning));
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}
.zatca-dashboard .status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: calc(var(--radius) - 2px);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.zatca-dashboard .status-badge.status-success {
  background-color: hsl(var(--success)/0.1);
  color: hsl(var(--success));
  border: 1px solid hsl(var(--success)/0.2);
}
.zatca-dashboard .status-badge.status-warning {
  background-color: hsl(var(--warning)/0.1);
  color: hsl(var(--warning));
  border: 1px solid hsl(var(--warning)/0.2);
}
.zatca-dashboard .status-badge.status-error {
  background-color: hsl(var(--destructive)/0.1);
  color: hsl(var(--destructive));
  border: 1px solid hsl(var(--destructive)/0.2);
}
.zatca-dashboard .status-badge.status-info {
  background-color: hsl(var(--primary)/0.1);
  color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary)/0.2);
}
.zatca-dashboard .text-sm {
  font-size: 0.875rem;
}
.zatca-dashboard .text-muted {
  color: hsl(var(--muted-foreground));
}
.zatca-dashboard .fw-semibold {
  font-weight: 600;
}
.zatca-dashboard .text-primary {
  color: hsl(var(--primary)) !important;
}
@media (max-width: 768px) {
  .zatca-dashboard .status-badge {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
  .zatca-dashboard .stat-icon-svg {
    width: 20px;
    height: 20px;
  }
}

:root {
  --warning: 38 92% 50%;
  --success: 142 76% 36%;
  --destructive: 0 84% 60%;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60vh;
  padding: var(--spacing-8);
  text-align: center;
}
.error-page__icon {
  width: 120px;
  height: 120px;
  margin-bottom: var(--spacing-6);
  border-radius: var(--radius);
  background: hsl(var(--muted));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: hsl(var(--muted-foreground));
  font-size: 3rem;
  font-weight: 600;
}
.error-page__title {
  font-size: 2rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: var(--spacing-2);
  line-height: 1.2;
}
.error-page__description {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: var(--spacing-6);
  max-width: 400px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .error-page {
    padding: var(--spacing-4);
    min-height: 50vh;
  }
  .error-page__icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    margin-bottom: var(--spacing-4);
  }
  .error-page__title {
    font-size: 1.5rem;
  }
  .error-page__description {
    font-size: 0.875rem;
    margin-bottom: var(--spacing-4);
  }
}

.error-page {
  -webkit-animation: fadeInUp 0.6s ease-out;
          animation: fadeInUp 0.6s ease-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.notification-card {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 16px 20px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.notification-card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.notification-card.warning-card, .notification-card.success-card, .notification-card.danger-card, .notification-card.info-card {
  border-color: rgba(0, 0, 0, 0.1019607843);
}
.notification-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}
.notification-card .card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.notification-card .card-icon svg {
  width: 20px;
  height: 20px;
}
.notification-card .card-icon.warning-icon svg {
  color: #f59e0b;
}
.notification-card .card-icon.success-icon svg {
  color: #22c55e;
}
.notification-card .card-icon.danger-icon svg {
  color: #ef4444;
}
.notification-card .card-icon.info-icon svg {
  color: #3b82f6;
}
.notification-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.notification-card .card-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.notification-card .card-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notification-card .card-sender {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.notification-card .card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
}
.notification-card .card-meta svg {
  width: 12px;
  height: 12px;
}
.notification-card .card-message {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
  margin: 8px 0 12px 0;
}
.notification-card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.notification-card .card-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notification-card .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.notification-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  border: none;
  background: #f3f4f6;
  color: #374151;
}
.notification-badge.unread-badge {
  background: #e5e7eb;
  color: #1f2937;
}
.notification-badge.read-badge {
  background: #dcfce7;
  color: #166534;
}
.notification-badge svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

.notification-action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 4px;
}
.notification-action-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  text-decoration: none;
  color: #374151;
}
.notification-action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.notification-action-btn.delete-btn {
  color: #dc2626;
  border-color: #dc2626;
}
.notification-action-btn.delete-btn:hover {
  background: #dc2626;
  color: #ffffff;
}
.notification-action-btn svg {
  width: 14px;
  height: 14px;
}

.notifications-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 100%;
}

.notifications-empty {
  @apply flex flex-col items-center justify-center py-12 text-center;
}
.notifications-empty .empty-icon {
  @apply w-16 h-16 mb-4 opacity-50;
}
.notifications-empty .empty-title {
  @apply text-lg font-medium mb-2;
  color: var(--foreground, hsl(222.2, 84%, 4.9%));
}
.notifications-empty .empty-description {
  @apply text-sm;
  color: var(--muted-foreground, hsl(215.4, 16.3%, 46.9%));
}