/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./apps/web/ew-web/styles/design-token.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./apps/web/ew-web/styles/design-token.css (1) ***!
  \*************************************************************************************************************************************************************************************************************************************/
/* ============================================
   ENTERWAIT — Design System tokens
   Shared stylesheet for all prototype screens.
   ============================================ */

:root {
  /* -------- BRAND -------- */
  --brand-600:    #3758f9;   /* primary */
  --brand-700:    #2f4bda;   /* primary hover (darker) */
  --brand-500:    #5b76fb;
  --brand-100:    #e6ecfe;
  --brand-50:     #f3f5ff;

  /* Secondary (teal from logo) */
  --teal-600:     #1fb9c6;
  --teal-500:     #3ecdda;
  --teal-100:     #d5f4f7;

  /* -------- NEUTRALS (cool, slight blue cast) -------- */
  --ink-950:      #0b0f1a;
  --ink-900:      #111827;
  --ink-800:      #1f2937;
  --ink-700:      #374151;
  --ink-600:      #4b5563;
  --ink-500:      #6b7280;
  --ink-400:      #9ca3af;
  --ink-300:      #d1d5db;
  --ink-200:      #e5e7eb;
  --ink-150:      #edf0f4;
  --ink-100:      #f3f4f6;
  --ink-75:       #f7f8fa;
  --ink-50:       #fafbfc;
  --white:        #ffffff;

  /* -------- SEMANTIC -------- */
  --success:      #12a150;
  --success-100:  #e3f7eb;
  --warning:      #e58a00;
  --warning-100:  #fdf1dc;
  --danger:       #dc2626;
  --danger-100:   #fde8e8;
  --info:         #2563eb;
  --info-100:     #e1ebfd;

  /* Status chip palette */
  --chip-waitlist-bg:   #fff3dc;
  --chip-waitlist-fg:   #9a6300;
  --chip-service-bg:    #e1ebfd;
  --chip-service-fg:    #1e47c5;
  --chip-complete-bg:   #e3f7eb;
  --chip-complete-fg:   #076b32;

  /* -------- RADII -------- */
  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --r-2xl: 28px;
  --r-pill: 999px;

  /* -------- SHADOWS -------- */
  --shadow-xs:  0 1px 2px rgba(16,24,40,.04);
  --shadow-sm:  0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.05);
  --shadow-md:  0 4px 8px -2px rgba(16,24,40,.06), 0 2px 4px -2px rgba(16,24,40,.04);
  --shadow-lg:  0 12px 24px -8px rgba(16,24,40,.10), 0 4px 8px -4px rgba(16,24,40,.04);
  --shadow-xl:  0 24px 48px -12px rgba(16,24,40,.18);
  --shadow-brand: 0 8px 24px -8px rgba(55,88,249,.35);

  /* -------- TYPOGRAPHY -------- */
  --font-sans: 'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-display: 'Instrument Serif', Georgia, serif;

  /* -------- SPACING (4px scale) -------- */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;
  --s-8: 32px;
  --s-10: 40px;
  --s-12: 48px;
  --s-16: 64px;
  --s-20: 80px;

  /* -------- MOTION -------- */
  --ease-out: cubic-bezier(.2, .8, .2, 1);
  --ease-in-out: cubic-bezier(.4, 0, .2, 1);
  --dur-fast: 120ms;
  --dur-med: 220ms;
  --dur-slow: 380ms;

  /* -------- LAYOUT -------- */
  --nav-w: 248px;
  --nav-w-collapsed: 64px;
  --topbar-h: 56px;

  /* -------- SEMANTIC SURFACES --------
     `--surface-page` is the soft page background used by inboxed/settings
     shells. Maps to ink-50 in light and ink-75 in dark — the design intent
     is "lightest tint that still reads as a surface", which lives at a
     different rung in each theme.

     `--surface-card` is the elevated tone used for inputs and rounded card
     sections that need to pop against `--surface-page`. Pure white in light,
     and `#1a2235` (= ink-100) in dark so a card sitting on the dark page
     reads as one notch lighter without going all the way to white-panel. */
  --surface-page: #fafbfc;
  --surface-card: #ffffff;
}

/* ============================================
   DARK THEME — apply via <html data-theme="dark">
   ============================================ */
[data-theme="dark"] {
  /* brand stays primary, but teal becomes the accent in dark */
  --brand-600:    #5b76fb;
  --brand-700:    #3758f9;
  --brand-500:    #7d92fc;
  --brand-100:    #1e2a5a;
  --brand-50:     #141a36;

  --teal-600:     #3ecdda;
  --teal-500:     #5fdce8;
  --teal-100:     #143942;

  /* Inverted neutrals — kept the same TOKEN NAMES so existing CSS just works */
  --ink-950:      #f7f8fa;
  --ink-900:      #f3f4f6;   /* primary text */
  --ink-800:      #e5e7eb;
  --ink-700:      #d1d5db;
  --ink-600:      #9ca3af;
  --ink-500:      #6b7280;   /* muted text */
  --ink-400:      #4b5563;
  --ink-300:      #374151;
  --ink-200:      #2d3748;   /* hairline border */
  --ink-150:      #1f2937;
  --ink-100:      #1a2235;   /* subtle surface */
  --ink-75:       #131a2c;   /* page bg */
  --ink-50:       #0f1426;   /* lower surface */
  --white:        #1a2238;   /* "white" surfaces become panel bg */

  --surface-page: #131a2c;   /* dark-mode page tone */
  --surface-card: #1a2235;   /* dark-mode elevated card / input tone */

  --success:      #22c997;
  --success-100:  #11302a;
  --warning:      #fbbf24;
  --warning-100:  #3a2c12;
  --danger:       #f87171;
  --danger-100:   #3a1818;
  --info:         #60a5fa;
  --info-100:     #142543;

  --chip-waitlist-bg:  #3a2c12;
  --chip-waitlist-fg:  #fbbf24;
  --chip-service-bg:   #142543;
  --chip-service-fg:   #93b8ff;
  --chip-complete-bg:  #11302a;
  --chip-complete-fg:  #4dd9a3;

  --shadow-xs:  0 1px 2px rgba(0,0,0,.4);
  --shadow-sm:  0 1px 2px rgba(0,0,0,.45), 0 1px 3px rgba(0,0,0,.35);
  --shadow-md:  0 4px 8px -2px rgba(0,0,0,.5), 0 2px 4px -2px rgba(0,0,0,.4);
  --shadow-lg:  0 12px 24px -8px rgba(0,0,0,.55), 0 4px 8px -4px rgba(0,0,0,.4);
  --shadow-xl:  0 24px 48px -12px rgba(0,0,0,.6);
  --shadow-brand: 0 8px 24px -8px rgba(91,118,251,.45);

  color-scheme: dark;
}

[data-theme="dark"] body {
  background:
    radial-gradient(ellipse at top, rgba(62,205,218,.04), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(91,118,251,.04), transparent 60%),
    var(--ink-75);
  color: var(--ink-900);
}

/* ============================================
   DARK MODE — global element overrides
   Catch hardcoded light backgrounds across
   all 19 prototype screens without manual edits.
   ============================================ */
[data-theme="dark"] [style*="background: white"],
[data-theme="dark"] [style*="background:white"],
[data-theme="dark"] [style*="background: #fff"],
[data-theme="dark"] [style*="background:#fff"],
[data-theme="dark"] [style*="background: #FFF"],
[data-theme="dark"] [style*="background:#FFF"],
[data-theme="dark"] [style*="background-color: white"],
[data-theme="dark"] [style*="background-color:#fff"] {
  background: var(--ink-100) !important;
  color: var(--ink-900);
}

/* Page background fallback for screens that hardcode pale bgs in their own <style> */
[data-theme="dark"] body { color: var(--ink-900); }

/* Cards / panels / mocks that use literal whites in component CSS */
[data-theme="dark"] .auth-form-side,
[data-theme="dark"] .error-grid,
[data-theme="dark"] .mock-card,
[data-theme="dark"] .surface,
[data-theme="dark"] .panel,
[data-theme="dark"] .card {
  background: var(--ink-100) !important;
  border-color: var(--ink-200) !important;
}

[data-theme="dark"] .switcher-tab.active,
[data-theme="dark"] .lang-switch,
[data-theme="dark"] .social-btn,
[data-theme="dark"] .otp input,
[data-theme="dark"] .aside-visit {
  background: var(--ink-150) !important;
  color: var(--ink-900) !important;
  border-color: var(--ink-200) !important;
}

[data-theme="dark"] .switcher-tabs { background: var(--ink-150) !important; }
[data-theme="dark"] .switcher-tab { color: var(--ink-500); }
[data-theme="dark"] .switcher-tab.active { color: var(--ink-900) !important; }

[data-theme="dark"] .mock-step .dot {
  background: var(--ink-200) !important;
  border-color: var(--ink-300) !important;
}
[data-theme="dark"] .mock-step.active .dot::before { background: var(--ink-900) !important; }

/* Inputs: most use white bg + ink border */
[data-theme="dark"] input,
[data-theme="dark"] textarea,
[data-theme="dark"] select {
  background: var(--ink-100);
  color: var(--ink-900);
  border-color: var(--ink-200);
}
[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder { color: var(--ink-500); }

/* Form-input wrappers in 02/14/16 */
[data-theme="dark"] .form-input,
[data-theme="dark"] .form-textarea,
[data-theme="dark"] .input,
[data-theme="dark"] .field-input {
  background: var(--ink-100) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900) !important;
}
[data-theme="dark"] .form-input input { color: var(--ink-900); }
[data-theme="dark"] .form-input input::placeholder { color: var(--ink-500); }

/* Sidebar / topbar shells */
[data-theme="dark"] .sidebar,
[data-theme="dark"] .topbar,
[data-theme="dark"] .nav,
[data-theme="dark"] aside.side,
[data-theme="dark"] .right {
  background: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
}

/* Service / staff / time cards */
[data-theme="dark"] .service-card,
[data-theme="dark"] .staff-card,
[data-theme="dark"] .time-slot,
[data-theme="dark"] .date-cell,
[data-theme="dark"] .filter-pill,
[data-theme="dark"] .biz-card,
[data-theme="dark"] .testi-card,
[data-theme="dark"] .plan,
[data-theme="dark"] .form-section,
[data-theme="dark"] .confirm-hero,
[data-theme="dark"] .confirm-details {
  background: var(--ink-100) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme="dark"] .service-card.selected,
[data-theme="dark"] .staff-card.selected,
[data-theme="dark"] .time-slot.selected,
[data-theme="dark"] .date-cell.selected,
[data-theme="dark"] .filter-pill.active {
  background: var(--teal-500) !important;
  color: #0b0f1a !important;
  border-color: var(--teal-500) !important;
}

/* Selected primary buttons */
[data-theme="dark"] .btn-wiz.primary,
[data-theme="dark"] .nav-cta {
  background: var(--teal-500) !important;
  color: #0b0f1a !important;
}

/* Pricing pro plan keeps dark; toggle-aware */
[data-theme="dark"] .plan.pro {
  background: linear-gradient(135deg, var(--ink-50), var(--ink-100)) !important;
  border: 1px solid var(--teal-500) !important;
  box-shadow: 0 0 0 3px rgba(62,205,218,.1), var(--shadow-xl) !important;
}

/* Map / hero blocks that use pale yellow gradient */
[data-theme="dark"] .map-mock {
  background:
    radial-gradient(circle at 30% 40%, rgba(62,205,218,.1), transparent 40%),
    radial-gradient(circle at 70% 65%, rgba(91,118,251,.12), transparent 40%),
    linear-gradient(135deg, var(--ink-50), var(--ink-100)) !important;
}

/* Editorial / landing surfaces */
[data-theme="dark"] .editorial,
[data-theme="dark"] .features,
[data-theme="dark"] .dual,
[data-theme="dark"] .bento,
[data-theme="dark"] .testi,
[data-theme="dark"] .pricing,
[data-theme="dark"] footer { background: transparent; }

/* Dashboard kanban columns */
[data-theme="dark"] .kanban-col,
[data-theme="dark"] .kanban-card,
[data-theme="dark"] .dm-col,
[data-theme="dark"] .dm-card {
  background: var(--ink-100) !important;
  border-color: var(--ink-200) !important;
}

/* Soft summary / help cards */
[data-theme="dark"] .summary,
[data-theme="dark"] .help-card,
[data-theme="dark"] .timeline-mini,
[data-theme="dark"] .stat,
[data-theme="dark"] .item,
[data-theme="dark"] .col,
[data-theme="dark"] .row,
[data-theme="dark"] .tile,
[data-theme="dark"] .block,
[data-theme="dark"] .module,
[data-theme="dark"] .widget,
[data-theme="dark"] .group,
[data-theme="dark"] .section-card,
[data-theme="dark"] .list-item,
[data-theme="dark"] .activity-item,
[data-theme="dark"] .booking-row,
[data-theme="dark"] .row-card,
[data-theme="dark"] .metric,
[data-theme="dark"] .metric-card,
[data-theme="dark"] .data-row,
[data-theme="dark"] .field,
[data-theme="dark"] .field-row,
[data-theme="dark"] .toolbar,
[data-theme="dark"] .modal,
[data-theme="dark"] .popover,
[data-theme="dark"] .menu,
[data-theme="dark"] .dropdown {
  background: var(--white) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}

/* Inline panels that use --ink-75 as bg become --ink-50 in dark */
[data-theme="dark"] .topbar-search,
[data-theme="dark"] .sidebar-company {
  background: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
}

/* Top-level page surfaces using --ink-50 / --ink-75 should be transparent under body bg */
[data-theme="dark"] .content { background: transparent; }
[data-theme="dark"] .shell { background: var(--ink-75); }

/* Topbar spacer dot border (notification) */
[data-theme="dark"] .topbar-icon .dot { border-color: var(--white); }

/* Table headers / rows */
[data-theme="dark"] table thead { background: var(--ink-50); }
[data-theme="dark"] table tbody tr:hover { background: var(--ink-50); }
[data-theme="dark"] th { color: var(--ink-600); }
[data-theme="dark"] td { color: var(--ink-800); border-color: var(--ink-200); }

/* Form builder canvas and palette */
[data-theme="dark"] .canvas,
[data-theme="dark"] .palette,
[data-theme="dark"] .inspector,
[data-theme="dark"] .field-card,
[data-theme="dark"] .palette-item {
  background: var(--white) !important;
  border-color: var(--ink-200) !important;
}

/* Borders & dividers */
[data-theme="dark"] [style*="border: 1px solid rgba(0,0,0"],
[data-theme="dark"] [style*="border-bottom: 1px solid rgba(0,0,0"],
[data-theme="dark"] [style*="border-top: 1px solid rgba(0,0,0"] {
  border-color: var(--ink-200) !important;
}

/* Logo marks: keep gradient — already work in dark */
[data-theme="dark"] .nav-brand-mark,
[data-theme="dark"] .brand-mark { color: white; }

/* Main / center / right surfaces */
[data-theme="dark"] main.main { background: transparent; }
[data-theme="dark"] .main-title,
[data-theme="dark"] .feature-title,
[data-theme="dark"] .dual-title,
[data-theme="dark"] .pricing-title,
[data-theme="dark"] .testi-title,
[data-theme="dark"] .editorial-title,
[data-theme="dark"] .hero-title { color: var(--ink-900); }

[data-theme="dark"] .feature-bullets li { color: var(--ink-800) !important; border-color: var(--ink-200) !important; }
[data-theme="dark"] .feature-body, [data-theme="dark"] .hero-sub, [data-theme="dark"] .main-sub { color: var(--ink-600); }

/* Wiz tabs strip */
[data-theme="dark"] .demo-tabs { background: rgba(15,20,38,.85) !important; border-color: var(--ink-200) !important; }
[data-theme="dark"] .demo-tab.active { background: var(--teal-500) !important; color: #0b0f1a !important; }

/* Nav scrolled */
[data-theme="dark"] .nav.scrolled {
  background: rgba(15,20,38,.85) !important;
  border-color: var(--ink-200) !important;
}

[data-theme="dark"] ::selection { background: var(--teal-100); color: var(--teal-500); }
[data-theme="dark"] ::-webkit-scrollbar-thumb { background: var(--ink-300); }
[data-theme="dark"] ::-webkit-scrollbar-thumb:hover { background: var(--ink-400); }

/* Primary button keeps high-contrast feel — teal in dark, ink in light */
[data-theme="dark"] .btn-primary {
  background: var(--teal-500);
  color: #0b0f1a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(62,205,218,.3);
}
[data-theme="dark"] .btn-primary:hover { background: var(--teal-600); }

/* ============================================
   THEME TOGGLE WIDGET
   ============================================ */
.theme-toggle {
  position: fixed;
  bottom: 20px; right: 20px;
  z-index: 9999;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-lg);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--ink-700);
  transition: transform .2s var(--ease-out), background .2s;
}
.theme-toggle:hover { transform: translateY(-2px) rotate(8deg); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .icon-moon { display: block; }
.theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  color: var(--ink-900);
  background: var(--ink-75);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font-family: inherit; color: inherit; }
