@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: light;
  --app-bg: #f8fafc;
  --app-bg-soft: #f1f5f9;
  --app-surface: #ffffff;
  --app-surface-muted: #f8fafc;
  --app-border: #e2e8f0;
  --app-border-strong: #cbd5e1;
  --app-text: #0f172a;
  --app-text-muted: #64748b;
  --app-text-soft: #94a3b8;
  --app-accent: #16a34a;
  --app-accent-strong: #15803d;
  --app-danger: #dc2626;
  --app-shadow: 0 16px 40px -28px rgba(15, 23, 42, 0.28);
  --app-row-hover: #e6f4ea;
  --app-warning: #d97706;
  --app-info: #2563eb;
  --app-success-bg: #ecfdf5;
  --app-danger-bg: #fef2f2;
  --app-warning-bg: #fffbeb;
  --app-info-bg: #eff6ff;
  --app-neutral-bg: #f3f4f6;
}

html.dark-theme {
  color-scheme: dark;
  --app-bg: #0b1220;
  --app-bg-soft: #111a2e;
  --app-surface: #162033;
  --app-surface-muted: #1d2940;
  --app-border: #334155;
  --app-border-strong: #475569;
  --app-text: #e2e8f0;
  --app-text-muted: #94a3b8;
  --app-text-soft: #64748b;
  --app-accent: #22c55e;
  --app-accent-strong: #16a34a;
  --app-danger: #f87171;
  --app-shadow: 0 22px 45px -30px rgba(2, 6, 23, 0.9);
  --app-row-hover: #132d19;
  --app-warning: #fbbf24;
  --app-info: #60a5fa;
  --app-success-bg: rgba(34, 197, 94, 0.14);
  --app-danger-bg: rgba(239, 68, 68, 0.16);
  --app-warning-bg: rgba(245, 158, 11, 0.16);
  --app-info-bg: rgba(37, 99, 235, 0.18);
  --app-neutral-bg: rgba(148, 163, 184, 0.16);
}

body{
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: var(--app-bg);
  color: var(--app-text);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.dark-theme body {
  background: var(--app-bg);
  color: var(--app-text);
}

/* Smooth transitions during theme changes */

.theme-transition,
  .theme-transition body,
  .theme-transition aside,
  .theme-transition main,
  .theme-transition header,
  .theme-transition footer,
  .theme-transition nav,
  .theme-transition div,
  .theme-transition section,
  .theme-transition select,
  .theme-transition input,
  .theme-transition textarea,
  .theme-transition button,
  .theme-transition table,
  .theme-transition th,
  .theme-transition td,
  .theme-transition h1,
  .theme-transition h2,
  .theme-transition h3,
  .theme-transition h4,
  .theme-transition h5,
  .theme-transition h6,
  .theme-transition p,
  .theme-transition label,
  .theme-transition span,
  .theme-transition a,
  .theme-transition i {
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Global class overrides for dark mode consistency */

html.dark-theme .bg-white {
  background-color: var(--app-surface) !important;
}

html.dark-theme .bg-gray-50,
  html.dark-theme .bg-slate-50,
  html.dark-theme .bg-slate-50\/50 {
  background-color: var(--app-bg) !important;
}

html.dark-theme .bg-gray-100,
  html.dark-theme .bg-slate-100 {
  background-color: var(--app-bg-soft) !important;
}

html.dark-theme .border-gray-200,
  html.dark-theme .border-slate-200,
  html.dark-theme .border-gray-100,
  html.dark-theme .border-slate-100 {
  border-color: var(--app-border) !important;
}

html.dark-theme .text-gray-900,
  html.dark-theme .text-slate-900,
  html.dark-theme .text-gray-800,
  html.dark-theme .text-slate-800,
  html.dark-theme .text-slate-950 {
  color: var(--app-text) !important;
}

html.dark-theme .text-gray-700,
  html.dark-theme .text-slate-700,
  html.dark-theme .text-gray-600,
  html.dark-theme .text-slate-600 {
  color: var(--app-text-muted) !important;
}

html.dark-theme .text-gray-500,
  html.dark-theme .text-slate-500,
  html.dark-theme .text-gray-400,
  html.dark-theme .text-slate-400 {
  color: var(--app-text-soft) !important;
}


  html.dark-theme .\!text-slate-400 {
  color: var(--app-text-soft) !important;
}

/* Hover overrides in dark mode */

html.dark-theme .hover\:bg-gray-50:hover,
  html.dark-theme .hover\:bg-slate-50:hover,
  html.dark-theme .hover\:bg-gray-100:hover,
  html.dark-theme .hover\:bg-slate-100:hover,
  html.dark-theme .hover\:bg-gray-200:hover,
  html.dark-theme .hover\:bg-slate-200:hover {
  background-color: var(--app-bg-soft) !important;
}

html.dark-theme .hover\:text-gray-900:hover,
  html.dark-theme .hover\:text-slate-900:hover {
  color: var(--app-text) !important;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

/* Page container */

.ui-shell-page{
  display: flex;
  height: 100%;
  min-height: 0px;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.ui-shell-page):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],.ui-shell-page, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}


div.fixed.inset-0.ui-shell-page.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-shell-page.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-shell-page.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-shell-page.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

@media (min-width: 768px){
  .ui-shell-page{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.ui-table-page{
  display: flex;
  height: 100%;
  min-height: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.ui-table-page):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.ui-table-page):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.ui-table-page):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.ui-table-page):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.ui-table-page, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],.ui-table-page, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0,.ui-table-page, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}


div.fixed.inset-0.ui-table-page.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-table-page.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-table-page.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-table-page.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-table-scroll{
  min-height: 0px;
  flex: 1 1 0%;
  overflow: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto,.ui-table-scroll, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.overflow-hidden):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.ui-table-scroll):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.ui-table-scroll):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.ui-table-scroll):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.ui-table-scroll, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],.ui-table-scroll, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

.ui-table-scroll {
  max-height: 100%;
}

/* Buttons */

.ui-pagination-summary .ui-btn {
  color: var(--app-text);
}

.ui-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-btn.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-btn.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-btn.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-btn.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-btn:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(34 197 94 / 0.3);
  --tw-ring-offset-width: 2px;
}

.ui-btn:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ui-btn:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

.ui-btn:active:disabled{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ui-pagination-summary .ui-btn-primary,.ui-pagination-summary 
  .btn-primary {
  color: var(--app-text);
}

.ui-btn-primary,
  .btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-btn-primary.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .btn-primary.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-btn-primary.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .btn-primary.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-btn-primary.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .btn-primary.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-btn-primary.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .btn-primary.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-btn-primary:hover,
  .btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.ui-btn-primary:focus-visible,
  .btn-primary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(34 197 94 / 0.4);
  --tw-ring-offset-width: 2px;
}

.ui-btn-primary:active,
  .btn-primary:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.ui-pagination-summary .ui-btn-secondary,.ui-pagination-summary 
  .btn-secondary {
  color: var(--app-text);
}

.ui-btn-secondary,
  .btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-btn-secondary.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .btn-secondary.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-btn-secondary.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .btn-secondary.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-btn-secondary.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .btn-secondary.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-btn-secondary.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .btn-secondary.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-btn-secondary:focus-visible,
  .btn-secondary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(100 116 139 / 0.3);
  --tw-ring-offset-width: 2px;
}

.ui-btn-secondary:active,
  .btn-secondary:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ui-btn-secondary,
  .btn-secondary {
  background: var(--app-surface);
  color: var(--app-text);
  border-color: var(--app-border-strong);
}

.ui-btn-secondary:hover,
  .btn-secondary:hover {
  background: var(--app-surface-muted);
  border-color: var(--app-border-strong);
}

.ui-pagination-summary .ui-btn-danger,.ui-pagination-summary 
  .btn-danger {
  color: var(--app-text);
}

.ui-btn-danger,
  .btn-danger{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-btn-danger.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .btn-danger.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-btn-danger.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .btn-danger.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-btn-danger.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .btn-danger.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-btn-danger.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .btn-danger.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-btn-danger:hover,
  .btn-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.ui-btn-danger:focus-visible,
  .btn-danger:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(239 68 68 / 0.4);
  --tw-ring-offset-width: 2px;
}

.ui-btn-danger:active,
  .btn-danger:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.ui-pagination-summary .ui-btn-info,.ui-pagination-summary 
  .btn-info {
  color: var(--app-text);
}

.ui-btn-info,
  .btn-info{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-btn-info.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .btn-info.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-btn-info.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .btn-info.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-btn-info.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .btn-info.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-btn-info.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .btn-info.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-btn-info:hover,
  .btn-info:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.ui-btn-info:focus-visible,
  .btn-info:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(59 130 246 / 0.4);
  --tw-ring-offset-width: 2px;
}

.ui-btn-info:active,
  .btn-info:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.ui-pagination-summary .ui-btn-purple {
  color: var(--app-text);
}

.ui-btn-purple{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-btn-purple.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-btn-purple.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-btn-purple.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-btn-purple.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-btn-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.ui-btn-purple:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(168 85 247 / 0.4);
  --tw-ring-offset-width: 2px;
}

.ui-btn-purple:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}


  body.sidebar-collapsed #sidebar .ui-btn-sm.text-gray-500.text-center,
  html.sidebar-collapsed #sidebar .ui-btn-sm.text-gray-500.text-center,
  body.sidebar-collapsed #sidebar 
  .btn-sm.text-gray-500.text-center,
  html.sidebar-collapsed #sidebar 
  .btn-sm.text-gray-500.text-center {
  display: none;
}

.ui-btn-sm,
  .btn-sm{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Cards */

.ui-card,
  .card{
  border-radius: 0.75rem;
  border-width: 1px;
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}


  .\!card{
  border-radius: 0.75rem;
  border-width: 1px;
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.ui-card,
  .card {
  background: var(--app-surface);
  border-color: var(--app-border);
  color: var(--app-text);
  box-shadow: var(--app-shadow);
}


  .\!card {
  background: var(--app-surface) !important;
  border-color: var(--app-border) !important;
  color: var(--app-text) !important;
  box-shadow: var(--app-shadow) !important;
}

/* Custom device card backgrounds based on type (for Centralized Monitoring) */

html.dark-theme .site-card-wan {
  background-color: #111924 !important;
  border-color: rgba(14, 165, 233, 0.25) !important;
}

html.dark-theme .site-card-firewall {
  background-color: #0f1b15 !important;
  border-color: rgba(16, 185, 129, 0.25) !important;
}

html.dark-theme .site-card-switch {
  background-color: #111624 !important;
  border-color: rgba(59, 130, 246, 0.25) !important;
}

html.dark-theme .site-card-server {
  background-color: #141424 !important;
  border-color: rgba(99, 102, 241, 0.25) !important;
}

html.dark-theme .site-card-bmc {
  background-color: #15181e !important;
  border-color: rgba(71, 85, 105, 0.25) !important;
}

html.dark-theme .site-card-camera {
  background-color: #191124 !important;
  border-color: rgba(168, 85, 247, 0.25) !important;
}

html.dark-theme .site-card-attendance {
  background-color: #111b1b !important;
  border-color: rgba(20, 184, 166, 0.25) !important;
}

html.dark-theme .site-card-door {
  background-color: #161124 !important;
  border-color: rgba(139, 92, 246, 0.25) !important;
}

html.dark-theme .site-card-database {
  background-color: #111a20 !important;
  border-color: rgba(6, 182, 212, 0.25) !important;
}

html.dark-theme .site-card-other {
  background-color: #141619 !important;
  border-color: #22252b !important;
}

html.dark-theme .site-card-empty {
  background-color: #141619 !important;
  border-color: #22252b !important;
  color: #94a3b8 !important;
}

html.dark-theme .site-card-danger {
  background-color: #251216 !important;
  border-color: rgba(239, 68, 68, 0.25) !important;
}

html.dark-theme .site-card-warning {
  background-color: #261c12 !important;
  border-color: rgba(245, 158, 11, 0.25) !important;
}

html:not(.dark-theme) .site-card-wan {
  background-color: rgba(14, 165, 233, 0.08) !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
}

html:not(.dark-theme) .site-card-firewall {
  background-color: rgba(16, 185, 129, 0.08) !important;
  border-color: rgba(16, 185, 129, 0.3) !important;
}

html:not(.dark-theme) .site-card-switch {
  background-color: rgba(59, 130, 246, 0.08) !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
}

html:not(.dark-theme) .site-card-server {
  background-color: rgba(99, 102, 241, 0.08) !important;
  border-color: rgba(99, 102, 241, 0.3) !important;
}

html:not(.dark-theme) .site-card-bmc {
  background-color: rgba(71, 85, 105, 0.08) !important;
  border-color: rgba(71, 85, 105, 0.3) !important;
}

html:not(.dark-theme) .site-card-camera {
  background-color: rgba(168, 85, 247, 0.08) !important;
  border-color: rgba(168, 85, 247, 0.3) !important;
}

html:not(.dark-theme) .site-card-attendance {
  background-color: rgba(20, 184, 166, 0.08) !important;
  border-color: rgba(20, 184, 166, 0.3) !important;
}

html:not(.dark-theme) .site-card-door {
  background-color: rgba(139, 92, 246, 0.08) !important;
  border-color: rgba(139, 92, 246, 0.3) !important;
}

html:not(.dark-theme) .site-card-database {
  background-color: rgba(6, 182, 212, 0.08) !important;
  border-color: rgba(6, 182, 212, 0.3) !important;
}

html:not(.dark-theme) .site-card-other {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}

html:not(.dark-theme) .site-card-empty {
  background-color: #f1f5f9 !important;
  border-color: #e2e8f0 !important;
  color: #64748b !important;
}

html:not(.dark-theme) .site-card-danger {
  background-color: rgba(239, 68, 68, 0.08) !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
}

html:not(.dark-theme) .site-card-warning {
  background-color: rgba(245, 158, 11, 0.08) !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
}

/* Semantic text utilities (replace hardcoded Tailwind text-gray/slate-*) */

.ui-text-strong {
  color: var(--app-text);
}

.ui-text-muted {
  color: var(--app-text-muted);
}

.ui-text-soft {
  color: var(--app-text-soft);
}

.ui-text-success {
  color: var(--app-accent);
}

.ui-text-danger {
  color: var(--app-danger);
}

.ui-text-warning {
  color: var(--app-warning);
}

.ui-text-info {
  color: var(--app-info);
}

/* Muted icon (search/close icons) */

.ui-icon-muted {
  color: var(--app-text-soft);
  transition: color 150ms ease;
}

.ui-icon-muted:hover {
  color: var(--app-text-muted);
}

/* Sửa lỗi hiển thị icon tìm kiếm bị đè bởi input */

.relative > .fa-search.absolute,
  .relative > .fa-magnifying-glass.absolute {
  z-index: 10;
  pointer-events: none;
}

/* Readonly / disabled input modifier */

.ui-input--readonly,
  .ui-input[readonly],
  select.ui-input[readonly] {
  background: var(--app-surface-muted);
  color: var(--app-text-muted);
  cursor: not-allowed;
}

/* AG Grid toolbar (shared strip above grids) */

.ui-grid-toolbar{
  display: flex;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 11px;
}


div.fixed.inset-0.ui-grid-toolbar.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-grid-toolbar.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-grid-toolbar.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-grid-toolbar.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-grid-toolbar {
  background: var(--app-surface-muted);
  border-color: var(--app-border);
  color: var(--app-text-muted);
}

.ui-grid-toolbar-title{
  display: flex;
  align-items: center;
}

.ui-grid-toolbar-title > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.ui-grid-toolbar-title{
  font-weight: 600;
}


div.fixed.inset-0.ui-grid-toolbar-title.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-grid-toolbar-title.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-grid-toolbar-title.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-grid-toolbar-title.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-grid-toolbar-title {
  color: var(--app-text);
}

.ui-grid-toolbar-sep {
  color: var(--app-border-strong);
}

.ui-pagination-summary .ui-grid-action,.ui-pagination-summary 
  .ui-grid-action--info,.ui-pagination-summary 
  .ui-grid-action--success,.ui-pagination-summary 
  .ui-grid-action--accent,.ui-pagination-summary 
  .ui-grid-action--danger {
  color: var(--app-text);
}

.ui-grid-action,
  .ui-grid-action--info,
  .ui-grid-action--success,
  .ui-grid-action--accent,
  .ui-grid-action--danger{
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-grid-action.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .ui-grid-action--info.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .ui-grid-action--success.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .ui-grid-action--accent.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .ui-grid-action--danger.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-grid-action.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .ui-grid-action--info.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .ui-grid-action--success.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .ui-grid-action--accent.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .ui-grid-action--danger.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-grid-action.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .ui-grid-action--info.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .ui-grid-action--success.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .ui-grid-action--accent.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .ui-grid-action--danger.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-grid-action.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .ui-grid-action--info.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .ui-grid-action--success.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .ui-grid-action--accent.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .ui-grid-action--danger.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-grid-action,
  .ui-grid-action--info,
  .ui-grid-action--success,
  .ui-grid-action--accent,
  .ui-grid-action--danger {
  color: var(--app-text-muted);
}

.ui-grid-action:hover {
  color: var(--app-text);
}

.ui-grid-action--info:hover {
  color: var(--app-info);
}

.ui-grid-action--success:hover {
  color: var(--app-accent);
}

.ui-grid-action--accent:hover {
  color: #a855f7;
}

/* Section title (uppercase tracking label) */

.ui-section-title{
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--app-text-muted);
}

/* Icon tile (rounded colored box wrapping an icon) */

.ui-icon-tile{
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}


div.fixed.inset-0.ui-icon-tile.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-icon-tile.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-icon-tile.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-icon-tile.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-icon-tile--success {
  background: var(--app-success-bg);
  color: var(--app-accent);
}

.ui-icon-tile--warning {
  background: var(--app-warning-bg);
  color: var(--app-warning);
}

.ui-icon-tile--info {
  background: var(--app-info-bg);
  color: var(--app-info);
}

.ui-icon-tile--accent {
  background: rgba(139, 92, 246, 0.14);
  color: #8b5cf6;
}

/* Alert banner (border-left accent) */

/* Modal footer */

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card) {
  display: flex;
  flex: 1 1 0%;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card)> :is([id$="Grid"], .ag-grid-fill) {
  flex: 1 1 0%;
  min-height: 0;
  min-width: 0;
  height: 100%;
  width: 100%;
}

.ui-modal-footer{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  border-top-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


[id$="Modal"].fixed.inset-0.ui-modal-footer,
[id$="-modal"].fixed.inset-0.ui-modal-footer,
[id$="popup"].fixed.inset-0.ui-modal-footer,
[id$="Popup"].fixed.inset-0.ui-modal-footer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}


[id$="Modal"].fixed.inset-0.ui-modal-footer:not(.hidden),
[id$="-modal"].fixed.inset-0.ui-modal-footer:not(.hidden),
[id$="popup"].fixed.inset-0.ui-modal-footer:not(.hidden),
[id$="Popup"].fixed.inset-0.ui-modal-footer:not(.hidden),
[id$="drawer"].fixed.inset-0.ui-modal-footer:not(.hidden),
[id$="-drawer"].fixed.inset-0.ui-modal-footer:not(.hidden) {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
  animation: ui-modal-overlay-in 200ms ease-out;
}

.ui-drawer.fixed.inset-0.ui-modal-footer:not(.hidden) {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
}


[id$="Modal"].fixed.inset-0.ui-modal-footer.hidden,
[id$="-modal"].fixed.inset-0.ui-modal-footer.hidden,
[id$="popup"].fixed.inset-0.ui-modal-footer.hidden,
[id$="Popup"].fixed.inset-0.ui-modal-footer.hidden,
[id$="drawer"].fixed.inset-0.ui-modal-footer.hidden,
[id$="-drawer"].fixed.inset-0.ui-modal-footer.hidden {
  display: none;
}


[id$="Modal"].fixed.inset-0.ui-modal-footer>div:first-child,
[id$="-modal"].fixed.inset-0.ui-modal-footer>div:first-child,
[id$="popup"].fixed.inset-0.ui-modal-footer>div:first-child,
[id$="Popup"].fixed.inset-0.ui-modal-footer>div:first-child {
  position: relative;
  border: 1px solid var(--app-border);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid var(--app-border);
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: var(--app-surface);
  color: var(--app-text);
  box-shadow: -10px 0 40px -15px rgba(15, 23, 42, 0.22);
  overflow: hidden;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child)> :first-child {
  position: sticky;
  top: 0;
  z-index: 20;
  flex: 0 0 auto;
  background: var(--app-surface);
  border-bottom: 1px solid var(--app-border);
  padding: 1rem 1.25rem;
  /* py-4 px-5 equivalent */
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.overflow-hidden):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child)> :is(.border-t, [class*="border-t"]) {
  flex: 0 0 auto;
  align-items: center;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.ui-modal-footer, [class*="border-t"]) {
  flex: 0 0 auto;
  align-items: center;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child)>form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

:is(.ui-modal.active > .ui-modal-content, .ui-modal.active > div:first-child, .modal.active > div:first-child, .app-modal:not(.hidden) > .app-modal-panel, .app-modal:not(.hidden) > div:first-child, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]):not(.hidden):not(.ui-drawer-closing) > div:first-child) {
  animation: ui-modal-drawer-in 260ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: right center;
}

html.dark-theme :is(.ui-modal, .modal, .app-modal, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"])) {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).ui-modal-footer, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer))[class*="justify-end"]) :is(.backdrop-blur, .backdrop-blur-sm, .backdrop-blur-md, .backdrop-blur-lg, [class*="backdrop-blur"]) {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).ui-modal-footer, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer))[class*="justify-end"]) :is([id*="-overlay"], [class*="-overlay"], [class*="bg-black/"], [class*="bg-slate-900/"]) {
  background-color: transparent;
}

html.dark-theme :is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.ui-modal-footer, [class*="justify-end"]) > div:first-child) {
  border-color: var(--app-border);
  box-shadow: -10px 0 50px -20px rgba(2, 6, 23, 0.92);
}


div.fixed.inset-0.ui-modal-footer.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}

div.fixed.inset-0.ui-modal-footer:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0.flex.ui-modal-footer:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0.items-center.ui-modal-footer:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-modal-footer.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

div.fixed.inset-0.ui-modal-footer:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0.flex.ui-modal-footer:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0.items-center.ui-modal-footer:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-modal-footer.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}

div.fixed.inset-0.ui-modal-footer.ui-drawer-closing,
div.fixed.inset-0.flex.ui-modal-footer.ui-drawer-closing,
div.fixed.inset-0.items-center.ui-modal-footer.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-modal-footer.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

div.fixed.inset-0.ui-modal-footer.ui-drawer-closing > div,
div.fixed.inset-0.flex.ui-drawer-closing.ui-modal-footer > div,
div.fixed.inset-0.items-center.ui-drawer-closing.ui-modal-footer > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-modal-footer {
  background: var(--app-surface);
  border-color: var(--app-border);
}

/* Form controls */

