@charset "UTF-8";

/* ../../../../../tmp/tmp-650343-ocYZX7fHSQuh/max/max/public/scss/design_system.bundle.css */
:root {
  --font-heading:
    "Montserrat",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-body:
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-mono:
    "Roboto Mono",
    "SF Mono",
    Monaco,
    "Cascadia Code",
    monospace;
}
:root {
  --neutral-white: #ffffff;
  --neutral-black: #000000;
  --invert-neutral: var(--neutral-black);
  --gray-50: #f8f8f8;
  --gray-100: #f3f3f3;
  --gray-200: #ededed;
  --gray-300: #e2e2e2;
  --gray-400: #c7c7c7;
  --gray-500: #999999;
  --gray-600: #7c7c7c;
  --gray-700: #525252;
  --gray-800: #383838;
  --gray-900: #171717;
}
:root {
  --blue-50: #f7fbfd;
  --blue-100: #edf6fd;
  --blue-200: #e3f1fd;
  --blue-300: #c9e7fc;
  --blue-400: #70b6f0;
  --blue-500: #0289f7;
  --blue-600: #007be0;
  --blue-700: #0070cc;
  --blue-800: #005ca3;
  --blue-900: #004880;
}
:root {
  --green-50: #f3fcf5;
  --green-100: #e4f5e9;
  --green-200: #daf0e1;
  --green-300: #cae5d4;
  --green-400: #b6dec5;
  --green-500: #59ba8b;
  --green-600: #30a66d;
  --green-700: #278f5e;
  --green-800: #16794c;
  --green-900: #173b2c;
}
:root {
  --red-50: #fff7f7;
  --red-100: #fff0f0;
  --red-200: #fcd7d7;
  --red-300: #f9c6c6;
  --red-400: #eb9091;
  --red-500: #e03636;
  --red-600: #cc2929;
  --red-700: #b52a2a;
  --red-800: #941f1f;
  --red-900: #6b1515;
}
:root {
  --orange-50: #fff9f5;
  --orange-100: #fff1e7;
  --orange-200: #fce6d5;
  --orange-300: #f7d6bd;
  --orange-400: #f0b58b;
  --orange-500: #e86c13;
  --orange-600: #d45a08;
  --orange-700: #bd3e0c;
  --orange-800: #9e3513;
  --orange-900: #6b2711;
}
:root {
  --amber-50: #fdfaed;
  --amber-100: #fcf3cf;
  --amber-200: #f7e28d;
  --amber-300: #f5d261;
  --amber-400: #f2be3a;
  --amber-500: #e79913;
  --amber-600: #db7706;
  --amber-700: #b35309;
  --amber-800: #91400d;
  --amber-900: #763813;
}
:root {
  --yellow-50: #fffcef;
  --yellow-100: #fff7d3;
  --yellow-200: #f7e9a8;
  --yellow-300: #f5e171;
  --yellow-400: #f2d14b;
  --yellow-500: #edba13;
  --yellow-600: #d1930d;
  --yellow-700: #ab6e05;
  --yellow-800: #8c5600;
  --yellow-900: #733f12;
}
:root {
  --cyan-50: #f5fbfc;
  --cyan-100: #e0f8ff;
  --cyan-200: #b3ecfc;
  --cyan-300: #94e6ff;
  --cyan-400: #6bd3f2;
  --cyan-500: #34bae3;
  --cyan-600: #32a4c7;
  --cyan-700: #267a94;
  --cyan-800: #125c73;
  --cyan-900: #164759;
}
:root {
  --teal-50: #f0fdfa;
  --teal-100: #e6f7f4;
  --teal-200: #bae8e1;
  --teal-300: #97ded4;
  --teal-400: #73d1c4;
  --teal-500: #36baad;
  --teal-600: #0b9e92;
  --teal-700: #0f736b;
  --teal-800: #115c57;
  --teal-900: #114541;
}
:root {
  --violet-50: #fbfaff;
  --violet-100: #f5f2ff;
  --violet-200: #e5e1fa;
  --violet-300: #dad2f7;
  --violet-400: #bdb1f0;
  --violet-500: #6846e3;
  --violet-600: #5f46c7;
  --violet-700: #4f3da1;
  --violet-800: #392980;
  --violet-900: #251959;
}
:root {
  --pink-50: #fff7fc;
  --pink-100: #feeef8;
  --pink-200: #f8e2f0;
  --pink-300: #f2d4e6;
  --pink-400: #e9c4da;
  --pink-500: #e34aa6;
  --pink-600: #cf3a96;
  --pink-700: #9c2671;
  --pink-800: #801458;
  --pink-900: #570f3e;
}
:root {
  --purple-50: #fdfaff;
  --purple-100: #f9f0ff;
  --purple-200: #f1e5fa;
  --purple-300: #e9d6f5;
  --purple-400: #d6c1e6;
  --purple-500: #9c45e3;
  --purple-600: #8642c2;
  --purple-700: #6e399d;
  --purple-800: #5c2f83;
  --purple-900: #401863;
}
:root {
  --white-overlay-50: rgba(255, 255, 255, 0.09);
  --white-overlay-100: rgba(255, 255, 255, 0.18);
  --white-overlay-200: rgba(255, 255, 255, 0.27);
  --white-overlay-300: rgba(255, 255, 255, 0.36);
  --white-overlay-400: rgba(255, 255, 255, 0.45);
  --white-overlay-500: rgba(255, 255, 255, 0.54);
  --white-overlay-600: rgba(255, 255, 255, 0.63);
  --white-overlay-700: rgba(255, 255, 255, 0.72);
  --white-overlay-800: rgba(255, 255, 255, 0.81);
  --white-overlay-900: rgba(255, 255, 255, 0.9);
  --black-overlay-50: rgba(0, 0, 0, 0.09);
  --black-overlay-100: rgba(0, 0, 0, 0.18);
  --black-overlay-200: rgba(0, 0, 0, 0.27);
  --black-overlay-300: rgba(0, 0, 0, 0.36);
  --black-overlay-400: rgba(0, 0, 0, 0.45);
  --black-overlay-500: rgba(0, 0, 0, 0.54);
  --black-overlay-600: rgba(0, 0, 0, 0.63);
  --black-overlay-700: rgba(0, 0, 0, 0.72);
  --black-overlay-800: rgba(0, 0, 0, 0.81);
  --black-overlay-900: rgba(0, 0, 0, 0.9);
  --linear-black: linear-gradient(to bottom, rgba(46, 46, 46, 0.18) 0%, rgba(36, 36, 36, 0.14) 100%);
  --linear-blue: linear-gradient(to bottom, rgba(17, 142, 245, 0.067) 0%, rgba(7, 127, 247, 0.029) 100%);
  --angular-white: conic-gradient(rgba(255, 255, 255, 1) 72.38%, rgba(255, 255, 255, 1) 99.87%);
  --angular-black: conic-gradient(rgba(56, 56, 56, 0.22) 72.38%, rgba(56, 56, 56, 0.22) 99.87%);
  --angular-green: conic-gradient(rgba(23, 117, 75, 0.092) 72.38%, rgba(23, 117, 75, 0.092) 99.87%);
  --angular-red: conic-gradient(rgba(205, 41, 41, 0.804) 72.38%, rgba(205, 41, 41, 0.804) 99.87%);
  --angular-blue: conic-gradient(rgba(0, 110, 219, 0) 72.38%, rgba(0, 110, 219, 0) 99.87%);
}
:root {
  --outline-gray-1: #ededed;
  --outline-gray-2: #e2e2e2;
  --outline-gray-3: #c7c7c7;
  --outline-gray-4: #999999;
  --outline-gray-5: #383838;
  --outline-red-1: #fdc2c2;
  --outline-red-2: #f79596;
  --outline-red-3: #e03636;
  --outline-green-1: #a6efc0;
  --outline-green-2: #86e0a8;
  --outline-amber-1: #fbdb73;
  --outline-amber-2: #fbcc55;
  --outline-blue-1: #a7d7fd;
  --outline-orange-1: #f4b07f;
  --outline-gray-modals: #ededed;
}
:root {
  --surface-gray-1: #f8f8f8;
  --surface-gray-2: #f3f3f3;
  --surface-gray-3: #ededed;
  --surface-gray-4: #e2e2e2;
  --surface-gray-5: #525252;
  --surface-gray-6: #383838;
  --surface-gray-7: #171717;
  --surface-red-1: #fff7f7;
  --surface-red-2: #ffe7e7;
  --surface-red-3: #ffd8d8;
  --surface-red-4: #fdc2c2;
  --surface-red-5: #cc2929;
  --surface-red-6: #b52a2a;
  --surface-red-7: #941f1f;
  --surface-green-1: #f2fdf4;
  --surface-green-2: #e4faeb;
  --surface-green-3: #278f5e;
  --surface-amber-1: #fdfaed;
  --surface-amber-2: #fff7d3;
  --surface-amber-3: #db7706;
  --surface-blue-1: #f2f9ff;
  --surface-blue-2: #e6f4ff;
  --surface-blue-3: #007be0;
  --surface-orange-1: #ffefe4;
  --surface-violet-1: #f0ebff;
  --surface-cyan-1: #ddf7ff;
  --surface-pink-1: #fde8f5;
  --surface-menu-bar: #f8f8f8;
  --surface-modal: #ffffff;
  --surface-white: #ffffff;
}
:root {
  --ink-gray-1: #ededed;
  --ink-gray-2: #e2e2e2;
  --ink-gray-3: #c7c7c7;
  --ink-gray-4: #999999;
  --ink-gray-5: #7c7c7c;
  --ink-gray-6: #525252;
  --ink-gray-7: #525252;
  --ink-gray-8: #383838;
  --ink-gray-9: #171717;
  --ink-red-1: #fff7f7;
  --ink-red-2: #f79596;
  --ink-red-3: #e03636;
  --ink-red-4: #cc2929;
  --ink-green-1: #f2fdf4;
  --ink-green-2: #46b37e;
  --ink-green-3: #278f5e;
  --ink-amber-1: #fdfaed;
  --ink-amber-2: #e79913;
  --ink-amber-3: #db7706;
  --ink-blue-1: #f2f9ff;
  --ink-blue-2: #0289f7;
  --ink-blue-3: #007be0;
  --ink-cyan-1: #3bbde5;
  --ink-pink-1: #e34aa6;
  --ink-violet-1: #6846e3;
  --ink-blue-link: #73bbf6;
}
:root {
  --light-text-primary: #323232;
  --light-text-secondary: #4c4c4c;
  --light-text-color: #191919e0;
  --light-text-muted: #4c4c4c;
  --light-text-light: #7f7f7f;
  --light-text-disabled: #000000;
  --light-heading-color: #4c4c4c;
  --light-list-text: rgba(7, 3, 1, 0.9);
  --light-list-header-text: #ffffff;
  --dark-list-header-text: var(--gray-400);
  --borda-branca: #FFFFFF;
}
:root,
[data-theme=light],
[data-theme-mode=light] {
  --cor-principal: #FC4B08;
  --cor-principal-clara: #FFC78A;
  --cor-principal-escura: #E67A0D;
  --cor-principal-hover: #0a090945;
  --cor-principal-ativa: #0a090970;
  --fundo-pagina-principal: #fffefd;
  --fundo-pagina-superficie: #fbfbf9;
  --fundo-pagina-superficie-hover: #ffe5cc9d;
  --fundo-pagina-elevado: #FFD9B3;
  --borda-geral: #ffebd8;
  --borda-sidebar: #FFE5CC;
  --fundo-botao-padrao: #FFE5CC;
  --fundo-botao-padrao-hover: #FFD9B3;
  --fundo-sutil: #FFF5EB;
  --fundo-sutil-rgb:
    255,
    247,
    239;
  --sombra-principal: rgba(247, 139, 30, 0.25);
  --secondary: #FFA44D;
  --fundo-branco: #ffffff;
  --white-energia-border: #EDEDED;
}
[data-theme=dark],
[data-theme-mode=dark],
.dark,
.e-dark-mode {
  --cor-principal: #FC4B08;
  --cor-principal-clara: #FFC78A;
  --cor-principal-escura: #E67A0D;
  --cor-principal-hover: #E04406;
  --cor-principal-ativa: #C63A05;
  --fundo-pagina-principal: #1f2633;
  --fundo-pagina-superficie: #262e3b;
  --fundo-pagina-superficie-hover: #384254;
  --fundo-pagina-elevado: #2d3543;
  --borda-geral: #454f5e;
  --borda-sidebar: #E67A0D;
  --fundo-botao-padrao: #313843;
  --fundo-botao-padrao-hover: #384254;
  --fundo-sutil: #313843;
  --fundo-sutil-rgb:
    49,
    56,
    67;
  --sombra-principal: rgba(252, 75, 8, 0.3);
  --secondary: #3a4354;
  --fundo-branco: #111827;
  --white-energia-border: #374151;
}
:root,
[data-theme=light],
[data-theme-mode=light] {
  --mf-background: #f5f5f5;
  --mf-foreground: #171717;
  --mf-card: #fafafa;
  --mf-card-foreground: #171717;
  --mf-popover: #e3e3e3;
  --mf-popover-foreground: #171717;
  --mf-primary: #FC4B08;
  --mf-primary-foreground: #ffffff;
  --mf-secondary: #525252;
  --mf-secondary-foreground: #fafafa;
  --mf-muted: #a1a1a1;
  --mf-muted-foreground: #171717;
  --mf-accent: #fff9eb;
  --mf-accent-foreground: #f59e0b;
  --mf-destructive: #db2424;
  --mf-destructive-foreground: #fef1f1;
  --mf-border: #d4d4d4;
  --mf-input: #d4d4d4;
  --mf-ring: #FC4B08;
  --mf-sidebar-background: #FC4B08;
  --mf-sidebar-foreground: #fff4eb;
  --mf-sidebar-accent: #E04406;
  --mf-sidebar-active: #C63A05;
  --mf-sidebar-border: #E67A0D;
  --mf-sidebar-gradient-to: #C63A05;
  --mf-chart-1: #FFA44D;
  --mf-chart-2: #fbbd23;
  --mf-chart-3: #f9c715;
  --mf-chart-4: #E67A0D;
  --mf-chart-5: #737373;
  --background: 0 0% 96%;
  --foreground: 0 0% 9%;
  --card: 0 0% 98%;
  --card-foreground: 0 0% 9%;
  --popover: 0 0% 89%;
  --popover-foreground: 0 0% 9%;
  --primary: 16 98% 51%;
  --primary-foreground: 0 0% 100%;
  --secondary: 0 0% 32%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 63%;
  --muted-foreground: 0 0% 9%;
  --accent: 47 100% 96%;
  --accent-foreground: 37 92% 50%;
  --destructive: 0 72% 50%;
  --destructive-foreground: 0 85% 97%;
  --border: 0 0% 83%;
  --input: 0 0% 83%;
  --ring: 16 98% 51%;
  --scrollbar-track: 210 24% 90%;
  --scrollbar-thumb: 215 18% 72%;
  --scrollbar-thumb-hover: 215 22% 60%;
  --radius: 0.75rem;
  --sidebar-background: 16 98% 51%;
  --sidebar-foreground: 33 100% 96%;
  --sidebar-primary: 33 100% 96%;
  --sidebar-primary-foreground: 16 98% 51%;
  --sidebar-accent: 16 94% 45%;
  --sidebar-accent-foreground: 33 100% 96%;
  --sidebar-active: 15 95% 40%;
  --sidebar-active-foreground: 33 100% 97%;
  --sidebar-border: 30 90% 48%;
  --sidebar-ring: 33 100% 96%;
  --sidebar-gradient-from: 16 98% 51%;
  --sidebar-gradient-to: 15 95% 40%;
  --chart-1: 27 95% 60%;
  --chart-2: 43 96% 56%;
  --chart-3: 47 95% 53%;
  --chart-4: 24 94% 53%;
  --chart-5: 0 0% 45%;
}
[data-theme=dark],
[data-theme-mode=dark],
.dark,
.e-dark-mode {
  --mf-background: #1f2633;
  --mf-foreground: #eef2f6;
  --mf-card: #262e3b;
  --mf-card-foreground: #eef2f6;
  --mf-popover: #2d3543;
  --mf-popover-foreground: #eef2f6;
  --mf-primary: #FC4B08;
  --mf-primary-foreground: #ffffff;
  --mf-secondary: #3a4354;
  --mf-secondary-foreground: #eef2f6;
  --mf-muted: #313843;
  --mf-muted-foreground: #acb9c8;
  --mf-accent: #384254;
  --mf-accent-foreground: #eef2f6;
  --mf-destructive: #f04444;
  --mf-destructive-foreground: #fef1f1;
  --mf-border: #454f5e;
  --mf-input: #454f5e;
  --mf-ring: #FFC78A;
  --mf-sidebar-background: #FC4B08;
  --mf-sidebar-foreground: #fff4eb;
  --mf-sidebar-accent: #E04406;
  --mf-sidebar-active: #C63A05;
  --mf-sidebar-border: #E67A0D;
  --mf-sidebar-gradient-to: #C63A05;
  --mf-chart-1: #FFC78A;
  --mf-chart-2: #fbd34d;
  --mf-chart-3: #fdec86;
  --mf-chart-4: #E67A0D;
  --mf-chart-5: #737373;
  --background: 218 24% 16%;
  --foreground: 210 24% 95%;
  --card: 218 21% 19%;
  --card-foreground: 210 24% 95%;
  --popover: 218 20% 22%;
  --popover-foreground: 210 24% 95%;
  --primary: 27 95% 45%;
  --primary-foreground: 0 0% 100%;
  --secondary: 217 18% 28%;
  --secondary-foreground: 210 24% 95%;
  --muted: 217 16% 23%;
  --muted-foreground: 215 18% 74%;
  --accent: 217 19% 27%;
  --accent-foreground: 210 24% 95%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 85% 97%;
  --border: 217 15% 32%;
  --input: 217 15% 32%;
  --ring: 30 100% 77%;
  --scrollbar-track: 218 18% 22%;
  --scrollbar-thumb: 217 15% 38%;
  --scrollbar-thumb-hover: 215 18% 50%;
  --sidebar-background: 16 98% 51%;
  --sidebar-foreground: 33 100% 96%;
  --sidebar-primary: 33 100% 96%;
  --sidebar-primary-foreground: 16 98% 51%;
  --sidebar-accent: 16 94% 45%;
  --sidebar-accent-foreground: 33 100% 96%;
  --sidebar-active: 15 95% 40%;
  --sidebar-active-foreground: 33 100% 98%;
  --sidebar-border: 30 90% 48%;
  --sidebar-ring: 33 100% 96%;
  --sidebar-gradient-from: 16 98% 51%;
  --sidebar-gradient-to: 15 95% 40%;
  --chart-1: 30 97% 72%;
  --chart-2: 45 96% 64%;
  --chart-3: 48 96% 76%;
  --chart-4: 27 95% 60%;
  --chart-5: 0 0% 45%;
}
html:root,
html[data-theme=light],
html[data-theme-mode=light] {
  --color-sf-content-bg-color: #ffffff;
  --color-sf-content-bg-color-alt1: #f9fafb;
  --color-sf-content-bg-color-alt2: #f3f4f6;
  --color-sf-content-bg-color-alt3: #e5e7eb;
  --color-sf-content-bg-color-alt4: #9ca3af;
  --color-sf-content-bg-color-alt5: #6b7280;
  --color-sf-content-bg-color-hover: #f9fafb;
  --color-sf-content-bg-color-pressed: #f3f4f6;
  --color-sf-content-bg-color-focus: #f9fafb;
  --color-sf-content-bg-color-selected: #e5e7eb;
  --color-sf-content-bg-color-dragged: #f3f4f6;
  --color-sf-content-bg-color-disabled: #ffffff;
  --color-sf-flyout-bg-color: #ffffff;
  --color-sf-flyout-bg-color-hover: #f3f4f6;
  --color-sf-flyout-bg-color-pressed: #e5e7eb;
  --color-sf-flyout-bg-color-focus: #f3f4f6;
  --color-sf-flyout-bg-color-selected: #e5e7eb;
  --color-sf-table-bg-color-hover: #f9fafb;
  --color-sf-table-bg-color-pressed: #f3f4f6;
  --color-sf-table-bg-color-selected: #e5e7eb;
  --color-sf-text-input-bg-color: #ffffff;
  --color-sf-content-text-color: #111827;
  --color-sf-content-text-color-alt1: #374151;
  --color-sf-content-text-color-alt2: #4b5563;
  --color-sf-content-text-color-alt3: #6b7280;
  --color-sf-content-text-color-alt4: #9ca3af;
  --color-sf-placeholder-text-color: #6b7280;
  --color-sf-icon-color: #6b7280;
  --color-sf-icon-color-hover: #374151;
  --color-sf-border-light: #e5e7eb;
  --color-sf-border: #d1d5db;
  --color-sf-border-dark: #9ca3af;
  --color-sf-primary: #FC4B08;
  --color-sf-primary-text-color: #ffffff;
  --color-sf-primary-light: #FFA44D;
  --color-sf-primary-lighter: #FFC78A;
  --color-sf-primary-dark: #E67A0D;
  --color-sf-primary-darker: #C63A05;
}
html[data-theme=dark],
html[data-theme-mode=dark],
html.dark,
html.e-dark-mode {
  --color-sf-content-bg-color: #262e3b;
  --color-sf-content-bg-color-alt1: #29313d;
  --color-sf-content-bg-color-alt2: #2d3543;
  --color-sf-content-bg-color-alt3: #313843;
  --color-sf-content-bg-color-alt4: #384254;
  --color-sf-content-bg-color-alt5: #454f5e;
  --color-sf-content-bg-color-hover: #313843;
  --color-sf-content-bg-color-pressed: #384254;
  --color-sf-content-bg-color-focus: #313843;
  --color-sf-content-bg-color-selected: #384254;
  --color-sf-content-bg-color-dragged: #384254;
  --color-sf-content-bg-color-disabled: #1f2633;
  --color-sf-flyout-bg-color: #2d3543;
  --color-sf-flyout-bg-color-hover: #313843;
  --color-sf-flyout-bg-color-pressed: #384254;
  --color-sf-flyout-bg-color-focus: #313843;
  --color-sf-flyout-bg-color-selected: #384254;
  --color-sf-table-bg-color-hover: #313843;
  --color-sf-table-bg-color-pressed: #384254;
  --color-sf-table-bg-color-selected: #384254;
  --color-sf-text-input-bg-color: #1f2633;
  --color-sf-treeview-item-active-hover-bg: #384254;
  --color-sf-content-text-color: #eef2f6;
  --color-sf-content-text-color-alt1: #e5e7eb;
  --color-sf-content-text-color-alt2: #d1d5db;
  --color-sf-content-text-color-alt3: #acb9c8;
  --color-sf-content-text-color-alt4: #9ca3af;
  --color-sf-placeholder-text-color: #acb9c8;
  --color-sf-icon-color: #acb9c8;
  --color-sf-icon-color-hover: #eef2f6;
  --color-sf-border-light: #384254;
  --color-sf-border: #454f5e;
  --color-sf-border-dark: #acb9c8;
  --color-sf-primary: #FC4B08;
  --color-sf-primary-text-color: #ffffff;
  --color-sf-primary-light: #FFA44D;
  --color-sf-primary-lighter: #FFC78A;
  --color-sf-primary-dark: #E67A0D;
  --color-sf-primary-darker: #C63A05;
}
.factory-folder-tabs-bar {
  position: relative;
  isolation: isolate;
  flex-shrink: 0;
  background: hsl(var(--border)/0.2) !important;
}
.factory-folder-tabs-bar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-bottom: 1px solid hsl(var(--border)/0.95) !important;
  pointer-events: none;
}
.factory-folder-tabs-scroll {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--border)) transparent;
}
.factory-folder-tabs-scroll::-webkit-scrollbar {
  height: 3px;
}
.factory-folder-tabs-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.factory-folder-tabs-scroll::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background: hsl(var(--border));
}
.factory-folder-tabs-list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  height: auto;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0;
  border-radius: 0;
  background: transparent;
  padding: 8px 12px 0 !important;
}
.factory-folder-tab {
  --factory-tab-surface: hsl(var(--background));
  --factory-tab-track: hsl(var(--border) / 0.62);
  --factory-tab-border: hsl(var(--border) / 0.95);
  position: relative;
  z-index: 0;
  min-height: 37px;
  margin-bottom: -1px;
  flex-shrink: 0;
  overflow: visible;
  border: 1px solid var(--factory-tab-border) !important;
  border-right-width: 0 !important;
  border-bottom-color: var(--factory-tab-border) !important;
  border-radius: 8px 8px 0 0 !important;
  background: var(--factory-tab-track) !important;
  padding: 8px 16px 9px !important;
  color: hsl(var(--muted-foreground)) !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  white-space: nowrap;
  box-shadow: none !important;
  transition: none !important;
}
.factory-folder-tab:last-child {
  border-right-width: 1px !important;
}
.factory-folder-tab:hover {
  background: hsl(var(--border)/0.58) !important;
  color: hsl(var(--foreground)) !important;
}
.factory-folder-tab[data-state=active] {
  z-index: 2;
  border-color: var(--factory-tab-border) !important;
  border-bottom-color: var(--factory-tab-surface) !important;
  background: var(--factory-tab-surface) !important;
  color: hsl(var(--primary)) !important;
  box-shadow: 0 1px 0 0 var(--factory-tab-surface) !important;
}
.factory-folder-tab[data-state=active]::before,
.factory-folder-tab[data-state=active]::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  pointer-events: none;
  background: transparent;
  transition: none !important;
}
.factory-folder-tab[data-state=active]::before {
  left: -12px;
  border-right: 1px solid var(--factory-tab-border);
  border-bottom: 1px solid var(--factory-tab-border);
  border-bottom-right-radius: 12px;
  box-shadow: 4px 4px 0 4px var(--factory-tab-surface);
}
.factory-folder-tab[data-state=active]::after {
  right: -12px;
  border-left: 1px solid var(--factory-tab-border);
  border-bottom: 1px solid var(--factory-tab-border);
  border-bottom-left-radius: 12px;
  box-shadow: -4px 4px 0 4px var(--factory-tab-surface);
}
.factory-folder-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px hsl(var(--ring)/0.35) !important;
}
.factory-folder-tab[data-state=active]:focus-visible {
  box-shadow: 0 0 0 2px hsl(var(--ring)/0.35), 0 1px 0 0 var(--factory-tab-surface) !important;
}
@media (max-width: 640px) {
  .factory-folder-tabs-list {
    padding-inline: 8px !important;
  }
  .factory-folder-tab {
    min-height: 34px;
    padding: 7px 12px 8px !important;
    font-size: 0.8125rem;
  }
}
:root,
[data-theme=light],
[data-theme-mode=light] {
  --neutral: #fbfbf9;
  --invert-neutral: var(--neutral-black);
  --primary: var(--cor-principal);
  --primary-color: var(--cor-principal);
  --primary-light: var(--cor-principal-clara);
  --primary-dark: var(--cor-principal-escura);
  --sidebar-bg: var(--cor-principal);
  --sidebar-text: var(--neutral-white);
  --sidebar-hover: var(--cor-principal-hover);
  --sidebar-active: var(--cor-principal-ativa);
  --sidebar-active-text: var(--neutral-white);
  --sidebar-border-color: var(--borda-sidebar);
  --text-neutral: var(--gray-900);
  --text-dark: var(--gray-900);
  --text-muted: var(--light-text-muted);
  --text-light: var(--light-text-light);
  --text-color: var(--light-text-color);
  --text-primary: var(--light-text-primary);
  --text-secondary: var(--light-text-secondary);
  --text-disabled: var(--light-text-disabled);
  --heading-color: var(--light-heading-color);
  --icon-fill: none;
  --icon-stroke: var(--neutral-black);
  --error-bg: var(--red-100);
  --error-border: var(--red-400);
  --bg-color: var(--fundo-pagina-principal);
  --bg-surface: var(--fundo-pagina-superficie);
  --bg-surface-hover: var(--fundo-pagina-superficie-hover);
  --bg-elevated: var(--fundo-pagina-elevado);
  --fg-color: var(--neutral-white);
  --subtle-accent: var(--fundo-pagina-principal);
  --subtle-fg: var(--cor-principal);
  --fg-hover-color: var(--fundo-pagina-superficie-hover);
  --card-bg: var(--bg-color);
  --disabled-text-color: var(--text-disabled);
  --disabled-control-bg: var(--white-overlay-100);
  --control-bg: var(--gray-200);
  --control-bg-on-gray: var(--neutral-white);
  --control-bg-hover: var(--fundo-sutil);
  --awesomebar-focus-bg: var(--control-bg);
  --awesomplete-hover-bg: var(--fundo-botao-padrao);
  --modal-bg: var(--bg-color);
  --toast-bg: var(--modal-bg);
  --popover-bg: var(--bg-color);
  --navbar-bg: var(--bg-color);
  --navbar-border: var(--secondary);
  --btn-default-bg: var(--fundo-botao-padrao);
  --btn-default-hover-bg: var(--fundo-botao-padrao-hover);
  --btn-primary: var(--cor-principal);
  --btn-primary-hover: var(--cor-principal-escura);
  --border-primary: var(--cor-principal);
  --border-color: var(--borda-geral);
  --border-form: var(--borda-branca);
  --border-color-light: var(--borda-geral);
  --border-color-dark: var(--borda-geral);
  --dark-border-color: var(--secondary);
  --table-border-color: var(--border-color);
  --control-border: var(--secondary);
  --bg-blue: var(--blue-500);
  --bg-light-blue: var(--blue-400);
  --bg-dark-blue: var(--blue-600);
  --bg-green: var(--green-600);
  --bg-yellow: var(--yellow-500);
  --bg-orange: var(--orange-500);
  --bg-red: var(--red-500);
  --bg-gray: var(--gray-400);
  --bg-grey: var(--gray-400);
  --bg-darkgrey: var(--gray-600);
  --bg-dark-gray: var(--gray-600);
  --bg-light-gray: var(--gray-200);
  --bg-purple: var(--purple-500);
  --bg-pink: var(--pink-500);
  --bg-cyan: var(--cyan-500);
  --text-on-blue: #ffffff;
  --text-on-light-blue: #ffffff;
  --text-on-dark-blue: #ffffff;
  --text-on-green: #ffffff;
  --text-on-yellow: var(--gray-900);
  --text-on-orange: #ffffff;
  --text-on-red: #ffffff;
  --text-on-gray: #ffffff;
  --text-on-grey: #ffffff;
  --text-on-darkgrey: #ffffff;
  --text-on-dark-gray: #ffffff;
  --text-on-light-gray: var(--gray-900);
  --text-on-purple: #ffffff;
  --text-on-pink: #ffffff;
  --text-on-cyan: #ffffff;
  --alert-text-danger: var(--red-700);
  --alert-text-warning: var(--yellow-700);
  --alert-text-info: var(--blue-700);
  --alert-text-success: var(--green-700);
  --alert-bg-danger: var(--red-50);
  --alert-bg-warning: var(--yellow-50);
  --alert-bg-info: var(--blue-50);
  --alert-bg-success: var(--green-50);
  --sidebar-select-color: var(--cor-principal-ativa);
  --scrollbar-thumb-color: var(--cor-principal);
  --scrollbar-track-color: var(--fundo-sutil);
  --timeline-badge-color: var(--gray-400);
  --timeline-badge-bg: #ffffff;
  --shadow-inset: var(--gray-100);
  --highlight-color: var(--fundo-sutil);
  --yellow-highlight-color: var(--yellow-200);
  --highlight-shadow: 1px 1px 10px rgba(247, 139, 30, 0.2), 0px 0px 4px var(--sombra-principal);
  --shadow-base: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
  --btn-group-border-color: var(--borda-geral);
  --placeholder-color: var(--gray-500);
  --progress-bar-bg: var(--fundo-botao-padrao);
  --input-disabled-bg: var(--gray-100);
  --dropdown-bg: var(--fundo-pagina-superficie);
  --dropdown-border: var(--borda-geral);
  --dropdown-text: var(--text-color);
  --dropdown-hover-bg: var(--fundo-botao-padrao);
  --dropdown-active-bg: var(--fundo-botao-padrao-hover);
  --dropdown-shadow: 0 10px 28px rgba(0, 0, 0, 0.26), 0 2px 8px rgba(0, 0, 0, 0.20);
  --list-text-color: var(--light-list-text);
  --list-header-text-color: var(--light-list-header-text);
  --diff-added: var(--green-100);
  --diff-removed: var(--red-100);
  --checkbox-color: var(--cor-principal);
  --checkbox-gradient: linear-gradient(180deg, var(--cor-principal) -124.51%, var(--cor-principal-escura) 100%);
  --checkbox-disabled-gradient: linear-gradient(180deg, var(--gray-300) -124.51%, var(--gray-400) 100%);
  --checkbox-focus-shadow: 0 0 0 3px var(--sombra-principal);
  --switch-bg: var(--gray-300);
  --date-active-text: #ffffff;
  --date-active-bg: var(--cor-principal);
  --date-range-bg: var(--fundo-botao-padrao);
  --skeleton-bg: var(--gray-200);
  --star-fill: var(--cor-principal);
  --right-arrow-svg: url("data:image/svg+xml;utf8,<svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.25 7.5L4.75 4L1.25 0.5' stroke='%23323232' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  --left-arrow-svg: url("data:image/svg+xml;utf8,<svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.5 9.5L4 6l3.5-3.5' stroke='%23323232' stroke-linecap='round' stroke-linejoin='round'></path></svg>");
  --code-bg: var(--gray-100);
  --success-green: #25B84F;
  --warning-orange: #F5A71A;
  --info-blue: #049CCC;
  color-scheme: light;
}
[data-theme=dark],
[data-theme-mode=dark],
.dark,
.e-dark-mode {
  --neutral: var(--neutral-white);
  --invert-neutral: var(--neutral-white);
  --gray-50: #f0f4f8;
  --gray-100: #e5e7eb;
  --gray-200: #d1d5db;
  --gray-300: #acb9c8;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #525c6f;
  --gray-700: #384254;
  --gray-800: #262e3b;
  --gray-900: #1f2633;
  --primary: var(--cor-principal);
  --primary-color: var(--cor-principal);
  --primary-light: var(--cor-principal-clara);
  --primary-dark: var(--cor-principal-escura);
  --sidebar-bg: var(--cor-principal);
  --sidebar-text: #ffffff;
  --sidebar-hover: var(--cor-principal-hover);
  --sidebar-active: var(--cor-principal-ativa);
  --sidebar-active-text: #ffffff;
  --sidebar-border-color: var(--borda-sidebar);
  --text-neutral: var(--gray-50);
  --text-dark: var(--gray-900);
  --text-muted: var(--gray-400);
  --text-light: var(--gray-300);
  --text-color: var(--gray-50);
  --text-disabled: #ffffff;
  --heading-color: var(--gray-50);
  --icon-fill: transparent;
  --icon-stroke: var(--gray-300);
  --error-bg: var(--red-800);
  --error-border: var(--red-400);
  --bg-color: var(--fundo-pagina-principal);
  --bg-surface: var(--fundo-pagina-superficie);
  --bg-surface-hover: var(--fundo-pagina-superficie-hover);
  --bg-elevated: var(--fundo-pagina-elevado);
  --fg-color: var(--fundo-pagina-superficie);
  --subtle-accent: var(--fundo-pagina-superficie-hover);
  --subtle-fg: var(--fundo-sutil);
  --fg-hover-color: var(--fundo-pagina-superficie-hover);
  --card-bg: var(--bg-surface);
  --disabled-text-color: var(--gray-400);
  --disabled-control-bg: var(--gray-800);
  --control-bg: var(--fundo-pagina-elevado);
  --control-bg-on-gray: var(--fundo-pagina-elevado);
  --control-bg-hover: var(--fundo-pagina-superficie-hover);
  --awesomebar-focus-bg: var(--control-bg);
  --awesomplete-hover-bg: var(--gray-800);
  --modal-bg: var(--bg-surface);
  --toast-bg: var(--modal-bg);
  --popover-bg: var(--bg-color);
  --btn-default-bg: var(--fundo-botao-padrao);
  --btn-default-hover-bg: var(--fundo-botao-padrao-hover);
  --btn-primary: var(--cor-principal);
  --btn-primary-hover: var(--cor-principal-clara);
  --border-primary: var(--cor-principal);
  --border-color: var(--borda-geral);
  --border-color-light: var(--cor-principal);
  --border-color-dark: var(--cor-principal);
  --dark-border-color: var(--borda-geral);
  --table-border-color: var(--border-color);
  --control-border: var(--cor-principal);
  --bg-blue: var(--blue-600);
  --bg-light-blue: var(--blue-600);
  --bg-dark-blue: var(--blue-900);
  --bg-green: var(--green-900);
  --bg-yellow: var(--yellow-700);
  --bg-orange: var(--orange-700);
  --bg-red: var(--red-600);
  --bg-gray: var(--gray-600);
  --bg-grey: var(--gray-600);
  --bg-darkgrey: var(--gray-600);
  --bg-dark-gray: var(--gray-500);
  --bg-light-gray: var(--gray-800);
  --bg-purple: var(--purple-700);
  --bg-pink: var(--pink-700);
  --bg-cyan: var(--cyan-800);
  --text-on-blue: var(--blue-50);
  --text-on-light-blue: var(--blue-50);
  --text-on-dark-blue: var(--blue-300);
  --text-on-green: var(--green-100);
  --text-on-yellow: var(--yellow-50);
  --text-on-orange: var(--orange-100);
  --text-on-red: var(--red-50);
  --text-on-gray: var(--gray-50);
  --text-on-grey: var(--gray-50);
  --text-on-darkgrey: var(--gray-200);
  --text-on-dark-gray: var(--gray-200);
  --text-on-light-gray: var(--gray-100);
  --text-on-purple: var(--purple-100);
  --text-on-pink: var(--pink-100);
  --text-on-cyan: var(--cyan-100);
  --alert-text-danger: var(--red-300);
  --alert-text-warning: var(--yellow-300);
  --alert-text-info: var(--blue-300);
  --alert-text-success: var(--green-300);
  --alert-bg-danger: var(--red-900);
  --alert-bg-warning: var(--yellow-900);
  --alert-bg-info: var(--blue-900);
  --alert-bg-success: var(--green-900);
  --sidebar-select-color: var(--gray-800);
  --border-color-dark: var(--gray-700);
  --border-color-dark-orange: var(--cor-principal);
  --scrollbar-thumb-color: var(--gray-600);
  --scrollbar-track-color: var(--gray-700);
  --timeline-badge-color: var(--gray-500);
  --timeline-badge-bg: var(--gray-900);
  --shadow-inset: var(--fg-color);
  --highlight-color: var(--gray-700);
  --yellow-highlight-color: var(--yellow-700);
  --highlight-shadow: 1px 1px 10px var(--blue-900), 0px 0px 4px var(--blue-500);
  --shadow-base: 0px 4px 8px rgba(114, 176, 233, 0.06), 0px 0px 4px rgba(112, 172, 228, 0.12);
  --btn-group-border-color: var(--gray-700);
  --placeholder-color: var(--gray-100);
  --progress-bar-bg: var(--light);
  --input-disabled-bg: none;
  --dropdown-bg: var(--gray-800);
  --dropdown-border: var(--gray-700);
  --dropdown-text: var(--gray-50);
  --dropdown-hover-bg: var(--gray-700);
  --dropdown-active-bg: var(--gray-600);
  --dropdown-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  --list-text-color: var(--gray-200);
  --list-header-text-color: var(--dark-list-header-text);
  --diff-added: var(--green-800);
  --diff-removed: var(--red-800);
  --checkbox-color: var(--neutral-white);
  --checkbox-gradient: linear-gradient(180deg, var(--neutral-white) -124.51%, var(--neutral-white) 100%);
  --checkbox-disabled-gradient: linear-gradient(180deg, var(--gray-600) -124.51%, var(--gray-600) 100%);
  --checkbox-focus-shadow: var(--focus-default);
  --switch-bg: var(--gray-500);
  --date-active-text: var(--gray-100);
  --date-active-bg: var(--gray-700);
  --date-range-bg: var(--subtle-fg);
  --skeleton-bg: var(--gray-800);
  --star-fill: var(--gray-500);
  --right-arrow-svg: url("data:image/svg+xml;utf8,<svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.25 7.5L4.75 4L1.25 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  --left-arrow-svg: url("data:image/svg+xml;utf8,<svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.5 9.5L4 6l3.5-3.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'></path></svg>");
  --code-bg: #232323;
  --success-green: #5BE584;
  --warning-orange: #FFD274;
  --info-blue: #4DDBFF;
  --outline-white: #1c1c1c;
  --outline-gray-1: #232323;
  --outline-gray-2: #343434;
  --outline-gray-3: #424242;
  --outline-gray-4: #808080;
  --outline-red-1: #521515;
  --outline-red-2: #681916;
  --outline-red-3: #901818;
  --outline-green-1: #0a3f27;
  --outline-green-2: #035831;
  --outline-amber-1: #4b2606;
  --outline-amber-2: #603007;
  --outline-blue-1: #052b53;
  --outline-orange-1: #683108;
  --outline-gray-modals: #343434;
  --surface-white: #0f0f0f;
  --surface-gray-1: #232323;
  --surface-gray-2: #2b2b2b;
  --surface-gray-3: #343434;
  --surface-gray-4: #424242;
  --surface-gray-5: #afafaf;
  --surface-gray-6: #d4d4d4;
  --surface-gray-7: #f8f8f8;
  --surface-red-1: #361515;
  --surface-red-2: #361515e6;
  --surface-red-3: #521515e6;
  --surface-red-4: #681916;
  --surface-red-5: #e43838;
  --surface-red-6: #c12020;
  --surface-red-7: #901818;
  --surface-green-1: #0b2e1c;
  --surface-green-2: #0a3f27;
  --surface-green-3: #1ba964;
  --surface-amber-1: #371e06;
  --surface-amber-2: #4b2606;
  --surface-amber-3: #e37d00;
  --surface-blue-1: #0e2037;
  --surface-blue-2: #052b53;
  --surface-blue-3: #3294e3;
  --surface-orange-1: #401f07cc;
  --surface-violet-1: #221c42;
  --surface-cyan-1: #0b252d;
  --surface-pink-1: #471432cc;
  --surface-menu-bar: #0f0f0f;
  --surface-cards: #1c1c1c;
  --surface-modal: #232323;
  --surface-selected: #424242;
  --ink-white: #0f0f0f;
  --ink-gray-1: #232323;
  --ink-gray-2: #424242;
  --ink-gray-3: #717171;
  --ink-gray-4: #717171;
  --ink-gray-5: #808080;
  --ink-gray-6: #999999;
  --ink-gray-7: #afafaf;
  --ink-gray-8: #d4d4d4;
  --ink-gray-9: #f8f8f8;
  --ink-red-2: #681916;
  --ink-red-3: #e43838;
  --ink-red-4: #fc7474;
  --ink-green-2: #1ba964;
  --ink-green-3: #58c08e;
  --ink-amber-2: #e37d00;
  --ink-amber-3: #e79913;
  --ink-blue-2: #3294e3;
  --ink-blue-3: #5aaef2;
  --ink-cyan-1: #3cb8dc;
  --ink-pink-1: #e359ab;
  --ink-violet-1: #9d7cea;
  --ink-blue-link: #1580d8;
  color-scheme: dark;
}
[data-theme=dark] ::-moz-selection {
  color: var(--text-color);
  background: var(--bg-gray);
}
[data-theme=dark] ::selection {
  color: var(--text-color);
  background: var(--bg-gray);
}
[data-theme=dark] .btn-primary-light {
  background-color: #363434;
  box-shadow: none;
}
[data-theme=dark] .progress {
  background-color: var(--border-color-dark);
}
[data-theme=dark] .grid-body .editable-row {
  --control-bg: var(--bg-color);
  --input-disabled-bg: var(--control-bg);
}
[data-theme=dark] .frappe-card .btn-default {
  background-color: var(--control-bg);
}
[data-theme=dark] .frappe-card .btn-default:hover {
  background-color: var(--fg-hover-color);
}
[data-theme=dark] .comment-input-wrapper .ql-editor.ql-blank::before {
  color: var(--text-color);
}
[data-theme=dark] .rounded-lg.border.bg-card.p-3.space-y-2.h-full.flex.flex-col > .flex.items-center.justify-between > button.text-primary,
[data-theme-mode=dark] .rounded-lg.border.bg-card.p-3.space-y-2.h-full.flex.flex-col > .flex.items-center.justify-between > button.text-primary,
.dark .rounded-lg.border.bg-card.p-3.space-y-2.h-full.flex.flex-col > .flex.items-center.justify-between > button.text-primary,
.e-dark-mode .rounded-lg.border.bg-card.p-3.space-y-2.h-full.flex.flex-col > .flex.items-center.justify-between > button.text-primary {
  color: var(--gray-200) !important;
}
[data-theme=dark] .chart-container {
  --charts-label-color: var(--text-light);
  --charts-axis-line-color: var(--subtle-fg);
  --charts-stroke-width: 5px;
  --charts-dataset-circle-stroke: var(--fundo-branco);
  --charts-dataset-circle-stroke-width: var(--charts-stroke-width);
  --charts-tooltip-title: var(--charts-label-color);
  --charts-tooltip-label: var(--charts-label-color);
  --charts-tooltip-value: var(--fundo-branco);
  --charts-tooltip-bg: var(--bg-color);
  --charts-legend-label: var(--charts-label-color);
}
[data-theme=dark] .heatmap-chart g > rect[fill="#ebedf0"] {
  fill: var(--border-color-dark);
}
[data-theme=dark] .rating {
  --star-fill: var(--bg-gray);
}
[data-theme=dark] .rating .star-hover {
  --star-fill: var(--text-muted);
}
[data-theme=dark] .page-title .sidebar-toggle-btn {
  --icon-stroke: var(--text-light);
}
[data-theme=dark] {
  --nx-readonly-bg: var(--surface-gray-2);
  --nx-readonly-fg: var(--gray-200);
  --nx-readonly-bg-hover: var(--surface-selected);
  --sf-border: var(--gray-600);
  --sf-sidebar-border: var(--gray-700);
  --sf-white-border: var(--gray-700);
}
[data-theme=dark] .e-grid,
[data-theme=dark] .e-treegrid {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-grid .e-gridcontent,
[data-theme=dark] .e-treegrid .e-gridcontent {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-table,
[data-theme=dark] .e-treegrid .e-table {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-rowcell,
[data-theme=dark] .e-treegrid .e-rowcell {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-altrow .e-rowcell,
[data-theme=dark] .e-treegrid .e-altrow .e-rowcell {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .e-grid .e-row:hover .e-rowcell,
[data-theme=dark] .e-treegrid .e-row:hover .e-rowcell {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .e-grid .e-row.e-selectionbackground .e-rowcell,
[data-theme=dark] .e-treegrid .e-row.e-selectionbackground .e-rowcell,
[data-theme=dark] .e-grid .e-selectionbackground,
[data-theme=dark] .e-treegrid .e-selectionbackground {
  background-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-headercontent,
[data-theme=dark] .e-treegrid .e-headercontent,
[data-theme=dark] .e-grid .e-headercell,
[data-theme=dark] .e-treegrid .e-headercell,
[data-theme=dark] .e-grid th.e-rowdragheader,
[data-theme=dark] .e-treegrid th.e-rowdragheader {
  background-color: var(--cor-principal-escura) !important;
  color: var(--text-color) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-headercell .e-headertext,
[data-theme=dark] .e-treegrid .e-headercell .e-headertext,
[data-theme=dark] .e-grid .e-headercelldiv,
[data-theme=dark] .e-treegrid .e-headercelldiv {
  color: var(--text-color) !important;
}
[data-theme=dark] .e-grid .e-columnmenu::before,
[data-theme=dark] .e-treegrid .e-columnmenu::before {
  color: var(--text-light) !important;
}
[data-theme=dark] .e-grid td.e-updatedtd,
[data-theme=dark] .e-treegrid td.e-updatedtd {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .e-grid .e-toolbar,
[data-theme=dark] .e-treegrid .e-toolbar {
  background-color: var(--cor-principal-escura) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-items,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-left,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-center,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-right,
[data-theme=dark] .e-treegrid .e-toolbar .e-toolbar-items,
[data-theme=dark] .e-treegrid .e-toolbar .e-toolbar-left,
[data-theme=dark] .e-treegrid .e-toolbar .e-toolbar-center,
[data-theme=dark] .e-treegrid .e-toolbar .e-toolbar-right {
  background-color: var(--cor-principal-escura) !important;
}
[data-theme=dark] .e-grid .e-toolbar .e-table,
[data-theme=dark] .e-treegrid .e-toolbar .e-table {
  background-color: var(--cor-principal-escura) !important;
}
[data-theme=dark] .e-grid .e-rowcell input,
[data-theme=dark] .e-grid .e-rowcell .e-input,
[data-theme=dark] .e-grid .e-rowcell .e-control,
[data-theme=dark] .e-treegrid .e-rowcell input,
[data-theme=dark] .e-treegrid .e-rowcell .e-input,
[data-theme=dark] .e-treegrid .e-rowcell .e-control {
  background-color: transparent !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-grid .e-rowcell .e-checkbox-wrapper,
[data-theme=dark] .e-treegrid .e-rowcell .e-checkbox-wrapper {
  color: var(--gray-100) !important;
}
[data-theme=dark] .e-grid .e-rowcell .e-frame,
[data-theme=dark] .e-treegrid .e-rowcell .e-frame {
  border-color: var(--bg-gray) !important;
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .e-grid .e-rowcell .e-frame.e-check,
[data-theme=dark] .e-treegrid .e-rowcell .e-frame.e-check {
  background-color: var(--gray-100) !important;
  border-color: var(--gray-100) !important;
}
[data-theme=dark] .e-grid .e-rowcell.e-readonly,
[data-theme=dark] .e-treegrid .e-rowcell.e-readonly,
[data-theme=dark] .e-grid .e-rowcell.nx-readonly-cell,
[data-theme=dark] .e-treegrid .e-rowcell.nx-readonly-cell {
  background-color: var(--nx-readonly-bg) !important;
  color: var(--nx-readonly-fg) !important;
}
[data-theme=dark] .e-grid .e-rowcell.e-readonly:hover,
[data-theme=dark] .e-treegrid .e-rowcell.e-readonly:hover,
[data-theme=dark] .e-grid .e-rowcell.nx-readonly-cell:hover,
[data-theme=dark] .e-treegrid .e-rowcell.nx-readonly-cell:hover {
  background-color: var(--nx-readonly-bg-hover) !important;
}
[data-theme=dark] .e-grid .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty {
  background-color: var(--sf-mandatory-empty-bg) !important;
}
[data-theme=dark] .e-grid .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty {
  box-shadow: inset 0 0 0 1.5px var(--border-color-dark) !important;
  -webkit-box-shadow: inset 0 0 0 1.5px var(--border-color-dark) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty:focus-within,
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty:focus,
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty:focus-visible,
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty.e-focused,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty:focus-within,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty:focus,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty:focus-visible,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty.e-focused {
  box-shadow: 0 0 0 2px var(--primary) inset !important;
  border-color: var(--primary) !important;
}
[data-theme=dark] .e-grid .e-row.e-selectionbackground .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid .e-row.e-selectionbackground .e-rowcell.nx-mandatory-empty {
  box-shadow: 0 0 0 2px var(--primary) inset !important;
  border-color: var(--primary) !important;
}
[data-theme=dark] .e-grid .e-pager,
[data-theme=dark] .e-treegrid .e-pager {
  background-color: var(--bg-color) !important;
  color: var(--text-light) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-pager .e-pagercontainer,
[data-theme=dark] .e-treegrid .e-pager .e-pagercontainer {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-pager .e-numericitem,
[data-theme=dark] .e-treegrid .e-pager .e-numericitem {
  color: var(--text-light) !important;
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .e-grid .e-pager .e-numericitem.e-currentitem,
[data-theme=dark] .e-treegrid .e-pager .e-numericitem.e-currentitem {
  background-color: var(--cor-principal) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-grid *,
[data-theme=dark] .e-grid *[style],
[data-theme=dark] .e-treegrid *,
[data-theme=dark] .e-treegrid *[style] {
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-content::-webkit-scrollbar-thumb,
[data-theme=dark] .e-treegrid .e-content::-webkit-scrollbar-thumb,
[data-theme=dark] .e-grid .e-movablescrollbar::-webkit-scrollbar-thumb,
[data-theme=dark] .e-treegrid .e-movablescrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color) !important;
}
[data-theme=dark] .e-grid .e-content::-webkit-scrollbar-track,
[data-theme=dark] .e-treegrid .e-content::-webkit-scrollbar-track,
[data-theme=dark] .e-grid .e-movablescrollbar::-webkit-scrollbar-track,
[data-theme=dark] .e-treegrid .e-movablescrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color) !important;
}
[data-theme=dark] .e-popup.e-ddl,
[data-theme=dark] .e-ddl.e-popup {
  background-color: var(--control-bg) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-dropdownbase .e-list-item,
[data-theme=dark] .e-popup .e-list-item {
  background-color: var(--control-bg) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-dropdownbase .e-list-item:hover,
[data-theme=dark] .e-popup .e-list-item:hover,
[data-theme=dark] .e-dropdownbase .e-list-item.e-hover,
[data-theme=dark] .e-popup .e-list-item.e-hover {
  background-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-dropdownbase .e-list-item.e-active,
[data-theme=dark] .e-popup .e-list-item.e-active {
  background-color: var(--dark-border-color) !important;
}
[data-theme=dark] .e-grid .e-ccdlg,
[data-theme=dark] .e-treegrid .e-ccdlg {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-ccdlg .e-dlg-content,
[data-theme=dark] .e-treegrid .e-ccdlg .e-dlg-content {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-grid .e-ccdlg .e-footer-content,
[data-theme=dark] .e-treegrid .e-ccdlg .e-footer-content {
  background-color: var(--control-bg) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-grid .e-ccdlg .e-cc-contentdiv,
[data-theme=dark] .e-treegrid .e-ccdlg .e-cc-contentdiv {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-ccdlg .e-cc-searchdiv,
[data-theme=dark] .e-treegrid .e-ccdlg .e-cc-searchdiv {
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .meutable-tree-host .e-treegrid {
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-treegrid .e-treegridindent::before {
  background-color: var(--dark-border-color) !important;
}
[data-theme=dark] .e-treegrid .e-rowcell.e-treerowcell .e-treecell::before {
  background-color: var(--dark-border-color) !important;
}
[data-theme=dark] .meutable-tree-host .e-treegrid .e-drag-clone {
  background-color: var(--control-bg) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}
[data-theme=dark] .e-treegrid .e-treegridexpand::before,
[data-theme=dark] .e-treegrid .e-treegridcollapse::before {
  color: var(--text-light) !important;
}
[data-theme=dark] .e-grid .e-rowdragdrop .e-icons,
[data-theme=dark] .e-treegrid .e-rowdragdrop .e-icons {
  color: var(--text-muted) !important;
}
[data-theme=dark] .nx-accordion-item {
  border-color: var(--border-color-dark) !important;
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .nx-accordion-header {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .nx-accordion-header:hover {
  background-color: var(--border-color-dark) !important;
}
[data-theme=dark] .nx-accordion-title {
  color: var(--text-color) !important;
}
[data-theme=dark] .nx-accordion-chevron {
  color: var(--text-muted) !important;
}
[data-theme=dark] .nx-accordion-count {
  background-color: var(--border-color-dark) !important;
  color: var(--text-light) !important;
}
[data-theme=dark] .nx-accordion-toggle-icon {
  color: var(--text-muted) !important;
}
[data-theme=dark] .nx-accordion-content {
  background-color: var(--bg-color) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .nx-accordion-empty {
  color: var(--text-muted) !important;
}
[data-theme=dark] .nx-multiselect-message,
[data-theme=dark] .nx-no-children-message {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .nx-multiselect-message p,
[data-theme=dark] .nx-no-children-message p {
  color: var(--text-light) !important;
}
[data-theme=dark] .nx-multiselect-message .e-icons,
[data-theme=dark] .nx-no-children-message .e-icons {
  color: var(--bg-gray) !important;
}
[data-theme=dark] .nx-splitter {
  background: linear-gradient(to right, var(--control-bg) 0%, var(--border-color-dark) 50%, var(--control-bg) 100%) !important;
}
[data-theme=dark] .nx-splitter:hover,
[data-theme=dark] .nx-splitter.nx-dragging {
  background: linear-gradient(to right, var(--border-color-dark) 0%, var(--dark-border-color) 50%, var(--border-color-dark) 100%) !important;
}
[data-theme=dark] .nx-splitter::before {
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 8px, var(--bg-gray) 8px, var(--bg-gray) 10px, transparent 10px, transparent 18px) !important;
}
[data-theme=dark] .nx-awesomplete-host > ul {
  background-color: var(--control-bg) !important;
  border-color: var(--border-color-dark) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
[data-theme=dark] .nx-awesomplete-host > ul > li {
  background-color: var(--control-bg) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .nx-awesomplete-host > ul > li[aria-selected=true] {
  background-color: var(--border-color-dark) !important;
}
[data-theme=dark] .nx-views-section {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .nx-columns-list {
  border-color: var(--border-color-dark) !important;
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .nx-col-item {
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .nx-col-item:hover {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .nx-filter-row,
[data-theme=dark] .nx-format-row {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .nx-col-not-in-grid {
  background-color: var(--control-bg) !important;
}
[data-theme=dark] .e-grid .e-dialog.e-checkboxfilter,
[data-theme=dark] .e-grid .e-dialog.e-flmenu,
[data-theme=dark] .e-grid-popup .e-dialog.e-checkboxfilter,
[data-theme=dark] .e-grid-popup .e-dialog.e-flmenu,
[data-theme=dark] .e-treegrid .e-dialog.e-checkboxfilter,
[data-theme=dark] .e-treegrid .e-dialog.e-flmenu {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-checkboxfilter .e-dlg-content,
[data-theme=dark] .e-grid-popup .e-checkboxfilter .e-dlg-content,
[data-theme=dark] .e-treegrid .e-checkboxfilter .e-dlg-content {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-grid .e-checkboxlist,
[data-theme=dark] .e-grid-popup .e-checkboxlist,
[data-theme=dark] .e-treegrid .e-checkboxlist {
  background-color: var(--bg-color) !important;
}
[data-theme=dark] .e-grid .e-ftrchk,
[data-theme=dark] .e-grid-popup .e-ftrchk,
[data-theme=dark] .e-treegrid .e-ftrchk {
  color: var(--text-color) !important;
}
[data-theme=dark] .e-contextmenu-wrapper .e-ul,
[data-theme=dark] .e-contextmenu-container .e-ul {
  background-color: var(--control-bg) !important;
  border-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-contextmenu-wrapper .e-menu-item,
[data-theme=dark] .e-contextmenu-container .e-menu-item {
  background-color: var(--control-bg) !important;
  color: var(--text-color) !important;
}
[data-theme=dark] .e-contextmenu-wrapper .e-menu-item:hover,
[data-theme=dark] .e-contextmenu-container .e-menu-item:hover,
[data-theme=dark] .e-contextmenu-wrapper .e-menu-item.e-focused,
[data-theme=dark] .e-contextmenu-container .e-menu-item.e-focused {
  background-color: var(--border-color-dark) !important;
}
[data-theme=dark] .e-contextmenu-wrapper .e-menu-item .e-menu-icon,
[data-theme=dark] .e-contextmenu-container .e-menu-item .e-menu-icon {
  color: var(--text-light) !important;
}
[data-theme=dark] .e-grid .e-griderror,
[data-theme=dark] .e-treegrid .e-griderror {
  background-color: var(--red-900) !important;
  color: var(--red-200) !important;
}
[data-theme=dark] .nx-mandatory-header::after {
  color: var(--red-400) !important;
}
:root {
  --orange-energia: #FC4B08;
  --orange-energia-dark: #d63e05;
  --orange-energia-light: #fd7542;
  --orange-energia-surface: rgba(252, 73, 8, 0.596);
  --gray-400: #c7c7c7;
}
.for-login .btn-login,
.for-signup .btn-signup,
.for-forgot .btn-forgot,
.for-login .btn-primary.btn-block,
.for-signup .btn-primary.btn-block,
.for-forgot .btn-primary.btn-block {
  background-color: var(--orange-energia) !important;
  border-color: var(--orange-energia) !important;
  color: white !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(252, 75, 8, 0.3) !important;
}
.for-login .btn-login:hover,
.for-signup .btn-signup:hover,
.for-forgot .btn-forgot:hover,
.for-login .btn-primary.btn-block:hover,
.for-signup .btn-primary.btn-block:hover,
.for-forgot .btn-primary.btn-block:hover {
  background-color: var(--orange-energia-dark) !important;
  border-color: var(--orange-energia-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(252, 75, 8, 0.4) !important;
}
.for-login .btn-login:active,
.for-signup .btn-signup:active,
.for-forgot .btn-forgot:active,
.for-login .btn-primary.btn-block:active,
.for-signup .btn-primary.btn-block:active,
.for-forgot .btn-primary.btn-block:active {
  transform: translateY(0) !important;
  box-shadow: 0 1px 4px rgba(252, 75, 8, 0.3) !important;
}
.for-login .btn-login:focus,
.for-signup .btn-signup:focus,
.for-forgot .btn-forgot:focus,
.for-login .btn-primary.btn-block:focus,
.for-signup .btn-primary.btn-block:focus,
.for-forgot .btn-primary.btn-block:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px var(--orange-energia-surface) !important;
}
.for-login a,
.for-signup a,
.for-forgot a {
  color: var(--orange-energia);
}
.for-login a:hover,
.for-signup a:hover,
.for-forgot a:hover {
  color: var(--orange-energia-dark);
  text-decoration: underline;
}
.for-login .page-card-body .forgot-password-message > a:hover {
  color: var(--orange-energia) !important;
}
.for-login .sign-up-message a,
.for-signup .sign-up-message a,
.for-forgot .sign-up-message a {
  color: var(--orange-energia) !important;
}
.for-login .sign-up-message a:hover,
.for-signup .sign-up-message a:hover,
.for-forgot .sign-up-message a:hover {
  color: var(--orange-energia-dark) !important;
}
.for-login .form-control:focus,
.for-login input[type=text]:focus,
.for-login input[type=email]:focus,
.for-login input[type=password]:focus,
.for-signup .form-control:focus,
.for-signup input[type=text]:focus,
.for-signup input[type=email]:focus,
.for-signup input[type=password]:focus,
.for-forgot .form-control:focus,
.for-forgot input[type=text]:focus,
.for-forgot input[type=email]:focus,
.for-forgot input[type=password]:focus {
  border-color: var(--orange-energia) !important;
  border-width: 2px !important;
  box-shadow: none !important;
  outline: none !important;
}
.for-login input::-moz-placeholder,
.for-signup input::-moz-placeholder,
.for-forgot input::-moz-placeholder,
.for-login textarea::-moz-placeholder,
.for-signup textarea::-moz-placeholder,
.for-forgot textarea::-moz-placeholder,
.for-login .form-control::-moz-placeholder,
.for-signup .form-control::-moz-placeholder,
.for-forgot .form-control::-moz-placeholder {
  color: var(--gray-400) !important;
  opacity: 1 !important;
}
.for-login input::placeholder,
.for-signup input::placeholder,
.for-forgot input::placeholder,
.for-login textarea::placeholder,
.for-signup textarea::placeholder,
.for-forgot textarea::placeholder,
.for-login .form-control::placeholder,
.for-signup .form-control::placeholder,
.for-forgot .form-control::placeholder {
  color: var(--gray-400) !important;
  opacity: 1 !important;
}
.for-login input::-webkit-input-placeholder,
.for-signup input::-webkit-input-placeholder,
.for-forgot input::-webkit-input-placeholder,
.for-login textarea::-webkit-input-placeholder,
.for-signup textarea::-webkit-input-placeholder,
.for-forgot textarea::-webkit-input-placeholder,
.for-login .form-control::-webkit-input-placeholder,
.for-signup .form-control::-webkit-input-placeholder,
.for-forgot .form-control::-webkit-input-placeholder {
  color: var(--gray-600) !important;
  opacity: 1 !important;
}
.for-login input:-ms-input-placeholder,
.for-signup input:-ms-input-placeholder,
.for-forgot input:-ms-input-placeholder,
.for-login textarea:-ms-input-placeholder,
.for-signup textarea:-ms-input-placeholder,
.for-forgot textarea:-ms-input-placeholder,
.for-login .form-control:-ms-input-placeholder,
.for-signup .form-control:-ms-input-placeholder,
.for-forgot .form-control:-ms-input-placeholder {
  color: var(--gray-600) !important;
  opacity: 1 !important;
}
.for-login input[type=checkbox]:checked,
.for-signup input[type=checkbox]:checked,
.for-forgot input[type=checkbox]:checked {
  background-color: var(--orange-energia) !important;
  border-color: var(--orange-energia) !important;
}
.for-login input[type=checkbox]:checked::after,
.for-signup input[type=checkbox]:checked::after,
.for-forgot input[type=checkbox]:checked::after {
  border-color: white !important;
}
[data-theme=dark] .for-login .btn-login,
[data-theme=dark] .for-signup .btn-signup,
[data-theme=dark] .for-forgot .btn-forgot,
[data-theme=dark] .for-login .btn-primary.btn-block,
[data-theme=dark] .for-signup .btn-primary.btn-block,
[data-theme=dark] .for-forgot .btn-primary.btn-block {
  background-color: var(--orange-energia) !important;
  border-color: var(--orange-energia) !important;
  box-shadow: 0 2px 8px rgba(252, 75, 8, 0.4) !important;
}
[data-theme=dark] .for-login .btn-login:hover,
[data-theme=dark] .for-signup .btn-signup:hover,
[data-theme=dark] .for-forgot .btn-forgot:hover,
[data-theme=dark] .for-login .btn-primary.btn-block:hover,
[data-theme=dark] .for-signup .btn-primary.btn-block:hover,
[data-theme=dark] .for-forgot .btn-primary.btn-block:hover {
  background-color: var(--orange-energia-light) !important;
  border-color: var(--orange-energia-light) !important;
  box-shadow: 0 4px 12px rgba(252, 75, 8, 0.5) !important;
}
[data-theme=dark] .for-login a,
[data-theme=dark] .for-signup a,
[data-theme=dark] .for-forgot a {
  color: var(--orange-energia-light);
}
.for-login .page-card-head img.app-logo,
.for-signup .page-card-head img.app-logo,
.for-forgot .page-card-head img.app-logo {
  max-height: 150px !important;
}
.for-login .page-card,
.for-signup .page-card,
.for-forgot .page-card,
.for-login .page-card-head img.app-logo,
.for-signup .page-card-head img.app-logo,
.for-forgot .page-card-head img.app-logo,
.for-login .form-group,
.for-signup .form-group,
.for-forgot .form-group,
.for-login .btn-login,
.for-signup .btn-signup,
.for-forgot .btn-forgot,
.for-login .btn-primary.btn-block,
.for-signup .btn-primary.btn-block,
.for-forgot .btn-primary.btn-block,
.for-login .sign-up-message,
.for-signup .sign-up-message,
.for-forgot .sign-up-message,
.for-login .forgot-password-message,
.for-signup .forgot-password-message,
.for-forgot .forgot-password-message {
  animation-duration: 0.8s !important;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  animation-fill-mode: both !important;
}
.for-login .page-card,
.for-signup .page-card,
.for-forgot .page-card {
  animation-name: fadeInUpModern;
  animation-delay: 0.1s;
}
.for-login .page-card-head img.app-logo,
.for-signup .page-card-head img.app-logo,
.for-forgot .page-card-head img.app-logo {
  animation-name: scaleInModern;
  animation-delay: 0.2s;
}
.for-login .form-group:nth-of-type(1),
.for-signup .form-group:nth-of-type(1),
.for-forgot .form-group:nth-of-type(1) {
  animation-name: fadeInUpModern;
  animation-delay: 0.3s;
}
.for-login .form-group:nth-of-type(2),
.for-signup .form-group:nth-of-type(2),
.for-forgot .form-group:nth-of-type(2) {
  animation-name: fadeInUpModern;
  animation-delay: 0.4s;
}
.for-login .form-group:nth-of-type(3),
.for-signup .form-group:nth-of-type(3),
.for-forgot .form-group:nth-of-type(3) {
  animation-name: fadeInUpModern;
  animation-delay: 0.5s;
}
.for-login .btn-login,
.for-signup .btn-signup,
.for-forgot .btn-forgot,
.for-login .btn-primary.btn-block,
.for-signup .btn-primary.btn-block,
.for-forgot .btn-primary.btn-block {
  animation-name: fadeInUpModern;
  animation-delay: 0.6s;
}
.for-login .sign-up-message,
.for-signup .sign-up-message,
.for-forgot .sign-up-message,
.for-login .forgot-password-message,
.for-signup .forgot-password-message,
.for-forgot .forgot-password-message {
  animation-name: fadeInUpModern;
  animation-delay: 0.7s;
}
.grid-heading-row {
  border-bottom: 1px solid var(--border-color);
  color: var(--neutral) !important;
  font-size: var(--text-sm);
  font-weight: var(--weight-regular);
  letter-spacing: 0.02em;
  height: 32px;
  padding: 0 !important;
  border-top-left-radius: var(--border-radius-md);
  border-top-right-radius: var(--border-radius-md);
}
.nav.form-tabs .nav-link,
.nav.form-tabs .nav-item button.nav-link {
  color: var(--text-color) !important;
}
.nav.form-tabs .nav-link.active,
.nav.form-tabs .nav-item button.nav-link.active {
  color: var(--primary) !important;
  border-bottom-color: var(--primary) !important;
}
.nav.form-tabs .nav-link:hover,
.nav.form-tabs .nav-item button.nav-link:hover {
  color: var(--primary) !important;
}
[data-theme=dark] .nav.form-tabs .nav-link,
[data-theme=dark] .nav.form-tabs .nav-item button.nav-link {
  color: var(--gray-300) !important;
  border-bottom: 2px solid transparent !important;
  transition: all 0.2s ease;
}
[data-theme=dark] .nav.form-tabs .nav-link.active,
[data-theme=dark] .nav.form-tabs .nav-item button.nav-link.active {
  color: var(--cor-principal) !important;
  border-bottom-color: var(--cor-principal) !important;
}
[data-theme=dark] .nav.form-tabs .nav-link:hover,
[data-theme=dark] .nav.form-tabs .nav-item button.nav-link:hover {
  color: var(--cor-principal) !important;
  border-bottom-color: var(--cor-principal) !important;
}
.level.list-row,
.list-row {
  border-bottom: 0px solid var(--border-color) !important;
}
.list-header-subject .list-row-col,
.list-header-subject .list-row-col span,
.list-row-head .list-row-col,
.list-row-head .list-row-col span,
.list-row-head span,
.list-row-head.text-muted,
.list-row-head.text-muted .list-row-col,
.list-row-head.text-muted .list-row-col span,
.list-row-head.text-muted span {
  color: var(--list-header-text-color) !important;
  stroke: var(--fundo-branco) !important;
}
.list-row-col,
.list-row-col a:not(.indicator-pill):not(.badge),
.list-row-col span:not(.indicator-pill):not(.indicator-pill *):not(.badge) {
  color: var(--list-text-color);
}
.list-row-col a:hover:not(.indicator-pill):not(.badge),
.list-subject a:hover:not(.indicator-pill):not(.badge),
.level.list-row a:hover:not(.indicator-pill):not(.badge) {
  color: var(--primary) !important;
}
[data-theme=light] .list-row:hover,
[data-theme=light] .list-row-container:hover .list-row,
[data-theme=light] .level.list-row:hover,
[data-theme=light] .list-row.active,
[data-theme=light] .level.list-row.active,
[data-theme-mode=light] .list-row:hover,
[data-theme-mode=light] .list-row-container:hover .list-row,
[data-theme-mode=light] .level.list-row:hover,
[data-theme-mode=light] .list-row.active,
[data-theme-mode=light] .level.list-row.active {
  background-color: var(--fundo-sutil) !important;
}
[data-theme=dark] .list-row:hover,
[data-theme=dark] .list-row-container:hover .list-row,
[data-theme=dark] .level.list-row:hover,
[data-theme=dark] .list-row.active,
[data-theme=dark] .level.list-row.active,
[data-theme-mode=dark] .list-row:hover,
[data-theme-mode=dark] .list-row-container:hover .list-row,
[data-theme-mode=dark] .level.list-row:hover,
[data-theme-mode=dark] .list-row.active,
[data-theme-mode=dark] .level.list-row.active,
.dark .list-row:hover,
.dark .list-row-container:hover .list-row,
.dark .level.list-row:hover,
.dark .list-row.active,
.dark .level.list-row.active {
  background-color: var(--fundo-pagina-superficie-hover) !important;
}
[data-theme=dark] .list-row-col,
[data-theme=dark] .list-row-col a:not(.indicator-pill):not(.badge),
[data-theme=dark] .list-row-col span:not(.indicator-pill):not(.indicator-pill *):not(.badge),
[data-theme=dark] .list-subject a:not(:hover):not(.indicator-pill):not(.badge),
[data-theme-mode=dark] .list-row-col,
[data-theme-mode=dark] .list-row-col a:not(.indicator-pill):not(.badge),
[data-theme-mode=dark] .list-row-col span:not(.indicator-pill):not(.indicator-pill *):not(.badge),
[data-theme-mode=dark] .list-subject a:not(:hover):not(.indicator-pill):not(.badge),
.dark .list-row-col,
.dark .list-row-col a:not(.indicator-pill):not(.badge),
.dark .list-row-col span:not(.indicator-pill):not(.indicator-pill *):not(.badge),
.dark .list-subject a:not(:hover):not(.indicator-pill):not(.badge) {
  color: var(--list-text-color) !important;
}
[data-theme=light] .btn.btn-file-upload svg path {
  stroke: var(--fundo-branco) !important;
  stroke-width: 1.5px !important;
}
[data-theme=light] .btn.btn-file-upload svg circle {
  fill: var(--subtle-fg) !important;
  stroke: var(--fundo-branco) !important;
}
[data-theme=light] .grid-row-check,
[data-theme=light] input[type=checkbox].grid-row-check {
  background-color: var(--fundo-branco) !important;
  border: 1.5px solid var(--border-color) !important;
}
[data-theme=light] .form-links .document-link .document-link-badge .count,
[data-theme=light] .form-links .document-link .report-link-badge .count {
  font-size: var(--text-xs);
  font-weight: bold;
  background-color: var(--subtle-fg);
  border-radius: var(--border-radius-full);
  color: var(--fundo-branco) !important;
  padding: 0 var(--padding-xs);
  margin-right: var(--margin-xs);
}
[data-theme=light] .grid-static-col svg,
[data-theme=light] .grid-static-col .icon {
  stroke: var(--fundo-branco) !important;
  color: var(--fundo-branco) !important;
}
[data-theme=dark] input[type=checkbox].disabled-deselected {
  background-color: var(--gray-700) !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  -o-border-image: initial !important;
  border-image: initial !important;
}
.document-link,
.document-link-badge {
  color: var(--text-color) !important;
  background: var(--control-bg) !important;
}
.document-link-badge a.badge-link,
.document-link a,
.document-link .badge-link {
  color: var(--text-color) !important;
}
.document-link-badge a.badge-link:hover,
.document-link a:hover,
.document-link .badge-link:hover {
  color: var(--primary) !important;
}
[data-theme=light] .document-link-badge:hover {
  background-color: var(--fundo-sutil) !important;
  border-radius: 4px !important;
  transition: all 0.2s ease;
}
[data-theme=light] .document-link-badge:hover a.badge-link,
[data-theme=light] .document-link-badge:hover .badge-link {
  color: var(--primary) !important;
}
[data-theme=dark] .document-link-badge:hover {
  background-color: var(--control-bg-hover) !important;
  border-radius: 4px !important;
  transition: all 0.2s ease;
}
[data-theme=dark] .document-link-badge:hover a.badge-link,
[data-theme=dark] .document-link-badge:hover .badge-link {
  color: var(--primary) !important;
}
.document-link .btn-new,
.document-link .btn-secondary {
  background: var(--btn-default-bg) !important;
  color: var(--text-color) !important;
  border: 1px solid var(--border-color) !important;
}
.document-link .btn-new:hover,
.document-link .btn-secondary:hover {
  background: var(--control-bg-hover) !important;
  border-color: var(--border-color-dark-orange) !important;
}
[data-theme=light] .document-link:hover {
  background-color: var(--fundo-sutil) !important;
  border-color: var(--cor-principal) !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(247, 139, 30, 0.25) !important;
  transition: all 0.2s ease;
}
[data-theme=light] .document-link:hover .document-link-badge {
  background-color: var(--fundo-sutil) !important;
}
[data-theme=light] .document-link:hover .document-link-badge a.badge-link,
[data-theme=light] .document-link:hover .document-link-badge .badge-link {
  color: var(--primary) !important;
}
[data-theme=light] .document-link:hover .document-link-badge .count {
  color: var(--fundo-branco) !important;
}
[data-theme=dark] .document-link:hover {
  background-color: var(--control-bg-hover) !important;
  border-color: var(--border-color-dark-orange) !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s ease;
}
[data-theme=dark] .document-link:hover .document-link-badge {
  background-color: var(--control-bg-hover) !important;
}
[data-theme=dark] .document-link:hover .document-link-badge a.badge-link,
[data-theme=dark] .document-link:hover .document-link-badge .badge-link {
  color: var(--primary) !important;
}
[data-theme=dark] .document-link:hover .document-link-badge .count {
  color: var(--fundo-branco) !important;
}
body .form-column .frappe-control > label.control-label,
body .form-column .frappe-control > label.control-label b,
body .form-column .frappe-control > label.control-label strong {
  font-weight: 400 !important;
}
.form-section .section-body,
.form-dashboard-section .section-body {
  padding-top: var(--padding-sm);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px !important;
}
.layout-side-section {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.page-body .max-sidebar-toggle-btn,
.layout-main-section-wrapper .max-sidebar-toggle-btn {
  position: fixed !important;
  right: 0 !important;
  top: 82px !important;
  width: 12px !important;
  height: 43px !important;
  background: var(--cor-principal) !important;
  border: 2px solid var(--cor-principal) !important;
  border-radius: 6px 0 0 6px !important;
  border-right: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1000 !important;
  transition:
    width 0.22s ease,
    right 0.18s ease,
    box-shadow 0.22s ease !important;
  padding: 0 !important;
  box-shadow: -2px 2px 8px rgba(220, 53, 69, 0.3) !important;
  overflow: hidden !important;
  margin-right: 10px !important;
}
.page-body .max-sidebar-toggle-btn:hover,
.layout-main-section-wrapper .max-sidebar-toggle-btn:hover {
  background: var(--cor-principal-escura) !important;
  border-color: var(--cor-principal-escura) !important;
  box-shadow: -3px 3px 12px rgba(220, 53, 69, 0.5) !important;
  right: 2px !important;
  width: 32px !important;
  overflow: visible !important;
}
.page-body .max-sidebar-toggle-btn:hover .sidebar-toggle-icon svg,
.layout-main-section-wrapper .max-sidebar-toggle-btn:hover .sidebar-toggle-icon svg {
  color: #ffffff !important;
  transform: scale(0.1);
}
.page-body .max-sidebar-toggle-btn:active,
.layout-main-section-wrapper .max-sidebar-toggle-btn:active {
  background: var(--cor-principal-escura) !important;
  transform: scale(0.95);
}
.page-body .max-sidebar-toggle-btn .sidebar-toggle-icon,
.layout-main-section-wrapper .max-sidebar-toggle-btn .sidebar-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.page-body .max-sidebar-toggle-btn .sidebar-toggle-icon svg,
.layout-main-section-wrapper .max-sidebar-toggle-btn .sidebar-toggle-icon svg {
  color: #ffffff !important;
  width: 18px !important;
  height: 18px !important;
  transition: transform 0.22s ease, opacity 0.18s ease;
  opacity: 0;
  transform: translateX(-6px) scale(0.9);
}
.max-sidebar-toggle-btn:hover .page-body .max-sidebar-toggle-btn .sidebar-toggle-icon svg,
.max-sidebar-toggle-btn:focus-visible .page-body .max-sidebar-toggle-btn .sidebar-toggle-icon svg,
.max-sidebar-toggle-btn.first-time .page-body .max-sidebar-toggle-btn .sidebar-toggle-icon svg,
.max-sidebar-toggle-btn:hover .layout-main-section-wrapper .max-sidebar-toggle-btn .sidebar-toggle-icon svg,
.max-sidebar-toggle-btn:focus-visible .layout-main-section-wrapper .max-sidebar-toggle-btn .sidebar-toggle-icon svg,
.max-sidebar-toggle-btn.first-time .layout-main-section-wrapper .max-sidebar-toggle-btn .sidebar-toggle-icon svg {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
}
.page-body .max-sidebar-toggle-btn.first-time,
.layout-main-section-wrapper .max-sidebar-toggle-btn.first-time {
  animation: pulse-red 2s ease-in-out 3;
  width: 32px !important;
}
@keyframes pulse-red {
  0%, 100% {
    box-shadow: -2px 2px 8px rgba(220, 53, 69, 0.3);
  }
  50% {
    box-shadow: -4px 4px 16px rgba(220, 53, 69, 0.7);
  }
}
[data-theme=dark] .max-sidebar-toggle-btn {
  background: var(--cor-principal) !important;
  border-color: var(--cor-principal) !important;
  box-shadow: -2px 2px 8px rgba(230, 57, 70, 0.4) !important;
  margin-right: 8px !important;
}
[data-theme=dark] .max-sidebar-toggle-btn:hover {
  background: var(--cor-principal) !important;
  border-color: var(--cor-principal) !important;
  box-shadow: -3px 3px 12px rgba(230, 57, 70, 0.6) !important;
}
[data-theme=dark] .max-sidebar-toggle-btn:hover .sidebar-toggle-icon svg {
  color: #ffffff !important;
}
[data-theme=dark] .max-sidebar-toggle-btn .sidebar-toggle-icon svg {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .max-sidebar-toggle-btn {
    display: none !important;
  }
}
.layout-main-section-wrapper {
  transition: all 0.3s ease-in-out;
}
body:not(.full-width) .form-page .layout-main-section-wrapper {
  transition: all 0.3s ease-in-out;
}
.max-sidebar-toggle-btn[data-original-title]::after,
.max-sidebar-toggle-btn[title]::after {
  content: attr(title);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.max-sidebar-toggle-btn[data-original-title]:hover::after,
.max-sidebar-toggle-btn[title]:hover::after {
  opacity: 1;
  transition-delay: 0.6s;
}
.max-sidebar-toggle-btn:focus-visible {
  outline: 3px solid rgba(220, 53, 69, 0.5) !important;
  outline-offset: 2px;
}
.layout-side-section.hiding {
  animation: slideOutRight 0.3s ease-in-out;
}
.layout-side-section.showing {
  animation: slideInRight 0.3s ease-in-out;
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
:root {
  --form-sidebar-width: 230px !important;
}
.body-sidebar {
  background: var(--sidebar-bg) !important;
  color: var(--sidebar-text) !important;
}
.body-sidebar .sidebar-header {
  background: var(--sidebar-bg) !important;
  color: var(--sidebar-text) !important;
  transition: background-color 0.2s ease;
}
.body-sidebar .sidebar-header:hover {
  background: var(--sidebar-hover) !important;
}
.body-sidebar .standard-sidebar-item {
  background: var(--sidebar-bg) !important;
  color: var(--sidebar-text) !important;
  transition: background-color 0.2s ease;
}
.body-sidebar .standard-sidebar-item:hover,
.body-sidebar .desk-sidebar .standard-sidebar-item:hover {
  background: var(--sidebar-hover) !important;
  color: var(--sidebar-text) !important;
}
.body-sidebar .standard-sidebar-item.selected,
.body-sidebar .desk-sidebar .standard-sidebar-item.selected,
.body-sidebar .search-dialog .search-results .search-sidebar .standard-sidebar-item.selected {
  background: var(--sidebar-active) !important;
  color: var(--sidebar-active-text) !important;
}
.body-sidebar .active-sidebar {
  background: var(--sidebar-active) !important;
  box-shadow: var(--shadow-sm);
  border-radius: 8px;
}
.body-sidebar .dropdown-navbar-user {
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.body-sidebar .dropdown-navbar-user:hover,
.body-sidebar .dropdown-navbar-user:focus-within {
  background: var(--sidebar-hover) !important;
  text-decoration: none;
}
.body-sidebar .dropdown-navbar-user .sidebar-user-button,
.body-sidebar .dropdown-navbar-user .sidebar-user-button:hover,
.body-sidebar .dropdown-navbar-user .sidebar-user-button:focus,
.body-sidebar .dropdown-navbar-user .sidebar-user-button:active {
  background: transparent !important;
  color: var(--sidebar-text) !important;
  box-shadow: none !important;
  border-radius: 8px;
  text-decoration: none !important;
}
.body-sidebar .sidebar-item-label,
.body-sidebar .standard-sidebar-item,
.body-sidebar .app-item-title,
.body-sidebar .standard-sidebar-item a,
.body-sidebar .header-title,
.body-sidebar .header-subtitle {
  color: var(--sidebar-text) !important;
}
.body-sidebar .avatar-name-email,
.sidebar .avatar-name-email {
  color: #ffffff !important;
}
.body-sidebar .avatar-name-email .text-secondary,
.sidebar .avatar-name-email .text-secondary {
  color: #ffffff !important;
  opacity: 0.85;
}
.body-sidebar .sidebar-item-icon svg,
.body-sidebar .sidebar-item-icon svg path,
.body-sidebar .es-icon,
.body-sidebar .es-icon path {
  color: var(--sidebar-text) !important;
  stroke: var(--sidebar-text) !important;
  fill: none !important;
  stroke-width: 1.5px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.body-sidebar .sidebar-item-icon svg[fill]:not([fill=none]),
.body-sidebar .sidebar-item-icon svg path[fill]:not([fill=none]) {
  fill: var(--sidebar-text) !important;
  stroke: none !important;
}
.es-icon.es-line {
  stroke: var(--text-color) !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.list-row-activity .like-action {
  cursor: pointer !important;
}
.list-row-activity .like-action.not-liked .icon {
  fill: none !important;
  stroke: var(--text-color) !important;
  stroke-width: 1.5px !important;
  color: var(--text-color) !important;
}
.list-row-activity .like-action:not(.not-liked) .icon,
.list-row-activity .like-action.liked .icon {
  fill: var(--text-color) !important;
  stroke: none !important;
  color: var(--text-color) !important;
}
.list-row-activity .like-action:hover .icon {
  opacity: 0.7;
}
.like-icon {
  fill: white;
  stroke: rgba(0, 0, 0, 0.082) !important;
  color: white !important;
}
[data-theme=dark] .like-icon {
  fill: none !important;
  stroke: #C7C7C7 !important;
  color: white !important;
}
[data-theme=light] .header-logo svg,
[data-theme=light] .body-sidebar .header-logo svg,
[data-theme=light] .sidebar-header .header-logo svg {
  stroke: var(--light-text-color) !important;
  fill: none !important;
  stroke-width: 0.5px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  color: var(--light-text-color) !important;
}
[data-theme=dark] .header-logo svg,
[data-theme=dark] .body-sidebar .header-logo svg {
  opacity: 1 !important;
  filter: none !important;
}
.body-sidebar-bottom {
  background: var(--sidebar-bg) !important;
  color: var(--sidebar-text) !important;
}
.body-sidebar-bottom a {
  color: var(--sidebar-text) !important;
}
.body-sidebar-bottom svg,
.body-sidebar-bottom svg path,
.body-sidebar-bottom .icon,
.body-sidebar-bottom .icon path {
  stroke: var(--sidebar-text) !important;
  fill: none !important;
  color: var(--sidebar-text) !important;
}
.body-sidebar-bottom a:hover {
  color: var(--sidebar-hover) !important;
}
.body-sidebar-bottom a:hover svg,
.body-sidebar-bottom a:hover svg path {
  stroke: var(--sidebar-hover) !important;
}
.body-sidebar .sidebar-header-menu {
  background: var(--sidebar-bg) !important;
  border: 1px solid var(--border-color) !important;
}
.body-sidebar .dropdown-menu-item {
  background: var(--sidebar-bg) !important;
  color: var(--sidebar-text) !important;
  transition: background-color 0.2s ease;
}
.body-sidebar .dropdown-menu-item:hover {
  background: var(--sidebar-hover) !important;
  color: var(--sidebar-text) !important;
}
.standard-sidebar .standard-sidebar-item.selected,
.desk-sidebar .standard-sidebar-item.selected,
.search-dialog .search-results .search-sidebar .standard-sidebar-item.selected {
  background-color: var(--sidebar-active) !important;
  color: var(--sidebar-active-text) !important;
}
.standard-sidebar .standard-sidebar-item:hover,
.desk-sidebar .standard-sidebar-item:hover {
  background-color: var(--sidebar-hover) !important;
}
.sidebar-item-suffix {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sidebar-item-suffix .keyboard-shortcut {
  color: #fff !important;
  font-size: var(--text-sm);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 420;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 9px 0 6px;
}
.frappe-control[data-fieldtype=Link] .input-with-feedback,
.awesomplete .input-with-feedback {
  background-color: var(--control-bg) !important;
  color: var(--text-color) !important;
  position: relative;
}
.frappe-control[data-fieldtype=Link],
.awesomplete {
  position: relative;
}
.like-disabled-input {
  padding: 2px 8px !important;
}
.frappe-control[data-fieldtype=Link] .input-with-feedback,
.awesomplete .input-with-feedback {
  padding-right: 40px !important;
  box-sizing: border-box;
}
.frappe-control[data-fieldtype=Link] .link-btn,
.awesomplete .link-btn {
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0 6px !important;
  margin: 0 !important;
  height: calc(100% - 8px) !important;
  min-height: 22px !important;
  border-radius: 6px !important;
  background: var(--control-bg) !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2 !important;
}
.frappe-control[data-fieldtype=Link] .link-btn svg,
.frappe-control[data-fieldtype=Link] .link-btn svg path,
.awesomplete .link-btn svg,
.awesomplete .link-btn svg path {
  stroke: var(--text-color) !important;
  color: var(--text-color) !important;
  fill: none !important;
}
.awesomplete > ul,
.awesomplete-list,
[role=listbox] {
  background-color: var(--dropdown-bg) !important;
  border: 1px solid var(--dropdown-border) !important;
  border-radius: 6px !important;
  box-shadow: var(--dropdown-shadow) !important;
  z-index: 1000 !important;
}
.awesomplete > ul,
.awesomplete-list,
.nx-awesomplete-host > ul {
  box-shadow: var(--dropdown-shadow) !important;
}
.awesomplete > ul > li,
.awesomplete-list > li,
[role=listbox] > li,
[role=option] {
  background-color: var(--dropdown-bg) !important;
  color: var(--dropdown-text) !important;
  border-bottom: 1px solid var(--dropdown-border) !important;
  padding: 8px 12px !important;
}
.awesomplete > ul > li:hover,
.awesomplete-list > li:hover,
[role=listbox] > li:hover,
[role=option]:hover,
.awesomplete > ul > li[aria-selected=true],
.awesomplete-list > li[aria-selected=true] {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--dropdown-text) !important;
}
.awesomplete > ul > li[aria-selected=true],
.awesomplete-list > li[aria-selected=true] {
  background-color: var(--dropdown-active-bg) !important;
  font-weight: 600 !important;
}
.nx-awesomplete-host div[role=option] {
  background: var(--dropdown-bg) !important;
  background-color: var(--dropdown-bg) !important;
  color: var(--dropdown-text) !important;
  border-bottom: 1px solid var(--dropdown-border) !important;
  padding: 8px 12px !important;
}
:is(.nx-awesomplete-host) div[role=option] {
  background: var(--dropdown-bg) !important;
  background-color: var(--dropdown-bg) !important;
  color: var(--dropdown-text) !important;
}
.nx-awesomplete-host div[role=option]:hover {
  background: var(--dropdown-hover-bg) !important;
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--dropdown-text) !important;
}
:is(.nx-awesomplete-host) div[role=option]:hover {
  background: var(--dropdown-hover-bg) !important;
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--dropdown-text) !important;
}
.nx-awesomplete-host div[role=option][aria-selected=true] {
  background: var(--dropdown-hover-bg) !important;
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--dropdown-text) !important;
}
:is(.nx-awesomplete-host) div[role=option][aria-selected=true] {
  background: var(--dropdown-hover-bg) !important;
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--dropdown-text) !important;
}
input.form-control,
.form-control {
  border: 2px solid var(--white-energia-border) !important;
  box-shadow: none !important;
  color: var(--text-color) !important;
  border-radius: 6px !important;
  transition: border-color 0.2s;
  background-color: rgba(156, 163, 175, 0.1803921569) !important;
}
select.form-control,
select.input-with-feedback,
.frappe-control[data-fieldtype=Select] select {
  border: 1.5px solid var(--border-color) !important;
  box-shadow: none !important;
  color: var(--text-color) !important;
  background-color: var(--control-bg) !important;
  border-radius: 6px !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
select.form-control:focus,
select.input-with-feedback:focus,
.frappe-control[data-fieldtype=Select] select:focus,
select:focus-visible {
  border-color: var(--primary) !important;
  box-shadow: var(--focus-ring) !important;
  outline: none !important;
}
.frappe-control[data-fieldtype=Link]:focus-within .input-with-feedback,
.frappe-control[data-fieldtype=Data]:focus-within .input-with-feedback,
.awesomplete:focus-within .input-with-feedback,
.control-input:focus-within .form-control,
.control-input:focus-within .input-with-feedback {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 2px rgba(252, 75, 8, 0.18) !important;
  outline: none !important;
}
select option {
  background-color: var(--control-bg) !important;
  color: var(--text-color) !important;
  padding: 8px !important;
}
input.form-control:focus,
.form-control:focus,
input.form-control:focus-visible,
.form-control:focus-visible {
  border-color: var(--primary) !important;
  box-shadow: var(--focus-ring) !important;
  outline: none !important;
}
input.form-control::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--placeholder-color) !important;
  opacity: 1 !important;
}
input.form-control::placeholder,
.form-control::placeholder {
  color: var(--placeholder-color) !important;
  opacity: 1 !important;
}
#navbar-search::-moz-placeholder {
  color: var(--text-muted) !important;
  opacity: 0.9 !important;
  font-weight: 400 !important;
}
#navbar-search::placeholder {
  color: var(--text-muted) !important;
  opacity: 0.9 !important;
  font-weight: 400 !important;
}
.list-sidebar .list-filters input:not([data-fieldtype=Check]) {
  background: var(--control-bg) !important;
}
input:disabled:not([type=checkbox]),
textarea:disabled,
textarea[readonly],
.like-disabled-input,
.control-value,
.like-disabled {
  border: 1.5px solid var(--border-color-dark) !important;
  background: var(--control-bg) !important;
  color: var(--text-disabled) !important;
  border-radius: 6px !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
input[readonly] {
  border: 1.5px solid var(--border-color-dark) !important;
  background: var(--fundo-branco) !important;
  color: var(--text-disabled) !important;
  border-radius: 6px !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
[data-theme=light] .widget.shortcut-widget-box:hover,
[data-theme=light] .widget.number-widget-box:hover,
[data-theme=light] .widget.chart-widget:hover,
[data-theme=light] .widget-widget-box:hover {
  background-color: var(--fundo-sutil) !important;
  border-color: var(--cor-principal) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--sombra-principal) !important;
  transition: all 0.2s ease;
  color: var(--cor-principal) !important;
}
[data-theme=light] .widget.shortcut-widget-box:hover .widget-title,
[data-theme=light] .widget.shortcut-widget-box:hover .widget-title span,
[data-theme=light] .widget.shortcut-widget-box:hover .widget-label {
  color: var(--cor-principal) !important;
}
[data-theme=dark] .widget.shortcut-widget-box:hover,
[data-theme=dark] .widget.number-widget-box:hover,
[data-theme=dark] .widget.chart-widget:hover .ellipsis,
[data-theme=dark] .widget.chart-widget:hover,
[data-theme=dark] .widget-widget-box:hover {
  background-color: var(--control-bg-hover) !important;
  border-color: var(--border-color-dark-orange) !important;
  border-radius: 6px !important;
  box-shadow: 0px 5px 12px var(--sombra-principal) !important;
  transition: all 0.2s ease;
}
[data-theme=dark] .widget.shortcut-widget-box:hover .widget-title,
[data-theme=dark] .widget.shortcut-widget-box:hover .widget-title span,
[data-theme=dark] .widget.shortcut-widget-box:hover .widget-label {
  color: var(--border-color-dark-orange) !important;
}
.widget-control:hover {
  opacity: 1 !important;
}
.card-grv {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}
.card-grv:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.btn-grv-primary {
  background: var(--primary);
  color: var(--neutral) !important;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-grv-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.badge-grv {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 12px;
  font-family: var(--font-body);
}
.badge-grv.success {
  background: rgba(46, 219, 96, 0.1);
  color: var(--color-success);
}
.badge-grv.warning {
  background: rgba(255, 194, 71, 0.1);
  color: var(--color-warning);
}
.badge-grv.error {
  background: rgba(255, 13, 79, 0.1);
  color: var(--color-error);
}
.badge-grv.info {
  background: rgba(6, 194, 255, 0.1);
  color: var(--blue-500);
}
:root {
  --sf-border: #e0a064 ;
  --sf-sidebar-border: #e0a0648e ;
  --sf-white-border: #EDEDED8e ;
  --sf-grid-toolbar-bg: #FC4B08;
  --sf-grid-toolbar-inner-bg: #FFA44D;
  --sf-grid-toolbar-active-bg: #E67A0D;
  --sf-grid-header-bg: #FFC78A;
  --sf-grid-column-menu-color: #E67A0D;
  --sf-grid-focus-color: #FC4B08;
  --sf-grid-search-bg: rgba(255, 255, 255, 0.16);
  --sf-grid-search-border: rgba(255, 255, 255, 0.22);
  --sf-grid-search-text: #ffffff;
  --sf-grid-search-placeholder: rgba(255, 255, 255, 0.72);
  --sf-grid-search-icon: #ffffff;
  --sf-mandatory-empty-bg: #ffebe6;
}
.e-grid .e-content::-webkit-scrollbar,
.e-treegrid .e-content::-webkit-scrollbar,
.e-grid .e-movablescrollbar::-webkit-scrollbar,
.e-treegrid .e-movablescrollbar::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.e-grid .e-content::-webkit-scrollbar-thumb,
.e-treegrid .e-content::-webkit-scrollbar-thumb,
.e-grid .e-movablescrollbar::-webkit-scrollbar-thumb,
.e-treegrid .e-movablescrollbar::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-clip: padding-box;
}
.e-grid .e-content,
.e-treegrid .e-content {
  scrollbar-width: auto;
}
.e-grid .e-movablescrollbar .e-scrollbar .e-thumb,
.e-treegrid .e-movablescrollbar .e-scrollbar .e-thumb {
  min-width: 14px !important;
  min-height: 14px !important;
}
.e-grid {
  display: block;
  height: auto;
  position: relative;
}
.e-grid,
.e-treegrid {
  --grid-font-size: var(--text-xs) !important;
}
.e-grid *:not(.e-icons):not(.e-icon):not([class*=e-icon]),
.e-treegrid *:not(.e-icons):not(.e-icon):not([class*=e-icon]) {
  font-family:
    "InterVariable",
    "Inter",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif !important;
  font-size: var(--text-xs) !important;
}
.e-grid .e-icons,
.e-treegrid .e-icons,
.e-grid .e-icon,
.e-treegrid .e-icon,
.e-grid [class^=e-icon],
.e-treegrid [class^=e-icon] {
  font-family: "e-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.e-grid,
.e-treegrid {
  border-radius: 12px !important;
  overflow: hidden;
}
.e-grid .e-toolbar {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  background: var(--sf-grid-toolbar-bg) !important;
  --toolbar-height: 40px;
  height: var(--toolbar-height) !important;
  min-height: var(--toolbar-height) !important;
}
.e-grid td.e-updatedtd {
  background-color: var(--fundo-sutil) !important;
  color: inherit !important;
}
.e-grid .e-headercontent,
.e-treegrid .e-headercontent,
.e-grid .e-headercell,
.e-treegrid .e-headercell,
.e-grid th.e-rowdragheader,
.e-treegrid th.e-rowdragheader {
  background-color: var(--sf-grid-header-bg) !important;
}
.e-grid .e-headercontent,
.e-treegrid .e-headercontent {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.e-grid .e-gridheader,
.e-treegrid .e-gridheader {
  background: transparent !important;
  border-top-width: 0 !important;
}
.e-grid .e-toolbar {
  --toolbar-height: 40px;
  height: var(--toolbar-height) !important;
  min-height: var(--toolbar-height) !important;
}
.e-grid .e-toolbar .e-toolbar-items,
.e-grid .e-toolbar .e-toolbar-left,
.e-grid .e-toolbar .e-toolbar-center,
.e-grid .e-toolbar .e-toolbar-right {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: 100% !important;
  background: var(--sf-grid-toolbar-inner-bg) !important;
  font-weight: 900 !important;
}
.e-grid .e-toolbar .e-tbar-btn:active,
.e-grid .e-toolbar .e-tbar-btn:focus,
.e-grid .e-toolbar .e-tbar-btn:focus-visible,
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn:active,
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
  background: var(--sf-grid-toolbar-active-bg) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.e-grid .e-toolbar .e-tbar-btn:active .e-icons,
.e-grid .e-toolbar .e-tbar-btn:focus .e-icons,
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
  color: #fff !important;
}
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn {
  height: calc(var(--toolbar-height) - 8px) !important;
  min-height: 0 !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn .e-btn-icon {
  font-size: calc(var(--toolbar-height) * 0.45) !important;
  line-height: 1 !important;
}
.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  font-size: calc(var(--toolbar-height) * 0.28) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  font-weight: 800 !important;
}
.e-grid .e-toolbar .e-search-wrapper .e-input-group {
  height: calc(var(--toolbar-height) - 12px) !important;
  display: flex !important;
  align-items: center !important;
  background-color: var(--sf-grid-search-bg) !important;
  border-color: var(--sf-grid-search-border) !important;
  box-shadow: none !important;
}
.e-grid .e-toolbar .e-search-wrapper .e-input-group .e-input,
.e-treegrid .e-toolbar .e-search-wrapper .e-input-group .e-input,
.e-grid .e-toolbar .e-search-wrapper input,
.e-treegrid .e-toolbar .e-search-wrapper input {
  height: 100% !important;
  padding: 0 8px !important;
  font-size: calc(var(--toolbar-height) * 0.28) !important;
  line-height: 1 !important;
  background-color: transparent !important;
  color: var(--sf-grid-search-text) !important;
}
.e-grid .e-toolbar .e-search-wrapper .e-input-group .e-input-group-icon {
  font-size: calc(var(--toolbar-height) * 0.42) !important;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
}
.e-grid .e-toolbar .e-toolbar-center {
  margin-left: auto !important;
}
.e-grid .e-toolbar .e-toolbar-items {
  overflow: hidden !important;
}
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  color: #fff !important;
}
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-icons {
  color: #fff !important;
}
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[aria-disabled=true],
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn.e-disabled,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[disabled] {
  color: revert !important;
}
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[aria-disabled=true] .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn.e-disabled .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[disabled] .e-icons {
  color: revert !important;
}
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item.e-overlay .e-tbar-btn[aria-disabled=true] .e-tbar-btn-text,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item.e-overlay .e-tbar-btn.e-disabled .e-tbar-btn-text,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item.e-overlay .e-tbar-btn[disabled] .e-tbar-btn-text,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[aria-disabled=true] .e-tbar-btn-text,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn.e-disabled .e-tbar-btn-text,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[disabled] .e-tbar-btn-text {
  color: rgba(var(--color-sf-on-surface-variant)) !important;
}
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item.e-overlay .e-tbar-btn[aria-disabled=true] .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item.e-overlay .e-tbar-btn.e-disabled .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item.e-overlay .e-tbar-btn[disabled] .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[aria-disabled=true] .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn.e-disabled .e-icons,
.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn[disabled] .e-icons {
  color: rgba(var(--color-sf-on-surface-variant)) !important;
}
input.e-input.e-search[placeholder=Search]::-moz-placeholder,
.e-grid .e-toolbar .e-search-wrapper input::-moz-placeholder,
.e-treegrid .e-toolbar .e-search-wrapper input::-moz-placeholder {
  color: var(--sf-grid-search-placeholder) !important;
  opacity: 1 !important;
}
input.e-input.e-search[placeholder=Search]::placeholder,
.e-grid .e-toolbar .e-search-wrapper input::placeholder,
.e-treegrid .e-toolbar .e-search-wrapper input::placeholder {
  color: var(--sf-grid-search-placeholder) !important;
  opacity: 1 !important;
}
.e-grid .e-toolbar .e-input-group-icon,
.e-treegrid .e-toolbar .e-input-group-icon,
.e-grid .e-toolbar .e-input-group .e-clear-icon,
.e-treegrid .e-toolbar .e-input-group .e-clear-icon,
.e-grid .e-toolbar .e-input-group .e-search-icon,
.e-treegrid .e-toolbar .e-input-group .e-search-icon,
.e-grid .e-toolbar .e-input-group .e-sicon,
.e-treegrid .e-toolbar .e-input-group .e-sicon,
.e-grid .e-toolbar .e-input-group .e-search-icon::before,
.e-treegrid .e-toolbar .e-input-group .e-search-icon::before,
.e-grid .e-toolbar .e-input-group .e-clear-icon::before,
.e-treegrid .e-toolbar .e-input-group .e-clear-icon::before {
  color: var(--sf-grid-search-icon) !important;
  fill: var(--sf-grid-search-icon) !important;
}
.e-grid .e-toolbar .e-input-group .e-input-group-icon::before,
.e-treegrid .e-toolbar .e-input-group .e-input-group-icon::before,
.e-grid .e-toolbar .e-input-group .e-clear-icon::before,
.e-treegrid .e-toolbar .e-input-group .e-clear-icon::before,
.e-grid .e-toolbar .e-input-group .e-search-icon::before,
.e-treegrid .e-toolbar .e-input-group .e-search-icon::before {
  color: var(--sf-grid-search-icon) !important;
}
html:not([data-theme=dark]) .e-grid,
html:not([data-theme=dark]) .e-popup,
html:not([data-theme=dark]) .e-dialog,
html:not([data-theme=dark]) .e-responsive-dialog,
html:not([data-theme=dark]) .e-grid-popup {
  --color-sf-primary-container: var(--fundo-sutil-rgb);
}
.e-grid,
.e-grid .e-gridheader,
.e-grid .e-toolbar,
.e-grid .e-pager,
.e-grid .e-ccdlg .e-footer-content,
.e-grid .e-checkboxlist.e-checkbox-infinitescroll,
.e-grid .e-ccdlg .e-cc-contentdiv.e-checkbox-infinitescroll {
  border-color: var(--sf-border) !important;
  width: 100% !important;
}
.e-grid .e-toolbar {
  border-top-color: var(--sf-border) !important;
}
.e-grid .e-pager {
  border-bottom-color: var(--sf-border) !important;
}
.e-popup.e-ddl,
.e-ddl.e-popup {
  border-color: var(--sf-border) !important;
  width: auto !important;
  min-width: 200px !important;
  max-width: 75vw !important;
  box-sizing: border-box !important;
}
.e-grid *[style],
.e-grid * {
  border-color: var(--sf-border) !important;
}
.e-toolbar:not(.e-pv-toolbar) {
  border-radius: 0;
  display: block;
  height: 48px;
  min-height: 30px !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
}
.e-grid .e-toolbar .e-table {
  background: var(--sf-grid-toolbar-inner-bg) !important;
}
.e-grid .e-columnmenu::before {
  content: "\22ee";
  font-size: var(--text-xs) !important;
  color: var(--sf-grid-column-menu-color) !important;
  opacity: 0.7;
}
.e-grid td.e-rowcell .e-input.e-error,
.e-grid td.e-rowcell .e-control.e-error,
.e-grid td.e-rowcell input.e-error,
.e-grid td.e-rowcell .e-input[aria-required=true],
.e-grid td.e-rowcell input[aria-required=true],
.e-grid td.e-rowcell .e-control[aria-required=true],
.e-grid td.e-rowcell .e-input.e-required,
.e-grid td.e-rowcell .e-control.e-required {
  border-color: transparent !important;
  border-style: solid !important;
  box-shadow: none !important;
  background-color: var(--error-bg, #ffd6d6) !important;
  color: inherit !important;
}
.e-grid td.e-rowcell .e-input:focus,
.e-grid td.e-rowcell input:focus,
.e-grid td.e-rowcell .e-control:focus {
  outline: 2px solid transparent !important;
  box-shadow: 0 0 0 3px rgba(255, 82, 82, 0.14) !important;
}
.e-grid td.e-rowcell .e-input-group.e-input-focus,
.e-grid td.e-rowcell .e-input-group.e-control-wrapper.e-input-focus,
.e-treegrid td.e-rowcell .e-input-group.e-input-focus,
.e-treegrid td.e-rowcell .e-input-group.e-control-wrapper.e-input-focus {
  box-shadow: none !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell input.form-control,
.e-grid td.e-rowcell.nx-mandatory-empty.e-editcell input.form-control,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell input.form-control,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editcell input.form-control {
  border: 2px solid var(--primary) !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell input.form-control:focus,
.e-grid td.e-rowcell.nx-mandatory-empty.e-editcell input.form-control:focus,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell input.form-control:focus,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editcell input.form-control:focus {
  box-shadow: 0 0 0 3px rgba(255, 82, 82, 0.14) !important;
}
.e-grid td.e-rowcell .link-btn,
.e-treegrid td.e-rowcell .link-btn {
  display: flex !important;
}
.e-grid td.e-rowcell .form-control,
.e-treegrid td.e-rowcell .form-control {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell *,
.e-grid td.e-rowcell.nx-mandatory-empty.e-editcell *,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell *,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editcell * {
  padding: 0 !important;
}
.e-grid td.e-rowcell .form-group.frappe-control,
.e-grid td.e-rowcell .link-field,
.e-grid td.e-rowcell .awesomplete,
.e-treegrid td.e-rowcell .form-group.frappe-control,
.e-treegrid td.e-rowcell .link-field,
.e-treegrid td.e-rowcell .awesomplete {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.e-grid td.e-rowcell input.form-control,
.e-treegrid td.e-rowcell input.form-control {
  padding: 6px 28px 6px 8px !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell input.e-input:not(.form-control),
.e-grid td.e-rowcell.nx-mandatory-empty.e-editcell input.e-input:not(.form-control),
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editedbatchcell input.e-input:not(.form-control),
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-editcell input.e-input:not(.form-control) {
  padding: 2px 6px 1px !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty,
.e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty,
.e-treegrid td.e-rowcell.nx-mandatory-empty,
.e-treegrid td.e-rowcell.e-templatecell.nx-mandatory-empty {
  background-color: #fee2e2 !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty,
.e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty {
  background-color: #fed7d7 !important;
  border-color: var(--sf-border) !important;
}
.e-grid td.e-rowcell:not(.nx-mandatory-empty):focus-within,
.e-grid td.e-rowcell:not(.nx-mandatory-empty):focus,
.e-grid td.e-rowcell:not(.nx-mandatory-empty):focus-visible {
  box-shadow: 0 0 0 2px var(--sf-grid-focus-color) inset !important;
}
.e-grid td.e-rowcell.e-focused:not(.nx-mandatory-empty):not(:focus-within) {
  box-shadow: 0 0 0 2px var(--sf-grid-focus-color) inset !important;
}
.e-treegrid td.e-rowcell:not(.nx-mandatory-empty):focus-within,
.e-treegrid td.e-rowcell:not(.nx-mandatory-empty):focus,
.e-treegrid td.e-rowcell:not(.nx-mandatory-empty):focus-visible {
  box-shadow: 0 0 0 2px var(--sf-grid-focus-color) inset !important;
}
.e-treegrid td.e-rowcell.e-focused:not(.nx-mandatory-empty):not(:focus-within) {
  box-shadow: 0 0 0 2px var(--sf-grid-focus-color) inset !important;
}
.e-grid .e-rowcell.nx-mandatory-empty,
.e-treegrid .e-rowcell.nx-mandatory-empty {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: var(--error-bg, #ffd6d6) !important;
}
.e-grid td.e-rowcell .nx-mandatory-empty,
.e-grid td.e-rowcell .nx-mandatory-empty * {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty::before,
.e-grid td.e-rowcell.nx-mandatory-empty::after,
.e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty::before,
.e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty::after {
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty * {
  border-color: transparent !important;
  border-style: solid !important;
  box-shadow: none !important;
  outline: none !important;
  background-clip: padding-box !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty :focus,
.e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty :focus {
  outline: none !important;
  box-shadow: none !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty:focus-within,
.e-grid td.e-rowcell.nx-mandatory-empty:focus,
.e-grid td.e-rowcell.nx-mandatory-empty:focus-visible,
.e-grid td.e-rowcell.nx-mandatory-empty.e-focused {
  box-shadow: 0 0 0 2px var(--sf-grid-focus-color) inset !important;
}
.e-treegrid td.e-rowcell.nx-mandatory-empty:focus-within,
.e-treegrid td.e-rowcell.nx-mandatory-empty:focus,
.e-treegrid td.e-rowcell.nx-mandatory-empty:focus-visible,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-focused {
  box-shadow: 0 0 0 2px var(--sf-grid-focus-color) inset !important;
}
[data-theme=dark],
[data-theme-mode=dark],
.dark,
.e-dark-mode {
  --sf-border: #454f5e;
  --sf-sidebar-border: #c14f15;
  --sf-white-border: #454f5e;
  --sf-surface: #262e3b;
  --sf-surface-alt: #29313d;
  --sf-surface-muted: #313843;
  --sf-surface-hover: #384254;
  --sf-page: #1f2633;
  --sf-popover: #2d3543;
  --sf-text: #eef2f6;
  --sf-text-muted: #acb9c8;
  --sf-primary: #e06806;
  --sf-primary-hover: #fa8f38;
  --sf-grid-toolbar-bg: var(--sf-surface);
  --sf-grid-toolbar-inner-bg: var(--sf-surface);
  --sf-grid-toolbar-active-bg: var(--sf-surface-hover);
  --sf-grid-header-bg: var(--sf-surface-alt);
  --sf-grid-column-menu-color: var(--sf-text-muted);
  --sf-grid-focus-color: var(--sf-primary);
  --sf-grid-search-bg: var(--sf-page);
  --sf-grid-search-border: var(--sf-border);
  --sf-grid-search-text: var(--sf-text);
  --sf-grid-search-placeholder: var(--sf-text-muted);
  --sf-grid-search-icon: var(--sf-text);
  --sf-mandatory-empty-bg: #fc03030d;
}
[data-theme=dark] .e-grid,
[data-theme=dark] .e-treegrid,
[data-theme=dark] .e-pivotview,
[data-theme=dark] .e-pivotfieldlist,
[data-theme=dark] .e-pivotfieldlist-wrapper,
[data-theme=dark] .e-pivotchart,
[data-theme=dark] .e-gantt,
[data-theme=dark] .e-dialog,
[data-theme=dark] .e-popup,
[data-theme=dark] .e-grid-popup,
[data-theme=dark] .e-responsive-dialog,
[data-theme-mode=dark] .e-grid,
[data-theme-mode=dark] .e-treegrid,
[data-theme-mode=dark] .e-pivotview,
[data-theme-mode=dark] .e-pivotfieldlist,
[data-theme-mode=dark] .e-pivotfieldlist-wrapper,
[data-theme-mode=dark] .e-pivotchart,
[data-theme-mode=dark] .e-gantt,
[data-theme-mode=dark] .e-dialog,
[data-theme-mode=dark] .e-popup,
[data-theme-mode=dark] .e-grid-popup,
[data-theme-mode=dark] .e-responsive-dialog {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid .e-gridheader,
[data-theme=dark] .e-grid .e-headercontent,
[data-theme=dark] .e-grid .e-headercell,
[data-theme=dark] .e-grid th.e-rowdragheader,
[data-theme=dark] .e-grid th.e-detailheadercell,
[data-theme=dark] .e-treegrid .e-gridheader,
[data-theme=dark] .e-treegrid .e-headercontent,
[data-theme=dark] .e-treegrid .e-headercell,
[data-theme=dark] .e-treegrid th.e-rowdragheader,
[data-theme=dark] .e-treegrid th.e-detailheadercell,
[data-theme=dark] .e-pivotview .e-gridheader,
[data-theme=dark] .e-pivotview .e-headercontent,
[data-theme=dark] .e-pivotview .e-headercell,
[data-theme=dark] .e-pivotview .e-grouping-bar,
[data-theme=dark] .e-pivotview .e-group-row,
[data-theme=dark] .e-pivotview .e-group-column,
[data-theme=dark] .e-pivotview .e-group-value,
[data-theme=dark] .e-pivotview .e-group-filter,
[data-theme=dark] .e-pivotview .e-groupdroparea,
[data-theme-mode=dark] .e-grid .e-gridheader,
[data-theme-mode=dark] .e-grid .e-headercontent,
[data-theme-mode=dark] .e-grid .e-headercell,
[data-theme-mode=dark] .e-grid th.e-rowdragheader,
[data-theme-mode=dark] .e-grid th.e-detailheadercell,
[data-theme-mode=dark] .e-treegrid .e-gridheader,
[data-theme-mode=dark] .e-treegrid .e-headercontent,
[data-theme-mode=dark] .e-treegrid .e-headercell,
[data-theme-mode=dark] .e-treegrid th.e-rowdragheader,
[data-theme-mode=dark] .e-treegrid th.e-detailheadercell,
[data-theme-mode=dark] .e-pivotview .e-gridheader,
[data-theme-mode=dark] .e-pivotview .e-headercontent,
[data-theme-mode=dark] .e-pivotview .e-headercell,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar,
[data-theme-mode=dark] .e-pivotview .e-group-row,
[data-theme-mode=dark] .e-pivotview .e-group-column,
[data-theme-mode=dark] .e-pivotview .e-group-value,
[data-theme-mode=dark] .e-pivotview .e-group-filter,
[data-theme-mode=dark] .e-pivotview .e-groupdroparea {
  background-color: var(--sf-surface-alt) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid .e-gridcontent,
[data-theme=dark] .e-grid .e-content,
[data-theme=dark] .e-grid .e-table,
[data-theme=dark] .e-grid .e-rowcell,
[data-theme=dark] .e-grid .e-summarycell,
[data-theme=dark] .e-grid .e-rowdragdrop,
[data-theme=dark] .e-grid .e-detailrowcollapse,
[data-theme=dark] .e-grid .e-detailrowexpand,
[data-theme=dark] .e-grid .e-indentcell,
[data-theme=dark] .e-grid .e-gridchkbox-cell,
[data-theme=dark] .e-grid .e-unboundcell,
[data-theme=dark] .e-grid .e-unboundcelldiv,
[data-theme=dark] .e-grid .e-editedbatchcell,
[data-theme=dark] .e-grid .e-updatedtd,
[data-theme=dark] .e-grid .e-normaledit,
[data-theme=dark] .e-grid .e-addedrow,
[data-theme=dark] .e-grid .e-emptycell,
[data-theme=dark] .e-grid .e-leftfreeze,
[data-theme=dark] .e-grid .e-rightfreeze,
[data-theme=dark] .e-grid .e-fixedfreeze,
[data-theme=dark] .e-treegrid .e-gridcontent,
[data-theme=dark] .e-treegrid .e-content,
[data-theme=dark] .e-treegrid .e-table,
[data-theme=dark] .e-treegrid .e-rowcell,
[data-theme=dark] .e-treegrid .e-rowdragdrop,
[data-theme=dark] .e-treegrid .e-detailrowcollapse,
[data-theme=dark] .e-treegrid .e-detailrowexpand,
[data-theme=dark] .e-treegrid .e-indentcell,
[data-theme=dark] .e-treegrid .e-gridchkbox-cell,
[data-theme=dark] .e-treegrid .e-unboundcell,
[data-theme=dark] .e-treegrid .e-unboundcelldiv,
[data-theme=dark] .e-treegrid .e-editedbatchcell,
[data-theme=dark] .e-treegrid .e-updatedtd,
[data-theme=dark] .e-treegrid .e-normaledit,
[data-theme=dark] .e-treegrid .e-addedrow,
[data-theme=dark] .e-treegrid .e-emptycell,
[data-theme=dark] .e-treegrid .e-leftfreeze,
[data-theme=dark] .e-treegrid .e-rightfreeze,
[data-theme=dark] .e-treegrid .e-fixedfreeze,
[data-theme=dark] .e-pivotview .e-gridcontent,
[data-theme=dark] .e-pivotview .e-content,
[data-theme=dark] .e-pivotview .e-table,
[data-theme=dark] .e-pivotview .e-rowcell,
[data-theme=dark] .e-pivotview .e-valuescontent,
[data-theme=dark] .e-pivotview .e-stackedheadercell,
[data-theme=dark] .e-pivotview .e-rowsheader,
[data-theme=dark] .e-pivotview .e-columnsheader,
[data-theme=dark] .e-pivotview .e-gtot,
[data-theme-mode=dark] .e-grid .e-gridcontent,
[data-theme-mode=dark] .e-grid .e-content,
[data-theme-mode=dark] .e-grid .e-table,
[data-theme-mode=dark] .e-grid .e-rowcell,
[data-theme-mode=dark] .e-grid .e-summarycell,
[data-theme-mode=dark] .e-grid .e-rowdragdrop,
[data-theme-mode=dark] .e-grid .e-detailrowcollapse,
[data-theme-mode=dark] .e-grid .e-detailrowexpand,
[data-theme-mode=dark] .e-grid .e-indentcell,
[data-theme-mode=dark] .e-grid .e-gridchkbox-cell,
[data-theme-mode=dark] .e-grid .e-unboundcell,
[data-theme-mode=dark] .e-grid .e-unboundcelldiv,
[data-theme-mode=dark] .e-grid .e-editedbatchcell,
[data-theme-mode=dark] .e-grid .e-updatedtd,
[data-theme-mode=dark] .e-grid .e-normaledit,
[data-theme-mode=dark] .e-grid .e-addedrow,
[data-theme-mode=dark] .e-grid .e-emptycell,
[data-theme-mode=dark] .e-grid .e-leftfreeze,
[data-theme-mode=dark] .e-grid .e-rightfreeze,
[data-theme-mode=dark] .e-grid .e-fixedfreeze,
[data-theme-mode=dark] .e-treegrid .e-gridcontent,
[data-theme-mode=dark] .e-treegrid .e-content,
[data-theme-mode=dark] .e-treegrid .e-table,
[data-theme-mode=dark] .e-treegrid .e-rowcell,
[data-theme-mode=dark] .e-treegrid .e-rowdragdrop,
[data-theme-mode=dark] .e-treegrid .e-detailrowcollapse,
[data-theme-mode=dark] .e-treegrid .e-detailrowexpand,
[data-theme-mode=dark] .e-treegrid .e-indentcell,
[data-theme-mode=dark] .e-treegrid .e-gridchkbox-cell,
[data-theme-mode=dark] .e-treegrid .e-unboundcell,
[data-theme-mode=dark] .e-treegrid .e-unboundcelldiv,
[data-theme-mode=dark] .e-treegrid .e-editedbatchcell,
[data-theme-mode=dark] .e-treegrid .e-updatedtd,
[data-theme-mode=dark] .e-treegrid .e-normaledit,
[data-theme-mode=dark] .e-treegrid .e-addedrow,
[data-theme-mode=dark] .e-treegrid .e-emptycell,
[data-theme-mode=dark] .e-treegrid .e-leftfreeze,
[data-theme-mode=dark] .e-treegrid .e-rightfreeze,
[data-theme-mode=dark] .e-treegrid .e-fixedfreeze,
[data-theme-mode=dark] .e-pivotview .e-gridcontent,
[data-theme-mode=dark] .e-pivotview .e-content,
[data-theme-mode=dark] .e-pivotview .e-table,
[data-theme-mode=dark] .e-pivotview .e-rowcell,
[data-theme-mode=dark] .e-pivotview .e-valuescontent,
[data-theme-mode=dark] .e-pivotview .e-stackedheadercell,
[data-theme-mode=dark] .e-pivotview .e-rowsheader,
[data-theme-mode=dark] .e-pivotview .e-columnsheader,
[data-theme-mode=dark] .e-pivotview .e-gtot {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid .e-toolbar .e-search-wrapper .e-input-group,
[data-theme=dark] .e-treegrid .e-toolbar .e-search-wrapper .e-input-group,
[data-theme-mode=dark] .e-grid .e-toolbar .e-search-wrapper .e-input-group,
[data-theme-mode=dark] .e-treegrid .e-toolbar .e-search-wrapper .e-input-group {
  background-color: var(--sf-grid-search-bg) !important;
  border-color: var(--sf-grid-search-border) !important;
}
[data-theme=dark] .e-grid .e-toolbar .e-search-wrapper input,
[data-theme=dark] .e-treegrid .e-toolbar .e-search-wrapper input,
[data-theme-mode=dark] .e-grid .e-toolbar .e-search-wrapper input,
[data-theme-mode=dark] .e-treegrid .e-toolbar .e-search-wrapper input {
  background-color: transparent !important;
  color: var(--sf-grid-search-text) !important;
}
[data-theme=dark] .e-grid .e-toolbar .e-search-wrapper input::-moz-placeholder,
[data-theme=dark] .e-treegrid .e-toolbar .e-search-wrapper input::-moz-placeholder,
[data-theme-mode=dark] .e-grid .e-toolbar .e-search-wrapper input::-moz-placeholder,
[data-theme-mode=dark] .e-treegrid .e-toolbar .e-search-wrapper input::-moz-placeholder {
  color: var(--sf-grid-search-placeholder) !important;
}
[data-theme=dark] .e-grid .e-toolbar .e-search-wrapper input::placeholder,
[data-theme=dark] .e-treegrid .e-toolbar .e-search-wrapper input::placeholder,
[data-theme-mode=dark] .e-grid .e-toolbar .e-search-wrapper input::placeholder,
[data-theme-mode=dark] .e-treegrid .e-toolbar .e-search-wrapper input::placeholder {
  color: var(--sf-grid-search-placeholder) !important;
}
[data-theme=dark] .e-grid .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid .e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-grid td.e-rowcell.nx-mandatory-empty,
[data-theme=dark] .e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty,
[data-theme=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty,
[data-theme-mode=dark] .e-grid .e-rowcell.nx-mandatory-empty,
[data-theme-mode=dark] .e-treegrid .e-rowcell.nx-mandatory-empty,
[data-theme-mode=dark] .e-grid td.e-rowcell.nx-mandatory-empty,
[data-theme-mode=dark] .e-grid td.e-rowcell.e-templatecell.nx-mandatory-empty,
[data-theme-mode=dark] .e-treegrid td.e-rowcell.nx-mandatory-empty {
  background-color: var(--sf-mandatory-empty-bg) !important;
  border-color: var(--sf-border) !important;
  box-shadow: inset 0 0 0 1px var(--sf-border) !important;
}
[data-theme=dark] .e-grid .e-emptyrow,
[data-theme=dark] .e-grid .e-emptyrow td,
[data-theme=dark] .e-treegrid .e-emptyrow,
[data-theme=dark] .e-treegrid .e-emptyrow td,
[data-theme=dark] .e-pivotview .e-grid .e-emptyrow,
[data-theme=dark] .e-pivotview .e-grid .e-emptyrow td,
[data-theme-mode=dark] .e-grid .e-emptyrow,
[data-theme-mode=dark] .e-grid .e-emptyrow td,
[data-theme-mode=dark] .e-treegrid .e-emptyrow,
[data-theme-mode=dark] .e-treegrid .e-emptyrow td,
[data-theme-mode=dark] .e-pivotview .e-grid .e-emptyrow,
[data-theme-mode=dark] .e-pivotview .e-grid .e-emptyrow td {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-pivotview .e-grouping-bar .e-left-axis-fields,
[data-theme=dark] .e-pivotview .e-grouping-bar .e-right-axis-fields,
[data-theme=dark] .e-pivotview .e-grouping-bar .e-axis-row,
[data-theme=dark] .e-pivotview .e-grouping-bar .e-axis-column,
[data-theme=dark] .e-pivotview .e-grouping-bar .e-axis-value,
[data-theme=dark] .e-pivotview .e-grouping-bar .e-axis-filter,
[data-theme=dark] .e-pivotview .e-group-values,
[data-theme=dark] .e-pivotview .e-group-columns,
[data-theme=dark] .e-pivotview .e-group-filters,
[data-theme=dark] .e-pivotview .e-group-rows,
[data-theme=dark] .e-pivotview .e-draggable-prompt,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar .e-left-axis-fields,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar .e-right-axis-fields,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar .e-axis-row,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar .e-axis-column,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar .e-axis-value,
[data-theme-mode=dark] .e-pivotview .e-grouping-bar .e-axis-filter,
[data-theme-mode=dark] .e-pivotview .e-group-values,
[data-theme-mode=dark] .e-pivotview .e-group-columns,
[data-theme-mode=dark] .e-pivotview .e-group-filters,
[data-theme-mode=dark] .e-pivotview .e-group-rows,
[data-theme-mode=dark] .e-pivotview .e-draggable-prompt {
  background-color: var(--sf-surface-alt) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid .e-altrow,
[data-theme=dark] .e-treegrid .e-altrow,
[data-theme=dark] .e-pivotview .e-altrow,
[data-theme-mode=dark] .e-grid .e-altrow,
[data-theme-mode=dark] .e-treegrid .e-altrow,
[data-theme-mode=dark] .e-pivotview .e-altrow {
  background-color: var(--sf-surface-muted) !important;
}
[data-theme=dark] .e-grid .e-row:hover .e-rowcell,
[data-theme=dark] .e-treegrid .e-row:hover .e-rowcell,
[data-theme=dark] .e-pivotview .e-row:hover .e-rowcell,
[data-theme-mode=dark] .e-grid .e-row:hover .e-rowcell,
[data-theme-mode=dark] .e-treegrid .e-row:hover .e-rowcell,
[data-theme-mode=dark] .e-pivotview .e-row:hover .e-rowcell {
  background-color: var(--sf-surface-hover) !important;
}
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar),
[data-theme=dark] .e-grid .e-toolbar,
[data-theme=dark] .e-treegrid .e-toolbar,
[data-theme=dark] .e-pivotview .e-toolbar,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-items,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-left,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-center,
[data-theme=dark] .e-grid .e-toolbar .e-toolbar-right,
[data-theme=dark] .e-grid .e-toolbar .e-table,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar),
[data-theme-mode=dark] .e-grid .e-toolbar,
[data-theme-mode=dark] .e-treegrid .e-toolbar,
[data-theme-mode=dark] .e-pivotview .e-toolbar,
[data-theme-mode=dark] .e-grid .e-toolbar .e-toolbar-items,
[data-theme-mode=dark] .e-grid .e-toolbar .e-toolbar-left,
[data-theme-mode=dark] .e-grid .e-toolbar .e-toolbar-center,
[data-theme-mode=dark] .e-grid .e-toolbar .e-toolbar-right,
[data-theme-mode=dark] .e-grid .e-toolbar .e-table {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn,
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-icons,
[data-theme=dark] .e-grid .e-columnmenu::before,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-icons,
[data-theme-mode=dark] .e-grid .e-columnmenu::before {
  color: var(--sf-text-muted) !important;
}
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn:hover,
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn:focus,
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn:active,
[data-theme=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn.e-active,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn:hover,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn:focus,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn:active,
[data-theme-mode=dark] .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn.e-active {
  background-color: var(--sf-surface-hover) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-input-group,
[data-theme=dark] .e-input-group.e-control-wrapper,
[data-theme=dark] .e-float-input,
[data-theme=dark] .e-float-input.e-control-wrapper,
[data-theme=dark] .e-grid input,
[data-theme=dark] .e-treegrid input,
[data-theme=dark] .e-pivotview input,
[data-theme-mode=dark] .e-input-group,
[data-theme-mode=dark] .e-input-group.e-control-wrapper,
[data-theme-mode=dark] .e-float-input,
[data-theme-mode=dark] .e-float-input.e-control-wrapper,
[data-theme-mode=dark] .e-grid input,
[data-theme-mode=dark] .e-treegrid input,
[data-theme-mode=dark] .e-pivotview input {
  background-color: var(--sf-page) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-popup,
[data-theme=dark] .e-ddl.e-popup,
[data-theme=dark] .e-dropdownbase,
[data-theme=dark] .e-filter-popup,
[data-theme=dark] .e-contextmenu-wrapper,
[data-theme=dark] .e-menu-wrapper,
[data-theme-mode=dark] .e-popup,
[data-theme-mode=dark] .e-ddl.e-popup,
[data-theme-mode=dark] .e-dropdownbase,
[data-theme-mode=dark] .e-filter-popup,
[data-theme-mode=dark] .e-contextmenu-wrapper,
[data-theme-mode=dark] .e-menu-wrapper {
  background-color: var(--sf-popover) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-dropdownbase .e-list-item,
[data-theme=dark] .e-menu-wrapper .e-menu-item,
[data-theme=dark] .e-contextmenu-wrapper .e-menu-item,
[data-theme-mode=dark] .e-dropdownbase .e-list-item,
[data-theme-mode=dark] .e-menu-wrapper .e-menu-item,
[data-theme-mode=dark] .e-contextmenu-wrapper .e-menu-item {
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-dropdownbase .e-list-item.e-hover,
[data-theme=dark] .e-dropdownbase .e-list-item.e-active,
[data-theme=dark] .e-menu-wrapper .e-menu-item.e-focused,
[data-theme=dark] .e-contextmenu-wrapper .e-menu-item.e-focused,
[data-theme-mode=dark] .e-dropdownbase .e-list-item.e-hover,
[data-theme-mode=dark] .e-dropdownbase .e-list-item.e-active,
[data-theme-mode=dark] .e-menu-wrapper .e-menu-item.e-focused,
[data-theme-mode=dark] .e-contextmenu-wrapper .e-menu-item.e-focused {
  background-color: var(--sf-surface-hover) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid td.e-active,
[data-theme=dark] .e-grid td.e-selectionbackground,
[data-theme=dark] .e-treegrid td.e-active,
[data-theme=dark] .e-treegrid td.e-selectionbackground,
[data-theme=dark] .e-pivotview td.e-active,
[data-theme=dark] .e-pivotview td.e-selectionbackground,
[data-theme-mode=dark] .e-grid td.e-active,
[data-theme-mode=dark] .e-grid td.e-selectionbackground,
[data-theme-mode=dark] .e-treegrid td.e-active,
[data-theme-mode=dark] .e-treegrid td.e-selectionbackground,
[data-theme-mode=dark] .e-pivotview td.e-active,
[data-theme-mode=dark] .e-pivotview td.e-selectionbackground {
  background-color: var(--sf-surface-hover) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell),
[data-theme=dark] .e-treegrid .e-focused:not(.e-menu-item):not(.e-editedbatchcell),
[data-theme=dark] .e-pivotview .e-focused:not(.e-menu-item):not(.e-editedbatchcell),
[data-theme-mode=dark] .e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell),
[data-theme-mode=dark] .e-treegrid .e-focused:not(.e-menu-item):not(.e-editedbatchcell),
[data-theme-mode=dark] .e-pivotview .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
  box-shadow: 0 0 0 1px var(--sf-primary) inset !important;
}
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid, .e-pivotview, .e-pivotfieldlist, .e-pivotfieldlist-wrapper, .e-pivotchart, .e-gantt, .e-dialog, .e-popup, .e-grid-popup, .e-responsive-dialog) {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid, .e-pivotview) :is(.e-gridheader, .e-headercontent, .e-headercell, th.e-rowdragheader, th.e-detailheadercell, .e-grouping-bar, .e-group-row, .e-group-column, .e-group-value, .e-group-filter, .e-groupdroparea) {
  background-color: var(--sf-surface-alt) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid, .e-pivotview) :is(.e-gridcontent, .e-content, .e-table, .e-rowcell, .e-summarycell, .e-rowdragdrop, .e-detailrowcollapse, .e-detailrowexpand, .e-indentcell, .e-gridchkbox-cell, .e-unboundcell, .e-unboundcelldiv, .e-editedbatchcell, .e-updatedtd, .e-normaledit, .e-addedrow, .e-emptycell, .e-leftfreeze, .e-rightfreeze, .e-fixedfreeze, .e-valuescontent, .e-stackedheadercell, .e-rowsheader, .e-columnsheader, .e-gtot) {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid) :is(.e-rowcell.nx-mandatory-empty, td.e-rowcell.nx-mandatory-empty, td.e-rowcell.e-templatecell.nx-mandatory-empty) {
  background-color: var(--sf-mandatory-empty-bg) !important;
  border-color: var(--sf-border) !important;
  box-shadow: inset 0 0 0 1px var(--sf-border) !important;
}
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid, .e-pivotview .e-grid) :is(.e-emptyrow, .e-emptyrow td) {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) .e-pivotview :is(.e-grouping-bar .e-left-axis-fields, .e-grouping-bar .e-right-axis-fields, .e-grouping-bar .e-axis-row, .e-grouping-bar .e-axis-column, .e-grouping-bar .e-axis-value, .e-grouping-bar .e-axis-filter, .e-group-values, .e-group-columns, .e-group-filters, .e-group-rows, .e-draggable-prompt) {
  background-color: var(--sf-surface-alt) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-toolbar:not(.e-pv-toolbar), .e-grid .e-toolbar, .e-treegrid .e-toolbar, .e-pivotview .e-toolbar, .e-grid .e-toolbar .e-toolbar-items, .e-grid .e-toolbar .e-toolbar-left, .e-grid .e-toolbar .e-toolbar-center, .e-grid .e-toolbar .e-toolbar-right, .e-grid .e-toolbar .e-table) {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-control-wrapper, .e-grid input, .e-treegrid input, .e-pivotview input) {
  background-color: var(--sf-page) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-dropdownbase .e-list-item.e-hover, .e-dropdownbase .e-list-item.e-active, .e-grid .e-row:hover .e-rowcell, .e-treegrid .e-row:hover .e-rowcell, .e-pivotview .e-row:hover .e-rowcell, .e-grid td.e-active, .e-grid td.e-selectionbackground, .e-treegrid td.e-active, .e-treegrid td.e-selectionbackground, .e-pivotview td.e-active, .e-pivotview td.e-selectionbackground) {
  background-color: var(--sf-surface-hover) !important;
  color: var(--sf-text) !important;
}
:is(.dark, .e-dark-mode) :is(.e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn, .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-tbar-btn-text, .e-toolbar:not(.e-pv-toolbar) .e-toolbar-item .e-tbar-btn .e-icons, .e-grid .e-columnmenu::before) {
  color: var(--sf-text-muted) !important;
}
[data-theme=dark] .e-grid :is(.e-frozenhdr, .e-frozencontent, .e-movableheader, .e-movablecontent),
[data-theme=dark] .e-treegrid :is(.e-frozenhdr, .e-frozencontent, .e-movableheader, .e-movablecontent),
[data-theme-mode=dark] .e-grid :is(.e-frozenhdr, .e-frozencontent, .e-movableheader, .e-movablecontent),
[data-theme-mode=dark] .e-treegrid :is(.e-frozenhdr, .e-frozencontent, .e-movableheader, .e-movablecontent),
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid) :is(.e-frozenhdr, .e-frozencontent, .e-movableheader, .e-movablecontent) {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid :is(th.e-leftfreeze, th.e-rightfreeze, th.e-fixedfreeze, .e-headercell.e-leftfreeze, .e-headercell.e-rightfreeze, .e-headercell.e-fixedfreeze, .e-stackedheadercell.e-leftfreeze, .e-stackedheadercell.e-rightfreeze, .e-stackedheadercell.e-fixedfreeze),
[data-theme=dark] .e-treegrid :is(th.e-leftfreeze, th.e-rightfreeze, th.e-fixedfreeze, .e-headercell.e-leftfreeze, .e-headercell.e-rightfreeze, .e-headercell.e-fixedfreeze, .e-stackedheadercell.e-leftfreeze, .e-stackedheadercell.e-rightfreeze, .e-stackedheadercell.e-fixedfreeze),
[data-theme-mode=dark] .e-grid :is(th.e-leftfreeze, th.e-rightfreeze, th.e-fixedfreeze, .e-headercell.e-leftfreeze, .e-headercell.e-rightfreeze, .e-headercell.e-fixedfreeze, .e-stackedheadercell.e-leftfreeze, .e-stackedheadercell.e-rightfreeze, .e-stackedheadercell.e-fixedfreeze),
[data-theme-mode=dark] .e-treegrid :is(th.e-leftfreeze, th.e-rightfreeze, th.e-fixedfreeze, .e-headercell.e-leftfreeze, .e-headercell.e-rightfreeze, .e-headercell.e-fixedfreeze, .e-stackedheadercell.e-leftfreeze, .e-stackedheadercell.e-rightfreeze, .e-stackedheadercell.e-fixedfreeze),
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid) :is(th.e-leftfreeze, th.e-rightfreeze, th.e-fixedfreeze, .e-headercell.e-leftfreeze, .e-headercell.e-rightfreeze, .e-headercell.e-fixedfreeze, .e-stackedheadercell.e-leftfreeze, .e-stackedheadercell.e-rightfreeze, .e-stackedheadercell.e-fixedfreeze) {
  background-color: var(--sf-surface-alt) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid :is(td.e-leftfreeze, td.e-rightfreeze, td.e-fixedfreeze, .e-rowcell.e-leftfreeze, .e-rowcell.e-rightfreeze, .e-rowcell.e-fixedfreeze, .e-rowdragdrop.e-leftfreeze, .e-rowdragdrop.e-rightfreeze, .e-rowdragdrop.e-fixedfreeze, .e-detailrowcollapse.e-leftfreeze, .e-detailrowcollapse.e-rightfreeze, .e-detailrowexpand.e-leftfreeze, .e-detailrowexpand.e-rightfreeze):not(.nx-mandatory-empty),
[data-theme=dark] .e-treegrid :is(td.e-leftfreeze, td.e-rightfreeze, td.e-fixedfreeze, .e-rowcell.e-leftfreeze, .e-rowcell.e-rightfreeze, .e-rowcell.e-fixedfreeze, .e-rowdragdrop.e-leftfreeze, .e-rowdragdrop.e-rightfreeze, .e-rowdragdrop.e-fixedfreeze, .e-detailrowcollapse.e-leftfreeze, .e-detailrowcollapse.e-rightfreeze, .e-detailrowexpand.e-leftfreeze, .e-detailrowexpand.e-rightfreeze):not(.nx-mandatory-empty),
[data-theme-mode=dark] .e-grid :is(td.e-leftfreeze, td.e-rightfreeze, td.e-fixedfreeze, .e-rowcell.e-leftfreeze, .e-rowcell.e-rightfreeze, .e-rowcell.e-fixedfreeze, .e-rowdragdrop.e-leftfreeze, .e-rowdragdrop.e-rightfreeze, .e-rowdragdrop.e-fixedfreeze, .e-detailrowcollapse.e-leftfreeze, .e-detailrowcollapse.e-rightfreeze, .e-detailrowexpand.e-leftfreeze, .e-detailrowexpand.e-rightfreeze):not(.nx-mandatory-empty),
[data-theme-mode=dark] .e-treegrid :is(td.e-leftfreeze, td.e-rightfreeze, td.e-fixedfreeze, .e-rowcell.e-leftfreeze, .e-rowcell.e-rightfreeze, .e-rowcell.e-fixedfreeze, .e-rowdragdrop.e-leftfreeze, .e-rowdragdrop.e-rightfreeze, .e-rowdragdrop.e-fixedfreeze, .e-detailrowcollapse.e-leftfreeze, .e-detailrowcollapse.e-rightfreeze, .e-detailrowexpand.e-leftfreeze, .e-detailrowexpand.e-rightfreeze):not(.nx-mandatory-empty),
:is(.dark, .e-dark-mode) :is(.e-grid, .e-treegrid) :is(td.e-leftfreeze, td.e-rightfreeze, td.e-fixedfreeze, .e-rowcell.e-leftfreeze, .e-rowcell.e-rightfreeze, .e-rowcell.e-fixedfreeze, .e-rowdragdrop.e-leftfreeze, .e-rowdragdrop.e-rightfreeze, .e-rowdragdrop.e-fixedfreeze, .e-detailrowcollapse.e-leftfreeze, .e-detailrowcollapse.e-rightfreeze, .e-detailrowexpand.e-leftfreeze, .e-detailrowexpand.e-rightfreeze):not(.nx-mandatory-empty) {
  background-color: var(--sf-surface) !important;
  border-color: var(--sf-border) !important;
  color: var(--sf-text) !important;
}
[data-theme=dark] .e-grid :is(.e-leftfreeze.e-freezeleftborder, .e-rightfreeze.e-freezerightborder, .e-fixedfreeze.e-freezeleftborder, .e-fixedfreeze.e-freezerightborder),
[data-theme-mode=dark] .e-grid :is(.e-leftfreeze.e-freezeleftborder, .e-rightfreeze.e-freezerightborder, .e-fixedfreeze.e-freezeleftborder, .e-fixedfreeze.e-freezerightborder),
:is(.dark, .e-dark-mode) .e-grid :is(.e-leftfreeze.e-freezeleftborder, .e-rightfreeze.e-freezerightborder, .e-fixedfreeze.e-freezeleftborder, .e-fixedfreeze.e-freezerightborder) {
  border-color: var(--sf-border) !important;
}
[data-theme=dark] .e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder),
[data-theme-mode=dark] .e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder),
:is(.dark, .e-dark-mode) .e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder) {
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.28) !important;
}
[data-theme=dark] .e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder),
[data-theme-mode=dark] .e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder),
:is(.dark, .e-dark-mode) .e-grid.e-right-shadow .e-rightfreeze.e-freezerightborder:not(.e-dragborder) {
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.28) !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty *,
.e-grid td.e-rowcell.nx-mandatory-empty *:focus,
.e-treegrid td.e-rowcell.nx-mandatory-empty *,
.e-treegrid td.e-rowcell.nx-mandatory-empty *:focus {
  box-sizing: border-box !important;
  border: 0 !important;
  border-width: 0 !important;
  outline: none !important;
  height: 100% !important;
  max-height: 100% !important;
  padding: inherit !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty .e-control,
.e-grid td.e-rowcell.nx-mandatory-empty input,
.e-grid td.e-rowcell.nx-mandatory-empty select,
.e-grid td.e-rowcell.nx-mandatory-empty .e-dropdownlist,
.e-grid td.e-rowcell.nx-mandatory-empty .e-input,
.e-treegrid td.e-rowcell.nx-mandatory-empty .e-control,
.e-treegrid td.e-rowcell.nx-mandatory-empty input,
.e-treegrid td.e-rowcell.nx-mandatory-empty select,
.e-treegrid td.e-rowcell.nx-mandatory-empty .e-dropdownlist,
.e-treegrid td.e-rowcell.nx-mandatory-empty .e-input {
  box-sizing: border-box !important;
  border: 0 !important;
  outline: none !important;
  height: 100% !important;
  padding: 0 6px !important;
}
.e-grid td.e-rowcell.e-selectionbackground,
.e-grid td.e-rowcell.e-active,
.e-treegrid td.e-rowcell.e-selectionbackground,
.e-treegrid td.e-rowcell.e-active {
  background-color: #ffe0b2 !important;
  color: #1c1b1f !important;
}
.e-grid td.e-rowcell.e-selectionbackground .cell-text,
.e-grid td.e-rowcell.e-active .cell-text,
.e-treegrid td.e-rowcell.e-selectionbackground .cell-text,
.e-treegrid td.e-rowcell.e-active .cell-text {
  color: #1c1b1f !important;
}
.e-grid td.e-rowcell.nx-readonly-cell.e-selectionbackground,
.e-grid td.e-rowcell.nx-readonly-cell.e-active,
.e-treegrid td.e-rowcell.nx-readonly-cell.e-selectionbackground,
.e-treegrid td.e-rowcell.nx-readonly-cell.e-active {
  background-color: #f0d9b8 !important;
  color: #1c1b1f !important;
}
.e-grid td.e-rowcell.nx-mandatory-empty.e-selectionbackground,
.e-grid td.e-rowcell.nx-mandatory-empty.e-active,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-selectionbackground,
.e-treegrid td.e-rowcell.nx-mandatory-empty.e-active {
  background-color: #f8c6b4 !important;
}
html body ::-moz-selection {
  background: #0d47a1 !important;
  color: #fff !important;
}
html body ::selection {
  background: #0d47a1 !important;
  color: #fff !important;
}
html body ::-moz-selection {
  background: #0d47a1 !important;
  color: #fff !important;
}
.e-grid .e-checkbox-wrapper .e-frame.e-check,
.e-grid .e-checkbox-wrapper.e-checkbox .e-frame.e-check,
.e-treegrid .e-checkbox-wrapper .e-frame.e-check,
.e-treegrid .e-checkbox-wrapper.e-checkbox .e-frame.e-check {
  background-color: var(--primary, #ff5722) !important;
  border-color: var(--primary, #ff5722) !important;
  color: #fff !important;
}
.e-grid .e-checkbox-wrapper .e-frame.e-stop,
.e-treegrid .e-checkbox-wrapper .e-frame.e-stop {
  background-color: var(--primary, #ff5722) !important;
  border-color: var(--primary, #ff5722) !important;
  color: #fff !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=false] .background {
  background-color: #FFFEFD !important;
  border: 1px solid #EDEDED !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=false] .navbar {
  background-color: #EDEDED !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=false] .foreground {
  background-color: #FFFEFD !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=false] .text {
  background-color: #D0D0D0 !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=false] .primary {
  background-color: #FC4B08 !important;
}
.modal-body .theme-grid [data-theme=dark][data-is-auto-theme=false] .background {
  background-color: #1f2633 !important;
  border: 1px solid #454f5e !important;
}
.modal-body .theme-grid [data-theme=dark][data-is-auto-theme=false] .navbar {
  background-color: #384254 !important;
}
.modal-body .theme-grid [data-theme=dark][data-is-auto-theme=false] .foreground {
  background-color: #262e3b !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.modal-body .theme-grid [data-theme=dark][data-is-auto-theme=false] .text {
  background-color: #acb9c8 !important;
}
.modal-body .theme-grid [data-theme=dark][data-is-auto-theme=false] .primary {
  background-color: #E67A0D !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=true] .background {
  background: linear-gradient(to right, #FFFEFD 0 50%, #1f2633 50% 100%) !important;
  border: 1px solid #EDEDED !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=true] .navbar {
  background: linear-gradient(to right, #EDEDED 0 50%, #384254 50% 100%) !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=true] .foreground {
  background: linear-gradient(to right, #FFFEFD 0 50%, #262e3b 50% 100%) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=true] .text {
  background: linear-gradient(to right, #EDEDED 0 50%, #acb9c8 50% 100%) !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=true] .primary {
  background-color: #FC4B08 !important;
}
.modal-body .theme-grid [data-theme=light][data-is-auto-theme=true] .background::after {
  display: none !important;
}
.modal-body .theme-grid .navbar,
.modal-body .theme-grid .foreground,
.modal-body .theme-grid .toolbar,
.modal-body .theme-grid .preview-check {
  position: relative !important;
  z-index: 1 !important;
}
.modal-body .theme-grid .selected [data-theme=light] .preview-check {
  background-color: #FC4B08 !important;
}
.modal-body .theme-grid .selected [data-theme=light] .preview-check .icon use {
  stroke: #FFFEFD !important;
}
.modal-body .theme-grid .selected [data-theme=dark] .preview-check {
  background-color: #E67A0D !important;
}
.modal-body .theme-grid .selected [data-theme=dark] .preview-check .icon use {
  stroke: #FFFEFD !important;
}
.modal-body .theme-grid .preview-check {
  background-color: #FC4B08 !important;
  color: #FFFEFD !important;
}
.modal-body .theme-grid [data-theme=dark] .preview-check {
  background-color: #E67A0D !important;
  color: #FFFEFD !important;
}
/*# sourceMappingURL=design_system.bundle.KRO5NT24.css.map */