a { color: var(--brand-600); text-decoration: none; }
a:hover { text-decoration: underline; }
::selection { background: var(--brand-100); color: var(--brand-700); }

/* Scrollbars (webkit) */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--ink-200); border-radius: 999px; border: 2px solid transparent; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background: var(--ink-300); background-clip: padding-box; border: 2px solid transparent; }

/* ============================================
   TYPE SCALE
   ============================================ */
.t-display  { font-family: var(--font-display); font-weight: 400; font-size: 64px; line-height: 1.05; letter-spacing: -.02em; }
.t-h1       { font-size: 40px; font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
.t-h2       { font-size: 30px; font-weight: 600; line-height: 1.2;  letter-spacing: -.015em; }
.t-h3       { font-size: 22px; font-weight: 600; line-height: 1.25; letter-spacing: -.01em; }
.t-h4       { font-size: 18px; font-weight: 600; line-height: 1.3; letter-spacing: -.005em; }
.t-body-lg  { font-size: 16px; font-weight: 400; line-height: 1.55; }
.t-body     { font-size: 14px; font-weight: 400; line-height: 1.55; }
.t-body-sm  { font-size: 13px; font-weight: 400; line-height: 1.5; }
.t-caption  { font-size: 12px; font-weight: 500; line-height: 1.4; color: var(--ink-500); }
.t-overline { font-size: 11px; font-weight: 600; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-500); }
.t-mono     { font-family: var(--font-mono); font-size: 13px; }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-radius: var(--r-md);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -.005em;
  transition: all var(--dur-fast) var(--ease-out);
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}
.btn:hover { text-decoration: none; }
.btn:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 2px; }
.btn:disabled { opacity: .5; cursor: not-allowed; }

.btn-primary {
  background: var(--ink-900);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 1px 2px rgba(0,0,0,.18);
}
.btn-primary:hover { background: var(--ink-800); }

.btn-brand {
  background: var(--brand-600);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1px 2px rgba(55,88,249,.3);
}
.btn-brand:hover { background: var(--brand-700); }

.btn-secondary {
  background: var(--white);
  color: var(--ink-800);
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-xs);
}
.btn-secondary:hover { background: var(--ink-75); border-color: var(--ink-300); }

.btn-ghost { color: var(--ink-700); }
.btn-ghost:hover { background: var(--ink-100); }

.btn-danger { background: var(--danger); color: var(--white); }
.btn-danger:hover { background: #b91c1c; }

.btn-sm { height: 30px; padding: 0 10px; font-size: 13px; }
.btn-lg { height: 44px; padding: 0 20px; font-size: 15px; }
.btn-icon { width: 36px; padding: 0; }
.btn-icon.btn-sm { width: 30px; }

/* ============================================
   INPUTS
   ============================================ */
.field { display: flex; flex-direction: column; gap: 6px; }
.field-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-700);
  letter-spacing: -.005em;
}
.input, .select, .textarea {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-md);
  font-size: 14px;
  color: var(--ink-900);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
  outline: none;
}
.input::placeholder, .textarea::placeholder { color: var(--ink-400); }
.input:hover, .select:hover, .textarea:hover { border-color: var(--ink-300); }
.input:focus, .select:focus, .textarea:focus {
  border-color: var(--brand-600);
  box-shadow: 0 0 0 4px rgba(55,88,249,.14);
}
.textarea { height: auto; min-height: 96px; padding: 10px 12px; resize: vertical; font: inherit; line-height: 1.5; }

.input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-md);
  height: 40px;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.input-group:focus-within { border-color: var(--brand-600); box-shadow: 0 0 0 4px rgba(55,88,249,.14); }
.input-group > input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  height: 100%;
}
.input-group > svg { width: 16px; height: 16px; color: var(--ink-400); flex-shrink: 0; }

/* ============================================
   CARDS & SURFACES
   ============================================ */
.card {
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-xs);
}
.card-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--ink-150);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-body { padding: 20px; }

/* ============================================
   BADGES / CHIPS
   ============================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  height: 22px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -.005em;
}
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

.badge-neutral  { background: var(--ink-100);          color: var(--ink-700); }
.badge-brand    { background: var(--brand-100);        color: var(--brand-700); }
.badge-success  { background: var(--chip-complete-bg); color: var(--chip-complete-fg); }
.badge-warning  { background: var(--chip-waitlist-bg); color: var(--chip-waitlist-fg); }
.badge-danger   { background: var(--danger-100);       color: var(--danger); }
.badge-info     { background: var(--chip-service-bg);  color: var(--chip-service-fg); }

/* ============================================
   KBD
   ============================================ */
.kbd {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  height: 20px;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-bottom-width: 2px;
  border-radius: var(--r-sm);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-600);
}

/* ============================================
   DIVIDER
   ============================================ */
.divider { height: 1px; background: var(--ink-150); border: 0; width: 100%; }

/* ============================================
   LOGO
   ============================================ */
.ew-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.02em;
  color: var(--ink-900);
}
.ew-logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--teal-500), var(--brand-600));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 2px 6px -1px rgba(55,88,249,.4);
}
.ew-logo span.tail { color: var(--brand-600); }