.ui-input,
  .input-field{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html.dark-theme .ui-input::-moz-placeholder, html.dark-theme 
  .input-field::-moz-placeholder {
  color: var(--app-text-soft);
}


  html.dark-theme .ui-input::placeholder,
  html.dark-theme 
  .input-field::placeholder {
  color: var(--app-text-soft);
}

html.dark-theme .ui-input:is(.dark-theme *)::-moz-placeholder, html.dark-theme 
  .input-field:is(.dark-theme *)::-moz-placeholder {
  color: var(--app-text-soft);
}


  html.dark-theme .ui-input:is(.dark-theme *)::placeholder,
  html.dark-theme 
  .input-field:is(.dark-theme *)::placeholder {
  color: var(--app-text-soft);
}

.ui-input::-moz-placeholder, .input-field::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.ui-input::placeholder,
  .input-field::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

html.dark-theme .ui-input::-moz-placeholder, html.dark-theme 
  .input-field::-moz-placeholder {
  color: var(--app-text-muted);
}


  html.dark-theme .ui-input::placeholder,
  html.dark-theme 
  .input-field::placeholder {
  color: var(--app-text-muted);
}

.ui-input:focus,
  .input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(34 197 94 / 0.2);
}

.ui-input:is(.dark-theme *)::-moz-placeholder, .input-field:is(.dark-theme *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.ui-input:is(.dark-theme *)::placeholder,
  .input-field:is(.dark-theme *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

html.dark-theme .ui-input:is(.dark-theme *)::-moz-placeholder, html.dark-theme 
  .input-field:is(.dark-theme *)::-moz-placeholder {
  color: var(--app-text-muted);
}


  html.dark-theme .ui-input:is(.dark-theme *)::placeholder,
  html.dark-theme 
  .input-field:is(.dark-theme *)::placeholder {
  color: var(--app-text-muted);
}

.ui-input,
  .input-field {
  background: var(--app-surface);
  color: var(--app-text);
  border-color: var(--app-border-strong);
}

/* Unified Select Dropdowns */

.ui-select{
  width: 100%;
}

.ui-select,
  select.ui-input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ui-select:focus,
  select.ui-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(34 197 94 / 0.2);
}

.ui-select,
  select.ui-input {
  background: var(--app-surface);
  color: var(--app-text);
  border-color: var(--app-border-strong);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  padding-right: 2.5rem;
}

html.dark-theme .ui-select,
  html.dark-theme select.ui-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
}

.ui-checkbox{
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html.dark-theme .ui-checkbox {
  color: #4ade80;
}

.ui-checkbox:focus{
  --tw-ring-color: rgb(34 197 94 / 0.3);
}

.ui-checkbox:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.ui-checkbox {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ui-radio{
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html.dark-theme .ui-radio {
  color: #4ade80;
}

.ui-radio:focus{
  --tw-ring-color: rgb(34 197 94 / 0.3);
}

.ui-radio:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.ui-radio {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}


  body.sidebar-collapsed #sidebar .ui-field-label.text-gray-500.text-center,
  html.sidebar-collapsed #sidebar .ui-field-label.text-gray-500.text-center {
  display: none;
}

.ui-field-label{
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--app-text-muted);
}

/* Sidebar links */

.ui-pagination-summary .ui-sidebar-link,.ui-pagination-summary 
  .sidebar-link {
  color: var(--app-text);
}

.ui-sidebar-link,
  .sidebar-link{
  display: flex;
  align-items: center;
}

.ui-sidebar-link > :not([hidden]) ~ :not([hidden]),
  .sidebar-link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.ui-sidebar-link,
  .sidebar-link{
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}


div.fixed.inset-0.ui-sidebar-link.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  .sidebar-link.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-sidebar-link.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  .sidebar-link.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-sidebar-link.justify-end.ui-drawer-closing,
div.fixed.inset-0
  .sidebar-link.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-sidebar-link.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  .sidebar-link.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-sidebar-link,
  .sidebar-link {
  position: relative;
  transition:
      background-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
      color 220ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 220ms cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid transparent;
}

.ui-sidebar-link.active,
  .sidebar-link.active{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-sidebar-link.\!active,
  .sidebar-link.\!active{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-sidebar-link.active,
  .sidebar-link.active {
  background-image: linear-gradient(to right, #16a34a, #15803d);
  border-color: rgba(22, 163, 74, 0.95);
  box-shadow:
      0 1px 3px rgba(22, 163, 74, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ui-sidebar-link.\!active,
  .sidebar-link.\!active {
  background-image: linear-gradient(to right, #16a34a, #15803d) !important;
  border-color: rgba(22, 163, 74, 0.95) !important;
  box-shadow:
      0 1px 3px rgba(22, 163, 74, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html.dark-theme .ui-sidebar-link.active,
  html.dark-theme .sidebar-link.active{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

html.dark-theme .ui-sidebar-link.\!active,
  html.dark-theme .sidebar-link.\!active{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

html.dark-theme .ui-sidebar-link.active,
  html.dark-theme .sidebar-link.active {
  background-image: linear-gradient(to right, #22c55e, #16a34a);
  border-color: rgba(34, 197, 94, 0.95);
  box-shadow:
      0 1px 3px rgba(34, 197, 94, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

html.dark-theme .ui-sidebar-link.\!active,
  html.dark-theme .sidebar-link.\!active {
  background-image: linear-gradient(to right, #22c55e, #16a34a) !important;
  border-color: rgba(34, 197, 94, 0.95) !important;
  box-shadow:
      0 1px 3px rgba(34, 197, 94, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.ui-sidebar-link:not(.active),
  .sidebar-link:not(.active) {
  color: var(--app-text-muted);
}

.ui-sidebar-link:not(.active):hover,
  .sidebar-link:not(.active):hover {
  background: var(--app-bg-soft);
  color: var(--app-text);
  border-color: var(--app-border);
}

.ui-sidebar-link:focus-visible,
  .sidebar-link:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

/* Accordion nhóm sidebar */

.ui-pagination-summary .ui-sidebar-group-toggle {
  color: var(--app-text);
}

.ui-sidebar-group-toggle{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}


div.fixed.inset-0.ui-sidebar-group-toggle.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-sidebar-group-toggle.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-sidebar-group-toggle.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-sidebar-group-toggle.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-sidebar-group-toggle {
  color: var(--app-text-muted);
  cursor: pointer;
  transition:
      background-color 200ms cubic-bezier(0.22, 1, 0.36, 1),
      color 200ms cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid transparent;
}

.ui-sidebar-group-toggle:hover {
  background: var(--app-bg-soft);
  color: var(--app-text);
  border-color: var(--app-border);
}

.ui-sidebar-group-toggle:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

/* Parent group active and open highlight states */

.sidebar-group.is-open > .ui-sidebar-group-toggle {
  color: var(--app-text) !important;
}

.sidebar-group.group-active > .ui-sidebar-group-toggle {
  color: var(--app-text) !important;
  font-weight: 600;
}

.sidebar-group.group-active > .ui-sidebar-group-toggle .ui-sidebar-group-icon {
  color: var(--app-accent) !important;
}

.ui-sidebar-group-label{
  display: flex;
  min-width: 0px;
  align-items: center;
  gap: 0.5rem;
}


div.fixed.inset-0.ui-sidebar-group-label.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-sidebar-group-label.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-sidebar-group-label.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-sidebar-group-label.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-sidebar-group-label>span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-sidebar-group-icon{
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 1.25rem;
  text-align: center;
  transition: color 150ms ease;
}

.ui-sidebar-chevron{
  flex-shrink: 0;
  font-size: 10px;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sidebar-group.is-open>.ui-sidebar-group-toggle .ui-sidebar-chevron {
  transform: rotate(180deg);
}

.ui-sidebar-group-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  transition:
      max-height 260ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 200ms ease,
      padding-top 200ms ease;
  /* Nesting hierarchy border guide line */
  border-left: 1.5px solid var(--app-border);
  margin-left: 1.125rem;
  padding-left: 0.5rem;
}

.sidebar-group.is-open>.ui-sidebar-group-panel {
  max-height: 60rem;
  opacity: 1;
  padding-top: 0.125rem;
}

/* Submenu links styling */

.ui-pagination-summary .ui-sidebar-submenu-link {
  color: var(--app-text) !important;
}

.ui-sidebar-submenu-link{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--app-text-muted) !important;
}

.ui-sidebar-submenu-link:not(.active):hover {
  color: var(--app-text) !important;
}

.ui-sidebar-submenu-link.active {
  background-image: none !important;
  background-color: var(--app-bg-soft) !important;
  color: var(--app-accent) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.ui-sidebar-submenu-link.\!active {
  background-image: none !important;
  background-color: var(--app-bg-soft) !important;
  color: var(--app-accent) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.ui-sidebar-submenu-link.active{
  font-weight: 600;
}

.ui-sidebar-submenu-link.\!active{
  font-weight: 600;
}

html.dark-theme .ui-sidebar-submenu-link.active {
  background-image: none !important;
  background-color: var(--app-bg-soft) !important;
  color: var(--app-accent) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html.dark-theme .ui-sidebar-submenu-link.\!active {
  background-image: none !important;
  background-color: var(--app-bg-soft) !important;
  color: var(--app-accent) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html.dark-theme .ui-sidebar-submenu-link.active{
  font-weight: 600;
}

html.dark-theme .ui-sidebar-submenu-link.\!active{
  font-weight: 600;
}

/* Glowing dot on active submenu guiding line */

.ui-sidebar-submenu-link.active::before {
  content: "";
  position: absolute;
  left: -11px;
  /* Align center of the dot directly on the 1.5px border-left vertical guide line */
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: var(--app-accent);
  box-shadow: 0 0 6px var(--app-accent);
  z-index: 10;
}

.ui-sidebar-submenu-link.\!active::before {
  content: "" !important;
  position: absolute !important;
  left: -11px !important;
  /* Align center of the dot directly on the 1.5px border-left vertical guide line */
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 9999px !important;
  background-color: var(--app-accent) !important;
  box-shadow: 0 0 6px var(--app-accent) !important;
  z-index: 10 !important;
}

#sidebar {
  transition: width 0.2s ease;
}

body.sidebar-collapsed #sidebar,
  html.sidebar-collapsed #sidebar {
  width: 4.5rem;
}

/* Chế độ icon-only: ẩn nút nhóm, luôn hiện mọi mục dạng icon */

body.sidebar-collapsed #sidebar .ui-sidebar-group-toggle,
  html.sidebar-collapsed #sidebar .ui-sidebar-group-toggle {
  display: none;
}

body.sidebar-collapsed #sidebar .ui-sidebar-group-panel,
  html.sidebar-collapsed #sidebar .ui-sidebar-group-panel {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible;
  padding-top: 0;
  border-left: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

body.sidebar-collapsed #sidebar .ui-sidebar-submenu-link{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

body.sidebar-collapsed #sidebar .ui-sidebar-submenu-link.active {
  background-image: linear-gradient(to right, #16a34a, #15803d) !important;
  color: white !important;
  border-color: rgba(22, 163, 74, 0.95) !important;
  box-shadow: 0 1px 3px rgba(22, 163, 74, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

body.sidebar-collapsed #sidebar .ui-sidebar-submenu-link.\!active {
  background-image: linear-gradient(to right, #16a34a, #15803d) !important;
  color: white !important;
  border-color: rgba(22, 163, 74, 0.95) !important;
  box-shadow: 0 1px 3px rgba(22, 163, 74, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html.dark-theme.sidebar-collapsed #sidebar .ui-sidebar-submenu-link.active,
  body.sidebar-collapsed.dark-theme #sidebar .ui-sidebar-submenu-link.active {
  background-image: linear-gradient(to right, #22c55e, #16a34a) !important;
  color: white !important;
  border-color: rgba(34, 197, 94, 0.95) !important;
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

html.dark-theme.sidebar-collapsed #sidebar .ui-sidebar-submenu-link.\!active,
  body.sidebar-collapsed.dark-theme #sidebar .ui-sidebar-submenu-link.\!active {
  background-image: linear-gradient(to right, #22c55e, #16a34a) !important;
  color: white !important;
  border-color: rgba(34, 197, 94, 0.95) !important;
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

body.sidebar-collapsed #sidebar .ui-sidebar-submenu-link::before {
  display: none !important;
}

/* Premium Sidebar Tooltip */

.ui-sidebar-tooltip {
  position: fixed;
  z-index: 9999;
  background-color: #0f172a;
  color: #f8fafc;
  padding: 0.35rem 0.65rem;
  font-size: 11px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms step-end;
}

.ui-sidebar-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s step-start;
}

html.dark-theme .ui-sidebar-tooltip {
  background-color: #1e293b;
  color: #f8fafc;
  box-shadow: 0 4px 12px -2px rgba(2, 6, 23, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Sidebar Resize Handle */

.sidebar-resize-handle {
  position: absolute;
  top: 0;
  right: -3px;
  width: 6px;
  bottom: 0;
  cursor: col-resize;
  z-index: 50;
  transition: background-color 150ms ease;
}

.sidebar-resize-handle:hover,
  .sidebar-resize-handle.is-dragging {
  background-color: var(--app-accent) !important;
}

/* Drawer Resize Handle */

.drawer-resize-handle {
  position: absolute;
  top: 0;
  left: -3px;
  width: 6px;
  bottom: 0;
  cursor: col-resize;
  z-index: 50;
  transition: background-color 150ms ease;
}

.drawer-resize-handle:hover,
  .drawer-resize-handle.is-dragging {
  background-color: var(--app-accent) !important;
}

/* Hide resize handle when sidebar is collapsed */

:is(body.sidebar-collapsed, html.sidebar-collapsed) #sidebar .sidebar-resize-handle {
  display: none !important;
}

body.sidebar-collapsed #sidebar .ui-sidebar-link,
  body.sidebar-collapsed #sidebar .sidebar-link,
  html.sidebar-collapsed #sidebar .ui-sidebar-link,
  html.sidebar-collapsed #sidebar .sidebar-link {
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body.sidebar-collapsed #sidebar .ui-sidebar-link span,
  body.sidebar-collapsed #sidebar .sidebar-link span,
  body.sidebar-collapsed #sidebar nav ul li>div,
  body.sidebar-collapsed #sidebar .text-xs.text-gray-500.text-center,
  html.sidebar-collapsed #sidebar .ui-sidebar-link span,
  html.sidebar-collapsed #sidebar .sidebar-link span,
  html.sidebar-collapsed #sidebar nav ul li>div,
  html.sidebar-collapsed #sidebar .text-xs.text-gray-500.text-center {
  display: none;
}

body.sidebar-collapsed #sidebar h1,
  html.sidebar-collapsed #sidebar h1 {
  display: none;
}

body.sidebar-collapsed #sidebarFooter,
  html.sidebar-collapsed #sidebarFooter {
  display: none;
}

/* Status Badges */


  body.sidebar-collapsed #sidebar .status-badge.text-gray-500.text-center,
  html.sidebar-collapsed #sidebar .status-badge.text-gray-500.text-center {
  display: none;
}

.status-badge{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}


div.fixed.inset-0.status-badge.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.status-badge.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.status-badge.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.status-badge.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.status-online{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

html.dark-theme .status-online {
  background-color: rgba(34, 197, 94, 0.22);
  border-color: rgba(34, 197, 94, 0.28);
}

.status-offline{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

html.dark-theme .status-offline {
  background-color: rgba(239, 68, 68, 0.22);
  border-color: rgba(239, 68, 68, 0.28);
}

html.dark-theme .status-unknown {
  background-color: var(--app-bg-soft);
  border-color: var(--app-border);
  color: var(--app-text-muted);
}

.status-unknown{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}


  html.dark-theme .status-unknown {
  background-color: var(--app-surface);
}

html.dark-theme .status-unknown {
  border-color: var(--app-border);
  color: var(--app-text-muted);
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell:is(.text-black, .text-gray-400, .text-gray-500, .text-gray-600,.status-unknown, .text-gray-800, .text-gray-900, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900),
html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell :is(.text-black, .text-gray-400, .text-gray-500, .text-gray-600,.status-unknown, .text-gray-800, .text-gray-900, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900) {
  color: var(--app-text);
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell:is(.bg-gray-50,.status-unknown, .bg-slate-50, .bg-slate-100),
html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell :is(.bg-gray-50,.status-unknown, .bg-slate-50, .bg-slate-100) {
  background-color: rgba(51, 65, 85, 0.72);
  border-color: var(--app-border);
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.status-unknown {
  background-color: rgba(243, 244, 246, 0.85);
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.status-unknown:hover {
  background-color: rgba(229, 231, 235, 0.95);
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.status-unknown {
  background-color: rgba(51, 65, 85, 0.3);
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.status-unknown:hover {
  background-color: rgba(71, 85, 105, 0.45);
}

/* Extended status badges (semantic, theme-aware via CSS variables) */

.status-success {
  background: var(--app-success-bg);
  color: var(--app-accent);
  border-color: var(--app-accent);
}

.status-danger {
  background: var(--app-danger-bg);
  color: var(--app-danger);
  border-color: var(--app-danger);
}

.status-warning {
  background: var(--app-warning-bg);
  color: var(--app-warning);
  border-color: var(--app-warning);
}

.status-neutral {
  background: var(--app-neutral-bg);
  color: var(--app-text-muted);
  border-color: var(--app-border-strong);
}

/* Modal width 50% of viewport */

.ui-modal-50,
  .modal-50 {
  width: 50vw;
  max-width: 50vw;
}

/* Tab Buttons */

.ui-pagination-summary .tab-button {
  color: var(--app-text);
}

.tab-button{
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--app-text-muted);
}

.tab-button.active{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

html.dark-theme .tab-button.active {
  color: #4ade80;
}

.tab-button.\!active{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

html.dark-theme .tab-button.\!active {
  color: #4ade80;
}

.tab-button.active {
  background: var(--app-surface);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.tab-button.\!active {
  background: var(--app-surface) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.tab-button:not(.active):hover {
  color: var(--app-text);
}

/* Tab Content */

.tab-content{
  display: none;
}

.table-frame.tab-content {
  display: flex;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  min-height: 0;
  flex: none;
  margin: 0;
  padding: 0;
  border: none;
}


[id$="Modal"].fixed.inset-0.justify-end:not(.tab-content),
[id$="Modal"].fixed.inset-0[class*="justify-end"]:not(.tab-content),
[id$="-modal"].fixed.inset-0.justify-end:not(.tab-content),
[id$="-modal"].fixed.inset-0[class*="justify-end"]:not(.tab-content),
[id$="popup"].fixed.inset-0.justify-end:not(.tab-content),
[id$="popup"].fixed.inset-0[class*="justify-end"]:not(.tab-content),
[id$="Popup"].fixed.inset-0.justify-end:not(.tab-content),
[id$="Popup"].fixed.inset-0[class*="justify-end"]:not(.tab-content),
[id$="drawer"].fixed.inset-0.justify-end:not(.tab-content),
[id$="drawer"].fixed.inset-0[class*="justify-end"]:not(.tab-content),
[id$="-drawer"].fixed.inset-0.justify-end:not(.tab-content),
[id$="-drawer"].fixed.inset-0[class*="justify-end"]:not(.tab-content) {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
  animation: ui-modal-overlay-in 200ms ease-out;
}

.ui-drawer.fixed.inset-0.justify-end:not(.tab-content),
.ui-drawer.fixed.inset-0[class*="justify-end"]:not(.tab-content) {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
}

.ui-modal.tab-content,
.modal.tab-content,
.app-modal.tab-content,
[id$="Modal"].fixed.inset-0.justify-end.tab-content,
[id$="Modal"].fixed.inset-0[class*="justify-end"].tab-content,
[id$="-modal"].fixed.inset-0.justify-end.tab-content,
[id$="-modal"].fixed.inset-0[class*="justify-end"].tab-content,
[id$="popup"].fixed.inset-0.justify-end.tab-content,
[id$="popup"].fixed.inset-0[class*="justify-end"].tab-content,
[id$="Popup"].fixed.inset-0.justify-end.tab-content,
[id$="Popup"].fixed.inset-0[class*="justify-end"].tab-content,
[id$="drawer"].fixed.inset-0.justify-end.tab-content,
[id$="drawer"].fixed.inset-0[class*="justify-end"].tab-content,
[id$="-drawer"].fixed.inset-0.justify-end.tab-content,
[id$="-drawer"].fixed.inset-0[class*="justify-end"].tab-content,
.ui-drawer.tab-content {
  display: none;
}

:is(.ui-modal.active > .ui-modal-content, .ui-modal.active > div:first-child, .modal.active > div:first-child, .app-modal:not(.tab-content) > .app-modal-panel, .app-modal:not(.hidden) > div:first-child, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.justify-end, [class*="justify-end"]):not(.hidden):not(.ui-drawer-closing) > div:first-child) {
  animation: ui-modal-drawer-in 260ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: right center;
}

div.fixed.inset-0.justify-end:not(.tab-content):not(.ui-drawer-closing),
div.fixed.inset-0.flex.justify-end:not(.tab-content):not(.ui-drawer-closing),
div.fixed.inset-0.items-center.justify-end:not(.tab-content):not(.ui-drawer-closing),
.ui-drawer:not(.tab-content):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}

div.fixed.inset-0.justify-end:not(.tab-content):not(.ui-drawer-closing) > div,
div.fixed.inset-0.flex.justify-end:not(.tab-content):not(.ui-drawer-closing) > div,
div.fixed.inset-0.items-center.justify-end:not(.tab-content):not(.ui-drawer-closing) > div,
.ui-drawer:not(.tab-content):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.tab-content.active{
  display: block;
}

.tab-content.\!active{
  display: block;
}

/* Shared scrollbar utility */

.ui-scrollbar,
  .scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #f3f4f6;
}

.ui-scrollbar::-webkit-scrollbar,
  .scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ui-scrollbar::-webkit-scrollbar-track,
  .scrollbar::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 4px;
}

.ui-scrollbar::-webkit-scrollbar-thumb,
  .scrollbar::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 4px;
}

.ui-scrollbar::-webkit-scrollbar-thumb:hover,
  .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.ui-sidebar-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.38) transparent;
}

.ui-sidebar-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.ui-sidebar-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.ui-sidebar-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.34);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-transition: background-color 160ms ease;
  transition: background-color 160ms ease;
}

.ui-sidebar-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.52);
  background-clip: padding-box;
}

html.dark-theme .ui-scrollbar,
  html.dark-theme .scrollbar {
  scrollbar-color: #475569 #0f172a;
}

html.dark-theme .ui-scrollbar::-webkit-scrollbar-track,
  html.dark-theme .scrollbar::-webkit-scrollbar-track {
  background: #0f172a;
}

html.dark-theme .ui-scrollbar::-webkit-scrollbar-thumb,
  html.dark-theme .scrollbar::-webkit-scrollbar-thumb {
  background: #475569;
}

html.dark-theme .ui-scrollbar::-webkit-scrollbar-thumb:hover,
  html.dark-theme .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}

html.dark-theme .ui-sidebar-scrollbar {
  scrollbar-color: rgba(100, 116, 139, 0.8) transparent;
}

html.dark-theme .ui-sidebar-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(71, 85, 105, 0.8);
  background-clip: padding-box;
}

html.dark-theme .ui-sidebar-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.92);
  background-clip: padding-box;
}

/* Table Layout Utilities */

.table-layout-container{
  display: flex;
  height: 100%;
  flex-direction: column;
}


div.fixed.inset-0.table-layout-container.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.table-layout-container.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.table-layout-container.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.table-layout-container.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.table-scroll-container{
  min-height: 0px;
  flex: 1 1 0%;
  overflow: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto,.table-scroll-container, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.overflow-hidden):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.table-scroll-container):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.table-scroll-container):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.table-scroll-container):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.table-scroll-container, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],.table-scroll-container, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

.table-frame{
  display: flex;
  min-height: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.table-frame):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.table-frame):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.table-frame):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.table-frame):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.table-frame, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],.table-frame, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0,.table-frame, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}


div.fixed.inset-0.table-frame.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.table-frame.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.table-frame.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.table-frame.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.table-frame>.ui-card{
  display: flex;
  min-height: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.table-frame>.ui-card):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.table-frame>.ui-card):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.table-frame>.ui-card):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.table-frame>.ui-card):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.table-frame>.ui-card, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],.table-frame>.ui-card, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0,.table-frame>.ui-card, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}


