@import 'tailwindcss'; @plugin "daisyui"; @import '../styles/daisyui.css'; @plugin "daisyui/theme" { name: 'lti'; default: false; prefersdark: false; color-scheme: 'light'; /* Primary Colors */ --color-primary: oklch(39.4% 0.177 301.9); --color-primary-content: oklch(87.5% 0.038 274.5); /* Secondary Colors */ --color-secondary: oklch(60.1% 0.258 335.7); --color-secondary-content: oklch(99.4% 0.007 337.8); /* Accent Colors */ --color-accent: oklch(76.2% 0.155 170.8); --color-accent-content: oklch(7.2% 0.007 167.6); /* Neutral Colors */ --color-neutral: oklch(22.4% 0.032 258.8); --color-neutral-content: oklch(87.7% 0.016 257); /* Base Colors */ --color-base-100: oklch(100% 0 0); /* #ffffff */ --color-base-200: oklch(97.2% 0 0); /* #f2f2f2 */ --color-base-300: oklch(93.1% 0.002 249.7); /* #e5e6e6 */ --color-base-content: oklch(18.6% 0.024 257.7); /* #1f2937 */ /* Status/Utility Colors */ --color-info: oklch(67.4% 0.176 238.9); --color-info-content: oklch(0% 0 0); /* #000000 */ --color-success: oklch(62.3% 0.147 149); --color-success-content: oklch(100% 0 0); /* #ffffff */ --color-warning: oklch(82.2% 0.165 91.9); --color-warning-content: oklch(0% 0 0); /* #000000 */ --color-error: oklch(61.8% 0.203 27.8); --color-error-content: oklch(100% 0 0); /* #fffffff */ --radius-selector: 0rem; --radius-field: 0.25rem; --radius-box: 0.25rem; --size-selector: 0.21875rem; --size-field: 0.1875rem; --border: 1px; --depth: 0; --noise: 0; } :root { --color-primary: #1f74bf; } @theme { --font-inter: var(--font-inter); --container-sm: 40rem; --container-md: 48rem; --container-lg: 64rem; --container-xl: 80rem; --container-2xl: 96rem; } html { scrollbar-gutter: initial; } .react-select__menu-portal { position: relative; z-index: 99999 !important; }