/* Utility */
.row { display: flex; align-items: center; gap: 12px; }
.col { display: flex; flex-direction: column; gap: 12px; }
.grow { flex: 1; }
.muted { color: var(--ink-500); }
.hide-scroll::-webkit-scrollbar { display: none; }

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/web/ew-web/src/styles.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--ink-200); /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: var(--font-sans); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: var(--font-mono); /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: var(--ink-400); /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-4{
  bottom: calc(var(--s-4) * -1);
}
.-left-2{
  left: calc(var(--s-2) * -1);
}
.-right-0\.5{
  right: -0.125rem;
}
.-right-2{
  right: calc(var(--s-2) * -1);
}
.-right-3{
  right: calc(var(--s-3) * -1);
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-3{
  top: calc(var(--s-3) * -1);
}
.-top-4{
  top: calc(var(--s-4) * -1);
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-2\.5{
  left: 0.625rem;
}
.left-3{
  left: var(--s-3);
}
.left-4{
  left: var(--s-4);
}
.right-0{
  right: 0px;
}
.right-2{
  right: var(--s-2);
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.z-10{
  z-index: 10;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: var(--s-1);
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: var(--s-10);
}
.mb-2{
  margin-bottom: var(--s-2);
}
.mb-3{
  margin-bottom: var(--s-3);
}
.mb-4{
  margin-bottom: var(--s-4);
}
.mb-5{
  margin-bottom: var(--s-5);
}
.mb-6{
  margin-bottom: var(--s-6);
}
.mb-8{
  margin-bottom: var(--s-8);
}
.mb-\[22px\]{
  margin-bottom: 22px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-2{
  margin-left: var(--s-2);
}
.ml-8{
  margin-left: var(--s-8);
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: var(--s-2);
}
.mr-3{
  margin-right: var(--s-3);
}
.mr-8{
  margin-right: var(--s-8);
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: var(--s-1);
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-12{
  margin-top: var(--s-12);
}
.mt-2{
  margin-top: var(--s-2);
}
.mt-3{
  margin-top: var(--s-3);
}
.mt-4{
  margin-top: var(--s-4);
}
.mt-6{
  margin-top: var(--s-6);
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.size-6{
  width: var(--s-6);
  height: var(--s-6);
}
.\!h-10{
  height: var(--s-10) !important;
}
.\!h-12{
  height: var(--s-12) !important;
}
.\!h-3\.5{
  height: 0.875rem !important;
}
.\!h-4{
  height: var(--s-4) !important;
}
.\!h-6{
  height: var(--s-6) !important;
}
.\!h-7{
  height: 1.75rem !important;
}
.\!h-8{
  height: var(--s-8) !important;
}
.\!h-\[12px\]{
  height: 12px !important;
}
.\!h-\[13px\]{
  height: 13px !important;
}
.\!h-\[14px\]{
  height: 14px !important;
}
.\!h-\[15px\]{
  height: 15px !important;
}
.\!h-\[16px\]{
  height: 16px !important;
}
.\!h-\[17px\]{
  height: 17px !important;
}
.\!h-\[18px\]{
  height: 18px !important;
}
.\!h-\[20px\]{
  height: 20px !important;
}
.\!h-\[22px\]{
  height: 22px !important;
}
.\!h-\[24px\]{
  height: 24px !important;
}
.\!h-\[26px\]{
  height: 26px !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: var(--s-1);
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: var(--s-10);
}
.h-12{
  height: var(--s-12);
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: var(--s-2);
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: var(--s-3);
}
.h-4{
  height: var(--s-4);
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: var(--s-8);
}
.h-9{
  height: 2.25rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[18px\]{
  height: 18px;
}
.h-full{
  height: 100%;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-10{
  width: var(--s-10) !important;
}
.\!w-12{
  width: var(--s-12) !important;
}
.\!w-3\.5{
  width: 0.875rem !important;
}
.\!w-4{
  width: var(--s-4) !important;
}
.\!w-6{
  width: var(--s-6) !important;
}
.\!w-7{
  width: 1.75rem !important;
}
.\!w-8{
  width: var(--s-8) !important;
}
.\!w-\[12px\]{
  width: 12px !important;
}
.\!w-\[13px\]{
  width: 13px !important;
}
.\!w-\[14px\]{
  width: 14px !important;
}
.\!w-\[15px\]{
  width: 15px !important;
}
.\!w-\[16px\]{
  width: 16px !important;
}
.\!w-\[17px\]{
  width: 17px !important;
}
.\!w-\[18px\]{
  width: 18px !important;
}
.\!w-\[20px\]{
  width: 20px !important;
}
.\!w-\[22px\]{
  width: 22px !important;
}
.\!w-\[24px\]{
  width: 24px !important;
}
.\!w-\[26px\]{
  width: 26px !important;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: var(--s-10);
}
.w-12{
  width: var(--s-12);
}
.w-14{
  width: 3.5rem;
}
.w-2{
  width: var(--s-2);
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: var(--s-3);
}
.w-4{
  width: var(--s-4);
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: var(--s-8);
}
.w-9{
  width: 2.25rem;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[260px\]{
  width: 260px;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-min{
  min-width: min-content;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: var(--s-2);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-none{
  animation: none;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-grab{
  cursor: grab;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr_140px\]{
  grid-template-columns: 1fr 140px;
}
.grid-cols-\[2fr_1fr\]{
  grid-template-columns: 2fr 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: var(--s-1);
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: var(--s-2);
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: var(--s-3);
}
.gap-4{
  gap: var(--s-4);
}
.gap-6{
  gap: var(--s-6);
}
.gap-8{
  gap: var(--s-8);
}
.gap-px{
  gap: 1px;
}
.gap-x-1{
  column-gap: var(--s-1);
}
.gap-x-2{
  column-gap: var(--s-2);
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(var(--s-2) * var(--tw-space-x-reverse));
  margin-left: calc(var(--s-2) * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--s-2) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--s-2) * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--s-3) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--s-3) * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--s-4) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--s-4) * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  border-color: var(--ink-100);
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.\!rounded-3xl{
  border-radius: 1.5rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: var(--r-2xl);
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-\[3rem\]{
  border-radius: 3rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--r-lg);
}
.rounded-md{
  border-radius: var(--r-md);
}
.rounded-xl{
  border-radius: var(--r-xl);
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-amber-100{
  border-color: var(--warning-100);
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-cyan-200{
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-emerald-100{
  border-color: var(--success-100);
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  border-color: var(--ink-100);
}
.border-gray-200{
  border-color: var(--ink-200);
}
.border-gray-50{
  border-color: var(--ink-50);
}
.border-gray-700{
  border-color: var(--ink-700);
}
.border-indigo-100{
  border-color: var(--brand-100);
}
.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-rose-200{
  border-color: var(--danger-100);
}
.border-slate-100{
  border-color: var(--ink-100);
}
.border-slate-200{
  border-color: var(--ink-200);
}
.border-transparent{
  border-color: transparent;
}
.border-violet-200{
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.bg-amber-100{
  background-color: var(--warning-100);
}
.bg-amber-50{
  background-color: var(--warning-100);
}
.bg-amber-500{
  background-color: var(--warning);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50\/60{
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100{
  background-color: var(--success-100);
}
.bg-emerald-50{
  background-color: var(--success-100);
}
.bg-emerald-500{
  background-color: var(--success);
}
.bg-gray-100{
  background-color: var(--ink-100);
}
.bg-gray-50{
  background-color: var(--ink-50);
}
.bg-gray-500{
  background-color: var(--ink-500);
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  background-color: var(--brand-100);
}
.bg-indigo-50{
  background-color: var(--brand-50);
}
.bg-indigo-500{
  background-color: var(--brand-500);
}
.bg-indigo-600{
  background-color: var(--brand-600);
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-rose-100{
  background-color: var(--danger-100);
}
.bg-rose-50{
  background-color: var(--danger-100);
}
.bg-rose-500{
  background-color: var(--danger);
}
.bg-slate-100{
  background-color: var(--ink-100);
}
.bg-slate-50{
  background-color: var(--ink-50);
}
.bg-slate-500{
  background-color: var(--ink-500);
}
.bg-slate-800{
  background-color: var(--ink-800);
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-white{
  background-color: var(--white);
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-400{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500{
  --tw-gradient-from: var(--success) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50{
  --tw-gradient-from: var(--ink-50) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500{
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-cyan-600{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-500{
  --tw-gradient-to: var(--success) var(--tw-gradient-to-position);
}
.to-gray-100{
  --tw-gradient-to: var(--ink-100) var(--tw-gradient-to-position);
}
.to-green-600{
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-700{
  --tw-gradient-to: var(--brand-700) var(--tw-gradient-to-position);
}
.to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-rose-500{
  --tw-gradient-to: var(--danger) var(--tw-gradient-to-position);
}
.to-rose-600{
  --tw-gradient-to: var(--danger) var(--tw-gradient-to-position);
}
.\!p-0{
  padding: 0px !important;
}
.p-1{
  padding: var(--s-1);
}
.p-12{
  padding: var(--s-12);
}
.p-2{
  padding: var(--s-2);
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: var(--s-3);
}
.p-4{
  padding: var(--s-4);
}
.p-5{
  padding: var(--s-5);
}
.p-6{
  padding: var(--s-6);
}
.p-8{
  padding: var(--s-8);
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: var(--s-10);
  padding-right: var(--s-10);
}
.px-2{
  padding-left: var(--s-2);
  padding-right: var(--s-2);
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: var(--s-3);
  padding-right: var(--s-3);
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: var(--s-4);
  padding-right: var(--s-4);
}
.px-5{
  padding-left: var(--s-5);
  padding-right: var(--s-5);
}
.px-6{
  padding-left: var(--s-6);
  padding-right: var(--s-6);
}
.px-8{
  padding-left: var(--s-8);
  padding-right: var(--s-8);
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: var(--s-1);
  padding-bottom: var(--s-1);
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: var(--s-10);
  padding-bottom: var(--s-10);
}
.py-12{
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
}
.py-16{
  padding-top: var(--s-16);
  padding-bottom: var(--s-16);
}
.py-2{
  padding-top: var(--s-2);
  padding-bottom: var(--s-2);
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: var(--s-20);
  padding-bottom: var(--s-20);
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: var(--s-3);
  padding-bottom: var(--s-3);
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: var(--s-4);
  padding-bottom: var(--s-4);
}
.py-6{
  padding-top: var(--s-6);
  padding-bottom: var(--s-6);
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: var(--s-8);
  padding-bottom: var(--s-8);
}
.pb-1{
  padding-bottom: var(--s-1);
}
.pb-10{
  padding-bottom: var(--s-10);
}
.pb-2{
  padding-bottom: var(--s-2);
}
.pb-3{
  padding-bottom: var(--s-3);
}
.pb-4{
  padding-bottom: var(--s-4);
}
.pb-5{
  padding-bottom: var(--s-5);
}
.pb-8{
  padding-bottom: var(--s-8);
}
.pl-12{
  padding-left: var(--s-12);
}
.pl-8{
  padding-left: var(--s-8);
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-2{
  padding-right: var(--s-2);
}
.pr-3{
  padding-right: var(--s-3);
}
.pr-4{
  padding-right: var(--s-4);
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-3{
  padding-top: var(--s-3);
}
.pt-4{
  padding-top: var(--s-4);
}
.pt-6{
  padding-top: var(--s-6);
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: var(--font-mono);
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.\!text-\[13px\]{
  font-size: 13px !important;
}
.\!text-\[14px\]{
  font-size: 14px !important;
}
.\!text-\[15px\]{
  font-size: 15px !important;
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.\!text-\[17px\]{
  font-size: 17px !important;
}
.\!text-\[18px\]{
  font-size: 18px !important;
}
.\!text-\[20px\]{
  font-size: 20px !important;
}
.\!text-\[22px\]{
  font-size: 22px !important;
}
.\!text-\[24px\]{
  font-size: 24px !important;
}
.\!text-\[26px\]{
  font-size: 26px !important;
}
.\!text-\[28px\]{
  font-size: 28px !important;
}
.\!text-\[48px\]{
  font-size: 48px !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.65rem\]{
  font-size: 0.65rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11\.5px\]{
  font-size: 11.5px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[12px\]{
  line-height: 12px !important;
}
.\!leading-\[13px\]{
  line-height: 13px !important;
}
.\!leading-\[14px\]{
  line-height: 14px !important;
}
.\!leading-\[15px\]{
  line-height: 15px !important;
}
.\!leading-\[16px\]{
  line-height: 16px !important;
}
.\!leading-\[18px\]{
  line-height: 18px !important;
}
.\!leading-\[20px\]{
  line-height: 20px !important;
}
.leading-\[1\.35\]{
  line-height: 1.35;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-50{
  color: var(--warning-100);
}
.text-amber-500{
  color: var(--warning);
}
.text-amber-600{
  color: var(--warning);
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-emerald-50{
  color: var(--success-100);
}
.text-emerald-500{
  color: var(--success);
}
.text-emerald-600{
  color: var(--success);
}
.text-emerald-700{
  color: var(--success);
}
.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-gray-100{
  color: var(--ink-100);
}
.text-gray-200{
  color: var(--ink-200);
}
.text-gray-300{
  color: var(--ink-300);
}
.text-gray-400{
  color: var(--ink-400);
}
.text-gray-500{
  color: var(--ink-500);
}
.text-gray-600{
  color: var(--ink-600);
}
.text-gray-700{
  color: var(--ink-700);
}
.text-gray-800{
  color: var(--ink-800);
}
.text-gray-900{
  color: var(--ink-900);
}
.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-500{
  color: var(--brand-500);
}
.text-indigo-600{
  color: var(--brand-600);
}
.text-indigo-700{
  color: var(--brand-700);
}
.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-rose-600{
  color: var(--danger);
}
.text-rose-700{
  color: var(--danger);
}
.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-slate-300{
  color: var(--ink-300);
}
.text-slate-400{
  color: var(--ink-400);
}
.text-slate-500{
  color: var(--ink-500);
}
.text-slate-600{
  color: var(--ink-600);
}
.text-slate-700{
  color: var(--ink-700);
}
.text-slate-900{
  color: var(--ink-900);
}
.text-success{
  color: var(--success);
}
.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-white{
  color: var(--white);
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.decoration-0{
  text-decoration-thickness: 0px;
}
.placeholder-gray-400::placeholder{
  color: var(--ink-400);
}
.opacity-0{
  opacity: 0;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: var(--shadow-xl);
  --tw-shadow-colored: var(--shadow-xl);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-blue-200{
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-200{
  --tw-ring-color: var(--ink-200);
}
.ring-white{
  --tw-ring-color: var(--white);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
::ng-deep .mdc-notched-outline__notch {
  border-right: none !important;
}

.ew-menu-section {
  padding: 6px 16px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ew-qr-dialog-panel .mat-mdc-dialog-surface,
.ew-qr-dialog-panel .mdc-dialog__surface {
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18), 0 8px 16px -8px rgba(16, 24, 40, 0.08);
}

.upgrade-plan-dialog-panel .mat-mdc-dialog-surface,
.upgrade-plan-dialog-panel .mdc-dialog__surface {
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.22), 0 8px 16px -8px rgba(16, 24, 40, 0.1);
}

.ew-confirm-panel .mat-mdc-dialog-surface,
.ew-confirm-panel .mdc-dialog__surface,
.ew-add-tag-panel .mat-mdc-dialog-surface,
.ew-add-tag-panel .mdc-dialog__surface {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  overflow: visible;
}

.cal-create-cdk-backdrop.cdk-overlay-backdrop {
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cal-create-cdk-backdrop.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cal-create-cdk-panel.cdk-overlay-pane {
  border-left: 1px solid var(--ink-150);
  box-shadow: var(--shadow-xl, 0 24px 48px -12px rgba(0, 0, 0, 0.25));
  animation: cal-create-slide-in 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes cal-create-slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.ew-features-search-backdrop.cdk-overlay-backdrop {
  background: rgba(11, 15, 26, 0.5);
  backdrop-filter: blur(10px) saturate(0.9);
  -webkit-backdrop-filter: blur(10px) saturate(0.9);
}

[data-theme=dark] .ew-features-search-backdrop.cdk-overlay-backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px) saturate(0.9);
  -webkit-backdrop-filter: blur(12px) saturate(0.9);
}

.ew-features-search-panel.cdk-overlay-pane {
  margin-top: 12vh;
}
.ew-features-search-panel.cdk-overlay-pane .mat-mdc-dialog-container,
.ew-features-search-panel.cdk-overlay-pane .mdc-dialog__surface {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  overflow: visible;
}

[data-theme=dark] .cal-create-cdk-backdrop.cdk-overlay-backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.driver-popover.ew-driver-popover {
  background: var(--white);
  color: var(--ink-900);
  border: 1px solid var(--ink-150);
  border-radius: 14px;
  padding: 18px 20px 16px;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18), 0 8px 16px -8px rgba(16, 24, 40, 0.08);
  font-family: var(--font-sans);
  max-width: 360px;
}
.driver-popover.ew-driver-popover .driver-popover-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}
.driver-popover.ew-driver-popover .driver-popover-description {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-600);
  margin: 0;
}
.driver-popover.ew-driver-popover .driver-popover-close-btn {
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  color: var(--ink-400);
  background: transparent;
  border-radius: 8px;
  font-size: 18px;
  line-height: 18px;
  text-shadow: none;
  opacity: 1;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.driver-popover.ew-driver-popover .driver-popover-close-btn:hover {
  background: var(--ink-100);
  color: var(--ink-900);
}
.driver-popover.ew-driver-popover .driver-popover-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}
.driver-popover.ew-driver-popover .driver-popover-progress-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-500);
  text-transform: uppercase;
}
.driver-popover.ew-driver-popover .driver-popover-navigation-btns {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.driver-popover.ew-driver-popover .driver-popover-prev-btn,
.driver-popover.ew-driver-popover .driver-popover-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  text-shadow: none;
}
.driver-popover.ew-driver-popover .driver-popover-prev-btn {
  background: var(--white);
  color: var(--ink-700);
  border: 1px solid var(--ink-200);
}
.driver-popover.ew-driver-popover .driver-popover-prev-btn:hover {
  background: var(--ink-50);
  color: var(--ink-900);
  border-color: var(--ink-300);
}
.driver-popover.ew-driver-popover .driver-popover-prev-btn.driver-popover-btn-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.driver-popover.ew-driver-popover .driver-popover-next-btn {
  background: var(--brand-600);
  color: var(--white);
  border: 1px solid var(--brand-600);
}
.driver-popover.ew-driver-popover .driver-popover-next-btn:hover {
  background: var(--brand-700);
  border-color: var(--brand-700);
}
.driver-popover.ew-driver-popover .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: var(--white);
}
.driver-popover.ew-driver-popover .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: var(--white);
}
.driver-popover.ew-driver-popover .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: var(--white);
}
.driver-popover.ew-driver-popover .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: var(--white);
}

.driver-active-element,
.driver-highlighted-element {
  border-radius: 12px !important;
}

.driver-overlay {
  background: rgba(11, 15, 26, 0.55);
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink-900);
  background: #fafbfc;
}

:root {
  --mdc-typography-font-family: var(--font-sans);
  --mat-sys-plain-family: var(--font-sans);
  --mat-sys-brand-family: var(--font-sans);
  --mat-sys-body-small-font: var(--font-sans);
  --mat-sys-body-medium-font: var(--font-sans);
  --mat-sys-body-large-font: var(--font-sans);
  --mat-sys-label-small-font: var(--font-sans);
  --mat-sys-label-medium-font: var(--font-sans);
  --mat-sys-label-large-font: var(--font-sans);
  --mat-sys-title-small-font: var(--font-sans);
  --mat-sys-title-medium-font: var(--font-sans);
  --mat-sys-title-large-font: var(--font-sans);
  --mat-sys-headline-small-font: var(--font-sans);
  --mat-sys-headline-medium-font: var(--font-sans);
  --mat-sys-headline-large-font: var(--font-sans);
  --mat-sys-display-small-font: var(--font-sans);
  --mat-sys-display-medium-font: var(--font-sans);
  --mat-sys-display-large-font: var(--font-sans);
  --mdc-outlined-text-field-label-text-font: var(--font-sans);
  --mdc-filled-text-field-label-text-font: var(--font-sans);
  --mdc-text-button-label-text-font: var(--font-sans);
  --mdc-filled-button-label-text-font: var(--font-sans);
  --mdc-outlined-button-label-text-font: var(--font-sans);
  --mdc-protected-button-label-text-font: var(--font-sans);
  --mdc-chip-label-text-font: var(--font-sans);
  --mdc-dialog-subhead-font: var(--font-sans);
  --mdc-dialog-supporting-text-font: var(--font-sans);
  --mdc-switch-label-text-font: var(--font-sans);
  --mdc-checkbox-label-text-font: var(--font-sans);
  --mdc-radio-label-text-font: var(--font-sans);
  --mdc-list-list-item-label-text-font: var(--font-sans);
  --mdc-list-list-item-supporting-text-font: var(--font-sans);
}

.cdk-overlay-container,
.cdk-overlay-container *,
.mat-mdc-form-field,
.mat-mdc-form-field *,
.mat-mdc-select-value,
.mat-mdc-select-value-text,
.mat-mdc-select-placeholder,
.mat-mdc-option,
.mat-mdc-option *,
.mat-mdc-menu-panel,
.mat-mdc-menu-panel *,
.mat-mdc-dialog-container,
.mat-mdc-dialog-container *,
.mat-mdc-tooltip {
  font-family: var(--font-sans) !important;
}

mat-icon,
.mat-icon,
.material-icons {
  font-family: "Material Icons" !important;
}

mat-icon.material-icons-outlined,
.mat-icon.material-icons-outlined,
.material-icons-outlined {
  font-family: "Material Icons Outlined" !important;
}

mat-icon.material-icons-round,
.mat-icon.material-icons-round,
.material-icons-round {
  font-family: "Material Icons Round" !important;
}

mat-icon.material-icons-sharp,
.mat-icon.material-icons-sharp,
.material-icons-sharp {
  font-family: "Material Icons Sharp" !important;
}

mat-icon.material-icons-two-tone,
.mat-icon.material-icons-two-tone,
.material-icons-two-tone {
  font-family: "Material Icons Two Tone" !important;
}

*,
::before,
::after {
  border-color: var(--ew-primary-container-border);
}

/* Material overrides */
.mdc-notched-outline__notch {
  border-right: none !important;
}

.mdc-notched-outline__leading {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.mdc-notched-outline__trailing {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.leaflet-container {
  border-radius: 10px;
  background: var(--mat-sys-secondary-container) !important;
}

.leaflet-control-attribution {
  display: none;
  visibility: hidden;
}

gridster {
  background-color: var(--mat-sys-secondary-container) !important;
}

.mat-mdc-snack-bar-container.error-snack-bar {
  --mdc-snackbar-container-color: var(--mat-sys-error);
  --mat-snack-bar-button-color: var(--mat-sys-on-primary);
  --mdc-snackbar-supporting-text-color: var(--mat-sys-on-primary);
}
.mat-mdc-snack-bar-container.success-snack-bar {
  --mdc-snackbar-container-color: var(--ew-status-completed);
  --mat-snack-bar-button-color: var(--mat-sys-on-primary);
  --mdc-snackbar-supporting-text-color: var(--mat-sys-on-primary);
}
.mat-mdc-snack-bar-container.warning-snack-bar {
  --mdc-snackbar-container-color: var(--ew-neutral-orange);
  --mat-snack-bar-button-color: var(--mat-sys-on-primary);
  --mdc-snackbar-supporting-text-color: var(--mat-sys-on-primary);
}

.popup-container {
  min-width: 280px;
  max-width: 320px;
  background: var(--mat-sys-primary-container);
  border-radius: 12px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.popup-header {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  gap: 12px;
  background: var(--mat-sys-primary-container);
}

.popup-image-container {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--mat-sys-surface-container);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mat-sys-outline-variant);
}

.popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.popup-image-loading,
.popup-image-fallback {
  font-size: 24px;
  color: var(--mat-sys-on-surface-variant);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-image-fallback {
  background: var(--mat-sys-surface-container-high);
  color: var(--mat-sys-on-surface);
}

.popup-info-container {
  flex: 1;
  min-width: 0;
}

.popup-title {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--mat-sys-on-surface);
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1.3;
}
.popup-title:hover {
  color: var(--mat-sys-primary);
  text-decoration: underline;
}

.popup-description {
  margin: 0;
  font-size: 12px;
  color: var(--mat-sys-on-surface-variant);
  line-height: 1.4;
  word-wrap: break-word;
}

.popup-contact-section {
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid var(--mat-sys-outline-variant);
}

.popup-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.popup-contact-item:last-child {
  margin-bottom: 0;
}

.popup-contact-icon {
  font-size: 14px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.popup-contact-text {
  font-size: 12px;
  color: var(--mat-sys-on-surface-variant);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.popup-link {
  font-size: 12px;
  color: var(--mat-sys-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.popup-link:hover {
  color: var(--mat-sys-primary-container);
  text-decoration: underline;
}

.popup-actions-section {
  padding: 12px 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.popup-action-btn {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.popup-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.popup-action-btn:active {
  transform: translateY(0);
}

.popup-btn-primary {
  background: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
}
.popup-btn-primary:hover {
  background: var(--mat-sys-primary-container);
  color: var(--mat-sys-on-primary-container);
}

.popup-btn-secondary {
  background: var(--mat-sys-surface-container-high);
  color: var(--mat-sys-on-surface);
  border: 1px solid var(--mat-sys-outline-variant);
}
.popup-btn-secondary:hover {
  background: var(--mat-sys-surface-container-highest);
  border-color: var(--mat-sys-outline);
}

@media (max-width: 480px) {
  .popup-container {
    min-width: 260px;
    max-width: 280px;
  }
  .popup-header {
    padding: 12px;
    gap: 10px;
  }
  .popup-image-container {
    width: 50px;
    height: 50px;
  }
  .popup-title {
    font-size: 14px;
  }
  .popup-description {
    font-size: 11px;
  }
  .popup-contact-section {
    padding: 0 12px 12px 12px;
  }
  .popup-actions-section {
    padding: 10px 12px;
    gap: 6px;
  }
  .popup-action-btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}
.icon-marker {
  font-size: 24px;
  color: var(--ew-status-waitlist);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  border-radius: 50%;
}

.marker-cluster div {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--mat-sys-primary-container);
  transition: transform 0.3s ease;
}

.marker-cluster div:hover {
  transform: scale(1.2);
}

.full-screen-modal .mat-dialog-container {
  height: 400px;
  width: 600px;
  border-radius: 10px;
  background: lightcyan;
  color: #039be5;
}

.mini-fab-icon {
  background: transparent !important;
  box-shadow: none !important;
  height: 28px !important;
  width: 28px !important;
  border-radius: 6px !important;
}

.title {
  color: var(--mat-sys-on-background);
}

h1,
h2,
h3,
h4,
p,
mat-hint {
  color: var(--mat-sys-on-background);
}

/* Global styles for scroll bars */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--mat-sys-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--mat-sys-surface-tint);
}

::-webkit-scrollbar-track {
  background-color: var(--mat-sys-background);
  border-radius: 5px;
}

/* Za Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--mat-sys-primary) var(--mat-sys-background);
}

.ngx-timepicker-control,
.ngx-timepicker-control__input {
  padding: 0 !important;
  background: var(--mat-sys-primary-container) !important;
}

.ngx-timepicker-control__arrows:hover {
  background: var(--mat-sys-secondary-container) !important;
}

.ew-bg {
  background: var(--mat-sys-background);
}

.ew-primary-container-bg {
  background: var(--mat-sys-primary-container);
}

.ew-primary-text {
  color: var(--mat-sys-primary-container);
}

.ew-secondary-text {
  color: var(--mat-sys-on-secondary);
}

.ew-complete-txt {
  color: var(--ew-status-completed);
}

.ew-primary-color {
  color: var(--mat-sys-primary);
}

.ew-secondary-color {
  color: var(--mat-sys-secondary);
}

.ew-secondary-bg {
  color: var(--mat-sys-secondary);
}

mat-drawer {
  border-radius: 0px !important;
  background: var(--mat-sys-background) !important;
}

body.ew-drawer-open ew-web-header .app-header,
body.ew-drawer-open ew-web-side-menu .side-menu-wrapper {
  z-index: 0 !important;
  filter: blur(2px);
  pointer-events: none;
}

ew-web-header .app-header,
ew-web-side-menu .side-menu-wrapper {
  transition: filter 0.2s ease;
}

.timepicker__header {
  background-color: var(--mat-sys-primary) !important;
}

.timepicker__body {
  background: var(--mat-sys-background) !important;
}

.timepicker__actions {
  background: var(--mat-sys-background) !important;
}

.clock-face__number span.active {
  background-color: var(--mat-sys-primary) !important;
}

.clock-face__clock-hand {
  background-color: var(--mat-sys-primary) !important;
}

.clock-face {
  background-color: var(--mat-sys-on-secondary) !important;
}

.timepicker-button {
  border-radius: 10px !important;
  background-color: var(--mat-sys-primary) !important;
  color: var(--mat-sys-on-primary) !important;
  margin-left: 10px !important;
}

ew-chat-conversation {
  width: 100% !important;
}

ew-chat-chats {
  width: 100% !important;
}

ew-chat-empty-conversation {
  width: 100% !important;
}

.mat-mdc-menu-panel {
  max-width: max-content !important;
  max-height: 500px !important;
}

mat-progress-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
mat-progress-spinner.spinner-waitlist circle,
mat-progress-spinner .mat-spinner circle {
  stroke: #f39c12 !important;
}
mat-progress-spinner.spinner-service circle,
mat-progress-spinner .mat-spinner circle {
  stroke: #3498db !important;
}
mat-progress-spinner.spinner-completed circle,
mat-progress-spinner .mat-spinner circle {
  stroke: #2ecc71 !important;
}

.CodeMirror {
  border-radius: 4px;
}

.CodeMirror-foldmarker {
  color: black;
  text-shadow: none;
}

.editor-mat {
  --mat-icon-button-touch-target-display: none;
}
.editor-mat .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 32px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 4px;
}
.editor-mat {
  --mdc-text-button-container-height: 32px;
  --mdc-filled-button-container-height: 32px;
  --mdc-protected-button-container-height: 32px;
  --mdc-outlined-button-container-height: 32px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-checkbox-state-layer-size: 32px;
  --mat-checkbox-touch-target-display: none;
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mdc-filled-text-field-label-text-size: var(--mat-sys-body-medium-size);
  --mat-form-field-container-text-size: var(--mat-sys-body-medium-size);
  --mat-select-trigger-text-size: var(--mat-sys-body-medium-size);
  --mat-expansion-header-text-size: var(--mat-sys-body-medium-size);
  --mat-tab-header-divider-color: var(--mat-sys-outline-variant);
}
.editor-mat .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper {
  padding: 0 8px;
}
.editor-mat .mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0.4em 0 !important;
  min-height: 0;
  line-height: 1;
}
.editor-mat .mat-button-toggle-group .mat-button-toggle {
  flex-basis: 50%;
  min-width: 120px;
}
.editor-mat .mat-button-toggle-group .mat-button-toggle-label-content {
  line-height: 32px !important;
}
.editor-mat .mat-button-toggle-group .mat-icon {
  margin-right: 4px;
}
.editor-mat .mat-mdc-icon-button {
  line-height: normal;
}
.editor-mat .mat-mdc-option,
.editor-mat .mat-mdc-menu-item {
  min-height: 40px;
}

formly-field {
  display: block;
}

.editor-resizing {
  transition: none !important;
}

.tree-container {
  min-width: max-content;
  padding: 8px;
  box-sizing: border-box;
}

.tree-item {
  display: block;
  -webkit-user-select: none;
          user-select: none;
}

.property-field {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.expand-icon {
  color: var(--mat-sys-on-surface-variant);
  transition: transform 0.15s ease-out;
}

.expand-icon.expanded-90 {
  transform: rotate(90deg);
}

.expand-icon.expanded-180 {
  transform: rotate(-180deg);
}

.dialogBackdrop {
  background-color: white;
  opacity: 0.6 !important;
}

.editor-action-buttons {
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
}

[editor-hidden=true] {
  display: none !important;
}

.avatar-container .avatar-content {
  height: inherit !important;
}

ew-features-search {
  height: 100%;
}

[data-theme=dark] body {
  background: var(--ink-75);
  color: var(--ink-900);
}
[data-theme=dark] .mat-mdc-menu-panel,
[data-theme=dark] .mat-mdc-select-panel,
[data-theme=dark] .mat-mdc-autocomplete-panel,
[data-theme=dark] .mat-mdc-tooltip,
[data-theme=dark] .mat-mdc-snack-bar-container,
[data-theme=dark] .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  background-color: var(--white) !important;
  color: var(--ink-900) !important;
}
[data-theme=dark] .mat-mdc-menu-item,
[data-theme=dark] .mat-mdc-option {
  color: var(--ink-900) !important;
}
[data-theme=dark] .mat-mdc-menu-item:hover, [data-theme=dark] .mat-mdc-menu-item.mat-mdc-option-active,
[data-theme=dark] .mat-mdc-option:hover,
[data-theme=dark] .mat-mdc-option.mat-mdc-option-active {
  background-color: var(--ink-100) !important;
}
[data-theme=dark] .mat-mdc-menu-item .mat-icon,
[data-theme=dark] .mat-mdc-menu-item mat-icon,
[data-theme=dark] .mat-mdc-option .mat-icon,
[data-theme=dark] .mat-mdc-option mat-icon {
  color: var(--ink-500);
}
[data-theme=dark] .mdc-notched-outline__leading,
[data-theme=dark] .mdc-notched-outline__notch,
[data-theme=dark] .mdc-notched-outline__trailing {
  border-color: var(--ink-300) !important;
}
[data-theme=dark] .mat-calendar,
[data-theme=dark] .mat-datepicker-content {
  background-color: var(--white) !important;
  color: var(--ink-900) !important;
}
[data-theme=dark] .mat-calendar-body-cell-content {
  color: var(--ink-800);
}
[data-theme=dark] .mat-calendar-body-disabled > .mat-calendar-body-cell-content {
  color: var(--ink-400);
}
[data-theme=dark] .mat-mdc-tab .mdc-tab__text-label {
  color: var(--ink-500);
}
[data-theme=dark] .mat-mdc-tab--active .mdc-tab__text-label {
  color: var(--ink-900);
}
[data-theme=dark] .mdc-tab-indicator__content--underline {
  border-color: var(--ink-900) !important;
}
[data-theme=dark] .mat-mdc-button-toggle {
  background-color: var(--white);
  color: var(--ink-700);
  border-color: var(--ink-200);
}
[data-theme=dark] .mat-mdc-button-toggle-checked {
  background-color: var(--brand-50) !important;
  color: var(--brand-700) !important;
}
[data-theme=dark] ::-webkit-scrollbar-thumb {
  background: var(--ink-300);
  background-clip: padding-box;
}
[data-theme=dark] ::-webkit-scrollbar-thumb:hover {
  background: var(--ink-400);
  background-clip: padding-box;
}
[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator,
[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator,
[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator {
  filter: invert(0.85);
}
[data-theme=dark] .ring-white {
  --tw-ring-color: var(--white) !important;
}
[data-theme=dark] .divide-white > * + * {
  border-color: var(--white) !important;
}
[data-theme=dark] a {
  color: var(--brand-500);
}
[data-theme=dark] a:hover {
  color: var(--brand-600);
}

[data-theme=dark] {
  --mat-sys-primary: var(--brand-600);
  --mat-sys-on-primary: var(--white);
  --mat-sys-primary-container: var(--white);
  --mat-sys-on-primary-container: var(--ink-900);
  --mat-sys-secondary: var(--ink-700);
  --mat-sys-on-secondary: var(--ink-100);
  --mat-sys-secondary-container: var(--ink-100);
  --mat-sys-on-secondary-container: var(--ink-900);
  --mat-sys-surface: var(--white);
  --mat-sys-on-surface: var(--ink-900);
  --mat-sys-surface-container: var(--ink-100);
  --mat-sys-surface-container-low: var(--ink-75);
  --mat-sys-surface-container-high: var(--ink-150);
  --mat-sys-surface-container-highest: var(--ink-200);
  --mat-sys-surface-variant: var(--ink-100);
  --mat-sys-on-surface-variant: var(--ink-500);
  --mat-sys-outline: var(--ink-200);
  --mat-sys-outline-variant: var(--ink-200);
  --mat-sys-background: var(--ink-75);
  --mat-sys-on-background: var(--ink-900);
  --mat-sys-error: var(--danger);
  --mat-sys-error-container: var(--danger-100);
  --mat-sys-on-error: var(--white);
  --mat-sys-on-error-container: var(--danger);
  --mat-sys-inverse-surface: var(--ink-900);
  --mat-sys-inverse-on-surface: var(--white);
}
[data-theme=dark] .mat-drawer,
[data-theme=dark] .mat-drawer-container,
[data-theme=dark] .mat-drawer-content,
[data-theme=dark] .mat-sidenav,
[data-theme=dark] .mat-sidenav-content {
  background-color: var(--ink-75) !important;
  color: var(--ink-900);
}
[data-theme=dark] .mat-drawer.mat-drawer-end,
[data-theme=dark] .mat-sidenav.mat-sidenav-end {
  background-color: var(--white) !important;
  border-left: 1px solid var(--ink-200);
}
[data-theme=dark] .right,
[data-theme=dark] aside.side,
[data-theme=dark] .side-panel,
[data-theme=dark] .booking-side-menu,
[data-theme=dark] .edit-service-item,
[data-theme=dark] .customer-side-pane,
[data-theme=dark] .web-chat-side {
  background-color: var(--white) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] .kpi-card,
[data-theme=dark] .kpi-tile,
[data-theme=dark] .stat-card,
[data-theme=dark] .metric-card,
[data-theme=dark] .dashboard-stat,
[data-theme=dark] .dashboard-card,
[data-theme=dark] .col,
[data-theme=dark] .column,
[data-theme=dark] .kanban-col,
[data-theme=dark] .kanban-card,
[data-theme=dark] .item-card {
  background-color: var(--white) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] .kpi-value,
[data-theme=dark] .stat-value,
[data-theme=dark] .metric-value,
[data-theme=dark] .kpi-main,
[data-theme=dark] .stat-number {
  color: var(--ink-900);
}
[data-theme=dark] .kpi-label,
[data-theme=dark] .stat-label,
[data-theme=dark] .metric-label,
[data-theme=dark] .col-h,
[data-theme=dark] .column-h {
  color: var(--ink-500);
}
[data-theme=dark] .control-btn,
[data-theme=dark] .dashboard-btn,
[data-theme=dark] .ghost-btn,
[data-theme=dark] .pill-btn,
[data-theme=dark] .filter-btn,
[data-theme=dark] .secondary-cta,
[data-theme=dark] .see-all-btn,
[data-theme=dark] .add-period-btn,
[data-theme=dark] .split-shift-btn,
[data-theme=dark] .empty-link {
  background-color: var(--white) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-700) !important;
}
[data-theme=dark] .control-btn:hover:not(:disabled),
[data-theme=dark] .dashboard-btn:hover:not(:disabled),
[data-theme=dark] .ghost-btn:hover:not(:disabled),
[data-theme=dark] .pill-btn:hover:not(:disabled),
[data-theme=dark] .filter-btn:hover:not(:disabled),
[data-theme=dark] .secondary-cta:hover:not(:disabled),
[data-theme=dark] .see-all-btn:hover:not(:disabled),
[data-theme=dark] .add-period-btn:hover:not(:disabled),
[data-theme=dark] .split-shift-btn:hover:not(:disabled),
[data-theme=dark] .empty-link:hover:not(:disabled) {
  background-color: var(--ink-100) !important;
  border-color: var(--ink-300) !important;
  color: var(--ink-900) !important;
}
[data-theme=dark] .control-btn mat-icon,
[data-theme=dark] .dashboard-btn mat-icon,
[data-theme=dark] .ghost-btn mat-icon,
[data-theme=dark] .pill-btn mat-icon,
[data-theme=dark] .filter-btn mat-icon,
[data-theme=dark] .secondary-cta mat-icon,
[data-theme=dark] .see-all-btn mat-icon,
[data-theme=dark] .add-period-btn mat-icon,
[data-theme=dark] .split-shift-btn mat-icon,
[data-theme=dark] .empty-link mat-icon {
  color: var(--ink-500);
}
[data-theme=dark] .topbar,
[data-theme=dark] .web-header,
[data-theme=dark] ew-web-header,
[data-theme=dark] ew-web-header header {
  background-color: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] .topbar input,
[data-theme=dark] .topbar .input,
[data-theme=dark] ew-web-header input {
  background-color: var(--ink-100) !important;
  color: var(--ink-900);
  border-color: var(--ink-200);
}
[data-theme=dark] .side-menu-wrapper,
[data-theme=dark] .nav-list,
[data-theme=dark] ew-web-side-menu,
[data-theme=dark] ew-web-side-menu .side-menu-wrapper {
  background-color: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
}
[data-theme=dark] .context-card,
[data-theme=dark] .profile-card {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--ink-900);
}
[data-theme=dark] .context-card:hover,
[data-theme=dark] .profile-card:hover {
  background-color: #12182a !important;
}
[data-theme=dark] .no-data-icon {
  background: var(--ink-100) !important;
  color: var(--ink-500) !important;
}

[data-theme=dark] .bg-white,
[data-theme=dark] .bg-gray-50,
[data-theme=dark] .bg-gray-75,
[data-theme=dark] .bg-gray-100,
[data-theme=dark] .bg-slate-50,
[data-theme=dark] .bg-slate-100 {
  background-color: var(--white) !important;
}
[data-theme=dark] .bg-gray-200,
[data-theme=dark] .bg-slate-200 {
  background-color: var(--ink-100) !important;
}
[data-theme=dark] .text-white {
  color: var(--white) !important;
}
[data-theme=dark] .text-gray-900,
[data-theme=dark] .text-slate-900,
[data-theme=dark] .text-black {
  color: var(--ink-900) !important;
}
[data-theme=dark] .text-gray-700,
[data-theme=dark] .text-slate-700 {
  color: var(--ink-700) !important;
}
[data-theme=dark] .text-gray-500,
[data-theme=dark] .text-slate-500 {
  color: var(--ink-500) !important;
}
[data-theme=dark] .text-gray-400,
[data-theme=dark] .text-slate-400 {
  color: var(--ink-400) !important;
}
[data-theme=dark] .border-gray-100,
[data-theme=dark] .border-slate-100 {
  border-color: var(--ink-100) !important;
}
[data-theme=dark] .border-gray-200,
[data-theme=dark] .border-slate-200 {
  border-color: var(--ink-200) !important;
}
[data-theme=dark] .border-gray-300,
[data-theme=dark] .border-slate-300 {
  border-color: var(--ink-300) !important;
}
[data-theme=dark] [style*="background: #fff"],
[data-theme=dark] [style*="background:#fff"],
[data-theme=dark] [style*="background: white"],
[data-theme=dark] [style*="background:white"],
[data-theme=dark] [style*="background-color: #fff"],
[data-theme=dark] [style*="background-color:#fff"],
[data-theme=dark] [style*="background-color: white"],
[data-theme=dark] [style*="background-color:white"] {
  background: var(--white) !important;
  background-color: var(--white) !important;
}
[data-theme=dark] ew-pending-list,
[data-theme=dark] ew-waitlist-overview,
[data-theme=dark] ew-complete-list-overview,
[data-theme=dark] ew-service-list-overview {
  background-color: transparent !important;
  color: var(--ink-900);
}
[data-theme=dark] .side-menu-wrapper,
[data-theme=dark] ew-web-side-menu .side-menu-wrapper,
[data-theme=dark] ew-web-side-menu aside {
  background-color: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
}
[data-theme=dark] .context-card,
[data-theme=dark] .profile-card,
[data-theme=dark] .sidebar-company,
[data-theme=dark] .workspace-card,
[data-theme=dark] ew-web-side-menu .context-card {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--ink-900) !important;
}
[data-theme=dark] .context-card:hover,
[data-theme=dark] .profile-card:hover,
[data-theme=dark] .sidebar-company:hover,
[data-theme=dark] .workspace-card:hover,
[data-theme=dark] ew-web-side-menu .context-card:hover {
  background-color: #12182a !important;
}
[data-theme=dark] .context-name,
[data-theme=dark] .context-card-name {
  color: var(--ink-900) !important;
}
[data-theme=dark] .context-sub,
[data-theme=dark] .context-card-sub {
  color: var(--ink-500) !important;
}
[data-theme=dark] ew-web-header,
[data-theme=dark] ew-web-header > *,
[data-theme=dark] .web-header,
[data-theme=dark] .topbar,
[data-theme=dark] header.web-header,
[data-theme=dark] header.topbar {
  background-color: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] ew-web-header input,
[data-theme=dark] ew-web-header .input,
[data-theme=dark] ew-web-header .topbar-search,
[data-theme=dark] ew-web-header .topbar-search input,
[data-theme=dark] .topbar-search,
[data-theme=dark] .topbar-search input,
[data-theme=dark] .header-search,
[data-theme=dark] .header-search input {
  background-color: var(--ink-100) !important;
  color: var(--ink-900) !important;
  border-color: var(--ink-200) !important;
}
[data-theme=dark] ew-web-header input::placeholder,
[data-theme=dark] ew-web-header .input::placeholder,
[data-theme=dark] .topbar-search input::placeholder,
[data-theme=dark] .header-search input::placeholder {
  color: var(--ink-500) !important;
}
[data-theme=dark] ew-web-header .topbar-icon,
[data-theme=dark] .topbar-icon {
  background-color: var(--ink-100) !important;
  color: var(--ink-700) !important;
}
[data-theme=dark] .kpi-card,
[data-theme=dark] .kpi-tile,
[data-theme=dark] ew-dashboard-hero .kpi-card,
[data-theme=dark] ew-dashboard-hero article {
  background-color: var(--white) !important;
  border: 1px solid var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] .kpi-label,
[data-theme=dark] .kpi-head .kpi-label {
  color: var(--ink-500) !important;
}
[data-theme=dark] .kpi-value,
[data-theme=dark] .kpi-main {
  color: var(--ink-900) !important;
}
[data-theme=dark] .kanban,
[data-theme=dark] .kanban-col,
[data-theme=dark] .kanban-card,
[data-theme=dark] .dm-col,
[data-theme=dark] .dm-card,
[data-theme=dark] .dashboard-list-view .col,
[data-theme=dark] ew-dashboard-list-view .col {
  background-color: var(--white) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] .col-h,
[data-theme=dark] .column-h,
[data-theme=dark] .kanban-col-head {
  color: var(--ink-700) !important;
  background-color: var(--white) !important;
}
[data-theme=dark] .toolbar,
[data-theme=dark] .filters,
[data-theme=dark] .filter-bar,
[data-theme=dark] .dashboard-toolbar,
[data-theme=dark] .pending-list-toolbar,
[data-theme=dark] .item-search-bar,
[data-theme=dark] .filter-pill,
[data-theme=dark] .filter-btn,
[data-theme=dark] .toolbar-btn {
  background-color: var(--white) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-700);
}
[data-theme=dark] .filter-pill:hover,
[data-theme=dark] .filter-btn:hover,
[data-theme=dark] .toolbar-btn:hover {
  background-color: var(--ink-75) !important;
}
[data-theme=dark] input:not([type=range]):not([type=color]):not([type=file]),
[data-theme=dark] textarea,
[data-theme=dark] select {
  background-color: var(--ink-100);
  color: var(--ink-900);
  border-color: var(--ink-200);
}
[data-theme=dark] input::placeholder,
[data-theme=dark] textarea::placeholder {
  color: var(--ink-500);
}
[data-theme=dark] ew-no-data-found .no-data-icon {
  background-color: var(--ink-150) !important;
  color: var(--ink-500) !important;
}
[data-theme=dark] ew-no-data-found .no-data-headline {
  color: var(--ink-700) !important;
}
[data-theme=dark] ew-no-data-found .no-data-description {
  color: var(--ink-500) !important;
}

[data-theme=dark] .app-header,
[data-theme=dark] ew-web-header .app-header,
[data-theme=dark] header.app-header {
  background-color: var(--ink-50) !important;
  border-bottom-color: var(--ink-200) !important;
  color: var(--ink-900);
}
[data-theme=dark] .search-trigger,
[data-theme=dark] .header-search-trigger,
[data-theme=dark] .app-header .search-trigger {
  background-color: var(--ink-50) !important;
  border-color: var(--ink-200) !important;
  color: var(--ink-500) !important;
}
[data-theme=dark] .search-placeholder {
  color: var(--ink-500) !important;
}
[data-theme=dark] .search-hint {
  background-color: var(--ink-200) !important;
  color: var(--ink-700) !important;
}
[data-theme=dark] .hamburger-btn,
[data-theme=dark] .icon-btn,
[data-theme=dark] .topbar-btn {
  background-color: transparent !important;
  color: var(--ink-700) !important;
}
[data-theme=dark] .hamburger-btn:hover,
[data-theme=dark] .icon-btn:hover,
[data-theme=dark] .topbar-btn:hover {
  background-color: var(--ink-100) !important;
  color: var(--ink-900) !important;
}
[data-theme=dark] .nav-list,
[data-theme=dark] .group-wrapper,
[data-theme=dark] ew-web-side-menu .nav-list {
  background-color: transparent !important;
}
[data-theme=dark] .section-label {
  color: var(--ink-500) !important;
}
[data-theme=dark] ew-web-side-menu-item,
[data-theme=dark] ew-web-side-menu-item .item-wrapper,
[data-theme=dark] ew-web-side-menu-item .click-item,
[data-theme=dark] .nav-item,
[data-theme=dark] .menu-item {
  color: var(--ink-700);
}
[data-theme=dark] ew-web-side-menu-item:hover,
[data-theme=dark] ew-web-side-menu-item .item-wrapper:hover,
[data-theme=dark] ew-web-side-menu-item .click-item:hover,
[data-theme=dark] .nav-item:hover,
[data-theme=dark] .menu-item:hover {
  background-color: #12182a !important;
  color: var(--ink-900);
}
[data-theme=dark] ew-web-side-menu-item .nav-item.selected,
[data-theme=dark] ew-web-side-menu .nav-item.selected,
[data-theme=dark] .nav-item.selected,
[data-theme=dark] .nav-item.active {
  background-color: var(--ink-100) !important;
  color: var(--ink-900) !important;
  font-weight: 600;
}
[data-theme=dark] ew-web-side-menu-item .nav-item.selected .nav-icon,
[data-theme=dark] ew-web-side-menu-item .nav-item.selected mat-icon.nav-icon,
[data-theme=dark] ew-web-side-menu .nav-item.selected .nav-icon,
[data-theme=dark] ew-web-side-menu .nav-item.selected mat-icon.nav-icon,
[data-theme=dark] .nav-item.selected .nav-icon,
[data-theme=dark] .nav-item.selected mat-icon.nav-icon,
[data-theme=dark] .nav-item.active .nav-icon,
[data-theme=dark] .nav-item.active mat-icon.nav-icon {
  color: var(--brand-500) !important;
}
[data-theme=dark] .nav-badge--accent {
  background-color: var(--brand-50) !important;
  color: var(--brand-500) !important;
}
[data-theme=dark] .nav-badge {
  background-color: var(--ink-150) !important;
  color: var(--ink-500) !important;
}

.sp-head {
  margin-bottom: 28px;
}

.sp-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink-900);
  margin: 0 0 6px;
}

.sp-sub {
  color: var(--ink-500);
  font-size: 14px;
  max-width: 620px;
  line-height: 1.55;
}

.sp-tabs {
  display: flex;
  gap: 2px;
  margin: 24px 0 20px;
  border-bottom: 1px solid var(--ink-200);
}

.sp-tab {
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-500);
  border: 0;
  background: transparent;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sp-tab:hover {
  color: var(--ink-800);
}
.sp-tab.active, .sp-tab.is-active {
  color: var(--ink-900);
  border-bottom-color: var(--ink-900);
  font-weight: 600;
}

.sp-section-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
  padding: 18px 0 10px;
}

.sp-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 20px 0;
  border-top: 1px solid var(--ink-150);
}
.sp-row:first-of-type {
  border-top: 0;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .sp-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.sp-row-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-900);
  margin-bottom: 4px;
}

.sp-row-hint {
  font-size: 13px;
  color: var(--ink-500);
  line-height: 1.55;
}

.sp-row-field {
  max-width: 520px;
}

.sp-row-field .helper {
  font-size: 12px;
  color: var(--ink-500);
  margin-top: 6px;
}

.sp-savebar {
  position: sticky;
  bottom: 20px;
  margin-top: 32px;
  background: var(--ink-900);
  color: var(--white);
  padding: 10px 12px 10px 20px;
  border-radius: var(--r-lg, 14px);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-xl);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 10;
}

.sp-savebar.show,
.sp-savebar.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sp-savebar-msg {
  flex: 1;
  font-size: 13px;
}

.sp-savebar-msg strong {
  color: #fde68a;
}

.sp-toggle {
  position: relative;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: var(--ink-200);
  transition: background 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
  flex-shrink: 0;
  cursor: pointer;
  border: 0;
}
.sp-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sp-toggle.on, .sp-toggle.is-on, .sp-toggle[aria-checked=true] {
  background: var(--brand-600);
}
.sp-toggle.on::after, .sp-toggle.is-on::after, .sp-toggle[aria-checked=true]::after {
  transform: translateX(14px);
}

.sp-toggle-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
}
.sp-toggle-row + .sp-toggle-row {
  border-top: 1px solid var(--ink-150);
}
.sp-toggle-row__body {
  flex: 1;
  min-width: 0;
}
.sp-toggle-row__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-900);
  margin-bottom: 2px;
}
.sp-toggle-row__hint {
  font-size: 13px;
  color: var(--ink-500);
}
.placeholder\:text-slate-400::placeholder{
  color: var(--ink-400);
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.hover\:-translate-y-2:hover{
  --tw-translate-y: calc(var(--s-2) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-amber-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200:hover{
  border-color: var(--ink-200);
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  background-color: var(--ink-100);
}
.hover\:bg-gray-50:hover{
  background-color: var(--ink-50);
}
.hover\:bg-indigo-700:hover{
  background-color: var(--brand-700);
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover{
  background-color: var(--ink-100);
}
.hover\:bg-white:hover{
  background-color: var(--white);
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
  color: var(--ink-600);
}
.hover\:text-gray-700:hover{
  color: var(--ink-700);
}
.hover\:text-gray-900:hover{
  color: var(--ink-900);
}
.hover\:text-indigo-700:hover{
  color: var(--brand-700);
}
.hover\:text-rose-600:hover{
  color: var(--danger);
}
.hover\:text-slate-900:hover{
  color: var(--ink-900);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover{
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:bg-white:focus{
  background-color: var(--white);
}
.focus\:shadow-md:focus{
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-300:focus{
  --tw-ring-color: var(--ink-300);
}
.focus\:ring-indigo-100:focus{
  --tw-ring-color: var(--brand-100);
}
.group:focus-within .group-focus-within\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:p-6{
    padding: var(--s-6);
  }
  .sm\:p-8{
    padding: var(--s-8);
  }
}
@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:p-8{
    padding: var(--s-8);
  }
}
@media (min-width: 1024px){
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		print-color-adjust: exact;
		}
	}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet-geosearch/dist/geosearch.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* global styling */
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}

/* leaflet button styling */
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}

.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: '';
}

/* magnifying glass */
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 17px;
  left: 15px;
  width: 6px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}

.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 10px;
  left: 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #555;
}

/* resets for pending and error icons */
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}

.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}

/* pending icon */
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: '';
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}

/* error icon */
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

/* search form styling */
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.leaflet-geosearch-button form.open {
  border-radius: 0 4px 4px 4px;
}
.leaflet-control-geosearch.active form {
  display: block;
}

.leaflet-geosearch-button.active .leaflet-bar-part {
  border-radius: 4px 0 0 4px;
  width: 30px;
}

.leaflet-geosearch-button form {
  max-width: 350px;
}

.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 30px;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}

.leaflet-touch .leaflet-geosearch-bar form {
  border: 2px solid rgba(0,0,0,0.2);
  box-shadow: none;
}

.leaflet-touch .leaflet-geosearch-bar form input {
  height: 30px;
}

.leaflet-control-geosearch .results {
  background: #fff;
}

.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}

.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}

/* add missing border to form */
.leaflet-control-geosearch .results.active:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}

.leaflet-touch .leaflet-control-geosearch .results.active:after {
  border-left: 2px solid rgba(0, 0, 0, .2);
}

/* animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
  display: none;
}

.leaflet-geosearch-bar {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  max-width: calc(100% - 120px);
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}

.leaflet-geosearch-bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 4px;
}

.leaflet-geosearch-bar form input {
  min-width: 100%;
  width: 100%;
}

.leaflet-geosearch-bar .results.active:after {
  opacity: .2;
}

.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}

.leaflet-bar-notfound {
  font-style: italic;
}

.leaflet-control-geosearch button.reset {
  color: black;
  font-weight: bold;
  position: absolute;
  line-height: 26px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}

.leaflet-touch .leaflet-control-geosearch button.reset {
  line-height: 30px;
}

.leaflet-control-geosearch button.reset:hover {
  background: #f5f5f5;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/web/ew-web/styles/theme/theme.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html {
  --mat-app-background-color: var(--mat-sys-background);
  --mat-app-text-color: var(--mat-sys-on-background);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, var(--mat-sys-on-surface) 10%, transparent);
  --mat-option-selected-state-label-text-color: var(--mat-sys-on-secondary-container);
  --mat-option-label-text-color: var(--mat-sys-on-surface);
  --mat-option-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-option-selected-state-layer-color: var(--mat-sys-secondary-container);
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-full-pseudo-checkbox-selected-icon-color: var(--mat-sys-primary);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--mat-sys-on-primary);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--mat-sys-on-surface-variant);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-sys-surface);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-sys-primary);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-elevated-card-container-color: var(--mat-sys-surface-container-low);
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 12px;
  --mdc-outlined-card-container-color: var(--mat-sys-surface);
  --mdc-outlined-card-outline-color: var(--mat-sys-outline-variant);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-subtitle-text-color: var(--mat-sys-on-surface);
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-color: var(--mat-sys-primary);
  --mdc-linear-progress-track-color: var(--mat-sys-surface-variant);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-color: var(--mat-sys-inverse-surface);
  --mdc-plain-tooltip-supporting-text-color: var(--mat-sys-inverse-on-surface);
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-filled-text-field-caret-color: var(--mat-sys-primary);
  --mdc-filled-text-field-focus-active-indicator-color: var(--mat-sys-primary);
  --mdc-filled-text-field-focus-label-text-color: var(--mat-sys-primary);
  --mdc-filled-text-field-container-color: var(--mat-sys-surface-variant);
  --mdc-filled-text-field-disabled-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 4%, transparent);
  --mdc-filled-text-field-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-hover-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-color: var(--mat-sys-on-surface);
  --mdc-filled-text-field-disabled-input-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-placeholder-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-error-hover-label-text-color: var(--mat-sys-on-error-container);
  --mdc-filled-text-field-error-focus-label-text-color: var(--mat-sys-error);
  --mdc-filled-text-field-error-label-text-color: var(--mat-sys-error);
  --mdc-filled-text-field-active-indicator-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-disabled-active-indicator-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-hover-active-indicator-color: var(--mat-sys-on-surface);
  --mdc-filled-text-field-error-active-indicator-color: var(--mat-sys-error);
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--mat-sys-error);
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--mat-sys-on-error-container);
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-caret-color: var(--mat-sys-primary);
  --mdc-outlined-text-field-focus-outline-color: var(--mat-sys-primary);
  --mdc-outlined-text-field-focus-label-text-color: var(--mat-sys-primary);
  --mdc-outlined-text-field-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-outlined-text-field-hover-label-text-color: var(--mat-sys-on-surface);
  --mdc-outlined-text-field-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-color: var(--mat-sys-on-surface);
  --mdc-outlined-text-field-disabled-input-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-placeholder-color: var(--mat-sys-on-surface-variant);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--mat-sys-error);
  --mdc-outlined-text-field-error-label-text-color: var(--mat-sys-error);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--mat-sys-on-error-container);
  --mdc-outlined-text-field-outline-color: var(--mat-sys-outline);
  --mdc-outlined-text-field-disabled-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-outlined-text-field-hover-outline-color: var(--mat-sys-on-surface);
  --mdc-outlined-text-field-error-focus-outline-color: var(--mat-sys-error);
  --mdc-outlined-text-field-error-hover-outline-color: var(--mat-sys-on-error-container);
  --mdc-outlined-text-field-error-outline-color: var(--mat-sys-error);
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: var(--mat-sys-primary);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-state-layer-color: var(--mat-sys-on-surface);
  --mat-form-field-error-text-color: var(--mat-sys-error);
  --mat-form-field-select-option-text-color: #1d1b1e;
  --mat-form-field-select-disabled-option-text-color: rgba(29, 27, 30, 0.38);
  --mat-form-field-leading-icon-color: var(--mat-sys-on-surface-variant);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-trailing-icon-color: var(--mat-sys-on-surface-variant);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-error-focus-trailing-icon-color: var(--mat-sys-error);
  --mat-form-field-error-hover-trailing-icon-color: var(--mat-sys-on-error-container);
  --mat-form-field-error-trailing-icon-color: var(--mat-sys-error);
  --mat-form-field-enabled-select-arrow-color: var(--mat-sys-on-surface-variant);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-select-panel-background-color: var(--mat-sys-surface-container);
  --mat-select-enabled-trigger-text-color: var(--mat-sys-on-surface);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-select-placeholder-text-color: var(--mat-sys-on-surface-variant);
  --mat-select-enabled-arrow-color: var(--mat-sys-on-surface-variant);
  --mat-select-disabled-arrow-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-select-focused-arrow-color: var(--mat-sys-primary);
  --mat-select-invalid-arrow-color: var(--mat-sys-error);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: var(--mat-sys-surface-container);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color: var(--mat-sys-surface);
  --mdc-dialog-subhead-color: var(--mat-sys-on-surface);
  --mdc-dialog-supporting-text-color: var(--mat-sys-on-surface-variant);
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mdc-chip-outline-color: var(--mat-sys-outline);
  --mdc-chip-disabled-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-chip-focus-outline-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-chip-elevated-selected-container-color: var(--mat-sys-secondary-container);
  --mdc-chip-flat-disabled-selected-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-chip-focus-state-layer-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-hover-state-layer-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-selected-hover-state-layer-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-selected-label-text-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-with-icon-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-with-icon-disabled-icon-color: var(--mat-sys-on-surface);
  --mdc-chip-with-icon-selected-icon-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--mat-sys-on-surface);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
  --mat-chip-trailing-action-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-chip-selected-trailing-action-state-layer-color: var(--mat-sys-on-secondary-container);
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: var(--mat-sys-on-surface);
  --mat-chip-selected-trailing-icon-color: var(--mat-sys-on-secondary-container);
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: var(--mat-sys-primary);
  --mdc-switch-selected-handle-color: var(--mat-sys-on-primary);
  --mdc-switch-selected-hover-state-layer-color: var(--mat-sys-primary);
  --mdc-switch-selected-pressed-state-layer-color: var(--mat-sys-primary);
  --mdc-switch-selected-focus-handle-color: var(--mat-sys-primary-container);
  --mdc-switch-selected-hover-handle-color: var(--mat-sys-primary-container);
  --mdc-switch-selected-pressed-handle-color: var(--mat-sys-primary-container);
  --mdc-switch-selected-focus-track-color: var(--mat-sys-primary);
  --mdc-switch-selected-hover-track-color: var(--mat-sys-primary);
  --mdc-switch-selected-pressed-track-color: var(--mat-sys-primary);
  --mdc-switch-selected-track-color: var(--mat-sys-primary);
  --mdc-switch-disabled-selected-handle-color: var(--mat-sys-surface);
  --mdc-switch-disabled-selected-icon-color: var(--mat-sys-on-surface);
  --mdc-switch-disabled-selected-track-color: var(--mat-sys-on-surface);
  --mdc-switch-disabled-unselected-handle-color: var(--mat-sys-on-surface);
  --mdc-switch-disabled-unselected-icon-color: var(--mat-sys-surface-variant);
  --mdc-switch-disabled-unselected-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-selected-icon-color: var(--mat-sys-on-primary-container);
  --mdc-switch-unselected-focus-handle-color: var(--mat-sys-on-surface-variant);
  --mdc-switch-unselected-focus-state-layer-color: var(--mat-sys-on-surface);
  --mdc-switch-unselected-focus-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-handle-color: var(--mat-sys-outline);
  --mdc-switch-unselected-hover-handle-color: var(--mat-sys-on-surface-variant);
  --mdc-switch-unselected-hover-state-layer-color: var(--mat-sys-on-surface);
  --mdc-switch-unselected-hover-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-icon-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-pressed-handle-color: var(--mat-sys-on-surface-variant);
  --mdc-switch-unselected-pressed-state-layer-color: var(--mat-sys-on-surface);
  --mdc-switch-unselected-pressed-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
  --mat-switch-track-outline-color: var(--mat-sys-outline);
  --mat-switch-disabled-unselected-track-outline-color: var(--mat-sys-on-surface);
  --mat-switch-label-text-color: var(--mat-sys-on-surface);
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
  --mdc-radio-disabled-selected-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-disabled-unselected-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-unselected-hover-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-unselected-focus-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-unselected-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-radio-unselected-pressed-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-selected-focus-icon-color: var(--mat-sys-primary);
  --mdc-radio-selected-hover-icon-color: var(--mat-sys-primary);
  --mdc-radio-selected-icon-color: var(--mat-sys-primary);
  --mdc-radio-selected-pressed-icon-color: var(--mat-sys-primary);
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-ripple-color: var(--mat-sys-on-surface);
  --mat-radio-checked-ripple-color: var(--mat-sys-primary);
  --mat-radio-disabled-label-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-radio-label-text-color: var(--mat-sys-on-surface);
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-slider-handle-color: var(--mat-sys-primary);
  --mdc-slider-focus-handle-color: var(--mat-sys-primary);
  --mdc-slider-hover-handle-color: var(--mat-sys-primary);
  --mdc-slider-active-track-color: var(--mat-sys-primary);
  --mdc-slider-inactive-track-color: var(--mat-sys-surface-variant);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--mat-sys-on-surface-variant);
  --mdc-slider-with-tick-marks-active-container-color: var(--mat-sys-on-primary);
  --mdc-slider-disabled-active-track-color: var(--mat-sys-on-surface);
  --mdc-slider-disabled-handle-color: var(--mat-sys-on-surface);
  --mdc-slider-disabled-inactive-track-color: var(--mat-sys-on-surface);
  --mdc-slider-label-container-color: var(--mat-sys-primary);
  --mdc-slider-label-label-text-color: var(--mat-sys-on-primary);
  --mdc-slider-with-overlap-handle-outline-color: var(--mat-sys-on-primary);
  --mdc-slider-with-tick-marks-disabled-container-color: var(--mat-sys-on-surface);
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-ripple-color: var(--mat-sys-primary);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-primary) 5%, transparent);
  --mat-slider-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-primary) 20%, transparent);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
  --mat-menu-item-label-text-color: var(--mat-sys-on-surface);
  --mat-menu-item-icon-color: var(--mat-sys-on-surface-variant);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-menu-container-color: var(--mat-sys-surface-container);
  --mat-menu-divider-color: var(--mat-sys-surface-variant);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: var(--mat-sys-primary-container);
  --mdc-list-list-item-disabled-state-layer-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-supporting-text-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-leading-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-trailing-supporting-text-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-trailing-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-selected-trailing-icon-color: var(--mat-sys-primary);
  --mdc-list-list-item-disabled-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-disabled-leading-icon-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-disabled-trailing-icon-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-hover-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-focus-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-hover-state-layer-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: var(--mat-sys-secondary-container);
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
  --mat-paginator-container-text-color: var(--mat-sys-on-surface);
  --mat-paginator-container-background-color: var(--mat-sys-surface);
  --mat-paginator-enabled-icon-color: var(--mat-sys-on-surface-variant);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-color: var(--mat-sys-primary);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: var(--mat-sys-surface-variant);
  --mat-tab-header-pagination-icon-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-ripple-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-ripple-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-focus-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-hover-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-focus-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-hover-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-focus-indicator-color: var(--mat-sys-primary);
  --mat-tab-header-active-hover-indicator-color: var(--mat-sys-primary);
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
  --mdc-checkbox-disabled-selected-checkmark-color: var(--mat-sys-surface);
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-checkbox-selected-checkmark-color: var(--mat-sys-on-primary);
  --mdc-checkbox-selected-focus-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-hover-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-unselected-focus-icon-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-hover-icon-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-checkbox-selected-focus-state-layer-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-hover-state-layer-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-focus-state-layer-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-hover-state-layer-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-pressed-state-layer-color: var(--mat-sys-primary);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-checkbox-label-text-color: var(--mat-sys-on-surface);
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-label-text-color: var(--mat-sys-primary);
  --mdc-text-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
  --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color: var(--mat-sys-surface);
  --mdc-protected-button-label-text-color: var(--mat-sys-primary);
  --mdc-protected-button-disabled-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-protected-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
  --mdc-filled-button-container-color: var(--mat-sys-primary);
  --mdc-filled-button-label-text-color: var(--mat-sys-on-primary);
  --mdc-filled-button-disabled-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-filled-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
  --mdc-outlined-button-disabled-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-outlined-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-outlined-button-label-text-color: var(--mat-sys-primary);
  --mdc-outlined-button-outline-color: var(--mat-sys-outline);
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
  --mat-text-button-state-layer-color: var(--mat-sys-primary);
  --mat-text-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-text-button-ripple-color: color-mix(in srgb, var(--mat-sys-primary) 12%, transparent);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
  --mat-protected-button-state-layer-color: var(--mat-sys-primary);
  --mat-protected-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-protected-button-ripple-color: color-mix(in srgb, var(--mat-sys-primary) 12%, transparent);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
  --mat-filled-button-state-layer-color: var(--mat-sys-on-primary);
  --mat-filled-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-filled-button-ripple-color: color-mix(in srgb, var(--mat-sys-on-primary) 12%, transparent);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
  --mat-outlined-button-state-layer-color: var(--mat-sys-primary);
  --mat-outlined-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-outlined-button-ripple-color: color-mix(in srgb, var(--mat-sys-primary) 12%, transparent);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
  --mdc-icon-button-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-icon-button-disabled-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-icon-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-icon-button-ripple-color: color-mix(in srgb, var(--mat-sys-on-surface-variant) 12%, transparent);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: var(--mat-sys-primary-container);
  --mdc-fab-container-shape: 16px;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-color: var(--mat-sys-primary-container);
  --mdc-fab-small-container-shape: 12px;
  --mat-fab-foreground-color: var(--mat-sys-on-primary-container);
  --mat-fab-state-layer-color: var(--mat-sys-on-primary-container);
  --mat-fab-ripple-color: color-mix(in srgb, var(--mat-sys-on-primary-container) 12%, transparent);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-foreground-color: var(--mat-sys-on-primary-container);
  --mat-fab-small-state-layer-color: var(--mat-sys-on-primary-container);
  --mat-fab-small-ripple-color: color-mix(in srgb, var(--mat-sys-on-primary-container) 12%, transparent);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-snackbar-container-color: var(--mat-sys-inverse-surface);
  --mdc-snackbar-supporting-text-color: var(--mat-sys-inverse-on-surface);
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
  --mat-snack-bar-button-color: var(--mat-sys-inverse-primary);
  --mat-table-background-color: var(--mat-sys-surface);
  --mat-table-header-headline-color: var(--mat-sys-on-surface);
  --mat-table-row-item-label-text-color: var(--mat-sys-on-surface);
  --mat-table-row-item-outline-color: var(--mat-sys-outline);
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
  --mdc-circular-progress-active-indicator-color: var(--mat-sys-primary);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-background-color: var(--mat-sys-error);
  --mat-badge-text-color: var(--mat-sys-on-error);
  --mat-badge-disabled-state-background-color: color-mix(in srgb, var(--mat-sys-error) 38%, transparent);
  --mat-badge-disabled-state-text-color: var(--mat-sys-on-error);
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
  --mat-bottom-sheet-container-text-color: var(--mat-sys-on-surface);
  --mat-bottom-sheet-container-background-color: var(--mat-sys-surface-container-low);
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: var(--mat-sys-on-surface);
  --mat-standard-button-toggle-state-layer-color: var(--mat-sys-on-surface);
  --mat-standard-button-toggle-selected-state-background-color: var(--mat-sys-secondary-container);
  --mat-standard-button-toggle-selected-state-text-color: var(--mat-sys-on-secondary-container);
  --mat-standard-button-toggle-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-standard-button-toggle-divider-color: var(--mat-sys-outline);
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 28px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
  --mat-datepicker-calendar-date-selected-state-text-color: var(--mat-sys-on-primary);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--mat-sys-primary);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--mat-sys-primary);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-date-in-range-state-background-color: var(--mat-sys-primary-container);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: var(--mat-sys-tertiary-container);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: var(--mat-sys-secondary-container);
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: var(--mat-sys-secondary);
  --mat-datepicker-toggle-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-body-label-text-color: var(--mat-sys-on-surface);
  --mat-datepicker-calendar-period-button-text-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-period-button-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-header-text-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-date-today-outline-color: var(--mat-sys-primary);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: var(--mat-sys-on-surface);
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: var(--mat-sys-primary);
  --mat-datepicker-range-input-separator-color: var(--mat-sys-on-surface);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: var(--mat-sys-surface-container-high);
  --mat-datepicker-calendar-container-text-color: var(--mat-sys-on-surface);
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-divider-color: var(--mat-sys-outline);
  --mat-divider-width: 1px;
  --mat-expansion-container-background-color: var(--mat-sys-surface);
  --mat-expansion-container-text-color: var(--mat-sys-on-surface);
  --mat-expansion-actions-divider-color: var(--mat-sys-outline);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-expansion-header-text-color: var(--mat-sys-on-surface);
  --mat-expansion-header-description-color: var(--mat-sys-on-surface-variant);
  --mat-expansion-header-indicator-color: var(--mat-sys-on-surface-variant);
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: var(--mat-sys-surface);
  --mat-sidenav-container-text-color: var(--mat-sys-on-surface-variant);
  --mat-sidenav-content-background-color: var(--mat-sys-background);
  --mat-sidenav-content-text-color: var(--mat-sys-on-background);
  --mat-sidenav-scrim-color: rgba(51, 47, 55, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-stepper-header-icon-foreground-color: var(--mat-sys-surface);
  --mat-stepper-header-selected-state-icon-background-color: var(--mat-sys-primary);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--mat-sys-on-primary);
  --mat-stepper-header-edit-state-icon-background-color: var(--mat-sys-primary);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--mat-sys-on-primary);
  --mat-stepper-container-color: var(--mat-sys-surface);
  --mat-stepper-line-color: var(--mat-sys-outline);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-inverse-surface) 8%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-inverse-surface) 12%, transparent);
  --mat-stepper-header-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-optional-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-selected-state-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-error-state-label-text-color: var(--mat-sys-error);
  --mat-stepper-header-icon-background-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-error-state-icon-foreground-color: var(--mat-sys-error);
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: var(--mat-sys-on-surface);
  --mat-toolbar-container-background-color: var(--mat-sys-surface);
  --mat-toolbar-container-text-color: var(--mat-sys-on-surface);
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: var(--mat-sys-surface);
  --mat-tree-node-text-color: var(--mat-sys-on-surface);
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
  --mat-timepicker-container-background-color: var(--mat-sys-surface-container);
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

:root {
  --ew-status-waitlist: var(--chip-waitlist-fg);
  --ew-status-service: var(--chip-service-fg);
  --ew-status-completed: var(--chip-complete-fg);
  --ew-calendar-border: var(--ink-200);
  --ew-neutral-orange: var(--warning);
}

.light {
  --mat-sys-primary: var(--brand-600); /* Primary color, used for main interactive elements like buttons or links. */
  --mat-sys-surface-tint: var(--brand-500); /* Tint for surface elements, used for layering or hover effects. */
  --mat-sys-on-primary: var(--white); /* Text or icon color on top of primary background. */
  --mat-sys-primary-container: var(--white); /* Background color for primary containers, like cards or headers. */
  --ew-primary-container-border: var(--ink-200);
  --mat-sys-on-primary-container: var(--ink-900); /* Text or icon color on top of primary containers. */
  --mat-sys-secondary: var(--ink-600); /* Secondary color, used for complementary elements like secondary buttons. */
  --mat-sys-on-secondary: var(--ink-400); /* Text or icon color on top of secondary backgrounds. */
  --mat-sys-secondary-container: var(--ink-50); /* Background color for secondary containers, like sub-sections. */
  --mat-sys-on-secondary-container: var(--ink-800); /* Text or icon color on top of secondary containers. */
  --mat-sys-tertiary: var(--teal-600); /* Tertiary color, used for accents or decorative purposes. */
  --mat-sys-on-tertiary: var(--white); /* Text or icon color on top of tertiary backgrounds. */
  --mat-sys-tertiary-container: var(--teal-100); /* Background color for tertiary containers. */
  --mat-sys-on-tertiary-container: var(--teal-600); /* Text or icon color on top of tertiary containers. */
  --mat-sys-error: var(--danger); /* Error color, used for error states or messages. */
  --mat-sys-on-error: var(--white); /* Text or icon color on top of error backgrounds. */
  --mat-sys-error-container: var(--danger-100); /* Background color for error containers. */
  --mat-sys-on-error-container: var(--danger); /* Text or icon color on top of error containers. */
  --mat-sys-background: var(--ink-75); /* Default background color for the application. */
  --mat-sys-on-background: var(--ink-900); /* Default text or icon color on the background. */
  --mat-sys-surface: var(--white); /* Background for elevated or card-like surfaces. */
  --mat-sys-on-surface: var(--ink-900); /* Text or icon color on surfaces. */
  --mat-sys-surface-variant: var(--ink-100); /* Alternative surface background, used for varied sections. */
  --mat-sys-on-surface-variant: var(--ink-700); /* Text or icon color on surface variants. */
  --mat-sys-outline: var(--ink-200); /* Color for outlines or borders around elements. */
  --mat-sys-outline-variant: var(--ink-150); /* Alternative outline color for lighter borders. */
  --mat-sys-shadow: var(--ink-950); /* Shadow color, used for depth effects on surfaces. */
  --mat-sys-scrim: var(--ink-950); /* Overlay or dimming layer color for modals. */
  --mat-sys-inverse-surface: var(--ink-900); /* Background for inverted surfaces, like dark themes or popups. */
  --mat-sys-inverse-on-surface: var(--white); /* Text or icon color on inverted surfaces. */
  --mat-sys-inverse-primary: var(--brand-500); /* Primary color used in inverse themes or dark mode. */
  --mat-sys-primary-fixed: var(--brand-100); /* Fixed primary background for prominent areas. */
  --mat-sys-on-primary-fixed: var(--brand-700); /* Text or icon color on fixed primary backgrounds. */
  --mat-sys-primary-fixed-dim: var(--brand-500); /* Dimmed primary color for lighter accents. */
  --mat-sys-on-primary-fixed-variant: var(--brand-600); /* Text or icon color on dimmed primary variants. */
  --mat-sys-secondary-fixed: var(--ink-100); /* Fixed secondary background for prominent secondary areas. */
  --mat-sys-on-secondary-fixed: var(--ink-800); /* Text or icon color on fixed secondary backgrounds. */
  --mat-sys-secondary-fixed-dim: var(--ink-300); /* Dimmed secondary color for lighter accents. */
  --mat-sys-on-secondary-fixed-variant: var(--ink-700); /* Text or icon color on dimmed secondary variants. */
  --mat-sys-tertiary-fixed: var(--teal-100); /* Fixed tertiary background for prominent tertiary areas. */
  --mat-sys-on-tertiary-fixed: var(--teal-600); /* Text or icon color on fixed tertiary backgrounds. */
  --mat-sys-tertiary-fixed-dim: var(--teal-500); /* Dimmed tertiary color for lighter accents. */
  --mat-sys-on-tertiary-fixed-variant: var(--teal-600); /* Text or icon color on dimmed tertiary variants. */
  --mat-sys-surface-dim: var(--ink-100); /* Dimmed surface background for less prominent areas. */
  --mat-sys-surface-bright: var(--white); /* Bright surface background for high-visibility areas. */
  --mat-sys-surface-container-lowest: var(--white); /* Lightest surface container background, used for base layers. */
  --mat-sys-surface-container-low: var(--ink-50); /* Slightly dimmed surface for lower-level containers. */
  --mat-sys-surface-container: var(--ink-75); /* Default surface container background. */
  --mat-sys-surface-container-high: var(--ink-100); /* Elevated surface container background. */
  --mat-sys-surface-container-highest: var(--ink-150); /* Highest surface container background for top-level layers. */
}

.dark {
  --ew-primary-container-border: var(--ink-200);
  --ew-calendar-border: var(--ink-200);
  --mat-sys-primary: var(--brand-500);
  --mat-sys-surface-tint: var(--brand-600);
  --mat-sys-on-primary: #ffffff;
  --mat-sys-primary-container: var(--white);
  --mat-sys-on-primary-container: var(--brand-500);
  --mat-sys-secondary: var(--ink-400);
  --mat-sys-on-secondary: var(--ink-100);
  --mat-sys-secondary-container: var(--ink-100);
  --mat-sys-on-secondary-container: var(--ink-900);
  --mat-sys-tertiary: var(--teal-500);
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-tertiary-container: var(--ink-100);
  --mat-sys-on-tertiary-container: var(--teal-500);
  --mat-sys-error: var(--danger);
  --mat-sys-on-error: #ffffff;
  --mat-sys-error-container: var(--danger-100);
  --mat-sys-on-error-container: var(--danger);
  --mat-sys-background: var(--ink-75);
  --mat-sys-on-background: var(--ink-900);
  --mat-sys-surface: var(--white);
  --mat-sys-on-surface: var(--ink-900);
  --mat-sys-surface-variant: var(--ink-100);
  --mat-sys-on-surface-variant: var(--ink-500);
  --mat-sys-outline: var(--ink-200);
  --mat-sys-outline-variant: var(--ink-200);
  --mat-sys-shadow: rgba(0, 0, 0, 0.7);
  --mat-sys-scrim: rgba(0, 0, 0, 0.5);
  --mat-sys-inverse-surface: var(--ink-900);
  --mat-sys-inverse-on-surface: var(--white);
  --mat-sys-inverse-primary: var(--brand-600);
  --mat-sys-primary-fixed: var(--ink-150);
  --mat-sys-on-primary-fixed: var(--brand-500);
  --mat-sys-primary-fixed-dim: var(--ink-200);
  --mat-sys-on-primary-fixed-variant: var(--brand-500);
  --mat-sys-secondary-fixed: var(--ink-150);
  --mat-sys-on-secondary-fixed: var(--ink-700);
  --mat-sys-secondary-fixed-dim: var(--ink-200);
  --mat-sys-on-secondary-fixed-variant: var(--ink-600);
  --mat-sys-tertiary-fixed: var(--ink-150);
  --mat-sys-on-tertiary-fixed: var(--teal-500);
  --mat-sys-tertiary-fixed-dim: var(--ink-200);
  --mat-sys-on-tertiary-fixed-variant: var(--teal-500);
  --mat-sys-surface-dim: var(--ink-50);
  --mat-sys-surface-bright: var(--ink-150);
  --mat-sys-surface-container-lowest: var(--ink-50);
  --mat-sys-surface-container-low: var(--ink-75);
  --mat-sys-surface-container: var(--ink-100);
  --mat-sys-surface-container-high: var(--ink-150);
  --mat-sys-surface-container-highest: var(--ink-200);
}
.dark .leaflet-layer,
.dark .leaflet-control-zoom-in,
.dark .leaflet-control-zoom-out,
.dark .leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
.dark .leaflet-container {
  background: rgb(29, 26, 21) !important;
}
.dark .leaflet-popup-content-wrapper,
.dark .leaflet-popup-tip {
  background: rgb(29, 26, 21) !important;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/web/ew-web/styles/calendar.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}

.cal-month-view .cal-cell-row {
  display: flex;
}

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}

.cal-month-view .cal-day-cell {
  min-height: 100px;
}

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}

[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}

.cal-month-view .cal-open-day-events {
  padding: 15px;
}

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}

.cal-month-view .cal-draggable {
  cursor: move;
}

.cal-month-view .cal-drag-active * {
  pointer-events: none;
}

.cal-month-view .cal-event-title {
  cursor: pointer;
}

.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}

.cal-month-view {
  background-color: var(--mat-sys-primary-container);
}

.cal-month-view .cal-cell-row:hover {
  background-color: var(--mat-sys-secondary-container);
}

.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: var(--mat-sys-secondary);
}

.cal-month-view .cal-days {
  border-color: var(--ew-calendar-border);
}

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: var(--ew-calendar-border);
}

[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: var(--ew-calendar-border);
}

.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: var(--ew-calendar-border);
}

.cal-month-view .cal-day-badge {
  background-color: var(--mat-sys-tertiary-fixed-dim);
  color: var(--mat-sys-primary-container);
}

.cal-month-view .cal-event {
  background-color: var(--mat-sys-primary-container);
  border-color: var(--mat-sys-tertiary-container);
  color: var(--mat-sys-on-primary-container);
}

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: var(--mat-sys-error);
}

.cal-month-view .cal-day-cell.cal-today {
  background-color: var(--mat-sys-primary-container);
}

.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: var(--mat-sys-secondary-container) !important;
}

.cal-month-view .cal-open-day-events {
  color: var(--mat-sys-primary-container);
  background-color: var(--mat-sys-secondary);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}

.cal-week-view * {
  box-sizing: border-box;
}

.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}

[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}

.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}

.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}

.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}

.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}