div.fixed.inset-0.table-frame>.ui-card.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.table-frame>.ui-card.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.table-frame>.ui-card.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.table-frame>.ui-card.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.table-frame>.ui-card {
  border-color: var(--app-border);
  box-shadow: var(--app-shadow);
}

#gridCardContainer,
  [id$="GridCardContainer"]{
  display: flex;
  min-height: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(#gridCardContainer):not(.overflow-y-hidden):not(.overflow-x-hidden),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(
  [id$="GridCardContainer"]):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(#gridCardContainer):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(
  [id$="GridCardContainer"]):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(#gridCardContainer):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(
  [id$="GridCardContainer"]):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(#gridCardContainer):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(
  [id$="GridCardContainer"]):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(#gridCardContainer, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(
  [id$="GridCardContainer"], [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],#gridCardContainer, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"],
  [id$="GridCardContainer"], .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0,#gridCardContainer, [id$="GridCardContainer"], .drawer-ag-grid-card),:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0,
  [id$="GridCardContainer"], [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0%;
  min-height: 0;
}


div.fixed.inset-0#gridCardContainer.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0
  [id$="GridCardContainer"].justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0#gridCardContainer.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0
  [id$="GridCardContainer"].justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0#gridCardContainer.justify-end.ui-drawer-closing,
div.fixed.inset-0
  [id$="GridCardContainer"].justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0#gridCardContainer.ui-drawer-closing.justify-end > div,
div.fixed.inset-0
  [id$="GridCardContainer"].ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

#gridCardContainer>[id$="Grid"],
  [id$="GridCardContainer"]>[id$="Grid"],
  .table-frame [id$="Grid"].ag-theme-quartz,
  .table-frame [id$="Grid"].ag-theme-quartz-dark,
  .table-frame [id$="Grid"].ag-theme-alpine,
  .table-frame [id$="Grid"].ag-theme-alpine-dark,
  .table-frame [id$="Grid"].ag-theme-balham,
  .table-frame [id$="Grid"].ag-theme-balham-dark,
  .table-frame [id$="Grid"].ag-theme-material,
  .table-frame [id$="Grid"].ag-theme-material-dark {
  flex: 1 1 0%;
  min-height: 0;
  height: 100% !important;
  width: 100%;
}

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card) {
  display: flex;
  flex: 1 1 0%;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

:is(.ui-modal, .\!modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card) {
  display: flex !important;
  flex: 1 1 0% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card)> :is([id$="Grid"], .ag-grid-fill) {
  flex: 1 1 0%;
  min-height: 0;
  min-width: 0;
  height: 100% !important;
  width: 100%;
}

:is(.ui-modal, .\!modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card)> :is([id$="Grid"], .ag-grid-fill) {
  flex: 1 1 0% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.table-frame .table-scroll-container,
  .table-frame .ui-table-scroll {
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #f3f4f6;
}

.table-frame .table-scroll-container::-webkit-scrollbar,
  .table-frame .ui-table-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.table-frame .table-scroll-container::-webkit-scrollbar-track,
  .table-frame .ui-table-scroll::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 4px;
}

.table-frame .table-scroll-container::-webkit-scrollbar-thumb,
  .table-frame .ui-table-scroll::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 4px;
}

.table-frame .table-scroll-container::-webkit-scrollbar-thumb:hover,
  .table-frame .ui-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

html.dark-theme .table-frame .table-scroll-container,html.dark-theme 
  .table-frame .ui-table-scroll {
  scrollbar-color: #475569 #0f172a;
}

html.dark-theme .table-frame .table-scroll-container::-webkit-scrollbar-track,html.dark-theme 
  .table-frame .ui-table-scroll::-webkit-scrollbar-track {
  background: #0f172a;
}

html.dark-theme .table-frame .table-scroll-container::-webkit-scrollbar-thumb,html.dark-theme 
  .table-frame .ui-table-scroll::-webkit-scrollbar-thumb {
  background: #475569;
}

html.dark-theme .table-frame .table-scroll-container::-webkit-scrollbar-thumb:hover,html.dark-theme 
  .table-frame .ui-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}

.table-sticky-header thead{
  position: sticky;
  top: 0px;
  z-index: 10;
}


  html.dark-theme .table-sticky-header thead.bg-gray-50,
  html.dark-theme .table-sticky-header thead.bg-slate-50 {
  background-color: var(--app-surface-muted);
}

.table-sticky-header thead {
  background: var(--app-surface-muted);
}

.table-sticky-header thead th {
  background: var(--app-surface-muted);
}

/* Pagination Container */

.ui-pagination{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}


div.fixed.inset-0.ui-pagination.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-pagination.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-pagination.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-pagination.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-pagination-summary{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--app-text-muted);
}

.ui-pagination-summary .font-medium {
  color: var(--app-text);
}

.ui-pagination-nav{
  display: flex;
  align-items: center;
  gap: 0.375rem;
}


div.fixed.inset-0.ui-pagination-nav.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-pagination-nav.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-pagination-nav.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-pagination-nav.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-pagination-summary .ui-pagination-btn {
  color: var(--app-text);
}