[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}

.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}

.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}

.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}

.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}

.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}

.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}

.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}

.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}

.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}

.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}

.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}

.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}

.cal-week-view .cal-drag-active * {
  pointer-events: none;
}

.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}

.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}

.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}

.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}

.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}

.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 10px;
  line-height: 25px;
}

.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}

.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}

.cal-week-view .cal-hour-segment {
  position: relative;
}

.cal-week-view .cal-hour-segment::after {
  content: " ";
}

.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}

.cal-week-view .cal-draggable {
  cursor: move;
}

.cal-week-view ew-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}

.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: var(--mat-sys-outline-variant);
}

.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}

.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cal-week-view {
  background-color: var(--mat-sys-primary-container);
  border-top: solid 1px var(--ew-calendar-border);
}

.cal-week-view .cal-day-headers {
  border-color: var(--ew-calendar-border);
  border-top: 0;
}

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: var(--ew-calendar-border);
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px var(--ew-calendar-border) !important;
}

.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: var(--ew-calendar-border);
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: var(--ew-calendar-border);
}

.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: var(--mat-sys-secondary-container);
}

.cal-week-view .cal-day-column {
  border-left-color: var(--ew-calendar-border);
}

[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: var(--ew-calendar-border);
}

.cal-week-view .cal-event {
  background-color: var(--mat-sys-tertiary-container);
  border-color: var(--mat-sys-primary-container);
  color: var(--mat-sys-on-primary-container);
}

.cal-week-view .cal-all-day-events {
  border-color: var(--ew-calendar-border);
}

.cal-week-view .cal-header.cal-today {
  background-color: var(--mat-sys-primary-container);
}

.cal-week-view .cal-header.cal-weekend span {
  color: var(--mat-sys-error);
}

.cal-week-view .cal-time-events {
  border-color: var(--ew-calendar-border);
}

.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: var(--mat-sys-on-secondary);
}

.cal-week-view .cal-hour-odd {
  background-color: var(--mat-sys-secondary-container);
}

.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: var(--mat-sys-secondary-container);
}

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: var(--ew-calendar-border);
}

.cal-week-view .cal-current-time-marker {
  background-color: var(--mat-sys-primary-fixed-dim);
}

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}

.cal-day-view ew-calendar-week-view-header {
  display: none;
}

.cal-day-view .cal-events-container {
  margin-left: 70px;
}

[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}

.cal-day-view .cal-day-column {
  border-left: 0;
}

.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}

[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: var(--mat-sys-on-primary-container);
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: var(--mat-sys-on-primary-container);
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: var(--mat-sys-on-primary-container);
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: var(--mat-sys-on-primary-container);
}

.cal-tooltip-inner {
  color: var(--mat-sys-primary-container);
  background-color: var(--mat-sys-on-primary-container);
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ngxpert/hot-toast/src/styles/styles.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@keyframes hotToastEnter {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.hot-toast-animated-icon {
  animation: var(--hot-toast-animated-icon-animation, hotToastEnter 0.3s ease-in-out forwards);
  position: var(--hot-toast-animated-icon-position, relative);
  transform: var(--hot-toast-animated-icon-transform, scale(0));
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-animated-icon {
    animation-duration: var(--hot-toast-animated-icon-reduced-motion-animation-duration, none);
    opacity: var(--hot-toast-animated-icon-reduced-motion-opacity, 1);
    transform: var(--hot-toast-animated-icon-reduced-motion-transform, scale(1));
  }
}

@keyframes hotToastCircleAnimation {
  from {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}
@keyframes hotToastCheckmarkAnimation {
  0% {
    height: 0;
    opacity: 0;
    width: 0;
  }
  40% {
    height: 0;
    opacity: 1;
    width: 6px;
  }
  100% {
    height: 10px;
    opacity: 1;
  }
}
.hot-toast-checkmark-icon {
  animation: var(--hot-toast-checkmark-icon-animation, hotToastCircleAnimation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards);
  animation-delay: var(--hot-toast-checkmark-icon-animation-delay, 100ms);
  background-color: var(--hot-toast-checkmark-icon-background-color, var(--check-primary, #61d345));
  border-radius: var(--hot-toast-checkmark-icon-border-radius, 10px);
  height: var(--hot-toast-checkmark-icon-height, 20px);
  opacity: var(--hot-toast-checkmark-icon-opacity, 0);
  position: var(--hot-toast-checkmark-icon-position, relative);
  transform: var(--hot-toast-checkmark-icon-transform, rotate(45deg));
  width: var(--hot-toast-checkmark-icon-width, 20px);
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-checkmark-icon {
    animation-duration: var(--hot-toast-checkmark-icon-reduced-motion-animation-duration, 0ms);
  }
}

.hot-toast-checkmark-icon::after {
  animation: var(--hot-toast-checkmark-icon-after-animation, hotToastCheckmarkAnimation 0.2s ease-out forwards);
  animation-delay: var(--hot-toast-checkmark-icon-after-animation-delay, 200ms);
  border-bottom-style: solid;
  border-bottom-width: var(--hot-toast-checkmark-icon-after-border-bottom, 2px);
  border-color: var(--hot-toast-checkmark-icon-after-border-color, var(--check-secondary, #fff));
  border-right-style: solid;
  border-right-width: var(--hot-toast-checkmark-icon-after-border-right, 2px);
  bottom: var(--hot-toast-checkmark-icon-after-bottom, 6px);
  box-sizing: var(--hot-toast-checkmark-icon-after-box-sizing, border-box);
  content: var(--hot-toast-checkmark-icon-after-content, "");
  height: var(--hot-toast-checkmark-icon-after-height, 10px);
  left: var(--hot-toast-checkmark-icon-after-left, 6px);
  opacity: var(--hot-toast-checkmark-icon-after-opacity, 0);
  position: var(--hot-toast-checkmark-icon-after-position, absolute);
  width: var(--hot-toast-checkmark-icon-after-width, 6px);
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-checkmark-icon::after {
    animation-duration: var(--hot-toast-checkmark-icon-after-reduced-motion-animation-duration, 0ms);
  }
}

@keyframes hotToastErrorCircleAnimation {
  from {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}
@keyframes hotToastFirstLineAnimation {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hotToastSecondLineAnimation {
  from {
    opacity: 0;
    transform: scale(0) rotate(90deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(90deg);
  }
}
.hot-toast-error-icon {
  animation: var(--hot-toast-error-icon-animation, hotToastErrorCircleAnimation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards);
  animation-delay: var(--hot-toast-error-icon-animation-delay, 100ms);
  background: var(--hot-toast-error-icon-background, var(--error-primary, #ff4b4b));
  border-radius: var(--hot-toast-error-icon-border-radius, 10px);
  height: var(--hot-toast-error-icon-height, 20px);
  opacity: var(--hot-toast-error-icon-opacity, 0);
  position: var(--hot-toast-error-icon-position, relative);
  transform: var(--hot-toast-error-icon-transform, rotate(45deg));
  width: var(--hot-toast-error-icon-width, 20px);
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-error-icon {
    animation-duration: var(--hot-toast-error-icon-reduced-motion-animation-duration, 0ms);
  }
}

.hot-toast-error-icon::after,
.hot-toast-error-icon::before {
  animation: var(--hot-toast-error-icon-after-before-animation, hotToastFirstLineAnimation 0.15s ease-out forwards);
  animation-delay: var(--hot-toast-error-icon-after-before-animation-delay, 150ms);
  background: var(--hot-toast-error-icon-after-before-background, var(--error-secondary, #fff));
  border-radius: var(--hot-toast-error-icon-after-before-border-radius, 3px);
  bottom: var(--hot-toast-error-icon-after-before-bottom, 9px);
  content: var(--hot-toast-error-icon-after-before-content, "");
  height: var(--hot-toast-error-icon-after-before-height, 2px);
  left: var(--hot-toast-error-icon-after-before-left, 4px);
  opacity: var(--hot-toast-error-icon-after-before-opacity, 0);
  position: var(--hot-toast-error-icon-after-before-position, absolute);
  width: var(--hot-toast-error-icon-after-before-width, 12px);
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-error-icon::after,
  .hot-toast-error-icon::before {
    animation-duration: var(--hot-toast-error-icon-after-before-reduced-motion-animation-duration, 0ms);
  }
}

.hot-toast-error-icon::before {
  animation: var(--hot-toast-error-icon-before-animation, hotToastSecondLineAnimation 0.15s ease-out forwards);
  animation-delay: var(--hot-toast-error-icon-before-animation-delay, 180ms);
  transform: var(--hot-toast-error-icon-before-transform, rotate(90deg));
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-error-icon::before {
    animation-duration: var(--hot-toast-error-icon-before-reduced-motion-animation-duration, 0ms);
  }
}

.hot-toast-bar-base {
  align-items: var(--hot-toast-align-items, center);
  background-color: var(--hot-toast-bg, #fff);
  border-radius: var(--hot-toast-border-radius, 4px);
  box-shadow: var(--hot-toast-shadow, 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05));
  color: var(--hot-toast-color, #363636);
  display: var(--hot-toast-display, flex);
  line-height: var(--hot-toast-line, 1.3);
  margin: var(--hot-toast-margin, 16px);
  max-width: var(--hot-toast-max-width, 350px);
  padding: var(--hot-toast-padding, 8px 10px);
  pointer-events: var(--hot-toast-pointer-events, auto);
  width: var(--hot-toast-width, fit-content);
  transition-property: border-bottom-left-radius, border-bottom-right-radius;
  transition-duration: 230ms;
  transition-timing-function: ease-out;
}
.hot-toast-bar-base:hover, .hot-toast-bar-base:focus {
  animation-play-state: var(--hot-toast-animation-state, paused) !important;
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-bar-base {
    animation-duration: var(--hot-toast-reduced-motion-animation-duration, 10ms) !important;
  }
}
.expanded .hot-toast-bar-base {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.hot-toast-message {
  color: var(--hot-toast-message-color, inherit);
  display: var(--hot-toast-message-display, flex);
  flex: var(--hot-toast-message-flex, 1);
  justify-content: var(--hot-toast-message-justify-content, center);
  margin: var(--hot-toast-message-margin, 4px 10px);
}

.hot-toast-bar-base-container {
  display: var(--hot-toast-container-display, flex);
  pointer-events: var(--hot-toast-container-pointer-events, none);
  position: var(--hot-toast-container-position, absolute);
  transition: var(--hot-toast-container-transition, transform 230ms cubic-bezier(0.21, 1.02, 0.73, 1));
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-bar-base-container {
    transition-duration: var(--hot-toast-container-reduced-motion-transition-duration, 10ms) !important;
  }
}
.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-bar-base {
  background: var(--hot-toast-snackbar-bg, #323232);
  box-shadow: var(--hot-toast-snackbar-shadow, 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12));
  color: var(--hot-toast-snackbar-color, rgb(255, 255, 255));
}
.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-close-btn {
  filter: var(--hot-toast-snackbar-close-btn-filter, invert(1) grayscale(100%) brightness(200%));
}

.hot-toast-close-btn {
  align-self: var(--hot-toast-close-btn-align-self, flex-start);
  background-color: var(--hot-toast-close-btn-background-color, transparent);
  background-image: var(--hot-toast-close-btn-background-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"));
  background-position: var(--hot-toast-close-btn-background-position, center);
  background-repeat: var(--hot-toast-close-btn-background-repeat, no-repeat);
  background-size: var(--hot-toast-close-btn-background-size, 0.75em);
  border: var(--hot-toast-close-btn-border, 0);
  border-radius: var(--hot-toast-close-btn-border-radius, 0.25rem);
  box-sizing: var(--hot-toast-close-btn-box-sizing, content-box);
  display: var(--hot-toast-close-btn-display, flex);
  height: var(--hot-toast-close-btn-height, 0.8em);
  margin-top: var(--hot-toast-close-btn-margin-top, 0.25em);
  opacity: var(--hot-toast-close-btn-opacity, 0.5);
  padding: var(--hot-toast-close-btn-padding, 0.25em);
  width: var(--hot-toast-close-btn-width, 0.8em);
}
.hot-toast-close-btn:focus {
  box-shadow: var(--hot-toast-close-btn-box-shadow, 0 0 0 0.125rem rgba(13, 110, 253, 0.25));
  outline: var(--hot-toast-close-btn-outline, none);
}
.hot-toast-close-btn:hover, .hot-toast-close-btn:focus {
  opacity: var(--hot-toast-close-btn-opacity, 0.75);
}

.hot-toast-group-btn {
  align-self: var(--hot-toast-group-btn-align-self, flex-start);
  background-color: var(--hot-toast-group-btn-background-color, transparent);
  background-image: var(--hot-toast-group-btn-background-image, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75745 10.5858L9.17166 9.17154L12.0001 12L14.8285 9.17157L16.2427 10.5858L12.0001 14.8284L7.75745 10.5858Z' fill='currentColor' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' fill='currentColor' /%3E%3C/svg%3E"));
  background-position: var(--hot-toast-group-btn-background-position, center);
  background-repeat: var(--hot-toast-group-btn-background-repeat, no-repeat);
  background-size: var(--hot-toast-group-btn-background-size, 1.3em);
  border: var(--hot-toast-group-btn-border, 0);
  border-radius: var(--hot-toast-group-btn-border-radius, 0.25rem);
  box-sizing: var(--hot-toast-group-btn-box-sizing, content-box);
  display: var(--hot-toast-group-btn-display, flex);
  height: var(--hot-toast-group-btn-height, 0.8em);
  margin-top: var(--hot-toast-group-btn-margin-top, 0.25em);
  opacity: var(--hot-toast-group-btn-opacity, 0.5);
  padding: var(--hot-toast-group-btn-padding, 0.25em);
  width: var(--hot-toast-group-btn-width, 0.8em);
  will-change: var(--hot-toast-group-btn-will-change, transform);
  transition: var(--hot-toast-group-btn-transition, transform 230ms cubic-bezier(0.21, 1.02, 0.73, 1));
}
.hot-toast-group-btn:focus {
  box-shadow: var(--hot-toast-group-btn-box-shadow, 0 0 0 0.125rem rgba(13, 110, 253, 0.25));
  outline: var(--hot-toast-group-btn-outline, none);
}
.hot-toast-group-btn:hover, .hot-toast-group-btn:focus {
  opacity: var(--hot-toast-group-btn-opacity, 0.75);
}
.expanded .hot-toast-group-btn {
  transform: rotate(var(--hot-toast-group-btn-expanded-rotate, 180deg));
}

.hot-toast-icon {
  align-self: var(--hot-toast-icon-align-self, flex-start);
  padding-top: var(--hot-toast-icon-padding-top, 0.25em);
}

.hot-toast-bar-base-wrapper {
  pointer-events: all;
}

.hot-toast-bar-base-group {
  --hot-toast-shadow: none;
  background-color: var(--hot-toast-group-bg, #fff);
  margin: var(--hot-toast-margin, 16px);
  margin-top: calc(-1 * var(--hot-toast-margin, 16px));
  border-bottom-left-radius: var(--hot-toast-border-radius, 4px);
  border-bottom-right-radius: var(--hot-toast-border-radius, 4px);
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 230ms;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: var(--hot-toast-group-after-shadow, 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05));
}
.expanded .hot-toast-bar-base-group {
  height: var(--hot-toast-group-height);
}
.hot-toast-bar-base-group .hot-toast-bar-base {
  margin: 0;
}

@keyframes hotToastEnterAnimationNegative {
  0% {
    opacity: 0.5;
    transform: translate3d(0, -80px, 0) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes hotToastEnterAnimationPositive {
  0% {
    opacity: 0.5;
    transform: translate3d(0, 80px, 0) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes hotToastExitAnimationPositive {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, -1px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, var(--hot-toast-exit-positive-y, 130px), -1px) scale(0.5);
  }
}
@keyframes hotToastExitAnimationNegative {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, -1px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, var(--hot-toast-exit-negative-y, -130px), -1px) scale(0.5);
  }
}
@keyframes hotToastEnterSoftAnimationNegative {
  0% {
    opacity: 0.5;
    transform: translate3d(0, -14px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hotToastEnterSoftAnimationPositive {
  0% {
    opacity: 0.5;
    transform: translate3d(0, 14px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hotToastExitSoftAnimationPositive {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, -1px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 14px, -1px);
  }
}
@keyframes hotToastExitSoftAnimationNegative {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, -1px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -14px, -1px);
  }
}
.hot-toast-indicator-wrapper {
  align-items: var(--hot-toast-indicator-wrapper-align-items, center);
  display: var(--hot-toast-indicator-wrapper-display, flex);
  justify-content: var(--hot-toast-indicator-wrapper-justify-content, center);
  min-height: var(--hot-toast-indicator-wrapper-min-height, 20px);
  min-width: var(--hot-toast-indicator-wrapper-min-width, 20px);
  position: var(--hot-toast-indicator-wrapper-position, relative);
}

.hot-toast-status-wrapper {
  position: var(--hot-toast-status-wrapper-position, absolute);
}

@keyframes animate-info-background {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes animate-info-line {
  0% {
    height: 0;
    opacity: 0;
  }
  40% {
    height: 4.8px;
    opacity: 1;
  }
  100% {
    height: 8px;
    opacity: 1;
  }
}
.hot-toast-info-icon {
  animation: var(--hot-toast-info-icon-animation, animate-info-background 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards);
  animation-delay: var(--hot-toast-info-icon-animation-delay, 100ms);
  background-color: var(--hot-toast-info-icon-background-color, var(--info-primary, #0d6efd));
  border-radius: var(--hot-toast-info-icon-border-radius, 50%);
  display: var(--hot-toast-info-icon-display, block);
  height: var(--hot-toast-info-icon-height, 20px);
  opacity: var(--hot-toast-info-icon-opacity, 0);
  position: var(--hot-toast-info-icon-position, relative);
  transform: var(--hot-toast-info-icon-transform, scale(0));
  width: var(--hot-toast-info-icon-width, 20px);
}
.hot-toast-info-icon::after, .hot-toast-info-icon::before {
  background-color: var(--hot-toast-info-icon-after-before-background-color, var(--info-secondary, #fff));
  border-radius: var(--hot-toast-info-icon-after-before-border-radius, 3px);
  box-sizing: var(--hot-toast-info-icon-after-before-box-sizing, border-box);
  content: var(--hot-toast-info-icon-after-before-content, "");
  display: var(--hot-toast-info-icon-after-before-display, block);
  left: var(--hot-toast-info-icon-after-before-left, 8.5px);
  position: var(--hot-toast-info-icon-after-before-position, absolute);
  width: var(--hot-toast-info-icon-after-before-width, 2.5px);
}
.hot-toast-info-icon::after {
  animation: var(--hot-toast-info-icon-after-animation, animate-info-line 0.2s ease-out forwards);
  animation-delay: var(--hot-toast-info-icon-after-animation-delay, 200ms);
  height: var(--hot-toast-info-icon-after-height, 0);
  opacity: var(--hot-toast-info-icon-after-opacity, 0);
  top: var(--hot-toast-info-icon-after-bottom, 8px);
}
.hot-toast-info-icon::before {
  height: var(--hot-toast-info-icon-before-height, 2px);
  top: var(--hot-toast-info-icon-before-top, 4px);
}

@keyframes hotToastRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hot-toast-loader-icon {
  animation: var(--hot-toast-loader-icon-animation, hotToastRotate 1s linear infinite);
  border: var(--hot-toast-loader-icon-border, 2px solid);
  border-bottom-color: var(--hot-toast-loader-icon-border-color, #e0e0e0);
  border-left-color: var(--hot-toast-loader-icon-border-color, #e0e0e0);
  border-radius: var(--hot-toast-loader-icon-border-radius, 100%);
  border-right-color: var(--hot-toast-loader-icon-border-right-color, #616161);
  border-top-color: var(--hot-toast-loader-icon-border-color, #e0e0e0);
  box-sizing: var(--hot-toast-loader-icon-box-sizing, border-box);
  height: var(--hot-toast-loader-icon-height, 18px);
  padding-top: var(--hot-toast-loader-icon-padding-top, 2px);
  width: var(--hot-toast-loader-icon-width, 18px);
}
@media (prefers-reduced-motion: reduce) {
  .hot-toast-loader-icon {
    animation-duration: var(--hot-toast-loader-icon-reduced-motion-animation-duration, 5s);
  }
}

@keyframes animate-warn-background {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes animate-warn-line {
  0% {
    height: 0;
    opacity: 0;
  }
  40% {
    height: 4.8px;
    opacity: 1;
  }
  100% {
    height: 8px;
    opacity: 1;
  }
}
.hot-toast-warning-icon {
  animation: var(--hot-toast-warning-icon-animation, animate-warn-background 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards);
  animation-delay: var(--hot-toast-warning-icon-animation-delay, 100ms);
  background-color: var(--hot-toast-warning-icon-background-color, var(--warn-primary, #ffab00));
  border-radius: var(--hot-toast-warning-icon-border-radius, 50%);
  display: var(--hot-toast-warning-icon-display, block);
  height: var(--hot-toast-warning-icon-height, 20px);
  opacity: var(--hot-toast-warning-icon-opacity, 0);
  position: var(--hot-toast-warning-icon-position, relative);
  transform: var(--hot-toast-warning-icon-transform, scale(0));
  width: var(--hot-toast-warning-icon-width, 20px);
}
.hot-toast-warning-icon::after, .hot-toast-warning-icon::before {
  background-color: var(--hot-toast-warning-icon-after-before-background-color, var(--warn-secondary, #fff));
  border-radius: var(--hot-toast-warning-icon-after-before-border-radius, 3px);
  box-sizing: var(--hot-toast-warning-icon-after-before-box-sizing, border-box);
  content: var(--hot-toast-warning-icon-after-before-content, "");
  display: var(--hot-toast-warning-icon-after-before-display, block);
  left: var(--hot-toast-warning-icon-after-before-left, 8.5px);
  position: var(--hot-toast-warning-icon-after-before-position, absolute);
  width: var(--hot-toast-warning-icon-after-before-width, 2.5px);
}
.hot-toast-warning-icon::after {
  animation: var(--hot-toast-warning-icon-after-animation, animate-warn-line 0.2s ease-out forwards);
  animation-delay: var(--hot-toast-warning-icon-after-animation-delay, 200ms);
  height: var(--hot-toast-warning-icon-after-height, 0);
  opacity: var(--hot-toast-warning-icon-after-opacity, 0);
  top: var(--hot-toast-warning-icon-after-top, 4px);
}
.hot-toast-warning-icon::before {
  bottom: var(--hot-toast-warning-icon-before-bottom, 4px);
  height: var(--hot-toast-warning-icon-before-height, 2px);
}

/*# sourceMappingURL=styles.css.map */

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/driver.js/dist/driver.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/codemirror/lib/codemirror.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/codemirror/theme/elegant.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom { color: #762; }
.cm-s-elegant span.cm-comment { color: #262; font-style: italic; line-height: 1em; }
.cm-s-elegant span.cm-meta { color: #555; font-style: italic; line-height: 1em; }
.cm-s-elegant span.cm-variable { color: black; }
.cm-s-elegant span.cm-variable-2 { color: #b11; }
.cm-s-elegant span.cm-qualifier { color: #555; }
.cm-s-elegant span.cm-keyword { color: #730; }
.cm-s-elegant span.cm-builtin { color: #30a; }
.cm-s-elegant span.cm-link { color: #762; }
.cm-s-elegant span.cm-error { background-color: #fdd; }

.cm-s-elegant .CodeMirror-activeline-background { background: #e8f2ff; }
.cm-s-elegant .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/codemirror/addon/fold/foldgutter.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.CodeMirror-foldmarker {
  color: blue;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}


/*# sourceMappingURL=styles.css.map*/