.ui-pagination-btn{
  display: inline-flex;
  height: 2.25rem;
  min-width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


div.fixed.inset-0.ui-pagination-btn.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-pagination-btn.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-pagination-btn.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-pagination-btn.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-pagination-btn {
  color: var(--app-text);
}

.ui-pagination-btn:hover {
  background: var(--app-surface-muted);
}

.ui-pagination-btn.is-active{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ui-pagination-btn.is-disabled,
  .ui-pagination-btn:disabled{
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.ui-pagination-btn.is-disabled:hover,
  .ui-pagination-btn:disabled:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.ui-pagination-ellipsis{
  display: inline-flex;
  height: 2.25rem;
  min-width: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


div.fixed.inset-0.ui-pagination-ellipsis.justify-end:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards;
  z-index: 9999;
}


div.fixed.inset-0.ui-pagination-ellipsis.justify-end:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


div.fixed.inset-0.ui-pagination-ellipsis.justify-end.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards;
}


div.fixed.inset-0.ui-pagination-ellipsis.ui-drawer-closing.justify-end > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.ui-pagination-ellipsis {
  color: var(--app-text-soft);
}

/* Unified premium spinner loader */

.ui-spinner {
  display: inline-block;
  position: relative;
  border-radius: 9999px;
  border-style: solid;
  border-color: rgba(22, 163, 74, 0.1);
  border-top-color: var(--app-accent);
  animation: ui-spin 0.8s cubic-bezier(0.4, 0.15, 0.3, 0.9) infinite;
  will-change: transform;
}

html.dark-theme .ui-spinner {
  border-color: rgba(34, 197, 94, 0.1);
  border-top-color: var(--app-accent);
}

.ui-spinner-sm {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
}

.ui-spinner-md {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

@keyframes ui-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-left-1\.5{
  left: -0.375rem;
}

.-right-2\.5{
  right: -0.625rem;
}

.-top-0\.5{
  top: -0.125rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-9{
  bottom: 2.25rem;
}

.bottom-full{
  bottom: 100%;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-2{
  left: 0.5rem;
}

.left-2\.5{
  left: 0.625rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-\[8px\]{
  left: 8px;
}

.right-0{
  right: 0px;
}

.right-1\.5{
  right: 0.375rem;
}

.right-2{
  right: 0.5rem;
}

.right-2\.5{
  right: 0.625rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\.5{
  top: 0.375rem;
}

.top-1\/2{
  top: 50%;
}

.top-2\.5{
  top: 0.625rem;
}

.top-3{
  top: 0.75rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.top-full{
  top: 100%;
}

.-z-10{
  z-index: -10;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[10000\]{
  z-index: 10000;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[110\]{
  z-index: 110;
}

.z-\[60\]{
  z-index: 60;
}

.z-\[99999\]{
  z-index: 99999;
}

.z-\[9999\]{
  z-index: 9999;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-full{
  grid-column: 1 / -1;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mb-px{
  margin-bottom: -1px;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-0\.5{
  margin-right: 0.125rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.\!grid{
  display: grid !important;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!h-3{
  height: 0.75rem !important;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-44{
  height: 11rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[34px\]{
  height: 34px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[73px\]{
  height: 73px;
}

.h-\[85vh\]{
  height: 85vh;
}

.h-\[calc\(100vh-460px\)\]{
  height: calc(100vh - 460px);
}

.h-auto{
  height: auto;
}

.h-dvh{
  height: 100dvh;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-36{
  max-height: 9rem;
}

.max-h-40{
  max-height: 10rem;
}

.max-h-48{
  max-height: 12rem;
}

.max-h-52{
  max-height: 13rem;
}

.max-h-60{
  max-height: 15rem;
}

.max-h-64{
  max-height: 16rem;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-\[160px\]{
  max-height: 160px;
}

.max-h-\[220px\]{
  max-height: 220px;
}

.max-h-\[250px\]{
  max-height: 250px;
}

.max-h-\[256px\]{
  max-height: 256px;
}

.max-h-\[300px\]{
  max-height: 300px;
}

.max-h-\[360px\]{
  max-height: 360px;
}

.max-h-\[400px\]{
  max-height: 400px;
}

.max-h-\[40vh\]{
  max-height: 40vh;
}

.max-h-\[450px\]{
  max-height: 450px;
}

.max-h-\[550px\]{
  max-height: 550px;
}

.max-h-\[600px\]{
  max-height: 600px;
}

.max-h-\[60px\]{
  max-height: 60px;
}

.max-h-\[80px\]{
  max-height: 80px;
}

.max-h-\[82vh\]{
  max-height: 82vh;
}

.max-h-\[85vh\]{
  max-height: 85vh;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

.max-h-dvh{
  max-height: 100dvh;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-0{
  min-height: 0px;
}

.min-h-\[104px\]{
  min-height: 104px;
}

.min-h-\[140px\]{
  min-height: 140px;
}

.min-h-\[150px\]{
  min-height: 150px;
}

.min-h-\[16px\]{
  min-height: 16px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[220px\]{
  min-height: 220px;
}

.min-h-\[250px\]{
  min-height: 250px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[350px\]{
  min-height: 350px;
}

.min-h-\[360px\]{
  min-height: 360px;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.min-h-\[420px\]{
  min-height: 420px;
}

.min-h-\[460px\]{
  min-height: 460px;
}

.min-h-\[75px\]{
  min-height: 75px;
}

.min-h-\[96px\]{
  min-height: 96px;
}

.\!w-3{
  width: 0.75rem !important;
}

.\!w-\[22rem\]{
  width: 22rem !important;
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

.w-\[1020px\]{
  width: 1020px;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[26px\]{
  width: 26px;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[450px\]{
  width: 450px;
}

.w-\[460px\]{
  width: 460px;
}

.w-\[480px\]{
  width: 480px;
}

.w-\[500px\]{
  width: 500px;
}

.w-\[580px\]{
  width: 580px;
}

.w-\[680px\]{
  width: 680px;
}

.w-\[75vw\]{
  width: 75vw;
}

.w-\[780px\]{
  width: 780px;
}

.w-\[800px\]{
  width: 800px;
}

.w-\[860px\]{
  width: 860px;
}

.w-\[960px\]{
  width: 960px;
}

.w-\[min\(96vw\2c 1080px\)\]{
  width: min(96vw, 1080px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[100px\]{
  min-width: 100px;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[150px\]{
  min-width: 150px;
}

.min-w-\[16px\]{
  min-width: 16px;
}

.min-w-\[1rem\]{
  min-width: 1rem;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-\[260px\]{
  min-width: 260px;
}

.min-w-\[26px\]{
  min-width: 26px;
}

.min-w-\[280px\]{
  min-width: 280px;
}

.min-w-\[30px\]{
  min-width: 30px;
}

.min-w-\[320px\]{
  min-width: 320px;
}

.min-w-\[360px\]{
  min-width: 360px;
}

.min-w-\[500px\]{
  min-width: 500px;
}

.min-w-\[60px\]{
  min-width: 60px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-\[1080px\]{
  max-width: 1080px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[150px\]{
  max-width: 150px;
}

.max-w-\[170px\]{
  max-width: 170px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[220px\]{
  max-width: 220px;
}

.max-w-\[256px\]{
  max-width: 256px;
}

.max-w-\[260px\]{
  max-width: 260px;
}

.max-w-\[280px\]{
  max-width: 280px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[50\%\]{
  max-width: 50%;
}

.max-w-\[90vw\]{
  max-width: 90vw;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-right{
  transform-origin: right;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-fade-in{
  animation: fadeIn 0.5s ease-in-out;
}

.animate-none{
  animation: none;
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes slideInRight{
  0%{
    transform: translateX(100%);
    opacity: 0;
  }

  100%{
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-right{
  animation: slideInRight 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideOutRight{
  0%{
    transform: translateX(0);
    opacity: 1;
  }

  100%{
    transform: translateX(100%);
    opacity: 0;
  }
}

.animate-slide-out-right{
  animation: slideOutRight 0.2s ease-in;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-col-resize{
  cursor: col-resize;
}

.cursor-grab{
  cursor: grab;
}

.cursor-grabbing{
  cursor: grabbing;
}

.cursor-help{
  cursor: help;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-text{
  cursor: text;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-decimal{
  list-style-type: decimal;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-px{
  gap: 1px;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-0\.5{
  row-gap: 0.125rem;
}

.gap-y-1\.5{
  row-gap: 0.375rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-slate-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.divide-slate-800\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(30 41 59 / 0.6);
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[2px\]{
  border-radius: 2px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.\!border-amber-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#1e293b\]{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-\[var\(--app-border\)\]{
  border-color: var(--app-border);
}

.border-amber-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-200\/30{
  border-color: rgb(253 230 138 / 0.3);
}

.border-amber-200\/50{
  border-color: rgb(253 230 138 / 0.5);
}

.border-amber-200\/70{
  border-color: rgb(253 230 138 / 0.7);
}

.border-amber-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.border-amber-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-amber-500\/20{
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-800\/50{
  border-color: rgb(146 64 14 / 0.5);
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/60{
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-cyan-100{
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.border-cyan-200{
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}

.border-cyan-200\/50{
  border-color: rgb(165 243 252 / 0.5);
}

.border-cyan-500\/20{
  border-color: rgb(6 182 212 / 0.2);
}

.border-emerald-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-200\/50{
  border-color: rgb(167 243 208 / 0.5);
}

.border-emerald-200\/60{
  border-color: rgb(167 243 208 / 0.6);
}

.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-emerald-500\/10{
  border-color: rgb(16 185 129 / 0.1);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-emerald-800\/50{
  border-color: rgb(6 95 70 / 0.5);
}

.border-emerald-900\/50{
  border-color: rgb(6 78 59 / 0.5);
}

.border-fuchsia-100{
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.border-fuchsia-200{
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-200\/50{
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-500\/20{
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-lime-100{
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.border-lime-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.border-orange-500\/20{
  border-color: rgb(249 115 22 / 0.2);
}

.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-purple-200\/50{
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-500\/20{
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-800\/50{
  border-color: rgb(107 33 168 / 0.5);
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-rose-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.border-rose-200\/50{
  border-color: rgb(254 205 211 / 0.5);
}

.border-rose-200\/80{
  border-color: rgb(254 205 211 / 0.8);
}

.border-rose-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.border-rose-500\/20{
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-500\/25{
  border-color: rgb(244 63 94 / 0.25);
}

.border-rose-500\/30{
  border-color: rgb(244 63 94 / 0.3);
}

.border-rose-800\/50{
  border-color: rgb(159 18 57 / 0.5);
}

.border-rose-950\/20{
  border-color: rgb(76 5 25 / 0.2);
}

.border-sky-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.border-sky-200\/50{
  border-color: rgb(186 230 253 / 0.5);
}

.border-sky-300{
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-sky-400{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.border-sky-500\/20{
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/30{
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-800\/50{
  border-color: rgb(7 89 133 / 0.5);
}

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-100\/20{
  border-color: rgb(241 245 249 / 0.2);
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-200\/20{
  border-color: rgb(226 232 240 / 0.2);
}

.border-slate-200\/40{
  border-color: rgb(226 232 240 / 0.4);
}

.border-slate-200\/50{
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/80{
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-300\/20{
  border-color: rgb(203 213 225 / 0.2);
}

.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-slate-50{
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.border-slate-500\/20{
  border-color: rgb(100 116 139 / 0.2);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/70{
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/80{
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-800\/60{
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/80{
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-900{
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.border-slate-900\/40{
  border-color: rgb(15 23 42 / 0.4);
}

.border-stone-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.border-stone-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.border-teal-100{
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.border-teal-200\/50{
  border-color: rgb(153 246 228 / 0.5);
}

.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.border-teal-500\/20{
  border-color: rgb(20 184 166 / 0.2);
}

.border-transparent{
  border-color: transparent;
}

.border-violet-100{
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

.border-violet-200{
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

.border-violet-200\/50{
  border-color: rgb(221 214 254 / 0.5);
}

.border-violet-300{
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.border-violet-500\/20{
  border-color: rgb(139 92 246 / 0.2);
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-zinc-100{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.\!border-r-transparent{
  border-right-color: transparent !important;
}

.border-l-amber-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-l-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-l-emerald-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-l-purple-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-r-transparent{
  border-right-color: transparent;
}

.bg-\[\#0284c7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-\[\#06b6d4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0b0c0e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 14 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0d9488\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0ea5e9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0f172a\]\/85{
  background-color: rgb(15 23 42 / 0.85);
}

.bg-\[\#10b981\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-\[\#14b8a6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3b82f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#475569\]{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6366f1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#64748b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8b5cf6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a855f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--app-bg-soft\)\]{
  background-color: var(--app-bg-soft);
}

.bg-\[var\(--app-border\)\]{
  background-color: var(--app-border);
}

.bg-\[var\(--app-surface\)\]{
  background-color: var(--app-surface);
}

.bg-\[var\(--app-surface-muted\)\]{
  background-color: var(--app-surface-muted);
}

.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/50{
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95);
}

.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/15{
  background-color: rgb(245 158 11 / 0.15);
}

.bg-amber-500\/40{
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.bg-cyan-50\/20{
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/50{
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500\/10{
  background-color: rgb(6 182 212 / 0.1);
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50\/10{
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/20{
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/30{
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/40{
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/50{
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/60{
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/95{
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/15{
  background-color: rgb(16 185 129 / 0.15);
}

.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/60{
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/70{
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6);
}

.bg-fuchsia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-50\/20{
  background-color: rgb(253 244 255 / 0.2);
}

.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.bg-lime-50\/20{
  background-color: rgb(247 254 231 / 0.2);
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.bg-pink-50\/20{
  background-color: rgb(253 242 248 / 0.2);
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50\/20{
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/50{
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rose-100\/60{
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-rose-50\/20{
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/30{
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/40{
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/50{
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/70{
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/95{
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/10{
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/15{
  background-color: rgb(244 63 94 / 0.15);
}

.bg-rose-500\/5{
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-rose-950\/10{
  background-color: rgb(76 5 25 / 0.1);
}

.bg-rose-950\/60{
  background-color: rgb(76 5 25 / 0.6);
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/50{
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/15{
  background-color: rgb(14 165 233 / 0.15);
}

.bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6);
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/75{
  background-color: rgb(2 6 23 / 0.75);
}

.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}

.bg-slate-950\/90{
  background-color: rgb(2 6 23 / 0.9);
}

.bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95);
}

.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.bg-teal-50\/20{
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/50{
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.bg-teal-500\/10{
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.bg-violet-50\/20{
  background-color: rgb(245 243 255 / 0.2);
}

.bg-violet-50\/50{
  background-color: rgb(245 243 255 / 0.5);
}

.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-violet-500\/10{
  background-color: rgb(139 92 246 / 0.1);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#090d16\]{
  --tw-gradient-from: #090d16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 13 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500{
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/10{
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800{
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/10{
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-600\/10{
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500{
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600\/10{
  --tw-gradient-from: rgb(22 163 74 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50{
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600\/10{
  --tw-gradient-from: rgb(79 70 229 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50{
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500{
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400{
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50{
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50{
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-indigo-500\/5{
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(99 102 241 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-700{
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-500\/5{
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(20 184 166 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#0b1329\]{
  --tw-gradient-to: #0b1329 var(--tw-gradient-to-position);
}

.to-amber-600{
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.to-blue-600\/5{
  --tw-gradient-to: rgb(37 99 235 / 0.05) var(--tw-gradient-to-position);
}

.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-emerald-100{
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.to-emerald-600{
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.to-green-400{
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.to-green-500{
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.to-green-600\/5{
  --tw-gradient-to: rgb(22 163 74 / 0.05) var(--tw-gradient-to-position);
}

.to-indigo-100{
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.to-indigo-400{
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.to-red-100{
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.to-rose-600{
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.to-sky-100{
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.to-sky-400{
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.to-slate-100{
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.to-teal-600\/5{
  --tw-gradient-to: rgb(13 148 136 / 0.05) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-violet-100{
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.to-yellow-100{
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.fill-none{
  fill: none;
}

.fill-slate-500{
  fill: #64748b;
}

.fill-slate-800{
  fill: #1e293b;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-red-600{
  stroke: #dc2626;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-px{
  padding: 1px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-1\.5{
  padding-right: 0.375rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans{
  font-family: Inter, system-ui, sans-serif;
}

.\!text-\[10px\]{
  font-size: 10px !important;
}

.\!text-\[11px\]{
  font-size: 11px !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10\.5px\]{
  font-size: 10.5px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11\.5px\]{
  font-size: 11.5px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[6\.5px\]{
  font-size: 6.5px;
}

.text-\[6px\]{
  font-size: 6px;
}

.text-\[7\.5px\]{
  font-size: 7.5px;
}

.text-\[7px\]{
  font-size: 7px;
}

.text-\[8\.5px\]{
  font-size: 8.5px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-\[9\.5px\]{
  font-size: 9.5px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.\!text-slate-400{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#0284c7\]{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-\[\#06b6d4\]{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-\[\#0d9488\]{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-\[\#0ea5e9\]{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-\[\#10b981\]{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-\[\#14b8a6\]{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.text-\[\#3b82f6\]{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-\[\#475569\]{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-\[\#6366f1\]{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-\[\#64748b\]{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-\[\#8b5cf6\]{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-\[\#a855f7\]{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-\[a-z\]{
  color: a-z;
}

.text-\[var\(--app-text\)\]{
  color: var(--app-text);
}

.text-\[var\(--app-text-muted\)\]{
  color: var(--app-text-muted);
}

.text-\[var\(--app-text-soft\)\]{
  color: var(--app-text-soft);
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-500\/80{
  color: rgb(244 63 94 / 0.8);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.decoration-amber-500{
  text-decoration-color: #f59e0b;
}

.placeholder-\[var\(--app-text-soft\)\]::-moz-placeholder{
  color: var(--app-text-soft);
}

.placeholder-\[var\(--app-text-soft\)\]::placeholder{
  color: var(--app-text-soft);
}

.placeholder-slate-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.accent-emerald-600{
  accent-color: #059669;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.65\)\2c 10px_0_24px_-24px_rgba\(15\2c 23\2c 42\2c 0\.28\)\]{
  --tw-shadow: 0 0 0 1px rgba(255,255,255,0.65),10px 0 24px -24px rgba(15,23,42,0.28);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 10px 0 24px -24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_4px_rgba\(16\2c 185\2c 129\2c 0\.3\)\]{
  --tw-shadow: 0 0 4px rgba(16,185,129,0.3);
  --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_4px_rgba\(244\2c 63\2c 94\2c 0\.4\)\]{
  --tw-shadow: 0 0 4px rgba(244,63,94,0.4);
  --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_6px_rgba\(16\2c 185\2c 129\2c 0\.5\)\]{
  --tw-shadow: 0 0 6px rgba(16,185,129,0.5);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_6px_rgba\(16\2c 185\2c 129\2c 0\.7\)\]{
  --tw-shadow: 0 0 6px rgba(16,185,129,0.7);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_6px_rgba\(244\2c 63\2c 94\2c 0\.7\)\]{
  --tw-shadow: 0 0 6px rgba(244,63,94,0.7);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_8px_\#10b981\]{
  --tw-shadow: 0 0 8px #10b981;
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_8px_\#f43f5e\]{
  --tw-shadow: 0 0 8px #f43f5e;
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_8px_rgba\(234\2c 179\2c 8\2c 0\.8\)\]{
  --tw-shadow: 0 0 8px rgba(234,179,8,0.8);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft{
  --tw-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 2px 15px -3px var(--tw-shadow-color), 0 10px 20px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blue-500\/10{
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/10{
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/30{
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/10{
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/20{
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/30{
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/10{
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-blue-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.ring-blue-400\/20{
  --tw-ring-color: rgb(96 165 250 / 0.2);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[1px\]{
  --tw-backdrop-blur: blur(1px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html.dark-theme .from-gray-50.to-gray-100,
  html.dark-theme .from-slate-50.to-slate-100,
  html.dark-theme .from-white.to-white {
  background-color: var(--app-surface-muted) !important;
  background-image: none !important;
}

html.dark-theme .from-blue-50.to-blue-100,
  html.dark-theme .from-blue-50.to-blue-50 {
  background-color: rgba(37, 99, 235, 0.14) !important;
  background-image: none !important;
}

html.dark-theme .from-green-50.to-green-100,
  html.dark-theme .from-green-50.to-green-50 {
  background-color: rgba(34, 197, 94, 0.14) !important;
  background-image: none !important;
}

html.dark-theme .from-red-50.to-red-100,
  html.dark-theme .from-red-50.to-red-50 {
  background-color: rgba(239, 68, 68, 0.14) !important;
  background-image: none !important;
}

html.dark-theme .from-orange-50.to-orange-100,
  html.dark-theme .from-orange-50.to-orange-50,
  html.dark-theme .from-amber-50.to-amber-100,
  html.dark-theme .from-yellow-50.to-yellow-100 {
  background-color: rgba(245, 158, 11, 0.14) !important;
  background-image: none !important;
}

html.dark-theme .from-purple-50.to-purple-100,
  html.dark-theme .from-violet-50.to-violet-100,
  html.dark-theme .from-indigo-50.to-indigo-100 {
  background-color: rgba(139, 92, 246, 0.14) !important;
  background-image: none !important;
}

html.dark-theme .bg-white,
  html.dark-theme .bg-white\/95,
  html.dark-theme .bg-white\/90,
  html.dark-theme .bg-white\/80,
  html.dark-theme .bg-white\/75,
  html.dark-theme .bg-white\/70,
  html.dark-theme .bg-white\/60,
  html.dark-theme .bg-white\/50,
  html.dark-theme .bg-white\/40,
  html.dark-theme .bg-white\/30,
  html.dark-theme .bg-white\/20,
  html.dark-theme .bg-white\/10,
  html.dark-theme .bg-white\/5,
  html.dark-theme .bg-slate-100,
  html.dark-theme .bg-gray-100 {
  background-color: var(--app-surface) !important;
}

html.dark-theme .bg-slate-50,
  html.dark-theme .bg-slate-50\/75,
  html.dark-theme .bg-gray-50 {
  background-color: var(--app-bg-soft) !important;
}

/* Low opacity semantic backgrounds for badges and icons in dark mode */

html.dark-theme .bg-blue-50 {
  background-color: rgba(37, 99, 235, 0.12) !important;
}

html.dark-theme .bg-green-50,
  html.dark-theme .bg-emerald-50 {
  background-color: rgba(34, 197, 94, 0.12) !important;
}

html.dark-theme .bg-red-50 {
  background-color: rgba(239, 68, 68, 0.12) !important;
}

html.dark-theme .bg-orange-50,
  html.dark-theme .bg-amber-50,
  html.dark-theme .bg-yellow-50 {
  background-color: rgba(245, 158, 11, 0.12) !important;
}

html.dark-theme .bg-purple-50,
  html.dark-theme .bg-violet-50 {
  background-color: rgba(139, 92, 246, 0.12) !important;
}

html.dark-theme .bg-indigo-50 {
  background-color: rgba(79, 70, 229, 0.12) !important;
}

html.dark-theme .bg-sky-50,
  html.dark-theme .bg-cyan-50 {
  background-color: rgba(14, 165, 233, 0.12) !important;
}

html.dark-theme .bg-blue-100 {
  background-color: rgba(37, 99, 235, 0.22) !important;
}

html.dark-theme .bg-green-100,
  html.dark-theme .bg-emerald-100 {
  background-color: rgba(34, 197, 94, 0.22) !important;
}

html.dark-theme .bg-red-100 {
  background-color: rgba(239, 68, 68, 0.22) !important;
}

html.dark-theme .bg-orange-100,
  html.dark-theme .bg-amber-100,
  html.dark-theme .bg-yellow-100 {
  background-color: rgba(245, 158, 11, 0.22) !important;
}

html.dark-theme .bg-purple-100,
  html.dark-theme .bg-violet-100 {
  background-color: rgba(139, 92, 246, 0.22) !important;
}

html.dark-theme .bg-indigo-100 {
  background-color: rgba(79, 70, 229, 0.22) !important;
}

html.dark-theme .bg-sky-100,
  html.dark-theme .bg-cyan-100 {
  background-color: rgba(14, 165, 233, 0.22) !important;
}

html.dark-theme .border-gray-200,
  html.dark-theme .border-gray-300,
  html.dark-theme .border-slate-200,
  html.dark-theme .border-slate-200\/80,
  html.dark-theme .divide-gray-100> :not([hidden])~ :not([hidden]),
  html.dark-theme .divide-gray-200> :not([hidden])~ :not([hidden]),
  html.dark-theme .divide-slate-200> :not([hidden])~ :not([hidden]) {
  border-color: var(--app-border) !important;
}

html.dark-theme .border-blue-200,
  html.dark-theme .border-blue-300 {
  border-color: rgba(59, 130, 246, 0.28) !important;
}

html.dark-theme .border-green-200,
  html.dark-theme .border-green-300 {
  border-color: rgba(34, 197, 94, 0.28) !important;
}

html.dark-theme .border-red-200,
  html.dark-theme .border-red-300 {
  border-color: rgba(239, 68, 68, 0.28) !important;
}

html.dark-theme .border-orange-200,
  html.dark-theme .border-orange-300,
  html.dark-theme .border-amber-200,
  html.dark-theme .border-yellow-200 {
  border-color: rgba(245, 158, 11, 0.28) !important;
}

html.dark-theme .border-purple-200,
  html.dark-theme .border-violet-200,
  html.dark-theme .border-indigo-200 {
  border-color: rgba(139, 92, 246, 0.28) !important;
}

html.dark-theme .text-gray-900,
  html.dark-theme .text-slate-900,
  html.dark-theme .text-gray-800,
  html.dark-theme .text-slate-800 {
  color: var(--app-text) !important;
}

html.dark-theme .placeholder\:text-gray-400::-moz-placeholder {
  color: var(--app-text-muted) !important;
}

html.dark-theme .text-gray-700,
  html.dark-theme .text-slate-700,
  html.dark-theme .text-gray-600,
  html.dark-theme .text-slate-600,
  html.dark-theme .text-gray-500,
  html.dark-theme .text-slate-500,
  html.dark-theme .text-slate-400,
  html.dark-theme .placeholder\:text-gray-400::placeholder {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .\!text-slate-400 {
  color: var(--app-text-muted) !important;
}

/* High contrast text color overrides for semantic elements in dark mode */

html.dark-theme .text-blue-600,
  html.dark-theme .text-blue-500 {
  color: #60a5fa !important;
}

html.dark-theme .text-green-600,
  html.dark-theme .text-green-500,
  html.dark-theme .text-emerald-600,
  html.dark-theme .text-emerald-500 {
  color: #4ade80 !important;
}

html.dark-theme .text-amber-600,
  html.dark-theme .text-amber-500,
  html.dark-theme .text-yellow-600,
  html.dark-theme .text-yellow-500 {
  color: #fbbf24 !important;
}

html.dark-theme .text-red-600,
  html.dark-theme .text-red-500 {
  color: #f87171 !important;
}

html.dark-theme .text-violet-600,
  html.dark-theme .text-violet-500,
  html.dark-theme .text-indigo-600,
  html.dark-theme .text-indigo-500 {
  color: #a5b4fc !important;
}

html.dark-theme .text-cyan-600,
  html.dark-theme .text-cyan-500,
  html.dark-theme .text-sky-600,
  html.dark-theme .text-sky-500 {
  color: #38bdf8 !important;
}

html.dark-theme .hover\:bg-gray-50:hover,
  html.dark-theme .hover\:bg-gray-100:hover,
  html.dark-theme .hover\:bg-slate-100:hover,
  html.dark-theme .hover\:bg-red-50:hover,
  html.dark-theme .hover\:bg-green-50:hover,
  html.dark-theme .hover\:bg-blue-50:hover,
  html.dark-theme tr:hover,
  html.dark-theme tbody tr:hover {
  background-color: var(--app-surface-muted) !important;
}

html.dark-theme .hover\:text-gray-900:hover,
  html.dark-theme .hover\:text-slate-900:hover,
  html.dark-theme .hover\:text-white:hover {
  color: var(--app-text) !important;
}

html.dark-theme .shadow-sm,
  html.dark-theme .shadow-lg,
  html.dark-theme .shadow-xl,
  html.dark-theme .shadow-2xl {
  box-shadow: var(--app-shadow) !important;
}

html.dark-theme table,
  html.dark-theme thead,
  html.dark-theme tbody,
  html.dark-theme tr,
  html.dark-theme th,
  html.dark-theme td {
  color: var(--app-text);
}

html.dark-theme tbody.bg-white,
  html.dark-theme tbody,
  html.dark-theme .table-scroll-container table tbody,
  html.dark-theme .ui-table-scroll table tbody {
  background-color: transparent !important;
}

html.dark-theme thead.bg-gray-50,
  html.dark-theme thead.bg-slate-50,
  html.dark-theme thead th,
  html.dark-theme .sticky.bg-gray-50,
  html.dark-theme .sticky.bg-slate-50 {
  background-color: var(--app-surface-muted) !important;
}

html.dark-theme input,
  html.dark-theme textarea,
  html.dark-theme select {
  background-color: var(--app-surface) !important;
  color: var(--app-text) !important;
  border-color: var(--app-border) !important;
}

html.dark-theme input[readonly],
  html.dark-theme textarea[readonly],
  html.dark-theme select[readonly] {
  background-color: var(--app-surface-muted) !important;
}

html.dark-theme option {
  background-color: #0f172a;
  color: var(--app-text);
}

html.dark-theme .border-dashed {
  border-color: rgba(71, 85, 105, 0.9) !important;
}

html.dark-theme .bg-black\/50,
  html.dark-theme .bg-black.bg-opacity-50 {
  background-color: rgba(2, 6, 23, 0.78) !important;
}

html.dark-theme #pageContentRoot,
  html.dark-theme .app-body,
  html.dark-theme .ui-shell-page,
  html.dark-theme .ui-page,
  html.dark-theme .table-layout-container {
  background: var(--app-bg);
  color: var(--app-text);
}

html.dark-theme .ui-table-page,
  html.dark-theme .table-frame,
  html.dark-theme .table-scroll-container,
  html.dark-theme .ui-table-scroll {
  background: transparent;
}

@keyframes ui-modal-overlay-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ui-modal-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ==========================================================================
   AG Grid CSS Variables (Rule 2: Theme & Cell Heights)
    ========================================================================== */

/* AG Grid: fill remaining flex space (height: 0 required for flex-1 to work) */

.ag-grid-fill {
  height: 0;
}

/* AG Grid fullscreen mode (promoted from per-view <style> blocks) */

.grid-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* AG Grid containers inside .table-frame: keep in layout when hidden */

.table-frame.hidden {
  display: flex !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.ag-theme-quartz,
.ag-theme-quartz-dark,
.ag-theme-alpine,
.ag-theme-alpine-dark,
.ag-theme-balham,
.ag-theme-balham-dark,
.ag-theme-material,
.ag-theme-material-dark {
  --ag-font-family: 'Inter', sans-serif !important;
  --ag-font-size: 12px !important;
  --ag-grid-size: 4px !important;
  --ag-row-height: 32px !important;
  --ag-header-height: 36px !important;
  --ag-list-item-height: 30px !important;
  --ag-foreground-color: var(--app-text) !important;
  --ag-background-color: var(--app-surface) !important;
  --ag-header-foreground-color: var(--app-text-muted) !important;
  --ag-header-background-color: var(--app-surface-muted) !important;
  --ag-border-color: var(--app-border) !important;
  --ag-row-border-color: var(--app-border) !important;
  --ag-odd-row-background-color: var(--app-surface) !important;
  --ag-selected-row-background-color: var(--app-bg-soft) !important;
  --ag-row-hover-color: var(--app-row-hover) !important;
  --ag-control-panel-background-color: var(--app-surface-muted) !important;
  --ag-subheader-background-color: var(--app-surface-muted) !important;
  --ag-panel-background-color: var(--app-surface) !important;
  --ag-menu-background-color: var(--app-surface) !important;
  --ag-tooltip-background-color: var(--app-surface) !important;
  --ag-input-background-color: var(--app-surface) !important;
  --ag-input-border-color: var(--app-border-strong) !important;
  --ag-input-disabled-background-color: var(--app-bg-soft) !important;
  --ag-secondary-foreground-color: var(--app-text-muted) !important;
  --ag-disabled-foreground-color: var(--app-text-soft) !important;
  --ag-icon-font-color: var(--app-text-muted) !important;
  --ag-chip-background-color: var(--app-bg-soft) !important;
  --ag-range-selection-background-color: rgba(148, 163, 184, 0.16) !important;
  --ag-range-selection-background-color-2: rgba(148, 163, 184, 0.22) !important;
  --ag-range-selection-background-color-3: rgba(148, 163, 184, 0.28) !important;
  --ag-range-selection-background-color-4: rgba(148, 163, 184, 0.34) !important;
  --ag-range-selection-border-color: var(--app-accent) !important;
  --ag-input-focus-border-color: var(--app-accent) !important;
  --ag-checkbox-checked-color: var(--app-accent) !important;
  --ag-card-radius: 6px !important;
  --ag-border-radius: 6px !important;
  --ag-wrapper-border-radius: 6px !important;
  --ag-header-column-separator-display: block !important;
  --ag-header-column-separator-width: 1px !important;
  --ag-header-column-separator-color: var(--app-border) !important;
  --ag-header-column-separator-height: 100% !important;
  min-height: 0;
}

.ag-theme-quartz .ag-cell-range-selected,
.ag-theme-quartz-dark .ag-cell-range-selected,
.ag-theme-alpine .ag-cell-range-selected,
.ag-theme-alpine-dark .ag-cell-range-selected,
.ag-theme-balham .ag-cell-range-selected,
.ag-theme-balham-dark .ag-cell-range-selected,
.ag-theme-material .ag-cell-range-selected,
.ag-theme-material-dark .ag-cell-range-selected {
  background-color: rgba(148, 163, 184, 0.16) !important;
}

.ag-theme-quartz .ag-cell-range-single-cell,
.ag-theme-quartz-dark .ag-cell-range-single-cell,
.ag-theme-alpine .ag-cell-range-single-cell,
.ag-theme-alpine-dark .ag-cell-range-single-cell,
.ag-theme-balham .ag-cell-range-single-cell,
.ag-theme-balham-dark .ag-cell-range-single-cell,
.ag-theme-material .ag-cell-range-single-cell,
.ag-theme-material-dark .ag-cell-range-single-cell,
.ag-theme-quartz .ag-cell-focus,
.ag-theme-quartz-dark .ag-cell-focus,
.ag-theme-alpine .ag-cell-focus,
.ag-theme-alpine-dark .ag-cell-focus,
.ag-theme-balham .ag-cell-focus,
.ag-theme-balham-dark .ag-cell-focus,
.ag-theme-material .ag-cell-focus,
.ag-theme-material-dark .ag-cell-focus {
  background-color: rgba(37, 99, 235, 0.08) !important;
  color: var(--app-text) !important;
  outline: 1.5px solid var(--app-accent, #3b82f6) !important;
  outline-offset: -1.5px !important;
  box-shadow: inset 0 0 4px rgba(37, 99, 235, 0.15) !important;
}

.ag-theme-quartz .ag-cell::-moz-selection, .ag-theme-quartz-dark .ag-cell::-moz-selection, .ag-theme-alpine .ag-cell::-moz-selection, .ag-theme-alpine-dark .ag-cell::-moz-selection, .ag-theme-balham .ag-cell::-moz-selection, .ag-theme-balham-dark .ag-cell::-moz-selection, .ag-theme-material .ag-cell::-moz-selection, .ag-theme-material-dark .ag-cell::-moz-selection, .ag-theme-quartz .ag-cell *::-moz-selection, .ag-theme-quartz-dark .ag-cell *::-moz-selection, .ag-theme-alpine .ag-cell *::-moz-selection, .ag-theme-alpine-dark .ag-cell *::-moz-selection, .ag-theme-balham .ag-cell *::-moz-selection, .ag-theme-balham-dark .ag-cell *::-moz-selection, .ag-theme-material .ag-cell *::-moz-selection, .ag-theme-material-dark .ag-cell *::-moz-selection {
  background-color: rgba(148, 163, 184, 0.28) !important;
  color: var(--app-text) !important;
}

.ag-theme-quartz .ag-cell::selection,
.ag-theme-quartz-dark .ag-cell::selection,
.ag-theme-alpine .ag-cell::selection,
.ag-theme-alpine-dark .ag-cell::selection,
.ag-theme-balham .ag-cell::selection,
.ag-theme-balham-dark .ag-cell::selection,
.ag-theme-material .ag-cell::selection,
.ag-theme-material-dark .ag-cell::selection,
.ag-theme-quartz .ag-cell *::selection,
.ag-theme-quartz-dark .ag-cell *::selection,
.ag-theme-alpine .ag-cell *::selection,
.ag-theme-alpine-dark .ag-cell *::selection,
.ag-theme-balham .ag-cell *::selection,
.ag-theme-balham-dark .ag-cell *::selection,
.ag-theme-material .ag-cell *::selection,
.ag-theme-material-dark .ag-cell *::selection {
  background-color: rgba(148, 163, 184, 0.28) !important;
  color: var(--app-text) !important;
}

.ag-theme-quartz .ag-cell-range-selected-2,
.ag-theme-quartz-dark .ag-cell-range-selected-2,
.ag-theme-alpine .ag-cell-range-selected-2,
.ag-theme-alpine-dark .ag-cell-range-selected-2,
.ag-theme-balham .ag-cell-range-selected-2,
.ag-theme-balham-dark .ag-cell-range-selected-2,
.ag-theme-material .ag-cell-range-selected-2,
.ag-theme-material-dark .ag-cell-range-selected-2 {
  background-color: rgba(148, 163, 184, 0.22) !important;
}

.ag-theme-quartz .ag-cell-range-selected-3,
.ag-theme-quartz-dark .ag-cell-range-selected-3,
.ag-theme-alpine .ag-cell-range-selected-3,
.ag-theme-alpine-dark .ag-cell-range-selected-3,
.ag-theme-balham .ag-cell-range-selected-3,
.ag-theme-balham-dark .ag-cell-range-selected-3,
.ag-theme-material .ag-cell-range-selected-3,
.ag-theme-material-dark .ag-cell-range-selected-3 {
  background-color: rgba(148, 163, 184, 0.28) !important;
}

.ag-theme-quartz .ag-cell-range-selected-4,
.ag-theme-quartz-dark .ag-cell-range-selected-4,
.ag-theme-alpine .ag-cell-range-selected-4,
.ag-theme-alpine-dark .ag-cell-range-selected-4,
.ag-theme-balham .ag-cell-range-selected-4,
.ag-theme-balham-dark .ag-cell-range-selected-4,
.ag-theme-material .ag-cell-range-selected-4,
.ag-theme-material-dark .ag-cell-range-selected-4 {
  background-color: rgba(148, 163, 184, 0.34) !important;
}

html.dark-theme .ag-theme-quartz-dark,
html.dark-theme .ag-theme-alpine-dark,
html.dark-theme .ag-theme-balham-dark,
html.dark-theme .ag-theme-material-dark {
  --ag-foreground-color: var(--app-text) !important;
  --ag-background-color: var(--app-surface) !important;
  --ag-header-foreground-color: var(--app-text-muted) !important;
  --ag-header-background-color: var(--app-surface-muted) !important;
  --ag-border-color: var(--app-border) !important;
  --ag-row-border-style: solid !important;
  --ag-panel-background-color: var(--app-surface) !important;
  --ag-menu-background-color: var(--app-surface) !important;
  --ag-control-panel-background-color: var(--app-surface-muted) !important;
  --ag-tooltip-background-color: var(--app-surface) !important;
  --ag-input-background-color: var(--app-surface) !important;
  --ag-input-border-color: var(--app-border-strong) !important;
}

.ag-theme-quartz .ag-root-wrapper,
.ag-theme-quartz-dark .ag-root-wrapper,
.ag-theme-alpine .ag-root-wrapper,
.ag-theme-alpine-dark .ag-root-wrapper,
.ag-theme-balham .ag-root-wrapper,
.ag-theme-balham-dark .ag-root-wrapper,
.ag-theme-material .ag-root-wrapper,
.ag-theme-material-dark .ag-root-wrapper {
  height: 100% !important;
  min-height: 0 !important;
  border: 1px solid var(--ag-border-color, var(--app-border)) !important;
  border-radius: 0 0 6px 6px !important;
  background: transparent !important;
}

.ui-grid-toolbar + [class*="ag-theme-"] .ag-root-wrapper,
.ui-grid-toolbar ~ [class*="ag-theme-"] .ag-root-wrapper {
  border-top: none !important;
}

.ag-theme-quartz .ag-root,
.ag-theme-quartz-dark .ag-root,
.ag-theme-alpine .ag-root,
.ag-theme-alpine-dark .ag-root,
.ag-theme-balham .ag-root,
.ag-theme-balham-dark .ag-root,
.ag-theme-material .ag-root,
.ag-theme-material-dark .ag-root {
  background: var(--app-surface) !important;
  color: var(--app-text) !important;
}

.ag-theme-quartz .ag-root-wrapper-body,
.ag-theme-quartz-dark .ag-root-wrapper-body,
.ag-theme-alpine .ag-root-wrapper-body,
.ag-theme-alpine-dark .ag-root-wrapper-body,
.ag-theme-balham .ag-root-wrapper-body,
.ag-theme-balham-dark .ag-root-wrapper-body,
.ag-theme-material .ag-root-wrapper-body,
.ag-theme-material-dark .ag-root-wrapper-body,
.ag-theme-quartz .ag-body,
.ag-theme-quartz-dark .ag-body,
.ag-theme-alpine .ag-body,
.ag-theme-alpine-dark .ag-body,
.ag-theme-balham .ag-body,
.ag-theme-balham-dark .ag-body,
.ag-theme-material .ag-body,
.ag-theme-material-dark .ag-body,
.ag-theme-quartz .ag-body-viewport,
.ag-theme-quartz-dark .ag-body-viewport,
.ag-theme-alpine .ag-body-viewport,
.ag-theme-alpine-dark .ag-body-viewport,
.ag-theme-balham .ag-body-viewport,
.ag-theme-balham-dark .ag-body-viewport,
.ag-theme-material .ag-body-viewport,
.ag-theme-material-dark .ag-body-viewport,
.ag-theme-quartz .ag-center-cols-clipper,
.ag-theme-quartz-dark .ag-center-cols-clipper,
.ag-theme-alpine .ag-center-cols-clipper,
.ag-theme-alpine-dark .ag-center-cols-clipper,
.ag-theme-balham .ag-center-cols-clipper,
.ag-theme-balham-dark .ag-center-cols-clipper,
.ag-theme-material .ag-center-cols-clipper,
.ag-theme-material-dark .ag-center-cols-clipper,
.ag-theme-quartz .ag-center-cols-viewport,
.ag-theme-quartz-dark .ag-center-cols-viewport,
.ag-theme-alpine .ag-center-cols-viewport,
.ag-theme-alpine-dark .ag-center-cols-viewport,
.ag-theme-balham .ag-center-cols-viewport,
.ag-theme-balham-dark .ag-center-cols-viewport,
.ag-theme-material .ag-center-cols-viewport,
.ag-theme-material-dark .ag-center-cols-viewport,
.ag-theme-quartz .ag-center-cols-container,
.ag-theme-quartz-dark .ag-center-cols-container,
.ag-theme-alpine .ag-center-cols-container,
.ag-theme-alpine-dark .ag-center-cols-container,
.ag-theme-balham .ag-center-cols-container,
.ag-theme-balham-dark .ag-center-cols-container,
.ag-theme-material .ag-center-cols-container,
.ag-theme-material-dark .ag-center-cols-container,
.ag-theme-quartz .ag-full-width-container,
.ag-theme-quartz-dark .ag-full-width-container,
.ag-theme-alpine .ag-full-width-container,
.ag-theme-alpine-dark .ag-full-width-container,
.ag-theme-balham .ag-full-width-container,
.ag-theme-balham-dark .ag-full-width-container,
.ag-theme-material .ag-full-width-container,
.ag-theme-material-dark .ag-full-width-container,
.ag-theme-quartz .ag-pinned-left-cols-container,
.ag-theme-quartz-dark .ag-pinned-left-cols-container,
.ag-theme-alpine .ag-pinned-left-cols-container,
.ag-theme-alpine-dark .ag-pinned-left-cols-container,
.ag-theme-balham .ag-pinned-left-cols-container,
.ag-theme-balham-dark .ag-pinned-left-cols-container,
.ag-theme-material .ag-pinned-left-cols-container,
.ag-theme-material-dark .ag-pinned-left-cols-container,
.ag-theme-quartz .ag-pinned-right-cols-container,
.ag-theme-quartz-dark .ag-pinned-right-cols-container,
.ag-theme-alpine .ag-pinned-right-cols-container,
.ag-theme-alpine-dark .ag-pinned-right-cols-container,
.ag-theme-balham .ag-pinned-right-cols-container,
.ag-theme-balham-dark .ag-pinned-right-cols-container,
.ag-theme-material .ag-pinned-right-cols-container,
.ag-theme-material-dark .ag-pinned-right-cols-container,
.ag-theme-quartz .ag-overlay-wrapper,
.ag-theme-quartz-dark .ag-overlay-wrapper,
.ag-theme-alpine .ag-overlay-wrapper,
.ag-theme-alpine-dark .ag-overlay-wrapper,
.ag-theme-balham .ag-overlay-wrapper,
.ag-theme-balham-dark .ag-overlay-wrapper,
.ag-theme-material .ag-overlay-wrapper,
.ag-theme-material-dark .ag-overlay-wrapper {
  background: var(--app-surface) !important;
  color: var(--app-text) !important;
}

html.dark-theme .ag-theme-quartz-dark .ag-center-cols-viewport,
html.dark-theme .ag-theme-alpine-dark .ag-center-cols-viewport,
html.dark-theme .ag-theme-balham-dark .ag-center-cols-viewport,
html.dark-theme .ag-theme-material-dark .ag-center-cols-viewport,
html.dark-theme .ag-theme-quartz-dark .ag-overlay-wrapper,
html.dark-theme .ag-theme-alpine-dark .ag-overlay-wrapper,
html.dark-theme .ag-theme-balham-dark .ag-overlay-wrapper,
html.dark-theme .ag-theme-material-dark .ag-overlay-wrapper {
  background: #162033 !important;
}

.ag-theme-quartz .ag-header,
.ag-theme-quartz-dark .ag-header,
.ag-theme-alpine .ag-header,
.ag-theme-alpine-dark .ag-header,
.ag-theme-balham .ag-header,
.ag-theme-balham-dark .ag-header,
.ag-theme-material .ag-header,
.ag-theme-material-dark .ag-header,
.ag-theme-quartz .ag-header-row,
.ag-theme-quartz-dark .ag-header-row,
.ag-theme-alpine .ag-header-row,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-balham .ag-header-row,
.ag-theme-balham-dark .ag-header-row,
.ag-theme-material .ag-header-row,
.ag-theme-material-dark .ag-header-row {
  background: var(--app-surface-muted) !important;
  color: var(--app-text-muted) !important;
  border-color: var(--app-border) !important;
}

.ag-theme-quartz .ag-header-cell,
.ag-theme-quartz-dark .ag-header-cell,
.ag-theme-alpine .ag-header-cell,
.ag-theme-alpine-dark .ag-header-cell,
.ag-theme-balham .ag-header-cell,
.ag-theme-balham-dark .ag-header-cell,
.ag-theme-material .ag-header-cell,
.ag-theme-material-dark .ag-header-cell,
.ag-theme-quartz .ag-cell,
.ag-theme-quartz-dark .ag-cell,
.ag-theme-alpine .ag-cell,
.ag-theme-alpine-dark .ag-cell,
.ag-theme-balham .ag-cell,
.ag-theme-balham-dark .ag-cell,
.ag-theme-material .ag-cell,
.ag-theme-material-dark .ag-cell {
  border-right: 1px solid var(--app-border) !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.ag-theme-quartz .ag-cell,
.ag-theme-quartz-dark .ag-cell,
.ag-theme-alpine .ag-cell,
.ag-theme-alpine-dark .ag-cell,
.ag-theme-balham .ag-cell,
.ag-theme-balham-dark .ag-cell,
.ag-theme-material .ag-cell,
.ag-theme-material-dark .ag-cell {
  display: flex !important;
  align-items: center !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-body,
.ag-theme-alpine .ag-cell.msg-ag-text-body,
.ag-theme-balham .ag-cell.msg-ag-text-body,
.ag-theme-material .ag-cell.msg-ag-text-body {
  color: #0f172a !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-muted,
.ag-theme-alpine .ag-cell.msg-ag-text-muted,
.ag-theme-balham .ag-cell.msg-ag-text-muted,
.ag-theme-material .ag-cell.msg-ag-text-muted {
  color: #64748b !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-link,
.ag-theme-alpine .ag-cell.msg-ag-text-link,
.ag-theme-balham .ag-cell.msg-ag-text-link,
.ag-theme-material .ag-cell.msg-ag-text-link {
  color: #2563eb !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-danger,
.ag-theme-alpine .ag-cell.msg-ag-text-danger,
.ag-theme-balham .ag-cell.msg-ag-text-danger,
.ag-theme-material .ag-cell.msg-ag-text-danger {
  color: #dc2626 !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-success,
.ag-theme-alpine .ag-cell.msg-ag-text-success,
.ag-theme-balham .ag-cell.msg-ag-text-success,
.ag-theme-material .ag-cell.msg-ag-text-success {
  color: #16a34a !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-warning,
.ag-theme-alpine .ag-cell.msg-ag-text-warning,
.ag-theme-balham .ag-cell.msg-ag-text-warning,
.ag-theme-material .ag-cell.msg-ag-text-warning {
  color: #d97706 !important;
}

.ag-theme-quartz .ag-cell.msg-ag-text-accent,
.ag-theme-alpine .ag-cell.msg-ag-text-accent,
.ag-theme-balham .ag-cell.msg-ag-text-accent,
.ag-theme-material .ag-cell.msg-ag-text-accent {
  color: #7c3aed !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-body {
  color: #e2e8f0 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-muted {
  color: #94a3b8 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-link {
  color: #93c5fd !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-danger {
  color: #fca5a5 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-success {
  color: #86efac !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-warning {
  color: #fcd34d !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell.msg-ag-text-accent {
  color: #c4b5fd !important;
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) :is(.ag-cell, .ag-cell-value, .ag-group-value, .ag-overlay, .ag-overlay-wrapper, .ag-paging-panel, .ag-side-bar, .ag-tool-panel-wrapper) {
  color: var(--app-text) !important;
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) :is(.ag-header-cell, .ag-header-cell-label, .ag-header-cell-text, .ag-floating-filter-button, .ag-icon, .ag-paging-description, .ag-paging-row-summary-panel, .ag-column-drop-empty-message, .ag-row-group-empty-message) {
  color: #cbd5e1 !important;
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell:is(.text-black, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900),
html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell :is(.text-black, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900) {
  color: var(--app-text) !important;
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell:is(.text-blue-500, .text-blue-600, .text-sky-500, .text-sky-600),
html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell :is(.text-blue-500, .text-blue-600, .text-sky-500, .text-sky-600) {
  color: #60a5fa !important;
}

html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell:is(.bg-gray-50, .bg-gray-100, .bg-slate-50, .bg-slate-100),
html.dark-theme :is(.ag-theme-quartz-dark, .ag-theme-alpine-dark, .ag-theme-balham-dark, .ag-theme-material-dark) .ag-cell :is(.bg-gray-50, .bg-gray-100, .bg-slate-50, .bg-slate-100) {
  background-color: rgba(51, 65, 85, 0.72) !important;
  border-color: var(--app-border) !important;
}

.ag-theme-quartz .ag-header-cell-label,
.ag-theme-quartz-dark .ag-header-cell-label,
.ag-theme-alpine .ag-header-cell-label,
.ag-theme-alpine-dark .ag-header-cell-label,
.ag-theme-balham .ag-header-cell-label,
.ag-theme-balham-dark .ag-header-cell-label,
.ag-theme-material .ag-header-cell-label,
.ag-theme-material-dark .ag-header-cell-label {
  align-items: center !important;
  color: var(--app-text-muted) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}

.ag-theme-quartz .ag-row,
.ag-theme-quartz-dark .ag-row,
.ag-theme-alpine .ag-row,
.ag-theme-alpine-dark .ag-row,
.ag-theme-balham .ag-row,
.ag-theme-balham-dark .ag-row,
.ag-theme-material .ag-row,
.ag-theme-material-dark .ag-row {
  background-color: var(--app-surface) !important;
  border-bottom-color: var(--app-border) !important;
  color: var(--app-text) !important;
}

.ag-theme-quartz .ag-row-odd,
.ag-theme-quartz-dark .ag-row-odd,
.ag-theme-alpine .ag-row-odd,
.ag-theme-alpine-dark .ag-row-odd,
.ag-theme-balham .ag-row-odd,
.ag-theme-balham-dark .ag-row-odd,
.ag-theme-material .ag-row-odd,
.ag-theme-material-dark .ag-row-odd {
  background-color: var(--app-surface) !important;
}

.ag-theme-quartz .ag-paging-panel,
.ag-theme-quartz-dark .ag-paging-panel,
.ag-theme-alpine .ag-paging-panel,
.ag-theme-alpine-dark .ag-paging-panel,
.ag-theme-balham .ag-paging-panel,
.ag-theme-balham-dark .ag-paging-panel,
.ag-theme-material .ag-paging-panel,
.ag-theme-material-dark .ag-paging-panel {
  height: 38px !important;
  background: var(--app-surface) !important;
  border-top: 1px solid var(--app-border) !important;
  color: var(--app-text-muted) !important;
  font-size: 12px !important;
}

.ag-theme-quartz .ag-header input,
.ag-theme-quartz-dark .ag-header input,
.ag-theme-quartz .ag-header select,
.ag-theme-quartz-dark .ag-header select,
.ag-theme-alpine .ag-header input,
.ag-theme-alpine-dark .ag-header input,
.ag-theme-alpine .ag-header select,
.ag-theme-alpine-dark .ag-header select,
.ag-theme-balham .ag-header input,
.ag-theme-balham-dark .ag-header input,
.ag-theme-balham .ag-header select,
.ag-theme-balham-dark .ag-header select,
.ag-theme-material .ag-header input,
.ag-theme-material-dark .ag-header input,
.ag-theme-material .ag-header select,
.ag-theme-material-dark .ag-header select {
  height: 26px !important;
  border: 1px solid var(--app-border-strong) !important;
  border-radius: 6px !important;
  background: var(--app-surface) !important;
  color: var(--app-text) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
}

.ag-theme-quartz .ag-menu,
.ag-theme-quartz-dark .ag-menu,
.ag-theme-alpine .ag-menu,
.ag-theme-alpine-dark .ag-menu,
.ag-theme-balham .ag-menu,
.ag-theme-balham-dark .ag-menu,
.ag-theme-material .ag-menu,
.ag-theme-material-dark .ag-menu,
.ag-theme-quartz .ag-popup-child,
.ag-theme-quartz-dark .ag-popup-child,
.ag-theme-alpine .ag-popup-child,
.ag-theme-alpine-dark .ag-popup-child,
.ag-theme-balham .ag-popup-child,
.ag-theme-balham-dark .ag-popup-child,
.ag-theme-material .ag-popup-child,
.ag-theme-material-dark .ag-popup-child {
  border: 1px solid var(--app-border) !important;
  border-radius: 6px !important;
  background: var(--app-surface) !important;
  color: var(--app-text) !important;
  box-shadow: var(--app-shadow) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
}

/* ==========================================================================
   UNIFIED GLOBAL TABLE DESIGN SYSTEM (Light & Dark Themes)
   ========================================================================== */

/* Apply unified layout, font size, and border collapse to all tables in grids */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) table {
  width: 100% !important;
  font-size: 0.75rem !important;
  /* Unified 12px text-xs font size */
  border-collapse: collapse !important;
}

/* Table head standard sticky style with premium background & blur */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) thead {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  background-color: var(--app-surface-muted) !important;
  border-bottom: 1px solid var(--app-border) !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) thead th,
:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) th {
  font-size: 0.725rem !important;
  /* ~11px for headers */
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: var(--app-text-muted) !important;
  background-color: var(--app-surface-muted) !important;
  padding: 0.5rem 0.75rem !important;
  /* py-2 px-3 equivalent */
  border-bottom: 1px solid var(--app-border) !important;
  vertical-align: middle !important;
}

/* Table body and row configurations */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody {
  background-color: transparent !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr {
  border-bottom: 1px solid var(--app-border) !important;
  background-color: transparent !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Unified premium row hover effect for both light & dark themes */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr:hover {
  background-color: var(--app-row-hover) !important;
}

/* Table cell definitions */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) td {
  font-size: 0.75rem !important;
  /* text-xs */
  color: var(--app-text) !important;
  padding: 0.5rem 0.75rem !important;
  /* py-2 px-3 equivalent */
  vertical-align: middle !important;
  border-bottom: 1px solid var(--app-border) !important;
}

/* Adjust actions columns or align-top exceptions */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) td.align-top,
:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) th.align-top {
  vertical-align: top !important;
}

/* Unified support for status rows background color in light theme */

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-red-50 {
  background-color: rgba(254, 242, 242, 0.75) !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-red-50:hover {
  background-color: rgba(254, 226, 226, 0.9) !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-gray-100 {
  background-color: rgba(243, 244, 246, 0.85) !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-gray-100:hover {
  background-color: rgba(229, 231, 235, 0.95) !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-yellow-50 {
  background-color: rgba(254, 252, 232, 0.75) !important;
}

:is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-yellow-50:hover {
  background-color: rgba(254, 240, 138, 0.85) !important;
}

/* Unified support for status rows background color in dark theme */

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-gray-100,
html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-slate-100 {
  background-color: rgba(51, 65, 85, 0.3) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-gray-100:hover,
html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-slate-100:hover {
  background-color: rgba(71, 85, 105, 0.45) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-red-50 {
  background-color: rgba(239, 68, 68, 0.08) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-red-50:hover {
  background-color: rgba(239, 68, 68, 0.15) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-green-50 {
  background-color: rgba(34, 197, 94, 0.08) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-green-50:hover {
  background-color: rgba(34, 197, 94, 0.15) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-yellow-50 {
  background-color: rgba(245, 158, 11, 0.08) !important;
}

html.dark-theme :is(.ui-table-card, .ui-table-scroll, .table-scroll-container, .table-frame) tbody tr.bg-yellow-50:hover {
  background-color: rgba(245, 158, 11, 0.15) !important;
}

/* Unified Table Action Buttons */

.table-action-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.5rem !important;
  /* 24px */
  height: 1.5rem !important;
  /* 24px */
  padding: 0 !important;
  border-radius: 0.375rem !important;
  border: 1px solid var(--app-border-strong) !important;
  background-color: var(--app-surface) !important;
  color: var(--app-text-muted) !important;
  font-size: 0.75rem !important;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer;
}

.table-action-btn:hover {
  background-color: var(--app-surface-muted) !important;
  color: var(--app-text) !important;
  border-color: var(--app-border-strong) !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
}

.table-action-btn:disabled,
.table-action-btn[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-color: var(--app-surface-muted) !important;
  color: var(--app-text-soft) !important;
  border-color: var(--app-border) !important;
  box-shadow: none !important;
}

/* Colored actions for table-action-btn variants */

.table-action-btn.btn-primary-action {
  color: var(--app-accent) !important;
}

.table-action-btn.btn-primary-action:hover {
  color: var(--app-accent-strong) !important;
  border-color: var(--app-accent) !important;
  background-color: rgba(22, 163, 74, 0.08) !important;
}

.table-action-btn.btn-danger-action {
  color: var(--app-danger) !important;
}

.table-action-btn.btn-danger-action:hover {
  color: var(--app-danger) !important;
  border-color: var(--app-danger) !important;
  background-color: rgba(220, 38, 38, 0.08) !important;
}

.table-action-btn.btn-info-action {
  color: #2563eb !important;
}

.table-action-btn.btn-info-action:hover {
  color: #1d4ed8 !important;
  border-color: #2563eb !important;
  background-color: rgba(37, 99, 235, 0.08) !important;
}

.table-action-btn.btn-warning-action {
  color: #d97706 !important;
}

.table-action-btn.btn-warning-action:hover {
  color: #b45309 !important;
  border-color: #d97706 !important;
  background-color: rgba(217, 119, 6, 0.08) !important;
}

.table-action-btn.btn-success-action {
  color: #16a34a !important;
}

.table-action-btn.btn-success-action:hover {
  color: #15803d !important;
  border-color: #16a34a !important;
  background-color: rgba(22, 163, 74, 0.08) !important;
}

/* Custom modal and drawer styling placed outside @layer to prevent purging */

/* Modal Styles upgraded to Right-Side Slide-In Drawers */

.ui-modal,
.modal,
[id$="Modal"].fixed.inset-0.justify-end,
[id$="Modal"].fixed.inset-0[class*="justify-end"],
[id$="-modal"].fixed.inset-0.justify-end,
[id$="-modal"].fixed.inset-0[class*="justify-end"],
[id$="popup"].fixed.inset-0.justify-end,
[id$="popup"].fixed.inset-0[class*="justify-end"],
[id$="Popup"].fixed.inset-0.justify-end,
[id$="Popup"].fixed.inset-0[class*="justify-end"] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}

.ui-modal.active,
.modal.active,
.app-modal.active,
[id$="Modal"].fixed.inset-0.justify-end:not(.hidden),
[id$="Modal"].fixed.inset-0[class*="justify-end"]:not(.hidden),
[id$="-modal"].fixed.inset-0.justify-end:not(.hidden),
[id$="-modal"].fixed.inset-0[class*="justify-end"]:not(.hidden),
[id$="popup"].fixed.inset-0.justify-end:not(.hidden),
[id$="popup"].fixed.inset-0[class*="justify-end"]:not(.hidden),
[id$="Popup"].fixed.inset-0.justify-end:not(.hidden),
[id$="Popup"].fixed.inset-0[class*="justify-end"]:not(.hidden),
[id$="drawer"].fixed.inset-0.justify-end:not(.hidden),
[id$="drawer"].fixed.inset-0[class*="justify-end"]:not(.hidden),
[id$="-drawer"].fixed.inset-0.justify-end:not(.hidden),
[id$="-drawer"].fixed.inset-0[class*="justify-end"]:not(.hidden) {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: hidden !important;
  animation: ui-modal-overlay-in 200ms ease-out !important;
}

/* Định nghĩa riêng cho các ui-drawer */

.ui-drawer.fixed.inset-0.justify-end:not(.hidden),
.ui-drawer.fixed.inset-0[class*="justify-end"]:not(.hidden) {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.ui-modal.hidden,
.modal.hidden,
.app-modal.hidden,
[id$="Modal"].fixed.inset-0.justify-end.hidden,
[id$="Modal"].fixed.inset-0[class*="justify-end"].hidden,
[id$="-modal"].fixed.inset-0.justify-end.hidden,
[id$="-modal"].fixed.inset-0[class*="justify-end"].hidden,
[id$="popup"].fixed.inset-0.justify-end.hidden,
[id$="popup"].fixed.inset-0[class*="justify-end"].hidden,
[id$="Popup"].fixed.inset-0.justify-end.hidden,
[id$="Popup"].fixed.inset-0[class*="justify-end"].hidden,
[id$="drawer"].fixed.inset-0.justify-end.hidden,
[id$="drawer"].fixed.inset-0[class*="justify-end"].hidden,
[id$="-drawer"].fixed.inset-0.justify-end.hidden,
[id$="-drawer"].fixed.inset-0[class*="justify-end"].hidden,
.ui-drawer.hidden {
  display: none !important;
}

.ui-modal-content,
.modal-content,
.ui-modal>.ui-modal-content,
.ui-modal>div:first-child,
.modal>div:first-child,
.app-modal>.app-modal-panel,
.app-modal>div:first-child,
[id$="Modal"].fixed.inset-0.justify-end>div:first-child,
[id$="Modal"].fixed.inset-0[class*="justify-end"]>div:first-child,
[id$="-modal"].fixed.inset-0.justify-end>div:first-child,
[id$="-modal"].fixed.inset-0[class*="justify-end"]>div:first-child,
[id$="popup"].fixed.inset-0.justify-end>div:first-child,
[id$="popup"].fixed.inset-0[class*="justify-end"]>div:first-child,
[id$="Popup"].fixed.inset-0.justify-end>div:first-child,
[id$="Popup"].fixed.inset-0[class*="justify-end"]>div:first-child {
  position: relative !important;
  border: 1px solid var(--app-border) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 1px solid var(--app-border) !important;
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  background: var(--app-surface) !important;
  color: var(--app-text) !important;
  box-shadow: -10px 0 40px -15px rgba(15, 23, 42, 0.22) !important;
  overflow: hidden !important;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.app-modal {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Style headers sticky on top */

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :first-child {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  flex: 0 0 auto !important;
  background: var(--app-surface) !important;
  border-bottom: 1px solid var(--app-border) !important;
  padding: 1rem 1.25rem !important;
  /* py-4 px-5 equivalent */
}

/* Ensure body or direct contents scroll internally */

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(form, .overflow-y-auto, .overflow-auto, .ui-table-scroll, .table-scroll-container, [class*="overflow-"]):not(.overflow-hidden):not(.overflow-y-hidden):not(.overflow-x-hidden) {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
}

/* Ensure drawer footers do not stretch vertically and buttons remain correctly proportioned */

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.border-t, [class*="border-t"]) {
  flex: 0 0 auto !important;
  align-items: center !important;
}

/* Ensure non-scrollable sibling elements in drawer contents (like header, search filter container) do not stretch vertically */

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :not(:last-child):not(.flex-1):not([class*="flex-1"]):not(.min-h-0):not(.overflow-hidden):not(.overflow-auto):not(.overflow-y-auto):not(.ui-table-scroll):not(.table-scroll-container):not([id$="GridCardContainer"]):not(form) {
  flex: 0 0 auto !important;
}

/* Drawer content regions that host AG Grid must keep the remaining height. */

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"], #pam-drawer).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)> :is(.flex-1, [class*="flex-1"], .min-h-0, .overflow-hidden, [id$="GridCardContainer"], .drawer-ag-grid-card) {
  flex: 1 1 0% !important;
  min-height: 0 !important;
}

/* Handle form direct children layout */

:is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child)>form {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

/* Slide-in animation for active drawers */

@keyframes ui-modal-drawer-in {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

:is(.ui-modal.active > .ui-modal-content, .ui-modal.active > div:first-child, .modal.active > div:first-child, .app-modal:not(.hidden) > .app-modal-panel, .app-modal:not(.hidden) > div:first-child, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.justify-end, [class*="justify-end"]):not(.hidden):not(.ui-drawer-closing) > div:first-child) {
  animation: ui-modal-drawer-in 260ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  transform-origin: right center !important;
}

html.dark-theme :is(.ui-modal, .modal, .app-modal, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.justify-end, [class*="justify-end"])) {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Disable backdrop blur and color overlay inside active modals/drawers */

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).justify-end, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer))[class*="justify-end"]) :is(.backdrop-blur, .backdrop-blur-sm, .backdrop-blur-md, .backdrop-blur-lg, [class*="backdrop-blur"]) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

:is(.ui-modal, .modal, .app-modal, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).justify-end, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer))[class*="justify-end"]) :is([id*="-overlay"], [class*="-overlay"], [class*="bg-black/"], [class*="bg-slate-900/"]) {
  background-color: transparent !important;
}

html.dark-theme :is(.ui-modal > .ui-modal-content, .ui-modal > div:first-child, .modal > div:first-child, .app-modal > .app-modal-panel, .app-modal > div:first-child, :is([id$="Modal"]:not(.ui-drawer), [id$="-modal"]:not(.ui-drawer), [id$="popup"]:not(.ui-drawer), [id$="Popup"]:not(.ui-drawer)).fixed.inset-0:is(.justify-end, [class*="justify-end"]) > div:first-child) {
  border-color: var(--app-border) !important;
  box-shadow: -10px 0 50px -20px rgba(2, 6, 23, 0.92) !important;
}

/* Close button styling */

.ui-modal-close-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0.375rem !important;
  color: var(--app-text-muted) !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
}

.ui-modal-close-btn:hover {
  background-color: var(--app-bg-soft) !important;
  color: var(--app-text) !important;
  border-color: var(--app-border-strong) !important;
}

.ui-modal-close-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px var(--app-accent) !important;
}

/* Drawer Resize Handle & Drag Styles */

.drawer-resize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  cursor: ew-resize;
  z-index: 50;
  background-color: transparent;
  touch-action: none;
}

.drawer-resize-handle::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: transparent;
  transition: background-color 150ms ease;
}

.drawer-resize-handle:hover::after,
.drawer-resize-handle.is-dragging::after {
  background-color: var(--app-accent);
}

/* Ensure no text selection during resize */

.app-modal-panel.is-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Default AG Grid Row Hover Color */

.ag-theme-quartz .ag-row-hover, .ag-theme-quartz .ag-row:hover,
.ag-theme-quartz-dark .ag-row-hover, .ag-theme-quartz-dark .ag-row:hover,
.ag-theme-alpine .ag-row-hover, .ag-theme-alpine .ag-row:hover,
.ag-theme-alpine-dark .ag-row-hover, .ag-theme-alpine-dark .ag-row:hover,
.ag-theme-balham .ag-row-hover, .ag-theme-balham .ag-row:hover,
.ag-theme-balham-dark .ag-row-hover, .ag-theme-balham-dark .ag-row:hover,
.ag-theme-material .ag-row-hover, .ag-theme-material .ag-row:hover,
.ag-theme-material-dark .ag-row-hover, .ag-theme-material-dark .ag-row:hover {
  background-color: var(--app-bg-soft) !important;
}

/* Custom Row Hover Colors */

.ag-grid-hover-green .ag-row.ag-row-hover,
.ag-grid-hover-green .ag-row.ag-row-odd.ag-row-hover,
.ag-grid-hover-green .ag-row.ag-row-even.ag-row-hover,
.ag-grid-hover-green .ag-row:hover {
  background-color: #e6f4ea !important;
}

html.dark-theme .ag-grid-hover-green .ag-row.ag-row-hover,
html.dark-theme .ag-grid-hover-green .ag-row.ag-row-odd.ag-row-hover,
html.dark-theme .ag-grid-hover-green .ag-row.ag-row-even.ag-row-hover,
html.dark-theme .ag-grid-hover-green .ag-row:hover {
  background-color: #132d19 !important;
}

.ag-grid-hover-blue .ag-row.ag-row-hover,
.ag-grid-hover-blue .ag-row.ag-row-odd.ag-row-hover,
.ag-grid-hover-blue .ag-row.ag-row-even.ag-row-hover,
.ag-grid-hover-blue .ag-row:hover {
  background-color: #e8f0fe !important;
}

html.dark-theme .ag-grid-hover-blue .ag-row.ag-row-hover,
html.dark-theme .ag-grid-hover-blue .ag-row.ag-row-odd.ag-row-hover,
html.dark-theme .ag-grid-hover-blue .ag-row.ag-row-even.ag-row-hover,
html.dark-theme .ag-grid-hover-blue .ag-row:hover {
  background-color: #112240 !important;
}

.ag-grid-hover-gray .ag-row.ag-row-hover,
.ag-grid-hover-gray .ag-row.ag-row-odd.ag-row-hover,
.ag-grid-hover-gray .ag-row.ag-row-even.ag-row-hover,
.ag-grid-hover-gray .ag-row:hover {
  background-color: #f1f5f9 !important;
}

html.dark-theme .ag-grid-hover-gray .ag-row.ag-row-hover,
html.dark-theme .ag-grid-hover-gray .ag-row.ag-row-odd.ag-row-hover,
html.dark-theme .ag-grid-hover-gray .ag-row.ag-row-even.ag-row-hover,
html.dark-theme .ag-grid-hover-gray .ag-row:hover {
  background-color: #1d293d !important;
}

.ag-grid-hover-orange .ag-row.ag-row-hover,
.ag-grid-hover-orange .ag-row.ag-row-odd.ag-row-hover,
.ag-grid-hover-orange .ag-row.ag-row-even.ag-row-hover,
.ag-grid-hover-orange .ag-row:hover {
  background-color: #fff7ed !important;
}

html.dark-theme .ag-grid-hover-orange .ag-row.ag-row-hover,
html.dark-theme .ag-grid-hover-orange .ag-row.ag-row-odd.ag-row-hover,
html.dark-theme .ag-grid-hover-orange .ag-row.ag-row-even.ag-row-hover,
html.dark-theme .ag-grid-hover-orange .ag-row:hover {
  background-color: #2d1f10 !important;
}

.ag-grid-hover-red .ag-row.ag-row-hover,
.ag-grid-hover-red .ag-row.ag-row-odd.ag-row-hover,
.ag-grid-hover-red .ag-row.ag-row-even.ag-row-hover,
.ag-grid-hover-red .ag-row:hover {
  background-color: #fef2f2 !important;
}

html.dark-theme .ag-grid-hover-red .ag-row.ag-row-hover,
html.dark-theme .ag-grid-hover-red .ag-row.ag-row-odd.ag-row-hover,
html.dark-theme .ag-grid-hover-red .ag-row.ag-row-even.ag-row-hover,
html.dark-theme .ag-grid-hover-red .ag-row:hover {
  background-color: #2d1212 !important;
}

/* Final AG Grid contrast guard.
   Leave light-mode semantic cell colors alone; only lift dark-mode utility
   classes that would otherwise be too dim on the dark grid background. */

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:not([class*="text-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) :is(.ag-cell-value, .ag-group-value, .ag-overlay, .ag-paging-panel, .ag-side-bar, .ag-tool-panel-wrapper) {
  color: #e2e8f0 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) :is(.ag-header-cell, .ag-header-cell-label, .ag-header-cell-text, .ag-floating-filter-button, .ag-icon, .ag-column-drop-empty-message, .ag-row-group-empty-message) {
  color: #cbd5e1 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="text-gray-"], [class*="text-slate-"], .text-black),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="text-gray-"], [class*="text-slate-"], .text-black) {
  color: #e2e8f0 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="text-blue-"], [class*="text-sky-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="text-blue-"], [class*="text-sky-"]) {
  color: #93c5fd !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="text-red-"], [class*="text-rose-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="text-red-"], [class*="text-rose-"]) {
  color: #fca5a5 !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="text-green-"], [class*="text-emerald-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="text-green-"], [class*="text-emerald-"]) {
  color: #86efac !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="text-amber-"], [class*="text-yellow-"], [class*="text-orange-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="text-amber-"], [class*="text-yellow-"], [class*="text-orange-"]) {
  color: #fcd34d !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="text-purple-"], [class*="text-violet-"], [class*="text-indigo-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="text-purple-"], [class*="text-violet-"], [class*="text-indigo-"]) {
  color: #c4b5fd !important;
}

html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell:is([class*="bg-gray-"], [class*="bg-slate-"]),
html.dark-theme :is(.ag-theme-quartz, .ag-theme-quartz-dark, .ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-balham, .ag-theme-balham-dark, .ag-theme-material, .ag-theme-material-dark) .ag-cell :is([class*="bg-gray-"], [class*="bg-slate-"]) {
  background-color: rgba(51, 65, 85, 0.72) !important;
  border-color: var(--app-border) !important;
}

/* Container level loading overlay */

.ui-loading-container {
  position: relative !important;
}

.ui-loading-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1px);
  transition: opacity 0.2s ease;
  border-radius: inherit;
}

html.dark-theme .ui-loading-overlay {
  background-color: rgba(11, 18, 32, 0.7);
}

.ui-loading-text {
  font-size: 0.75rem;
  /* text-xs */
  font-weight: 600;
  /* font-semibold */
  color: var(--app-text-muted);
  letter-spacing: 0.05em;
}

/* Spinner color overrides inside buttons to match text colors */

.ui-btn-primary .ui-spinner,
.btn-primary .ui-spinner,
.ui-btn-danger .ui-spinner,
.btn-danger .ui-spinner,
.ui-btn-info .ui-spinner,
.btn-info .ui-spinner,
.ui-btn-purple .ui-spinner {
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-top-color: #ffffff !important;
}

.ui-btn-secondary .ui-spinner,
.btn-secondary .ui-spinner {
  border-color: rgba(0, 0, 0, 0.1) !important;
  border-top-color: var(--app-text) !important;
}

html.dark-theme .ui-btn-secondary .ui-spinner,
html.dark-theme .btn-secondary .ui-spinner {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-top-color: var(--app-text) !important;
}

/* Search & Filter Toolbar Custom Components */

.msg-multiselect-container .msg-multiselect-dropdown {
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.1);
}

html.dark-theme .msg-multiselect-container .msg-multiselect-dropdown {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.4);
}

.msg-multiselect-dropdown label:hover {
  background-color: var(--app-bg-soft);
}

/* ── UI Drawer Smooth Slide & Fade Transitions ── */

@keyframes uiDrawerFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uiDrawerFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes uiDrawerSlideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes uiDrawerSlideOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

/* Backdrop Fade-in */

div.fixed.inset-0.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0.flex.justify-end:not(.hidden):not(.ui-drawer-closing),
div.fixed.inset-0.items-center.justify-end:not(.hidden):not(.ui-drawer-closing),
.ui-drawer:not(.hidden):not(.ui-drawer-closing) {
  animation: uiDrawerFadeIn 0.25s ease-out forwards !important;
  z-index: 9999 !important;
}

/* Panel Slide-in */

div.fixed.inset-0.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0.flex.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
div.fixed.inset-0.items-center.justify-end:not(.hidden):not(.ui-drawer-closing) > div,
.ui-drawer:not(.hidden):not(.ui-drawer-closing) > div {
  animation: uiDrawerSlideIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

/* Backdrop Fade-out - High specificity & 0.22s duration */

div.fixed.inset-0.justify-end.ui-drawer-closing,
div.fixed.inset-0.flex.justify-end.ui-drawer-closing,
div.fixed.inset-0.items-center.justify-end.ui-drawer-closing,
.ui-drawer.ui-drawer-closing {
  animation: uiDrawerFadeOut 0.22s ease-in forwards !important;
}

/* Panel Slide-out - High specificity & 0.22s duration */

div.fixed.inset-0.justify-end.ui-drawer-closing > div,
div.fixed.inset-0.flex.ui-drawer-closing.justify-end > div,
div.fixed.inset-0.items-center.ui-drawer-closing.justify-end > div,
.ui-drawer.ui-drawer-closing > div {
  animation: uiDrawerSlideOut 0.22s cubic-bezier(0.7, 0, 0.84, 0) forwards !important;
}

html.dark-theme .after\:bg-white::after {
  content: var(--tw-content);
  background-color: var(--app-surface) !important;
}

html.dark-theme .hover\:bg-gray-50:hover {
  background-color: var(--app-bg) !important;
}


  html.dark-theme .hover\:bg-slate-50:hover {
  background-color: var(--app-bg) !important;
}


  html.dark-theme .hover\:bg-slate-50\/50:hover {
  background-color: var(--app-bg) !important;
}


  html.dark-theme .hover\:bg-slate-100:hover {
  background-color: var(--app-bg-soft) !important;
}


  html.dark-theme .hover\:border-slate-200:hover {
  border-color: var(--app-border) !important;
}

html.dark-theme .hover\:text-gray-900:hover {
  color: var(--app-text) !important;
}


  html.dark-theme .hover\:text-slate-900:hover {
  color: var(--app-text) !important;
}


  html.dark-theme .hover\:text-slate-800:hover {
  color: var(--app-text) !important;
}

html.dark-theme .hover\:text-gray-700:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-slate-700:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-gray-600:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-slate-600:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-slate-500:hover {
  color: var(--app-text-soft) !important;
}


  html.dark-theme .group:hover .group-hover\:text-slate-800 {
  color: var(--app-text) !important;
}


  html.dark-theme .dark\:text-slate-800:is(.dark-theme *) {
  color: var(--app-text) !important;
}


  html.dark-theme .dark\:text-slate-700:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-gray-600:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-slate-600:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}

html.dark-theme .dark\:text-gray-500:is(.dark-theme *) {
  color: var(--app-text-soft) !important;
}


  html.dark-theme .dark\:text-slate-500:is(.dark-theme *) {
  color: var(--app-text-soft) !important;
}


  html.dark-theme .dark\:text-gray-400:is(.dark-theme *) {
  color: var(--app-text-soft) !important;
}


  html.dark-theme .dark\:text-slate-400:is(.dark-theme *) {
  color: var(--app-text-soft) !important;
}


  html.dark-theme .dark\:hover\:text-slate-400:hover:is(.dark-theme *) {
  color: var(--app-text-soft) !important;
}

.relative > .after\:absolute.fa-search::after,
  .relative > .after\:absolute.fa-magnifying-glass::after {
  content: var(--tw-content);
  z-index: 10;
  pointer-events: none;
}


  body.sidebar-collapsed #sidebar .dark\:text-gray-500:is(.dark-theme *).text-xs.text-center,
  html.sidebar-collapsed #sidebar .dark\:text-gray-500:is(.dark-theme *).text-xs.text-center {
  display: none;
}


  .table-frame .dark\:ag-theme-quartz-dark:is(.dark-theme *)[id$="Grid"] {
  flex: 1 1 0%;
  min-height: 0;
  height: 100% !important;
  width: 100%;
}

@media (min-width: 640px){
  
  body.sidebar-collapsed #sidebar .sm\:text-xs.text-gray-500.text-center,
  html.sidebar-collapsed #sidebar .sm\:text-xs.text-gray-500.text-center {
    display: none;
  }
}

@media (min-width: 768px){
  .md\:relative > .fa-search.absolute,.md\:relative > .fa-magnifying-glass.absolute {
    z-index: 10;
    pointer-events: none;
  }

  :is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.md\:justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card) {
    display: flex;
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
  }

  :is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.md\:justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card)> :is([id$="Grid"], .ag-grid-fill) {
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    height: 100% !important;
    width: 100%;
  }
}

@media (min-width: 1024px){
  :is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.lg\:justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card) {
    display: flex;
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
  }

  :is(.ui-modal, .modal, .app-modal, :is([id$="Modal"], [id$="-modal"], [id$="popup"], [id$="Popup"]).fixed.inset-0:is(.lg\:justify-end, [class*="justify-end"]), #pam-drawer) :is([id$="GridCardContainer"], .drawer-ag-grid-card)> :is([id$="Grid"], .ag-grid-fill) {
    flex: 1 1 0%;
    min-height: 0;
    min-width: 0;
    height: 100% !important;
    width: 100%;
  }
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}

.after\:start-\[2px\]::after{
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}

.after\:h-3::after{
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-3::after{
  content: var(--tw-content);
  width: 0.75rem;
}

.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.after\:border-slate-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

html.dark-theme .after\:bg-white::after {
  content: var(--tw-content);
  background-color: var(--app-surface) !important;
}


  html.dark-theme .after\:border-gray-300::after {
  content: var(--tw-content);
  border-color: var(--app-border) !important;
}

html.dark-theme .after\:bg-whitetbody::after {
  content: var(--tw-content);
  background-color: transparent !important;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.empty\:mt-0:empty{
  margin-top: 0px;
}

.hover\:z-30:hover{
  z-index: 30;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-amber-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-500\/50:hover{
  border-color: rgb(16 185 129 / 0.5);
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-500\/30:hover{
  border-color: rgb(244 63 94 / 0.3);
}

.hover\:border-slate-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[var\(--app-bg-soft\)\]:hover{
  background-color: var(--app-bg-soft);
}

.hover\:bg-\[var\(--app-border\)\]:hover{
  background-color: var(--app-border);
}

.hover\:bg-amber-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-100\/50:hover{
  background-color: rgb(254 243 199 / 0.5);
}

.hover\:bg-amber-100\/60:hover{
  background-color: rgb(254 243 199 / 0.6);
}

.hover\:bg-amber-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50\/50:hover{
  background-color: rgb(239 246 255 / 0.5);
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-100\/50:hover{
  background-color: rgb(209 250 229 / 0.5);
}

.hover\:bg-emerald-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500\/20:hover{
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-emerald-500\/30:hover{
  background-color: rgb(16 185 129 / 0.3);
}

.hover\:bg-emerald-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-100\/60:hover{
  background-color: rgb(224 231 255 / 0.6);
}

.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-100\/50:hover{
  background-color: rgb(255 228 230 / 0.5);
}

.hover\:bg-rose-100\/60:hover{
  background-color: rgb(255 228 230 / 0.6);
}

.hover\:bg-rose-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-500\/10:hover{
  background-color: rgb(244 63 94 / 0.1);
}

.hover\:bg-rose-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100\/60:hover{
  background-color: rgb(241 245 249 / 0.6);
}

.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200\/60:hover{
  background-color: rgb(226 232 240 / 0.6);
}

.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50\/50:hover{
  background-color: rgb(248 250 252 / 0.5);
}

.hover\:bg-slate-50\/70:hover{
  background-color: rgb(248 250 252 / 0.7);
}

.hover\:bg-slate-50\/80:hover{
  background-color: rgb(248 250 252 / 0.8);
}

.hover\:bg-slate-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800\/40:hover{
  background-color: rgb(30 41 59 / 0.4);
}

.hover\:bg-slate-800\/60:hover{
  background-color: rgb(30 41 59 / 0.6);
}

.hover\:bg-teal-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[var\(--app-text\)\]:hover{
  color: var(--app-text);
}

.hover\:text-amber-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-500:hover{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-300:hover{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-400:hover{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-500:hover{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-600:hover{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-800:hover{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-900:hover{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-500:hover{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-300:hover{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-700:hover{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-800:hover{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-300:hover{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-500:hover{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-600:hover{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-700:hover{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-emerald-500\/10:hover{
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/20:hover{
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/10:hover{
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}


  html.dark-theme .hover\:bg-slate-100:hover {
  background-color: var(--app-surface) !important;
}

html.dark-theme .hover\:bg-slate-50:hover {
  background-color: var(--app-bg-soft) !important;
}


  html.dark-theme .hover\:bg-gray-50:hover {
  background-color: var(--app-bg-soft) !important;
}

html.dark-theme .hover\:bg-blue-50:hover {
  background-color: rgba(37, 99, 235, 0.12) !important;
}


  html.dark-theme .hover\:bg-emerald-50:hover {
  background-color: rgba(34, 197, 94, 0.12) !important;
}

html.dark-theme .hover\:bg-red-50:hover {
  background-color: rgba(239, 68, 68, 0.12) !important;
}


  html.dark-theme .hover\:bg-amber-50:hover {
  background-color: rgba(245, 158, 11, 0.12) !important;
}

html.dark-theme .hover\:bg-purple-50:hover {
  background-color: rgba(139, 92, 246, 0.12) !important;
}

html.dark-theme .hover\:bg-indigo-50:hover {
  background-color: rgba(79, 70, 229, 0.12) !important;
}

html.dark-theme .hover\:bg-blue-100:hover {
  background-color: rgba(37, 99, 235, 0.22) !important;
}

html.dark-theme .hover\:bg-green-100:hover {
  background-color: rgba(34, 197, 94, 0.22) !important;
}


  html.dark-theme .hover\:bg-emerald-100:hover {
  background-color: rgba(34, 197, 94, 0.22) !important;
}

html.dark-theme .hover\:bg-red-100:hover {
  background-color: rgba(239, 68, 68, 0.22) !important;
}

html.dark-theme .hover\:bg-orange-100:hover {
  background-color: rgba(245, 158, 11, 0.22) !important;
}


  html.dark-theme .hover\:bg-amber-100:hover {
  background-color: rgba(245, 158, 11, 0.22) !important;
}


  html.dark-theme .hover\:bg-yellow-100:hover {
  background-color: rgba(245, 158, 11, 0.22) !important;
}

html.dark-theme .hover\:bg-purple-100:hover {
  background-color: rgba(139, 92, 246, 0.22) !important;
}


  html.dark-theme .hover\:bg-violet-100:hover {
  background-color: rgba(139, 92, 246, 0.22) !important;
}

html.dark-theme .hover\:bg-indigo-100:hover {
  background-color: rgba(79, 70, 229, 0.22) !important;
}

html.dark-theme .hover\:bg-sky-100:hover {
  background-color: rgba(14, 165, 233, 0.22) !important;
}


  html.dark-theme .hover\:border-gray-300:hover {
  border-color: var(--app-border) !important;
}


  html.dark-theme .hover\:border-slate-200:hover {
  border-color: var(--app-border) !important;
}


  html.dark-theme .hover\:border-blue-300:hover {
  border-color: rgba(59, 130, 246, 0.28) !important;
}


  html.dark-theme .hover\:border-red-300:hover {
  border-color: rgba(239, 68, 68, 0.28) !important;
}

html.dark-theme .hover\:text-gray-900:hover {
  color: var(--app-text) !important;
}


  html.dark-theme .hover\:text-slate-900:hover {
  color: var(--app-text) !important;
}


  html.dark-theme .hover\:text-slate-800:hover {
  color: var(--app-text) !important;
}

html.dark-theme .hover\:text-gray-700:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-slate-700:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-gray-600:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-slate-600:hover {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .hover\:text-slate-500:hover {
  color: var(--app-text-muted) !important;
}

html.dark-theme .hover\:text-blue-600:hover {
  color: #60a5fa !important;
}


  html.dark-theme .hover\:text-emerald-600:hover {
  color: #4ade80 !important;
}


  html.dark-theme .hover\:text-emerald-500:hover {
  color: #4ade80 !important;
}


  html.dark-theme .hover\:text-amber-500:hover {
  color: #fbbf24 !important;
}

html.dark-theme .hover\:text-red-600:hover {
  color: #f87171 !important;
}


  html.dark-theme .hover\:text-red-500:hover {
  color: #f87171 !important;
}

html.dark-theme .hover\:text-violet-600:hover {
  color: #a5b4fc !important;
}


  html.dark-theme .hover\:text-indigo-600:hover {
  color: #a5b4fc !important;
}

html.dark-theme .hover\:bg-gray-50:hoverthead,
  html.dark-theme .hover\:bg-gray-50:hover.sticky {
  background-color: var(--app-surface-muted) !important;
}


  html.dark-theme .hover\:bg-slate-50:hoverthead,
  html.dark-theme .hover\:bg-slate-50:hover.sticky {
  background-color: var(--app-surface-muted) !important;
}

html.dark-theme .hover\:bg-gray-50:hoverthead,
  html.dark-theme .hover\:bg-gray-50:hover.sticky {
  background-color: var(--app-surface-muted) !important;
}


  html.dark-theme .hover\:bg-slate-50:hoverthead,
  html.dark-theme .hover\:bg-slate-50:hover.sticky {
  background-color: var(--app-surface-muted) !important;
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

.active\:bg-emerald-500:active{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-500\/40:active{
  background-color: rgb(16 185 129 / 0.4);
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group[open] .group-open\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.group\/domain:hover .group-hover\/domain\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}


  html.dark-theme .group:hover .group-hover\:text-slate-800 {
  color: var(--app-text) !important;
}

.peer:checked ~ .peer-checked\:bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.has-\[\:checked\]\:border-amber-400:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:border-blue-400:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:border-emerald-400:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:border-purple-400:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:border-red-400:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-amber-50:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-blue-50:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-emerald-50:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-purple-50:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-red-50:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

html.dark-theme .has-\[\:checked\]\:bg-blue-50:has(:checked) {
  background-color: rgba(37, 99, 235, 0.12) !important;
}


  html.dark-theme .has-\[\:checked\]\:bg-emerald-50:has(:checked) {
  background-color: rgba(34, 197, 94, 0.12) !important;
}

html.dark-theme .has-\[\:checked\]\:bg-red-50:has(:checked) {
  background-color: rgba(239, 68, 68, 0.12) !important;
}


  html.dark-theme .has-\[\:checked\]\:bg-amber-50:has(:checked) {
  background-color: rgba(245, 158, 11, 0.12) !important;
}

html.dark-theme .has-\[\:checked\]\:bg-purple-50:has(:checked) {
  background-color: rgba(139, 92, 246, 0.12) !important;
}

.dark\:divide-slate-800:is(.dark-theme *) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-800\/60:is(.dark-theme *) > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(30 41 59 / 0.6);
}

.dark\:border-\[\#22252b\]:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(34 37 43 / var(--tw-border-opacity, 1));
}

.dark\:border-\[\#22252b\]\/80:is(.dark-theme *){
  border-color: rgb(34 37 43 / 0.8);
}

.dark\:border-\[\#2c323a\]:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(44 50 58 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-700:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-800\/30:is(.dark-theme *){
  border-color: rgb(146 64 14 / 0.3);
}

.dark\:border-amber-800\/40:is(.dark-theme *){
  border-color: rgb(146 64 14 / 0.4);
}

.dark\:border-amber-800\/50:is(.dark-theme *){
  border-color: rgb(146 64 14 / 0.5);
}

.dark\:border-amber-800\/80:is(.dark-theme *){
  border-color: rgb(146 64 14 / 0.8);
}

.dark\:border-amber-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-900\/30:is(.dark-theme *){
  border-color: rgb(120 53 15 / 0.3);
}

.dark\:border-amber-900\/40:is(.dark-theme *){
  border-color: rgb(120 53 15 / 0.4);
}

.dark\:border-amber-900\/50:is(.dark-theme *){
  border-color: rgb(120 53 15 / 0.5);
}

.dark\:border-amber-900\/60:is(.dark-theme *){
  border-color: rgb(120 53 15 / 0.6);
}

.dark\:border-amber-950\/40:is(.dark-theme *){
  border-color: rgb(69 26 3 / 0.4);
}

.dark\:border-blue-400:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-500\/10:is(.dark-theme *){
  border-color: rgb(59 130 246 / 0.1);
}

.dark\:border-blue-600:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-800\/30:is(.dark-theme *){
  border-color: rgb(30 64 175 / 0.3);
}

.dark\:border-blue-800\/40:is(.dark-theme *){
  border-color: rgb(30 64 175 / 0.4);
}

.dark\:border-blue-800\/50:is(.dark-theme *){
  border-color: rgb(30 64 175 / 0.5);
}

.dark\:border-blue-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-900\/20:is(.dark-theme *){
  border-color: rgb(30 58 138 / 0.2);
}

.dark\:border-blue-900\/30:is(.dark-theme *){
  border-color: rgb(30 58 138 / 0.3);
}

.dark\:border-blue-900\/40:is(.dark-theme *){
  border-color: rgb(30 58 138 / 0.4);
}

.dark\:border-blue-900\/50:is(.dark-theme *){
  border-color: rgb(30 58 138 / 0.5);
}

.dark\:border-blue-900\/60:is(.dark-theme *){
  border-color: rgb(30 58 138 / 0.6);
}

.dark\:border-blue-950:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-950\/40:is(.dark-theme *){
  border-color: rgb(23 37 84 / 0.4);
}

.dark\:border-cyan-800\/40:is(.dark-theme *){
  border-color: rgb(21 94 117 / 0.4);
}

.dark\:border-cyan-800\/50:is(.dark-theme *){
  border-color: rgb(21 94 117 / 0.5);
}

.dark\:border-cyan-900\/30:is(.dark-theme *){
  border-color: rgb(22 78 99 / 0.3);
}

.dark\:border-cyan-950\/40:is(.dark-theme *){
  border-color: rgb(8 51 68 / 0.4);
}

.dark\:border-emerald-400:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-500:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-500\/10:is(.dark-theme *){
  border-color: rgb(16 185 129 / 0.1);
}

.dark\:border-emerald-700:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-800\/30:is(.dark-theme *){
  border-color: rgb(6 95 70 / 0.3);
}

.dark\:border-emerald-800\/40:is(.dark-theme *){
  border-color: rgb(6 95 70 / 0.4);
}

.dark\:border-emerald-800\/50:is(.dark-theme *){
  border-color: rgb(6 95 70 / 0.5);
}

.dark\:border-emerald-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-900\/30:is(.dark-theme *){
  border-color: rgb(6 78 59 / 0.3);
}

.dark\:border-emerald-900\/40:is(.dark-theme *){
  border-color: rgb(6 78 59 / 0.4);
}

.dark\:border-emerald-900\/50:is(.dark-theme *){
  border-color: rgb(6 78 59 / 0.5);
}

.dark\:border-emerald-900\/60:is(.dark-theme *){
  border-color: rgb(6 78 59 / 0.6);
}

.dark\:border-emerald-950\/40:is(.dark-theme *){
  border-color: rgb(2 44 34 / 0.4);
}

.dark\:border-fuchsia-800\/50:is(.dark-theme *){
  border-color: rgb(134 25 143 / 0.5);
}

.dark\:border-fuchsia-900\/30:is(.dark-theme *){
  border-color: rgb(112 26 117 / 0.3);
}

.dark\:border-gray-600:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-700\/50:is(.dark-theme *){
  border-color: rgb(55 65 81 / 0.5);
}

.dark\:border-green-400:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.dark\:border-green-800\/25:is(.dark-theme *){
  border-color: rgb(22 101 52 / 0.25);
}

.dark\:border-green-800\/30:is(.dark-theme *){
  border-color: rgb(22 101 52 / 0.3);
}

.dark\:border-green-800\/40:is(.dark-theme *){
  border-color: rgb(22 101 52 / 0.4);
}

.dark\:border-green-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.dark\:border-green-900\/30:is(.dark-theme *){
  border-color: rgb(20 83 45 / 0.3);
}

.dark\:border-green-900\/40:is(.dark-theme *){
  border-color: rgb(20 83 45 / 0.4);
}

.dark\:border-green-900\/50:is(.dark-theme *){
  border-color: rgb(20 83 45 / 0.5);
}

.dark\:border-indigo-400:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-500:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-800\/40:is(.dark-theme *){
  border-color: rgb(55 48 163 / 0.4);
}

.dark\:border-indigo-800\/50:is(.dark-theme *){
  border-color: rgb(55 48 163 / 0.5);
}

.dark\:border-indigo-800\/60:is(.dark-theme *){
  border-color: rgb(55 48 163 / 0.6);
}

.dark\:border-indigo-900\/30:is(.dark-theme *){
  border-color: rgb(49 46 129 / 0.3);
}

.dark\:border-indigo-900\/40:is(.dark-theme *){
  border-color: rgb(49 46 129 / 0.4);
}

.dark\:border-indigo-900\/50:is(.dark-theme *){
  border-color: rgb(49 46 129 / 0.5);
}

.dark\:border-indigo-900\/60:is(.dark-theme *){
  border-color: rgb(49 46 129 / 0.6);
}

.dark\:border-indigo-950\/40:is(.dark-theme *){
  border-color: rgb(30 27 75 / 0.4);
}

.dark\:border-indigo-950\/50:is(.dark-theme *){
  border-color: rgb(30 27 75 / 0.5);
}

.dark\:border-lime-900\/30:is(.dark-theme *){
  border-color: rgb(54 83 20 / 0.3);
}

.dark\:border-orange-800\/30:is(.dark-theme *){
  border-color: rgb(154 52 18 / 0.3);
}

.dark\:border-orange-800\/40:is(.dark-theme *){
  border-color: rgb(154 52 18 / 0.4);
}

.dark\:border-orange-900\/30:is(.dark-theme *){
  border-color: rgb(124 45 18 / 0.3);
}

.dark\:border-orange-900\/40:is(.dark-theme *){
  border-color: rgb(124 45 18 / 0.4);
}

.dark\:border-orange-900\/50:is(.dark-theme *){
  border-color: rgb(124 45 18 / 0.5);
}

.dark\:border-pink-900\/30:is(.dark-theme *){
  border-color: rgb(131 24 67 / 0.3);
}

.dark\:border-purple-800\/40:is(.dark-theme *){
  border-color: rgb(107 33 168 / 0.4);
}

.dark\:border-purple-800\/50:is(.dark-theme *){
  border-color: rgb(107 33 168 / 0.5);
}

.dark\:border-purple-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-900\/30:is(.dark-theme *){
  border-color: rgb(88 28 135 / 0.3);
}

.dark\:border-purple-900\/50:is(.dark-theme *){
  border-color: rgb(88 28 135 / 0.5);
}

.dark\:border-purple-950\/40:is(.dark-theme *){
  border-color: rgb(59 7 100 / 0.4);
}

.dark\:border-purple-950\/50:is(.dark-theme *){
  border-color: rgb(59 7 100 / 0.5);
}

.dark\:border-red-700:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.dark\:border-red-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.dark\:border-red-800\/30:is(.dark-theme *){
  border-color: rgb(153 27 27 / 0.3);
}

.dark\:border-red-800\/40:is(.dark-theme *){
  border-color: rgb(153 27 27 / 0.4);
}

.dark\:border-red-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.dark\:border-red-900\/25:is(.dark-theme *){
  border-color: rgb(127 29 29 / 0.25);
}

.dark\:border-red-900\/30:is(.dark-theme *){
  border-color: rgb(127 29 29 / 0.3);
}

.dark\:border-red-900\/50:is(.dark-theme *){
  border-color: rgb(127 29 29 / 0.5);
}

.dark\:border-red-900\/60:is(.dark-theme *){
  border-color: rgb(127 29 29 / 0.6);
}

.dark\:border-red-950:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.dark\:border-red-950\/40:is(.dark-theme *){
  border-color: rgb(69 10 10 / 0.4);
}

.dark\:border-rose-600:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-800\/50:is(.dark-theme *){
  border-color: rgb(159 18 57 / 0.5);
}

.dark\:border-rose-800\/70:is(.dark-theme *){
  border-color: rgb(159 18 57 / 0.7);
}

.dark\:border-rose-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-900\/30:is(.dark-theme *){
  border-color: rgb(136 19 55 / 0.3);
}

.dark\:border-rose-900\/40:is(.dark-theme *){
  border-color: rgb(136 19 55 / 0.4);
}

.dark\:border-rose-900\/50:is(.dark-theme *){
  border-color: rgb(136 19 55 / 0.5);
}

.dark\:border-rose-900\/60:is(.dark-theme *){
  border-color: rgb(136 19 55 / 0.6);
}

.dark\:border-rose-950\/60:is(.dark-theme *){
  border-color: rgb(76 5 25 / 0.6);
}

.dark\:border-sky-800\/50:is(.dark-theme *){
  border-color: rgb(7 89 133 / 0.5);
}

.dark\:border-sky-800\/60:is(.dark-theme *){
  border-color: rgb(7 89 133 / 0.6);
}

.dark\:border-sky-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-900\/30:is(.dark-theme *){
  border-color: rgb(12 74 110 / 0.3);
}

.dark\:border-sky-900\/40:is(.dark-theme *){
  border-color: rgb(12 74 110 / 0.4);
}

.dark\:border-sky-900\/50:is(.dark-theme *){
  border-color: rgb(12 74 110 / 0.5);
}

.dark\:border-sky-900\/60:is(.dark-theme *){
  border-color: rgb(12 74 110 / 0.6);
}

.dark\:border-sky-950\/40:is(.dark-theme *){
  border-color: rgb(8 47 73 / 0.4);
}

.dark\:border-slate-600:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-700:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-700\/20:is(.dark-theme *){
  border-color: rgb(51 65 85 / 0.2);
}

.dark\:border-slate-700\/30:is(.dark-theme *){
  border-color: rgb(51 65 85 / 0.3);
}

.dark\:border-slate-700\/50:is(.dark-theme *){
  border-color: rgb(51 65 85 / 0.5);
}

.dark\:border-slate-700\/60:is(.dark-theme *){
  border-color: rgb(51 65 85 / 0.6);
}

.dark\:border-slate-700\/80:is(.dark-theme *){
  border-color: rgb(51 65 85 / 0.8);
}

.dark\:border-slate-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-800\/30:is(.dark-theme *){
  border-color: rgb(30 41 59 / 0.3);
}

.dark\:border-slate-800\/40:is(.dark-theme *){
  border-color: rgb(30 41 59 / 0.4);
}

.dark\:border-slate-800\/50:is(.dark-theme *){
  border-color: rgb(30 41 59 / 0.5);
}

.dark\:border-slate-800\/60:is(.dark-theme *){
  border-color: rgb(30 41 59 / 0.6);
}

.dark\:border-slate-800\/80:is(.dark-theme *){
  border-color: rgb(30 41 59 / 0.8);
}

.dark\:border-slate-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-800\/30:is(.dark-theme *){
  border-color: rgb(41 37 36 / 0.3);
}

.dark\:border-teal-800\/50:is(.dark-theme *){
  border-color: rgb(17 94 89 / 0.5);
}

.dark\:border-teal-900\/30:is(.dark-theme *){
  border-color: rgb(19 78 74 / 0.3);
}

.dark\:border-teal-900\/40:is(.dark-theme *){
  border-color: rgb(19 78 74 / 0.4);
}

.dark\:border-teal-900\/50:is(.dark-theme *){
  border-color: rgb(19 78 74 / 0.5);
}

.dark\:border-teal-950\/40:is(.dark-theme *){
  border-color: rgb(4 47 46 / 0.4);
}

.dark\:border-violet-800:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-800\/50:is(.dark-theme *){
  border-color: rgb(91 33 182 / 0.5);
}

.dark\:border-violet-900\/30:is(.dark-theme *){
  border-color: rgb(76 29 149 / 0.3);
}

.dark\:border-violet-900\/40:is(.dark-theme *){
  border-color: rgb(76 29 149 / 0.4);
}

.dark\:border-violet-950\/40:is(.dark-theme *){
  border-color: rgb(46 16 101 / 0.4);
}

.dark\:border-yellow-800\/25:is(.dark-theme *){
  border-color: rgb(133 77 14 / 0.25);
}

.dark\:border-yellow-800\/30:is(.dark-theme *){
  border-color: rgb(133 77 14 / 0.3);
}

.dark\:border-yellow-800\/40:is(.dark-theme *){
  border-color: rgb(133 77 14 / 0.4);
}

.dark\:border-yellow-900:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-900\/30:is(.dark-theme *){
  border-color: rgb(113 63 18 / 0.3);
}

.dark\:border-yellow-900\/50:is(.dark-theme *){
  border-color: rgb(113 63 18 / 0.5);
}

.dark\:border-zinc-800\/30:is(.dark-theme *){
  border-color: rgb(39 39 42 / 0.3);
}

.dark\:bg-\[\#0f1b15\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(15 27 21 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#111624\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#111924\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#111a20\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 26 32 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#111b1b\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 27 27 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#111c1c\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 28 28 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#141424\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#141619\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(20 22 25 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#15181e\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 30 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#161124\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(22 17 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#181b20\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(24 27 32 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#191124\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(25 17 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#22252b\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(34 37 43 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#251216\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(37 18 22 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#261c12\]:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(38 28 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-900\/30:is(.dark-theme *){
  background-color: rgb(120 53 15 / 0.3);
}

.dark\:bg-amber-900\/40:is(.dark-theme *){
  background-color: rgb(120 53 15 / 0.4);
}

.dark\:bg-amber-950\/10:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.1);
}

.dark\:bg-amber-950\/15:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.15);
}

.dark\:bg-amber-950\/20:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.2);
}

.dark\:bg-amber-950\/30:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.3);
}

.dark\:bg-amber-950\/40:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.4);
}

.dark\:bg-amber-950\/5:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.05);
}

.dark\:bg-amber-950\/50:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.5);
}

.dark\:bg-amber-950\/60:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.6);
}

.dark\:bg-black\/50:is(.dark-theme *){
  background-color: rgb(0 0 0 / 0.5);
}

.dark\:bg-black\/55:is(.dark-theme *){
  background-color: rgb(0 0 0 / 0.55);
}

.dark\:bg-black\/60:is(.dark-theme *){
  background-color: rgb(0 0 0 / 0.6);
}

.dark\:bg-blue-500\/10:is(.dark-theme *){
  background-color: rgb(59 130 246 / 0.1);
}

.dark\:bg-blue-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-900\/20:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.2);
}

.dark\:bg-blue-900\/30:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.3);
}

.dark\:bg-blue-900\/40:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.4);
}

.dark\:bg-blue-900\/50:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.5);
}

.dark\:bg-blue-900\/60:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.6);
}

.dark\:bg-blue-950:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-950\/10:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.1);
}

.dark\:bg-blue-950\/20:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.2);
}

.dark\:bg-blue-950\/30:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.3);
}

.dark\:bg-blue-950\/40:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.4);
}

.dark\:bg-blue-950\/5:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.05);
}

.dark\:bg-blue-950\/50:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.5);
}

.dark\:bg-cyan-900\/40:is(.dark-theme *){
  background-color: rgb(22 78 99 / 0.4);
}

.dark\:bg-cyan-950\/20:is(.dark-theme *){
  background-color: rgb(8 51 68 / 0.2);
}

.dark\:bg-cyan-950\/30:is(.dark-theme *){
  background-color: rgb(8 51 68 / 0.3);
}

.dark\:bg-cyan-950\/40:is(.dark-theme *){
  background-color: rgb(8 51 68 / 0.4);
}

.dark\:bg-cyan-950\/5:is(.dark-theme *){
  background-color: rgb(8 51 68 / 0.05);
}

.dark\:bg-emerald-500\/10:is(.dark-theme *){
  background-color: rgb(16 185 129 / 0.1);
}

.dark\:bg-emerald-500\/20:is(.dark-theme *){
  background-color: rgb(16 185 129 / 0.2);
}

.dark\:bg-emerald-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-900:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-900\/30:is(.dark-theme *){
  background-color: rgb(6 78 59 / 0.3);
}

.dark\:bg-emerald-900\/40:is(.dark-theme *){
  background-color: rgb(6 78 59 / 0.4);
}

.dark\:bg-emerald-950:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-950\/10:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.1);
}

.dark\:bg-emerald-950\/15:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.15);
}

.dark\:bg-emerald-950\/20:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.2);
}

.dark\:bg-emerald-950\/30:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.3);
}

.dark\:bg-emerald-950\/40:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.4);
}

.dark\:bg-emerald-950\/5:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.05);
}

.dark\:bg-emerald-950\/50:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.5);
}

.dark\:bg-emerald-950\/60:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.6);
}

.dark\:bg-fuchsia-950\/20:is(.dark-theme *){
  background-color: rgb(74 4 78 / 0.2);
}

.dark\:bg-fuchsia-950\/40:is(.dark-theme *){
  background-color: rgb(74 4 78 / 0.4);
}

.dark\:bg-fuchsia-950\/5:is(.dark-theme *){
  background-color: rgb(74 4 78 / 0.05);
}

.dark\:bg-gray-700:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-800\/40:is(.dark-theme *){
  background-color: rgb(31 41 55 / 0.4);
}

.dark\:bg-green-500\/20:is(.dark-theme *){
  background-color: rgb(34 197 94 / 0.2);
}

.dark\:bg-green-800\/30:is(.dark-theme *){
  background-color: rgb(22 101 52 / 0.3);
}

.dark\:bg-green-950\/15:is(.dark-theme *){
  background-color: rgb(5 46 22 / 0.15);
}

.dark\:bg-green-950\/20:is(.dark-theme *){
  background-color: rgb(5 46 22 / 0.2);
}

.dark\:bg-green-950\/25:is(.dark-theme *){
  background-color: rgb(5 46 22 / 0.25);
}

.dark\:bg-green-950\/30:is(.dark-theme *){
  background-color: rgb(5 46 22 / 0.3);
}

.dark\:bg-green-950\/40:is(.dark-theme *){
  background-color: rgb(5 46 22 / 0.4);
}

.dark\:bg-green-950\/5:is(.dark-theme *){
  background-color: rgb(5 46 22 / 0.05);
}

.dark\:bg-indigo-900:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-900\/30:is(.dark-theme *){
  background-color: rgb(49 46 129 / 0.3);
}

.dark\:bg-indigo-900\/40:is(.dark-theme *){
  background-color: rgb(49 46 129 / 0.4);
}

.dark\:bg-indigo-950:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-950\/10:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.1);
}

.dark\:bg-indigo-950\/15:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.15);
}

.dark\:bg-indigo-950\/20:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.2);
}

.dark\:bg-indigo-950\/30:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.3);
}

.dark\:bg-indigo-950\/40:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.4);
}

.dark\:bg-indigo-950\/5:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.05);
}

.dark\:bg-indigo-950\/50:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.5);
}

.dark\:bg-lime-950\/20:is(.dark-theme *){
  background-color: rgb(26 46 5 / 0.2);
}

.dark\:bg-lime-950\/5:is(.dark-theme *){
  background-color: rgb(26 46 5 / 0.05);
}

.dark\:bg-orange-900\/40:is(.dark-theme *){
  background-color: rgb(124 45 18 / 0.4);
}

.dark\:bg-orange-950:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-950\/20:is(.dark-theme *){
  background-color: rgb(67 20 7 / 0.2);
}

.dark\:bg-orange-950\/30:is(.dark-theme *){
  background-color: rgb(67 20 7 / 0.3);
}

.dark\:bg-orange-950\/5:is(.dark-theme *){
  background-color: rgb(67 20 7 / 0.05);
}

.dark\:bg-pink-950\/20:is(.dark-theme *){
  background-color: rgb(80 7 36 / 0.2);
}

.dark\:bg-pink-950\/5:is(.dark-theme *){
  background-color: rgb(80 7 36 / 0.05);
}

.dark\:bg-purple-900\/30:is(.dark-theme *){
  background-color: rgb(88 28 135 / 0.3);
}

.dark\:bg-purple-950\/10:is(.dark-theme *){
  background-color: rgb(59 7 100 / 0.1);
}

.dark\:bg-purple-950\/20:is(.dark-theme *){
  background-color: rgb(59 7 100 / 0.2);
}

.dark\:bg-purple-950\/30:is(.dark-theme *){
  background-color: rgb(59 7 100 / 0.3);
}

.dark\:bg-purple-950\/40:is(.dark-theme *){
  background-color: rgb(59 7 100 / 0.4);
}

.dark\:bg-purple-950\/5:is(.dark-theme *){
  background-color: rgb(59 7 100 / 0.05);
}

.dark\:bg-red-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-800\/40:is(.dark-theme *){
  background-color: rgb(153 27 27 / 0.4);
}

.dark\:bg-red-900\/30:is(.dark-theme *){
  background-color: rgb(127 29 29 / 0.3);
}

.dark\:bg-red-900\/40:is(.dark-theme *){
  background-color: rgb(127 29 29 / 0.4);
}

.dark\:bg-red-900\/50:is(.dark-theme *){
  background-color: rgb(127 29 29 / 0.5);
}

.dark\:bg-red-950:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-950\/10:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.1);
}

.dark\:bg-red-950\/15:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.15);
}

.dark\:bg-red-950\/20:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.2);
}

.dark\:bg-red-950\/25:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.25);
}

.dark\:bg-red-950\/30:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.3);
}

.dark\:bg-red-950\/40:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.4);
}

.dark\:bg-red-950\/5:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.05);
}

.dark\:bg-red-950\/60:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.6);
}

.dark\:bg-rose-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-900\/30:is(.dark-theme *){
  background-color: rgb(136 19 55 / 0.3);
}

.dark\:bg-rose-900\/40:is(.dark-theme *){
  background-color: rgb(136 19 55 / 0.4);
}

.dark\:bg-rose-950\/10:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.1);
}

.dark\:bg-rose-950\/20:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.2);
}

.dark\:bg-rose-950\/25:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.25);
}

.dark\:bg-rose-950\/30:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.3);
}

.dark\:bg-rose-950\/40:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.4);
}

.dark\:bg-rose-950\/5:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.05);
}

.dark\:bg-rose-950\/50:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.5);
}

.dark\:bg-rose-950\/60:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.6);
}

.dark\:bg-sky-950\/20:is(.dark-theme *){
  background-color: rgb(8 47 73 / 0.2);
}

.dark\:bg-sky-950\/30:is(.dark-theme *){
  background-color: rgb(8 47 73 / 0.3);
}

.dark\:bg-sky-950\/40:is(.dark-theme *){
  background-color: rgb(8 47 73 / 0.4);
}

.dark\:bg-sky-950\/5:is(.dark-theme *){
  background-color: rgb(8 47 73 / 0.05);
}

.dark\:bg-slate-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-700:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-700\/60:is(.dark-theme *){
  background-color: rgb(51 65 85 / 0.6);
}

.dark\:bg-slate-800:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-800\/10:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.1);
}

.dark\:bg-slate-800\/20:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.2);
}

.dark\:bg-slate-800\/30:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.3);
}

.dark\:bg-slate-800\/40:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.4);
}

.dark\:bg-slate-800\/50:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.5);
}

.dark\:bg-slate-800\/60:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.6);
}

.dark\:bg-slate-800\/80:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.8);
}

.dark\:bg-slate-800\/90:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.9);
}

.dark\:bg-slate-900:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-900\/10:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.1);
}

.dark\:bg-slate-900\/20:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.2);
}

.dark\:bg-slate-900\/30:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.3);
}

.dark\:bg-slate-900\/40:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.4);
}

.dark\:bg-slate-900\/50:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.5);
}

.dark\:bg-slate-900\/60:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.6);
}

.dark\:bg-slate-900\/70:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.7);
}

.dark\:bg-slate-900\/75:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.75);
}

.dark\:bg-slate-900\/80:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.8);
}

.dark\:bg-slate-900\/90:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.9);
}

.dark\:bg-slate-900\/95:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.95);
}

.dark\:bg-slate-950:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-950\/20:is(.dark-theme *){
  background-color: rgb(2 6 23 / 0.2);
}

.dark\:bg-slate-950\/30:is(.dark-theme *){
  background-color: rgb(2 6 23 / 0.3);
}

.dark\:bg-slate-950\/40:is(.dark-theme *){
  background-color: rgb(2 6 23 / 0.4);
}

.dark\:bg-slate-950\/50:is(.dark-theme *){
  background-color: rgb(2 6 23 / 0.5);
}

.dark\:bg-stone-900\/10:is(.dark-theme *){
  background-color: rgb(28 25 23 / 0.1);
}

.dark\:bg-stone-900\/20:is(.dark-theme *){
  background-color: rgb(28 25 23 / 0.2);
}

.dark\:bg-teal-950\/20:is(.dark-theme *){
  background-color: rgb(4 47 46 / 0.2);
}

.dark\:bg-teal-950\/30:is(.dark-theme *){
  background-color: rgb(4 47 46 / 0.3);
}

.dark\:bg-teal-950\/40:is(.dark-theme *){
  background-color: rgb(4 47 46 / 0.4);
}

.dark\:bg-teal-950\/5:is(.dark-theme *){
  background-color: rgb(4 47 46 / 0.05);
}

.dark\:bg-violet-950\/20:is(.dark-theme *){
  background-color: rgb(46 16 101 / 0.2);
}

.dark\:bg-violet-950\/30:is(.dark-theme *){
  background-color: rgb(46 16 101 / 0.3);
}

.dark\:bg-violet-950\/40:is(.dark-theme *){
  background-color: rgb(46 16 101 / 0.4);
}

.dark\:bg-violet-950\/5:is(.dark-theme *){
  background-color: rgb(46 16 101 / 0.05);
}

.dark\:bg-yellow-600:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-800\/30:is(.dark-theme *){
  background-color: rgb(133 77 14 / 0.3);
}

.dark\:bg-yellow-900\/40:is(.dark-theme *){
  background-color: rgb(113 63 18 / 0.4);
}

.dark\:bg-yellow-950\/10:is(.dark-theme *){
  background-color: rgb(66 32 6 / 0.1);
}

.dark\:bg-yellow-950\/15:is(.dark-theme *){
  background-color: rgb(66 32 6 / 0.15);
}

.dark\:bg-yellow-950\/20:is(.dark-theme *){
  background-color: rgb(66 32 6 / 0.2);
}

.dark\:bg-yellow-950\/30:is(.dark-theme *){
  background-color: rgb(66 32 6 / 0.3);
}

.dark\:bg-yellow-950\/5:is(.dark-theme *){
  background-color: rgb(66 32 6 / 0.05);
}

.dark\:bg-zinc-900\/10:is(.dark-theme *){
  background-color: rgb(24 24 27 / 0.1);
}

.dark\:bg-zinc-900\/20:is(.dark-theme *){
  background-color: rgb(24 24 27 / 0.2);
}

.dark\:from-green-950\/20:is(.dark-theme *){
  --tw-gradient-from: rgb(5 46 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-950\/30:is(.dark-theme *){
  --tw-gradient-from: rgb(69 10 10 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-800\/40:is(.dark-theme *){
  --tw-gradient-from: rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-900:is(.dark-theme *){
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-950\/20:is(.dark-theme *){
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-green-900\/15:is(.dark-theme *){
  --tw-gradient-to: rgb(20 83 45 / 0.15) var(--tw-gradient-to-position);
}

.dark\:to-red-900\/20:is(.dark-theme *){
  --tw-gradient-to: rgb(127 29 29 / 0.2) var(--tw-gradient-to-position);
}

.dark\:to-slate-800:is(.dark-theme *){
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.dark\:to-slate-800\/10:is(.dark-theme *){
  --tw-gradient-to: rgb(30 41 59 / 0.1) var(--tw-gradient-to-position);
}

.dark\:to-yellow-900\/15:is(.dark-theme *){
  --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position);
}

.dark\:fill-slate-100:is(.dark-theme *){
  fill: #f1f5f9;
}

.dark\:fill-slate-400:is(.dark-theme *){
  fill: #94a3b8;
}

.dark\:stroke-red-500:is(.dark-theme *){
  stroke: #ef4444;
}

.dark\:stroke-slate-800\/80:is(.dark-theme *){
  stroke: rgb(30 41 59 / 0.8);
}

.dark\:stroke-slate-800\/85:is(.dark-theme *){
  stroke: rgb(30 41 59 / 0.85);
}

.dark\:text-\[\#9fa7b3\]:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(159 167 179 / var(--tw-text-opacity, 1));
}

.dark\:text-\[\#e4e6eb\]:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(228 230 235 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-500:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-500\/90:is(.dark-theme *){
  color: rgb(245 158 11 / 0.9);
}

.dark\:text-amber-500\/95:is(.dark-theme *){
  color: rgb(245 158 11 / 0.95);
}

.dark\:text-blue-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-100:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400\/80:is(.dark-theme *){
  color: rgb(52 211 153 / 0.8);
}

.dark\:text-emerald-500:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-100:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-500:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-600:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.dark\:text-green-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-green-600:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-500\/90:is(.dark-theme *){
  color: rgb(99 102 241 / 0.9);
}

.dark\:text-lime-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:text-red-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-red-500:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-400\/70:is(.dark-theme *){
  color: rgb(251 113 133 / 0.7);
}

.dark\:text-rose-500:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-100:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-50:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-500:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-600:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-700:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-800:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-300:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-400:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.dark\:shadow-\[0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.02\)\2c 10px_0_24px_-24px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]:is(.dark-theme *){
  --tw-shadow: 0 0 0 1px rgba(255,255,255,0.02),10px 0 24px -24px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 10px 0 24px -24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:ring-blue-800:is(.dark-theme *){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}


  html.dark-theme .dark\:text-slate-800:is(.dark-theme *) {
  color: var(--app-text) !important;
}


  html.dark-theme .dark\:text-slate-700:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-gray-600:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-slate-600:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-gray-500:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-slate-500:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}


  html.dark-theme .dark\:text-slate-400:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}

html.dark-theme .dark\:text-green-600:is(.dark-theme *) {
  color: #4ade80 !important;
}


  html.dark-theme .dark\:text-emerald-500:is(.dark-theme *) {
  color: #4ade80 !important;
}


  html.dark-theme .dark\:text-amber-500:is(.dark-theme *) {
  color: #fbbf24 !important;
}


  html.dark-theme .dark\:text-red-500:is(.dark-theme *) {
  color: #f87171 !important;
}

html.dark-theme .dark\:bg-black\/50:is(.dark-theme *) {
  background-color: rgba(2, 6, 23, 0.78) !important;
}

.dark\:hover\:border-amber-900\/30:hover:is(.dark-theme *){
  border-color: rgb(120 53 15 / 0.3);
}

.dark\:hover\:border-blue-700:hover:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-emerald-500:hover:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-red-900\/30:hover:is(.dark-theme *){
  border-color: rgb(127 29 29 / 0.3);
}

.dark\:hover\:border-rose-900\/60:hover:is(.dark-theme *){
  border-color: rgb(136 19 55 / 0.6);
}

.dark\:hover\:border-slate-600:hover:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-slate-700:hover:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-slate-800:hover:is(.dark-theme *){
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.dark\:hover\:bg-amber-900\/20:hover:is(.dark-theme *){
  background-color: rgb(120 53 15 / 0.2);
}

.dark\:hover\:bg-amber-900\/30:hover:is(.dark-theme *){
  background-color: rgb(120 53 15 / 0.3);
}

.dark\:hover\:bg-amber-900\/40:hover:is(.dark-theme *){
  background-color: rgb(120 53 15 / 0.4);
}

.dark\:hover\:bg-amber-900\/60:hover:is(.dark-theme *){
  background-color: rgb(120 53 15 / 0.6);
}

.dark\:hover\:bg-amber-950\/20:hover:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.2);
}

.dark\:hover\:bg-amber-950\/25:hover:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.25);
}

.dark\:hover\:bg-amber-950\/40:hover:is(.dark-theme *){
  background-color: rgb(69 26 3 / 0.4);
}

.dark\:hover\:bg-blue-900\/30:hover:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.3);
}

.dark\:hover\:bg-blue-900\/60:hover:is(.dark-theme *){
  background-color: rgb(30 58 138 / 0.6);
}

.dark\:hover\:bg-blue-950\/20:hover:is(.dark-theme *){
  background-color: rgb(23 37 84 / 0.2);
}

.dark\:hover\:bg-emerald-900\/30:hover:is(.dark-theme *){
  background-color: rgb(6 78 59 / 0.3);
}

.dark\:hover\:bg-emerald-900\/60:hover:is(.dark-theme *){
  background-color: rgb(6 78 59 / 0.6);
}

.dark\:hover\:bg-emerald-950\/20:hover:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.2);
}

.dark\:hover\:bg-emerald-950\/25:hover:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.25);
}

.dark\:hover\:bg-emerald-950\/30:hover:is(.dark-theme *){
  background-color: rgb(2 44 34 / 0.3);
}

.dark\:hover\:bg-indigo-900\/30:hover:is(.dark-theme *){
  background-color: rgb(49 46 129 / 0.3);
}

.dark\:hover\:bg-indigo-900\/40:hover:is(.dark-theme *){
  background-color: rgb(49 46 129 / 0.4);
}

.dark\:hover\:bg-indigo-950\/30:hover:is(.dark-theme *){
  background-color: rgb(30 27 75 / 0.3);
}

.dark\:hover\:bg-orange-900\/30:hover:is(.dark-theme *){
  background-color: rgb(124 45 18 / 0.3);
}

.dark\:hover\:bg-purple-900\/30:hover:is(.dark-theme *){
  background-color: rgb(88 28 135 / 0.3);
}

.dark\:hover\:bg-red-900\/30:hover:is(.dark-theme *){
  background-color: rgb(127 29 29 / 0.3);
}

.dark\:hover\:bg-red-950\/25:hover:is(.dark-theme *){
  background-color: rgb(69 10 10 / 0.25);
}

.dark\:hover\:bg-rose-900\/20:hover:is(.dark-theme *){
  background-color: rgb(136 19 55 / 0.2);
}

.dark\:hover\:bg-rose-900\/30:hover:is(.dark-theme *){
  background-color: rgb(136 19 55 / 0.3);
}

.dark\:hover\:bg-rose-900\/40:hover:is(.dark-theme *){
  background-color: rgb(136 19 55 / 0.4);
}

.dark\:hover\:bg-rose-950\/20:hover:is(.dark-theme *){
  background-color: rgb(76 5 25 / 0.2);
}

.dark\:hover\:bg-slate-700:hover:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-slate-700\/50:hover:is(.dark-theme *){
  background-color: rgb(51 65 85 / 0.5);
}

.dark\:hover\:bg-slate-700\/60:hover:is(.dark-theme *){
  background-color: rgb(51 65 85 / 0.6);
}

.dark\:hover\:bg-slate-700\/70:hover:is(.dark-theme *){
  background-color: rgb(51 65 85 / 0.7);
}

.dark\:hover\:bg-slate-800:hover:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-slate-800\/10:hover:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.1);
}

.dark\:hover\:bg-slate-800\/20:hover:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.2);
}

.dark\:hover\:bg-slate-800\/30:hover:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.3);
}

.dark\:hover\:bg-slate-800\/40:hover:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.4);
}

.dark\:hover\:bg-slate-800\/50:hover:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.5);
}

.dark\:hover\:bg-slate-800\/60:hover:is(.dark-theme *){
  background-color: rgb(30 41 59 / 0.6);
}

.dark\:hover\:bg-slate-900:hover:is(.dark-theme *){
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-slate-900\/20:hover:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.2);
}

.dark\:hover\:bg-slate-900\/60:hover:is(.dark-theme *){
  background-color: rgb(15 23 42 / 0.6);
}

.dark\:hover\:bg-teal-900\/30:hover:is(.dark-theme *){
  background-color: rgb(19 78 74 / 0.3);
}

.dark\:hover\:bg-violet-900\/60:hover:is(.dark-theme *){
  background-color: rgb(76 29 149 / 0.6);
}

.dark\:hover\:bg-yellow-900\/30:hover:is(.dark-theme *){
  background-color: rgb(113 63 18 / 0.3);
}

.dark\:hover\:text-amber-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-blue-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-blue-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-emerald-200:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-emerald-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-emerald-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-gray-200:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-gray-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-green-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-purple-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-red-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-rose-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-sky-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-slate-100:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-slate-200:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-slate-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-slate-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-violet-300:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-violet-400:hover:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.dark\:hover\:shadow-emerald-500\/5:hover:is(.dark-theme *){
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:hover\:shadow-rose-500\/5:hover:is(.dark-theme *){
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}


  html.dark-theme .dark\:hover\:text-slate-400:hover:is(.dark-theme *) {
  color: var(--app-text-muted) !important;
}

.group:hover .dark\:group-hover\:text-amber-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-emerald-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-indigo-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-rose-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-slate-200:is(.dark-theme *){
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .dark\:peer-focus\:ring-offset-slate-900:is(.dark-theme *){
  --tw-ring-offset-color: #0f172a;
}

@media (min-width: 640px){
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

  .sm\:w-9{
    width: 2.25rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-\[150px\]{
    width: 150px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:max-w-\[70\%\]{
    max-width: 70%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-1{
    gap: 0.25rem;
  }

  .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-\[10px\]{
    font-size: 10px;
  }

  .sm\:text-\[11px\]{
    font-size: 11px;
  }

  .sm\:text-\[9px\]{
    font-size: 9px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-\[460px\]{
    width: 460px;
  }

  .md\:w-\[680px\]{
    width: 680px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_1fr_1fr_auto\]{
    grid-template-columns: 1fr 1fr 1fr auto;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-\[350px\]{
    width: 350px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.6fr\)_minmax\(300px\2c 0\.8fr\)\]{
    grid-template-columns: minmax(0,1.6fr) minmax(300px,0.8fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.7fr\)_minmax\(300px\2c 0\.7fr\)\]{
    grid-template-columns: minmax(0,1.7fr) minmax(300px,0.7fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_22rem\]{
    grid-template-columns: minmax(0,1fr) 22rem;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:self-auto{
    align-self: auto;
  }
}

@media (min-width: 1536px){
  .\32xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after{
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


