@charset "UTF-8";
/* Graphical variables */
@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
/* line 14, app/assets/stylesheets/config/_design_system.scss */
:root {
  --ds-color-primary-50:  #eef2ff;
  --ds-color-primary-100: #e0e7ff;
  --ds-color-primary-200: #c7d2fe;
  --ds-color-primary-300: #a5b4fc;
  --ds-color-primary-400: #818cf8;
  --ds-color-primary-500: #4f46e5;
  --ds-color-primary-600: #4338ca;
  --ds-color-primary-700: #3730a3;
  --ds-color-primary-800: #312e81;
  --ds-color-primary-900: #1e1b4b;
  --ds-color-accent-50:  #fffbeb;
  --ds-color-accent-100: #fef3c7;
  --ds-color-accent-200: #fde68a;
  --ds-color-accent-300: #fcd34d;
  --ds-color-accent-400: #fbbf24;
  --ds-color-accent-500: #f59e0b;
  --ds-color-accent-600: #d97706;
  --ds-color-accent-700: #b45309;
  --ds-color-neutral-0:   #ffffff;
  --ds-color-neutral-25:  #fcfcfd;
  --ds-color-neutral-50:  #f8fafc;
  --ds-color-neutral-100: #f1f5f9;
  --ds-color-neutral-200: #e2e8f0;
  --ds-color-neutral-300: #cbd5e1;
  --ds-color-neutral-400: #94a3b8;
  --ds-color-neutral-500: #64748b;
  --ds-color-neutral-600: #475569;
  --ds-color-neutral-700: #334155;
  --ds-color-neutral-800: #1e293b;
  --ds-color-neutral-900: #0f172a;
  --ds-color-neutral-950: #020617;
  --ds-color-success-50:  #ecfdf5;
  --ds-color-success-100: #d1fae5;
  --ds-color-success-500: #10b981;
  --ds-color-success-600: #059669;
  --ds-color-success-700: #047857;
  --ds-color-danger-50:   #fef2f2;
  --ds-color-danger-100:  #fee2e2;
  --ds-color-danger-500:  #ef4444;
  --ds-color-danger-600:  #dc2626;
  --ds-color-danger-700:  #b91c1c;
  --ds-color-warning-50:  #fffbeb;
  --ds-color-warning-100: #fef3c7;
  --ds-color-warning-500: #f59e0b;
  --ds-color-warning-600: #d97706;
  --ds-color-info-50:     #eff6ff;
  --ds-color-info-100:    #dbeafe;
  --ds-color-info-500:    #3b82f6;
  --ds-color-info-600:    #2563eb;
  --ds-surface-app:           var(--ds-color-neutral-50);
  --ds-surface-card:          var(--ds-color-neutral-0);
  --ds-surface-elevated:      var(--ds-color-neutral-0);
  --ds-surface-muted:         var(--ds-color-neutral-100);
  --ds-surface-inverse:       var(--ds-color-neutral-900);
  --ds-surface-overlay:       rgba(15, 23, 42, 0.55);
  --ds-text-primary:          var(--ds-color-neutral-900);
  --ds-text-secondary:        var(--ds-color-neutral-600);
  --ds-text-muted:            var(--ds-color-neutral-500);
  --ds-text-inverse:          var(--ds-color-neutral-0);
  --ds-text-link:             var(--ds-color-primary-600);
  --ds-text-link-hover:       var(--ds-color-primary-700);
  --ds-border-subtle:         var(--ds-color-neutral-200);
  --ds-border-default:        var(--ds-color-neutral-300);
  --ds-border-strong:         var(--ds-color-neutral-400);
  --ds-border-focus:          var(--ds-color-primary-500);
  --ds-font-sans: "Inter", "Poppins", -apple-system, BlinkMacSystemFont,
                  "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --ds-font-display: "Inter", "Poppins", -apple-system, BlinkMacSystemFont,
                  "Segoe UI", sans-serif;
  --ds-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo,
                  Consolas, monospace;
  --ds-font-size-xs:   0.75rem;
  --ds-font-size-sm:   0.875rem;
  --ds-font-size-base: 0.9375rem;
  --ds-font-size-md:   1rem;
  --ds-font-size-lg:   1.125rem;
  --ds-font-size-xl:   1.25rem;
  --ds-font-size-2xl:  1.5rem;
  --ds-font-size-3xl:  1.875rem;
  --ds-font-size-4xl:  2.25rem;
  --ds-font-size-5xl:  3rem;
  --ds-font-weight-regular:  400;
  --ds-font-weight-medium:   500;
  --ds-font-weight-semibold: 600;
  --ds-font-weight-bold:     700;
  --ds-line-height-tight:   1.2;
  --ds-line-height-snug:    1.35;
  --ds-line-height-normal:  1.5;
  --ds-line-height-relaxed: 1.65;
  --ds-letter-spacing-tight:  -0.02em;
  --ds-letter-spacing-normal: 0;
  --ds-letter-spacing-wide:   0.04em;
  --ds-space-0:   0;
  --ds-space-1:   0.25rem;
  --ds-space-2:   0.5rem;
  --ds-space-3:   0.75rem;
  --ds-space-4:   1rem;
  --ds-space-5:   1.25rem;
  --ds-space-6:   1.5rem;
  --ds-space-8:   2rem;
  --ds-space-10:  2.5rem;
  --ds-space-12:  3rem;
  --ds-space-16:  4rem;
  --ds-space-20:  5rem;
  --ds-space-24:  6rem;
  --ds-radius-xs:   4px;
  --ds-radius-sm:   6px;
  --ds-radius-md:   8px;
  --ds-radius-lg:   12px;
  --ds-radius-xl:   16px;
  --ds-radius-2xl:  20px;
  --ds-radius-pill: 9999px;
  --ds-shadow-xs:  0 1px 2px rgba(15, 23, 42, 0.05);
  --ds-shadow-sm:  0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.04);
  --ds-shadow-md:  0 4px 8px -2px rgba(15, 23, 42, 0.10), 0 2px 4px -2px rgba(15, 23, 42, 0.06);
  --ds-shadow-lg:  0 12px 16px -4px rgba(15, 23, 42, 0.10), 0 4px 6px -2px rgba(15, 23, 42, 0.05);
  --ds-shadow-xl:  0 20px 25px -5px rgba(15, 23, 42, 0.10), 0 8px 10px -6px rgba(15, 23, 42, 0.05);
  --ds-shadow-2xl: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
  --ds-shadow-focus-ring: 0 0 0 3px rgba(79, 70, 229, 0.18);
  --ds-shadow-focus-ring-danger: 0 0 0 3px rgba(239, 68, 68, 0.20);
  --ds-duration-fast:   120ms;
  --ds-duration-base:   180ms;
  --ds-duration-slow:   240ms;
  --ds-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ds-ease-emphasized: cubic-bezier(0.3, 0, 0, 1);
  --ds-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ds-z-base:      0;
  --ds-z-raised:    10;
  --ds-z-dropdown:  100;
  --ds-z-sticky:    900;
  --ds-z-modal:     1100;
  --ds-z-popover:   1200;
  --ds-z-toast:     1300;
}

@media (prefers-reduced-motion: reduce) {
  /* line 201, app/assets/stylesheets/config/_design_system.scss */
  :root {
    --ds-duration-fast: 0ms;
    --ds-duration-base: 0ms;
    --ds-duration-slow: 0ms;
  }
}

/* External libraries */
/*!
   * Bootstrap  v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #4f46e5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ef4444;
  --bs-orange: #f97316;
  --bs-yellow: #f59e0b;
  --bs-green: #10b981;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4f46e5;
  --bs-secondary: #6c757d;
  --bs-success: #10b981;
  --bs-info: #3b82f6;
  --bs-warning: #f59e0b;
  --bs-danger: #ef4444;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 79, 70, 229;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 16, 185, 129;
  --bs-info-rgb: 59, 130, 246;
  --bs-warning-rgb: 245, 158, 11;
  --bs-danger-rgb: 239, 68, 68;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #201c5c;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #064a34;
  --bs-info-text-emphasis: #183462;
  --bs-warning-text-emphasis: #623f04;
  --bs-danger-text-emphasis: #601b1b;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #dcdafa;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #cff1e6;
  --bs-info-bg-subtle: #d8e6fd;
  --bs-warning-bg-subtle: #fdecce;
  --bs-danger-bg-subtle: #fcdada;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #b9b5f5;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #9fe3cd;
  --bs-info-border-subtle: #b1cdfb;
  --bs-warning-border-subtle: #fbd89d;
  --bs-danger-border-subtle: #f9b4b4;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0f172a;
  --bs-body-color-rgb: 15, 23, 42;
  --bs-body-bg: #f8fafc;
  --bs-body-bg-rgb: 248, 250, 252;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(15, 23, 42, 0.75);
  --bs-secondary-color-rgb: 15, 23, 42;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(15, 23, 42, 0.5);
  --bs-tertiary-color-rgb: 15, 23, 42;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #4f46e5;
  --bs-link-color-rgb: 79, 70, 229;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #3f38b7;
  --bs-link-hover-color-rgb: 63, 56, 183;
  --bs-code-color: #d63384;
  --bs-highlight-color: #0f172a;
  --bs-highlight-bg: #fdecce;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.375rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(79, 70, 229, 0.25);
  --bs-form-valid-color: #10b981;
  --bs-form-valid-border-color: #10b981;
  --bs-form-invalid-color: #ef4444;
  --bs-form-invalid-border-color: #ef4444;
}

/* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #9590ef;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #70d5b3;
  --bs-info-text-emphasis: #89b4fa;
  --bs-warning-text-emphasis: #f9c56d;
  --bs-danger-text-emphasis: #f58f8f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #100e2e;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #03251a;
  --bs-info-bg-subtle: #0c1a31;
  --bs-warning-bg-subtle: #312002;
  --bs-danger-bg-subtle: #300e0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #2f2a89;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0a6f4d;
  --bs-info-border-subtle: #234e94;
  --bs-warning-border-subtle: #935f07;
  --bs-danger-border-subtle: #8f2929;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #9590ef;
  --bs-link-hover-color: #aaa6f2;
  --bs-link-color-rgb: 149, 144, 239;
  --bs-link-hover-color-rgb: 170, 166, 242;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #623f04;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #70d5b3;
  --bs-form-valid-border-color: #70d5b3;
  --bs-form-invalid-color: #f58f8f;
  --bs-form-invalid-border-color: #f58f8f;
}

/* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.375rem;
}

/* line 316, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 497, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 539, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 561, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 567, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 575, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 582, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 588, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
iframe {
  border: 0;
}

/* line 596, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 606, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 615, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col {
  flex: 1 0 0;
}

/* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0;
  }
  /* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0;
  }
  /* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0;
  }
  /* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0;
  }
  /* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0;
  }
  /* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 42, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 121, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 131, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #dcdafa;
  --bs-table-border-color: #b0aec8;
  --bs-table-striped-bg: #d1cfee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c6c4e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cccae7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #cff1e6;
  --bs-table-border-color: #a6c1b8;
  --bs-table-striped-bg: #c5e5db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bad9cf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfdfd5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #d8e6fd;
  --bs-table-border-color: #adb8ca;
  --bs-table-striped-bg: #cddbf0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cfe4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d5ea;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fdecce;
  --bs-table-border-color: #cabda5;
  --bs-table-striped-bg: #f0e0c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4d4b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eadabf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #fcdada;
  --bs-table-border-color: #caaeae;
  --bs-table-striped-bg: #efcfcf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c4c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9caca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #a7a3f2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

/* line 47, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:focus {
  border-color: #a7a3f2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

/* line 39, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #a7a3f2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

/* line 66, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #4f46e5;
  border-color: #4f46e5;
}

/* line 70, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #4f46e5;
  border-color: #4f46e5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a7a3f2'/%3e%3c/svg%3e");
}

/* line 141, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

/* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

/* line 23, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #4f46e5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #cac8f7;
}

/* line 43, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #4f46e5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #cac8f7;
}

/* line 69, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 31, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 39, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 45, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 73, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 83, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 88, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 93, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2310b981' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2310b981' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4f46e5;
  --bs-btn-border-color: #4f46e5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #433cc3;
  --bs-btn-hover-border-color: #3f38b7;
  --bs-btn-focus-shadow-rgb: 105, 98, 233;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3f38b7;
  --bs-btn-active-border-color: #3b35ac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4f46e5;
  --bs-btn-disabled-border-color: #4f46e5;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #10b981;
  --bs-btn-border-color: #10b981;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #34c494;
  --bs-btn-hover-border-color: #28c08e;
  --bs-btn-focus-shadow-rgb: 14, 157, 110;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #40c79a;
  --bs-btn-active-border-color: #28c08e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #10b981;
  --bs-btn-disabled-border-color: #10b981;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #3b82f6;
  --bs-btn-border-color: #3b82f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5895f7;
  --bs-btn-hover-border-color: #4f8ff7;
  --bs-btn-focus-shadow-rgb: 50, 111, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #629bf8;
  --bs-btn-active-border-color: #4f8ff7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3b82f6;
  --bs-btn-disabled-border-color: #3b82f6;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f59e0b;
  --bs-btn-border-color: #f59e0b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7ad30;
  --bs-btn-hover-border-color: #f6a823;
  --bs-btn-focus-shadow-rgb: 208, 134, 9;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7b13c;
  --bs-btn-active-border-color: #f6a823;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f59e0b;
  --bs-btn-disabled-border-color: #f59e0b;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ef4444;
  --bs-btn-border-color: #ef4444;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f16060;
  --bs-btn-hover-border-color: #f15757;
  --bs-btn-focus-shadow-rgb: 203, 58, 58;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f26969;
  --bs-btn-active-border-color: #f15757;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ef4444;
  --bs-btn-disabled-border-color: #ef4444;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #4f46e5;
  --bs-btn-border-color: #4f46e5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4f46e5;
  --bs-btn-hover-border-color: #4f46e5;
  --bs-btn-focus-shadow-rgb: 79, 70, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4f46e5;
  --bs-btn-active-border-color: #4f46e5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4f46e5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4f46e5;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #10b981;
  --bs-btn-border-color: #10b981;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #10b981;
  --bs-btn-hover-border-color: #10b981;
  --bs-btn-focus-shadow-rgb: 16, 185, 129;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #10b981;
  --bs-btn-active-border-color: #10b981;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #10b981;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #10b981;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #3b82f6;
  --bs-btn-border-color: #3b82f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3b82f6;
  --bs-btn-hover-border-color: #3b82f6;
  --bs-btn-focus-shadow-rgb: 59, 130, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3b82f6;
  --bs-btn-active-border-color: #3b82f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3b82f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3b82f6;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #f59e0b;
  --bs-btn-border-color: #f59e0b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f59e0b;
  --bs-btn-hover-border-color: #f59e0b;
  --bs-btn-focus-shadow-rgb: 245, 158, 11;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f59e0b;
  --bs-btn-active-border-color: #f59e0b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f59e0b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f59e0b;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #ef4444;
  --bs-btn-border-color: #ef4444;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ef4444;
  --bs-btn-hover-border-color: #ef4444;
  --bs-btn-focus-shadow-rgb: 239, 68, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ef4444;
  --bs-btn-active-border-color: #ef4444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ef4444;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ef4444;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 105, 98, 233;
  text-decoration: underline;
}

/* line 194, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4f46e5;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4f46e5;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

/* line 46, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

/* line 133, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:nth-child(n + 3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

/* line 47, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #4f46e5;
}

/* line 112, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

/* line 180, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

/* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  /* line 199, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 209, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) > .card-img-top,
.card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  /* line 214, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) > .card-img-bottom,
.card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 221, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 224, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) > .card-img-top,
.card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) > .card-img-bottom,
.card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230f172a' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23201c5c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 31, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 51, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 58, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 93, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 98, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 107, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 112, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 118, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 148, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239590ef'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239590ef'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #4f46e5;
  --bs-pagination-active-border-color: #4f46e5;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

/* line 80, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

/* line 11, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #4f46e5;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #4f46e5;
  --bs-list-group-active-border-color: #4f46e5;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 50, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 59, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 63, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 83, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 86, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 98, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 105, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 113, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 132, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 137, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 142, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 166, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 169, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 172, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 186, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.5rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_close.scss */
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_close.scss */
:root,
[data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}

/* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

/* line 144, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 151, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 160, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 174, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 181, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 187, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 193, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 199, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 206, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 217, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 223, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 234, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 108, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 116, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 126, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 136, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

/* line 139, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

/* line 148, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 162, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 182, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 192, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

/* line 211, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

/* line 215, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_carousel.scss */
:root,
[data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

/* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 23, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 37, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 61, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 74, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 81, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

/* line 138, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 143, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, app/assets/stylesheets/../../../node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(63, 56, 183, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(63, 56, 183, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(64, 199, 154, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(64, 199, 154, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(98, 155, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(98, 155, 248, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(247, 177, 60, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 177, 60, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(242, 105, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 105, 105, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 24, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

/* line 6, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/../../../node_modules/bootstrap/scss/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

/* line 23, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 26, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0 {
  --fa: "\30";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1 {
  --fa: "\31";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2 {
  --fa: "\32";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3 {
  --fa: "\33";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4 {
  --fa: "\34";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5 {
  --fa: "\35";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6 {
  --fa: "\36";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7 {
  --fa: "\37";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8 {
  --fa: "\38";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9 {
  --fa: "\39";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip {
  --fa: "\f576";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle {
  --fa: "\e4bd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right {
  --fa: "\f138";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right {
  --fa: "\f138";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at {
  --fa: "\40";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can {
  --fa: "\f2ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt {
  --fa: "\f2ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height {
  --fa: "\f034";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark {
  --fa: "\f235";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times {
  --fa: "\f235";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope {
  --fa: "\f0f1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message {
  --fa: "\f27a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt {
  --fa: "\f27a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info {
  --fa: "\f129";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt {
  --fa: "\f422";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion {
  --fa: "\e4e9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines {
  --fa: "\f15c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt {
  --fa: "\f15c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text {
  --fa: "\f15c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square {
  --fa: "\f83e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring {
  --fa: "\f70b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un {
  --fa: "\e4d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three {
  --fa: "\f527";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days {
  --fa: "\f073";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt {
  --fa: "\f073";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check {
  --fa: "\e4aa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball {
  --fa: "\f45f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball {
  --fa: "\f45f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down {
  --fa: "\f0dd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc {
  --fa: "\f0dd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus {
  --fa: "\f056";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle {
  --fa: "\f056";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open {
  --fa: "\f52b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket {
  --fa: "\f2f5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt {
  --fa: "\f2f5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom {
  --fa: "\f5d2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap {
  --fa: "\e06e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons {
  --fa: "\f86d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash {
  --fa: "\f539";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash {
  --fa: "\f539";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check {
  --fa: "\e4c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical {
  --fa: "\e06a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint {
  --fa: "\f577";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right {
  --fa: "\f0a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location {
  --fa: "\f689";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location {
  --fa: "\f689";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step {
  --fa: "\f051";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward {
  --fa: "\f051";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam {
  --fa: "\f5b8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam {
  --fa: "\f5b8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered {
  --fa: "\f11e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football {
  --fa: "\f44e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball {
  --fa: "\f44e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation {
  --fa: "\e56c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop {
  --fa: "\f125";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down {
  --fa: "\f103";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down {
  --fa: "\f103";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle {
  --fa: "\e594";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof {
  --fa: "\e537";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line {
  --fa: "\e534";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty {
  --fa: "\f0fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer {
  --fa: "\f0fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor {
  --fa: "\e477";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long {
  --fa: "\f176";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up {
  --fa: "\f176";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple {
  --fa: "\f46a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn {
  --fa: "\f46a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person {
  --fa: "\f183";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male {
  --fa: "\f183";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop {
  --fa: "\f109";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv {
  --fa: "\f6dd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah {
  --fa: "\f676";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane {
  --fa: "\e58f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl {
  --fa: "\f8d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars {
  --fa: "\f587";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars {
  --fa: "\f587";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong {
  --fa: "\f55c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism {
  --fa: "\f67b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon {
  --fa: "\f2e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon {
  --fa: "\f2e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat {
  --fa: "\e517";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk {
  --fa: "\f674";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk {
  --fa: "\f674";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h {
  --fa: "\f47e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol {
  --fa: "\f47e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager {
  --fa: "\f815";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book {
  --fa: "\f2b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book {
  --fa: "\f2b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough {
  --fa: "\f0cc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k {
  --fa: "\4b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag {
  --fa: "\e51c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil {
  --fa: "\f303";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt {
  --fa: "\f303";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward {
  --fa: "\f04a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right {
  --fa: "\f0da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments {
  --fa: "\f086";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste {
  --fa: "\f0ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard {
  --fa: "\f0ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request {
  --fa: "\e13c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list {
  --fa: "\f46d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box {
  --fa: "\f4de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading {
  --fa: "\f4de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check {
  --fa: "\f4fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus {
  --fa: "\e597";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic {
  --fa: "\e571";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog {
  --fa: "\f781";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja {
  --fa: "\f504";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah {
  --fa: "\f6a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah {
  --fa: "\f6a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball {
  --fa: "\f458";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch {
  --fa: "\f458";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball {
  --fa: "\f458";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off {
  --fa: "\f204";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive {
  --fa: "\f187";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive {
  --fa: "\f187";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning {
  --fa: "\e545";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1 {
  --fa: "\f886";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc {
  --fa: "\f886";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint {
  --fa: "\f58a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can {
  --fa: "\f5bd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster {
  --fa: "\f63b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w {
  --fa: "\57";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa {
  --fa: "\f57c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa {
  --fa: "\f57c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow {
  --fa: "\f75b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch {
  --fa: "\f1ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button {
  --fa: "\f3fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt {
  --fa: "\f3fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw {
  --fa: "\f1b0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud {
  --fa: "\f0c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks {
  --fa: "\e58a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed {
  --fa: "\f579";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed {
  --fa: "\f579";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user {
  --fa: "\f80d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel {
  --fa: "\f0e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal {
  --fa: "\f0e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars {
  --fa: "\f1e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash {
  --fa: "\f131";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue {
  --fa: "\e05b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle {
  --fa: "\f21c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge {
  --fa: "\f562";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell {
  --fa: "\f562";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler {
  --fa: "\f5ae";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler {
  --fa: "\f5ae";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows {
  --fa: "\e068";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right {
  --fa: "\e068";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst {
  --fa: "\e523";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right {
  --fa: "\f152";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right {
  --fa: "\f152";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors {
  --fa: "\f0c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut {
  --fa: "\f0c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt {
  --fa: "\e57a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable {
  --fa: "\e584";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck {
  --fa: "\f453";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table {
  --fa: "\f0ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital {
  --fa: "\f566";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph {
  --fa: "\f566";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash {
  --fa: "\e073";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover {
  --fa: "\e139";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply {
  --fa: "\f3e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply {
  --fa: "\f3e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent {
  --fa: "\f699";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire {
  --fa: "\e50c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus {
  --fa: "\f146";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square {
  --fa: "\f146";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter {
  --fa: "\f533";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass {
  --fa: "\f14e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down {
  --fa: "\f150";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down {
  --fa: "\f150";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question {
  --fa: "\e4ef";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code {
  --fa: "\f5fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook {
  --fa: "\f5c3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle {
  --fa: "\f485";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars {
  --fa: "\f0c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon {
  --fa: "\f0c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group {
  --fa: "\e533";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end {
  --fa: "\f253";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3 {
  --fa: "\f253";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack {
  --fa: "\f7a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken {
  --fa: "\f7a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right {
  --fa: "\f360";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt {
  --fa: "\f360";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam {
  --fa: "\f597";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam {
  --fa: "\f597";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film {
  --fa: "\f008";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal {
  --fa: "\f547";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery {
  --fa: "\e536";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb {
  --fa: "\f0eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left {
  --fa: "\f0d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation {
  --fa: "\f06a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle {
  --fa: "\f06a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark {
  --fa: "\e56d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out {
  --fa: "\f08b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down {
  --fa: "\f13a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down {
  --fa: "\f13a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole {
  --fa: "\f13e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt {
  --fa: "\f13e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy {
  --fa: "\f740";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple {
  --fa: "\f58f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt {
  --fa: "\f58f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap {
  --fa: "\f0e8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate {
  --fa: "\f4b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory {
  --fa: "\f538";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes {
  --fa: "\e568";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner {
  --fa: "\e4f1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag {
  --fa: "\f024";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah {
  --fa: "\f6e6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather {
  --fa: "\f52d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low {
  --fa: "\f027";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down {
  --fa: "\f027";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash {
  --fa: "\f4b3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain {
  --fa: "\f743";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress {
  --fa: "\f066";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn {
  --fa: "\e2cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt {
  --fa: "\e2cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh {
  --fa: "\f644";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child {
  --fa: "\e4fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk {
  --fa: "\2a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check {
  --fa: "\f14a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square {
  --fa: "\f14a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign {
  --fa: "\e221";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading {
  --fa: "\f1dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header {
  --fa: "\f1dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost {
  --fa: "\f6e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list {
  --fa: "\f03a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares {
  --fa: "\f03a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip {
  --fa: "\f87b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt {
  --fa: "\f87b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus {
  --fa: "\f217";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad {
  --fa: "\f11b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot {
  --fa: "\f192";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle {
  --fa: "\f192";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy {
  --fa: "\f567";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy {
  --fa: "\f567";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg {
  --fa: "\f7fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground {
  --fa: "\f6bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus {
  --fa: "\f65e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol {
  --fa: "\f1e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball {
  --fa: "\f1e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball {
  --fa: "\f1e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush {
  --fa: "\f1fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush {
  --fa: "\f1fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock {
  --fa: "\f023";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump {
  --fa: "\f52f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person {
  --fa: "\f593";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub {
  --fa: "\f593";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location {
  --fa: "\f59f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked {
  --fa: "\f59f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water {
  --fa: "\e50e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree {
  --fa: "\f1bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock {
  --fa: "\e4cc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar {
  --fa: "\f81d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square {
  --fa: "\f044";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit {
  --fa: "\f044";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side {
  --fa: "\f5e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes {
  --fa: "\f1e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt {
  --fa: "\f1e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus {
  --fa: "\e4ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half {
  --fa: "\f252";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2 {
  --fa: "\f252";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope {
  --fa: "\f610";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink {
  --fa: "\e06d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping {
  --fa: "\f290";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag {
  --fa: "\f290";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a {
  --fa: "\f881";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc {
  --fa: "\f881";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten {
  --fa: "\f7b5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays {
  --fa: "\e54d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users {
  --fa: "\f0c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash {
  --fa: "\f070";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial {
  --fa: "\e4f3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand {
  --fa: "\f256";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper {
  --fa: "\f256";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om {
  --fa: "\f679";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm {
  --fa: "\e599";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark {
  --fa: "\e50b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug {
  --fa: "\f1e6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up {
  --fa: "\f077";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock {
  --fa: "\f259";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch {
  --fa: "\f2f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss {
  --fa: "\f596";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss {
  --fa: "\f596";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue {
  --fa: "\f589";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue {
  --fa: "\f589";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop {
  --fa: "\f43a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink {
  --fa: "\f58c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink {
  --fa: "\f58c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf {
  --fa: "\f2a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf {
  --fa: "\f2a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness {
  --fa: "\f2a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing {
  --fa: "\f2a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check {
  --fa: "\e564";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five {
  --fa: "\f523";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss {
  --fa: "\f143";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square {
  --fa: "\f143";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on {
  --fa: "\e51b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor {
  --fa: "\f246";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp {
  --fa: "\f5bf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs {
  --fa: "\e289";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i {
  --fa: "\49";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign {
  --fa: "\f6f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia {
  --fa: "\f6f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills {
  --fa: "\f484";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide {
  --fa: "\f581";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt {
  --fa: "\f581";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth {
  --fa: "\f5c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v {
  --fa: "\56";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle {
  --fa: "\f206";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake {
  --fa: "\e579";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius {
  --fa: "\e579";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake {
  --fa: "\e579";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius {
  --fa: "\e579";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash {
  --fa: "\e062";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical {
  --fa: "\f0f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance {
  --fa: "\f0f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman {
  --fa: "\f7d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle {
  --fa: "\f5a7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier {
  --fa: "\e562";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school {
  --fa: "\f549";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo {
  --fa: "\f7ae";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint {
  --fa: "\f595";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right {
  --fa: "\f105";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse {
  --fa: "\f6f0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q {
  --fa: "\51";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g {
  --fa: "\47";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical {
  --fa: "\f481";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half {
  --fa: "\f2c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2 {
  --fa: "\f2c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2 {
  --fa: "\f2c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half {
  --fa: "\f2c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign {
  --fa: "\e169";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules {
  --fa: "\f46b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm {
  --fa: "\f75a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt {
  --fa: "\f75a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open {
  --fa: "\f57a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open {
  --fa: "\f57a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up {
  --fa: "\f0a6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill {
  --fa: "\f0d6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark {
  --fa: "\f02e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify {
  --fa: "\f039";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach {
  --fa: "\f5ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un {
  --fa: "\e503";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye {
  --fa: "\f140";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon {
  --fa: "\f7e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down {
  --fa: "\f0a7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder {
  --fa: "\f07b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank {
  --fa: "\f07b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform {
  --fa: "\f478";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt {
  --fa: "\f478";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation {
  --fa: "\f7b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple {
  --fa: "\e473";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke {
  --fa: "\f229";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial {
  --fa: "\f492";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge {
  --fa: "\f624";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard {
  --fa: "\f624";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med {
  --fa: "\f624";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average {
  --fa: "\f624";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e {
  --fa: "\45";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip {
  --fa: "\f305";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt {
  --fa: "\f305";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user {
  --fa: "\f007";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check {
  --fa: "\e56b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster {
  --fa: "\f793";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle {
  --fa: "\f5b6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van {
  --fa: "\f5b6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user {
  --fa: "\e4da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left {
  --fa: "\f191";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left {
  --fa: "\f191";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter {
  --fa: "\f591";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key {
  --fa: "\f084";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn {
  --fa: "\f0a1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe {
  --fa: "\f0ac";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue {
  --fa: "\f69b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress {
  --fa: "\e548";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge {
  --fa: "\e563";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow {
  --fa: "\f124";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c {
  --fa: "\43";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button {
  --fa: "\f10a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock {
  --fa: "\e4d6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice {
  --fa: "\f818";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave {
  --fa: "\f53a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area {
  --fa: "\f1fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart {
  --fa: "\f1fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag {
  --fa: "\e50d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus {
  --fa: "\e540";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban {
  --fa: "\f05e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel {
  --fa: "\f05e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate {
  --fa: "\e0d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener {
  --fa: "\f5d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star {
  --fa: "\f005";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat {
  --fa: "\f363";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross {
  --fa: "\f654";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box {
  --fa: "\f466";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars {
  --fa: "\f228";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer {
  --fa: "\f245";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer {
  --fa: "\f245";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize {
  --fa: "\f31e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt {
  --fa: "\f31e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station {
  --fa: "\f5e7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes {
  --fa: "\f61f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square {
  --fa: "\f61f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle {
  --fa: "\f074";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random {
  --fa: "\f074";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running {
  --fa: "\f70c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running {
  --fa: "\f70c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro {
  --fa: "\e527";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider {
  --fa: "\f717";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound {
  --fa: "\e4f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar {
  --fa: "\f571";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation {
  --fa: "\e556";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray {
  --fa: "\f497";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check {
  --fa: "\f891";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash {
  --fa: "\f715";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse {
  --fa: "\f8cc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse {
  --fa: "\f8cc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in {
  --fa: "\f090";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash {
  --fa: "\e070";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash {
  --fa: "\e070";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server {
  --fa: "\f233";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash {
  --fa: "\e4a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock {
  --fa: "\e4a5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start {
  --fa: "\f251";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1 {
  --fa: "\f251";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone {
  --fa: "\f6b6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat {
  --fa: "\e4db";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding {
  --fa: "\e53a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket {
  --fa: "\f2f6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt {
  --fa: "\f2f6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus {
  --fa: "\f221";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport {
  --fa: "\f5ab";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack-slash {
  --fa: "\e68f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack-slash {
  --fa: "\e68f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse {
  --fa: "\f21e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat {
  --fa: "\f21e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box {
  --fa: "\f4ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry {
  --fa: "\f4ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high {
  --fa: "\f769";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip {
  --fa: "\f2db";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown {
  --fa: "\f521";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging {
  --fa: "\f5cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines {
  --fa: "\e59a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription {
  --fa: "\f572";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale {
  --fa: "\f496";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight {
  --fa: "\f496";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group {
  --fa: "\f500";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends {
  --fa: "\f500";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z {
  --fa: "\f15e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up {
  --fa: "\f15e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight {
  --fa: "\f441";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint {
  --fa: "\f59b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint {
  --fa: "\f59b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair {
  --fa: "\f193";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up {
  --fa: "\f0aa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up {
  --fa: "\f0aa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on {
  --fa: "\f205";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking {
  --fa: "\f554";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking {
  --fa: "\f554";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l {
  --fa: "\4c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire {
  --fa: "\f06d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse {
  --fa: "\f487";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures {
  --fa: "\f487";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space {
  --fa: "\f197";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle {
  --fa: "\f197";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh {
  --fa: "\f599";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh {
  --fa: "\f599";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open {
  --fa: "\f07c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus {
  --fa: "\e500";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork {
  --fa: "\e13b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city {
  --fa: "\f64f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines {
  --fa: "\f3c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt {
  --fa: "\f3c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot {
  --fa: "\f816";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock {
  --fa: "\f09c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign {
  --fa: "\e140";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset {
  --fa: "\f590";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash {
  --fa: "\e071";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark {
  --fa: "\e566";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus {
  --fa: "\f503";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up {
  --fa: "\f22a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v {
  --fa: "\f22a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses {
  --fa: "\f79f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers {
  --fa: "\f79f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard {
  --fa: "\f328";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation {
  --fa: "\e50a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up {
  --fa: "\f574";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload {
  --fa: "\f574";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi {
  --fa: "\f1eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3 {
  --fa: "\f1eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong {
  --fa: "\f1eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath {
  --fa: "\f2cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub {
  --fa: "\f2cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline {
  --fa: "\f0cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen {
  --fa: "\f4ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit {
  --fa: "\f4ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature {
  --fa: "\f5b7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel {
  --fa: "\f551";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold {
  --fa: "\f032";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock {
  --fa: "\e4ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo {
  --fa: "\e4d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign {
  --fa: "\e1d5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal {
  --fa: "\f53e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left {
  --fa: "\f853";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style {
  --fa: "\f853";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot {
  --fa: "\f5a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt {
  --fa: "\f5a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi {
  --fa: "\f669";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical {
  --fa: "\f681";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll {
  --fa: "\f681";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot {
  --fa: "\f7b6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery {
  --fa: "\f5df";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car {
  --fa: "\f5df";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift {
  --fa: "\f06b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two {
  --fa: "\f528";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen {
  --fa: "\f445";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses {
  --fa: "\f530";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board {
  --fa: "\f43c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check {
  --fa: "\e4d2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard {
  --fa: "\e53d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right {
  --fa: "\f22b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h {
  --fa: "\f22b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist {
  --fa: "\f255";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock {
  --fa: "\f255";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up {
  --fa: "\f151";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up {
  --fa: "\f151";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water {
  --fa: "\e4e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar {
  --fa: "\f080";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart {
  --fa: "\f080";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles {
  --fa: "\e05e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash {
  --fa: "\e05e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal {
  --fa: "\f537";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train {
  --fa: "\f238";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision {
  --fa: "\f2a8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision {
  --fa: "\f2a8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow {
  --fa: "\f520";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat {
  --fa: "\e445";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore {
  --fa: "\f2d2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus {
  --fa: "\f0fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square {
  --fa: "\f0fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate {
  --fa: "\f6a1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog {
  --fa: "\f52e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket {
  --fa: "\e4cf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image {
  --fa: "\f03e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone {
  --fa: "\f130";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow {
  --fa: "\f6c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up {
  --fa: "\f0d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver {
  --fa: "\f54a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed {
  --fa: "\e185";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami {
  --fa: "\e515";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi {
  --fa: "\e576";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass {
  --fa: "\f57b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt {
  --fa: "\f57b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-binary {
  --fa: "\e69b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left {
  --fa: "\f2ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back {
  --fa: "\f2ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward {
  --fa: "\f2ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt {
  --fa: "\f2ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns {
  --fa: "\f0db";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns {
  --fa: "\f0db";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon {
  --fa: "\f094";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask {
  --fa: "\e063";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake {
  --fa: "\f2b5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem {
  --fa: "\f3a5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly {
  --fa: "\f472";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box {
  --fa: "\f472";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking {
  --fa: "\f48d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize {
  --fa: "\f78c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt {
  --fa: "\f78c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument {
  --fa: "\f5a6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow {
  --fa: "\f7d2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right {
  --fa: "\f101";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right {
  --fa: "\f101";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis {
  --fa: "\f55f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play {
  --fa: "\f144";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle {
  --fa: "\f144";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets {
  --fa: "\f490";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet {
  --fa: "\f796";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign {
  --fa: "\f153";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur {
  --fa: "\f153";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro {
  --fa: "\f153";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair {
  --fa: "\f6c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check {
  --fa: "\f058";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle {
  --fa: "\f058";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop {
  --fa: "\f28d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle {
  --fa: "\f28d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting {
  --fa: "\f568";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass {
  --fa: "\f568";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat {
  --fa: "\e55a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles {
  --fa: "\f7ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter {
  --fa: "\e54f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter {
  --fa: "\f22c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge {
  --fa: "\f2c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker {
  --fa: "\f5a1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam {
  --fa: "\f59a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam {
  --fa: "\f59a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol {
  --fa: "\e502";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access {
  --fa: "\f29a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up {
  --fa: "\f139";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up {
  --fa: "\f139";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign {
  --fa: "\e1c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano {
  --fa: "\f770";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign {
  --fa: "\f154";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp {
  --fa: "\f154";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign {
  --fa: "\f154";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses {
  --fa: "\e076";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined {
  --fa: "\e577";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie {
  --fa: "\f508";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long {
  --fa: "\f175";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down {
  --fa: "\f175";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate {
  --fa: "\f0a3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all {
  --fa: "\f122";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all {
  --fa: "\f122";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase {
  --fa: "\f0f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating {
  --fa: "\f7c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating {
  --fa: "\f7c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar {
  --fa: "\f662";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar {
  --fa: "\f662";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro {
  --fa: "\f083";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down {
  --fa: "\f0ab";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down {
  --fa: "\f0ab";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import {
  --fa: "\f56f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file {
  --fa: "\f56f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right {
  --fa: "\f14c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square {
  --fa: "\f14c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open {
  --fa: "\f49e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll {
  --fa: "\f70e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa {
  --fa: "\f5bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock {
  --fa: "\e51f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause {
  --fa: "\f04c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche {
  --fa: "\e507";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty {
  --fa: "\f2cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0 {
  --fa: "\f2cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0 {
  --fa: "\f2cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty {
  --fa: "\f2cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb {
  --fa: "\f1e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered {
  --fa: "\f25d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card {
  --fa: "\f2bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card {
  --fa: "\f2bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard {
  --fa: "\f2bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right {
  --fa: "\f516";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript {
  --fa: "\f12c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right {
  --fa: "\f5eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions {
  --fa: "\f5eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst {
  --fa: "\e4dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop {
  --fa: "\e066";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house {
  --fa: "\e066";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired {
  --fa: "\f5c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired {
  --fa: "\f5c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills {
  --fa: "\e1f3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog {
  --fa: "\f75f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch {
  --fa: "\f7f7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload {
  --fa: "\f0ee";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette {
  --fa: "\f53f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right {
  --fa: "\e4c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest {
  --fa: "\e085";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry {
  --fa: "\e4ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling {
  --fa: "\f4d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout {
  --fa: "\f4d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right {
  --fa: "\f337";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h {
  --fa: "\f337";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing {
  --fa: "\e4c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left {
  --fa: "\f0a8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left {
  --fa: "\f0a8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food {
  --fa: "\e4c6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane {
  --fa: "\f786";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short {
  --fa: "\f160";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc {
  --fa: "\f160";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down {
  --fa: "\f160";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt {
  --fa: "\f76c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm {
  --fa: "\f76c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash {
  --fa: "\f87d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format {
  --fa: "\f87d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink {
  --fa: "\f4da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink {
  --fa: "\f4da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word {
  --fa: "\f1c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint {
  --fa: "\f1c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right {
  --fa: "\f07e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h {
  --fa: "\f07e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock {
  --fa: "\e510";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download {
  --fa: "\f0ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt {
  --fa: "\f0ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children {
  --fa: "\e4e1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard {
  --fa: "\f51b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard {
  --fa: "\f51b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash {
  --fa: "\f4fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash {
  --fa: "\f4fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open {
  --fa: "\f2b6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash {
  --fa: "\e05f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash {
  --fa: "\e05f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow {
  --fa: "\e525";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign {
  --fa: "\e19a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate {
  --fa: "\f021";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh {
  --fa: "\f021";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync {
  --fa: "\f021";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher {
  --fa: "\f134";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign {
  --fa: "\e152";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal {
  --fa: "\f532";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved {
  --fa: "\f3ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt {
  --fa: "\f3ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas {
  --fa: "\f558";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas {
  --fa: "\f558";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus {
  --fa: "\e074";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check {
  --fa: "\e4e8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group {
  --fa: "\f5fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot {
  --fa: "\e4be";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway {
  --fa: "\f557";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check {
  --fa: "\e4fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack {
  --fa: "\f6f1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage {
  --fa: "\f6f1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper {
  --fa: "\f1c6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive {
  --fa: "\f1c6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square {
  --fa: "\f0c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty {
  --fa: "\f000";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini {
  --fa: "\f000";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch {
  --fa: "\f4b8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign {
  --fa: "\e0df";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic {
  --fa: "\f033";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-column-lock {
  --fa: "\e678";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church {
  --fa: "\f51d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar {
  --fa: "\f653";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat {
  --fa: "\f747";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z {
  --fa: "\5a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing {
  --fa: "\f7c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing {
  --fa: "\f7c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock {
  --fa: "\e567";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a {
  --fa: "\41";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down {
  --fa: "\e03f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down {
  --fa: "\e03f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed {
  --fa: "\f56b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt {
  --fa: "\f56b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p {
  --fa: "\50";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake {
  --fa: "\f2dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper {
  --fa: "\f1ea";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad {
  --fa: "\f641";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad {
  --fa: "\f641";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right {
  --fa: "\f0a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right {
  --fa: "\f0a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark {
  --fa: "\e17b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust {
  --fa: "\e520";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort {
  --fa: "\f0dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted {
  --fa: "\f0dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol {
  --fa: "\f0cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2 {
  --fa: "\f0cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric {
  --fa: "\f0cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst {
  --fa: "\e544";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar {
  --fa: "\f53d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt {
  --fa: "\f53d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square {
  --fa: "\f5cb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice {
  --fa: "\f7ec";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language {
  --fa: "\f1ab";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart {
  --fa: "\f598";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter {
  --fa: "\f0b0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question {
  --fa: "\3f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature {
  --fa: "\f573";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right {
  --fa: "\f0b2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt {
  --fa: "\f0b2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user {
  --fa: "\e065";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart {
  --fa: "\f4be";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece {
  --fa: "\f12e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check {
  --fa: "\f53c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke {
  --fa: "\f5c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt {
  --fa: "\f5c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code {
  --fa: "\f121";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass {
  --fa: "\f7a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey {
  --fa: "\f7a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart {
  --fa: "\e522";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link {
  --fa: "\f08e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked {
  --fa: "\e4e6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign {
  --fa: "\f159";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw {
  --fa: "\f159";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won {
  --fa: "\f159";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid {
  --fa: "\e4a8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign {
  --fa: "\e0a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f {
  --fa: "\46";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf {
  --fa: "\f06c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road {
  --fa: "\f018";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi {
  --fa: "\f1ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab {
  --fa: "\f1ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus {
  --fa: "\e541";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie {
  --fa: "\f200";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart {
  --fa: "\f200";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning {
  --fa: "\e0b7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark {
  --fa: "\e56a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel {
  --fa: "\f1c3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract {
  --fa: "\f56c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins {
  --fa: "\e4f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag {
  --fa: "\e4d5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam {
  --fa: "\f582";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam {
  --fa: "\f582";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup {
  --fa: "\f248";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop {
  --fa: "\f619";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin {
  --fa: "\f041";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker {
  --fa: "\f041";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba {
  --fa: "\f66b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper {
  --fa: "\f71e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety {
  --fa: "\f807";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat {
  --fa: "\f807";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard {
  --fa: "\f807";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject {
  --fa: "\f052";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right {
  --fa: "\f35a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check {
  --fa: "\e555";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group {
  --fa: "\f247";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line {
  --fa: "\f201";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart {
  --fa: "\f201";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator {
  --fa: "\e524";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right {
  --fa: "\f061";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post {
  --fa: "\f277";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs {
  --fa: "\f277";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register {
  --fa: "\f788";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question {
  --fa: "\e542";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h {
  --fa: "\48";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp {
  --fa: "\e57b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools {
  --fa: "\f7d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye {
  --fa: "\e4bf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt {
  --fa: "\e55b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart {
  --fa: "\f004";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus {
  --fa: "\f224";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user {
  --fa: "\e1b0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user {
  --fa: "\e1b0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire {
  --fa: "\f794";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack {
  --fa: "\e3b1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus {
  --fa: "\f561";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail {
  --fa: "\f561";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise {
  --fa: "\f5c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise {
  --fa: "\f5c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water {
  --fa: "\e4c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause {
  --fa: "\f28b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle {
  --fa: "\f28b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash {
  --fa: "\e072";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole {
  --fa: "\f5d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt {
  --fa: "\f5d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set {
  --fa: "\e51a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r {
  --fa: "\52";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter {
  --fa: "\f2ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1 {
  --fa: "\f2ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1 {
  --fa: "\f2ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter {
  --fa: "\f2ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube {
  --fa: "\f1b2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign {
  --fa: "\e0b4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog {
  --fa: "\e573";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel {
  --fa: "\f5ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open {
  --fa: "\f3c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator {
  --fa: "\e16d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer {
  --fa: "\e528";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up {
  --fa: "\e529";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal {
  --fa: "\f682";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h {
  --fa: "\f682";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle {
  --fa: "\f111";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast {
  --fa: "\f049";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward {
  --fa: "\f049";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle {
  --fa: "\f1b8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut {
  --fa: "\f4fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash {
  --fa: "\e069";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark {
  --fa: "\f25c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball {
  --fa: "\f434";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball {
  --fa: "\f434";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish {
  --fa: "\f7c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up {
  --fa: "\f35b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button {
  --fa: "\f3cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt {
  --fa: "\f3cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high {
  --fa: "\f028";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up {
  --fa: "\f028";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays {
  --fa: "\e593";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet {
  --fa: "\f555";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check {
  --fa: "\f46c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio {
  --fa: "\f1c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger {
  --fa: "\f805";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger {
  --fa: "\f805";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench {
  --fa: "\f0ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs {
  --fa: "\e4d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign {
  --fa: "\f156";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee {
  --fa: "\f156";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image {
  --fa: "\f1c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question {
  --fa: "\f059";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle {
  --fa: "\f059";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure {
  --fa: "\f5b0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash {
  --fa: "\e060";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark {
  --fa: "\e0bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch {
  --fa: "\f126";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy {
  --fa: "\f8c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge {
  --fa: "\e4c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip {
  --fa: "\f879";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt {
  --fa: "\f879";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front {
  --fa: "\e2b7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat {
  --fa: "\f6be";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field {
  --fa: "\e58d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route {
  --fa: "\f4d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question {
  --fa: "\e4e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama {
  --fa: "\e209";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical {
  --fa: "\f7f5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open {
  --fa: "\f62f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus {
  --fa: "\e4ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags {
  --fa: "\f02c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass {
  --fa: "\f4e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast {
  --fa: "\f050";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward {
  --fa: "\f050";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank {
  --fa: "\f5a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank {
  --fa: "\f5a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking {
  --fa: "\f540";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking {
  --fa: "\f540";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal {
  --fa: "\e012";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress {
  --fa: "\f828";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt {
  --fa: "\f828";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip {
  --fa: "\e006";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed {
  --fa: "\f474";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed {
  --fa: "\f474";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking {
  --fa: "\f54d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban {
  --fa: "\f54d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal {
  --fa: "\f120";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button {
  --fa: "\f10b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag {
  --fa: "\e514";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping {
  --fa: "\f291";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket {
  --fa: "\f291";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape {
  --fa: "\f4db";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple {
  --fa: "\f55e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt {
  --fa: "\f55e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye {
  --fa: "\f06e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry {
  --fa: "\f5b3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry {
  --fa: "\f5b3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description {
  --fa: "\f29e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person {
  --fa: "\e54c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield {
  --fa: "\e4f0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash {
  --fa: "\f506";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen {
  --fa: "\f304";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation {
  --fa: "\e586";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code {
  --fa: "\f1c9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal {
  --fa: "\f012";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5 {
  --fa: "\f012";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect {
  --fa: "\f012";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus {
  --fa: "\f207";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark {
  --fa: "\e501";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney {
  --fa: "\e3af";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg {
  --fa: "\e3af";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize {
  --fa: "\f2d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown {
  --fa: "\f119";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown {
  --fa: "\f119";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription {
  --fa: "\f5b1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop {
  --fa: "\f54f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt {
  --fa: "\f54f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk {
  --fa: "\f0c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save {
  --fa: "\f0c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara {
  --fa: "\f6a7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced {
  --fa: "\f515";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left {
  --fa: "\f515";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up {
  --fa: "\f0de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc {
  --fa: "\f0de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots {
  --fa: "\f4ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting {
  --fa: "\f4ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt {
  --fa: "\e5aa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond {
  --fa: "\f219";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint {
  --fa: "\f585";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint {
  --fa: "\f585";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd {
  --fa: "\f4c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-diagram {
  --fa: "\e695";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium {
  --fa: "\e05a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer {
  --fa: "\f25a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan {
  --fa: "\f56a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors {
  --fa: "\f257";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying {
  --fa: "\f684";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands {
  --fa: "\f684";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right {
  --fa: "\f01e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate {
  --fa: "\f01e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo {
  --fa: "\f01e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard {
  --fa: "\f780";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs {
  --fa: "\f601";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location {
  --fa: "\f601";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double {
  --fa: "\f227";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress {
  --fa: "\e59c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines {
  --fa: "\e591";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus {
  --fa: "\e067";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears {
  --fa: "\f588";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears {
  --fa: "\f588";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone {
  --fa: "\f095";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark {
  --fa: "\f273";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times {
  --fa: "\f273";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching {
  --fa: "\e59d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus {
  --fa: "\e064";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear {
  --fa: "\f4fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog {
  --fa: "\f4fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9 {
  --fa: "\f163";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up {
  --fa: "\f163";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed {
  --fa: "\f52a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus {
  --fa: "\e06c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six {
  --fa: "\f526";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net {
  --fa: "\e52c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-fragment {
  --fa: "\e697";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water {
  --fa: "\e4ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth {
  --fa: "\f756";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width {
  --fa: "\f035";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard {
  --fa: "\f6e8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy {
  --fa: "\f5ac";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging {
  --fa: "\f85e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging {
  --fa: "\f85e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash {
  --fa: "\f1f8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple {
  --fa: "\f629";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med {
  --fa: "\f629";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average {
  --fa: "\f629";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical {
  --fa: "\f7e6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo {
  --fa: "\f2fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right {
  --fa: "\f10e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt {
  --fa: "\f10e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt {
  --fa: "\f553";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt {
  --fa: "\f553";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt {
  --fa: "\f553";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes {
  --fa: "\f1b3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide {
  --fa: "\f529";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign {
  --fa: "\f7d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge {
  --fa: "\f7d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones {
  --fa: "\f025";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding {
  --fa: "\f4c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping {
  --fa: "\e1a8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican {
  --fa: "\f75e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left {
  --fa: "\f060";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark {
  --fa: "\e543";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler {
  --fa: "\f545";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left {
  --fa: "\f036";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6 {
  --fa: "\f6d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom {
  --fa: "\f7bd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j {
  --fa: "\4a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder {
  --fa: "\e595";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video {
  --fa: "\f1c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square {
  --fa: "\f35d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt {
  --fa: "\f35d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells {
  --fa: "\f00a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th {
  --fa: "\f00a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf {
  --fa: "\f1c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible {
  --fa: "\f647";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible {
  --fa: "\f647";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o {
  --fa: "\4f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical {
  --fa: "\f0fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit {
  --fa: "\f0fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret {
  --fa: "\f21b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter {
  --fa: "\f700";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress {
  --fa: "\f182";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female {
  --fa: "\f182";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar {
  --fa: "\f651";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time {
  --fa: "\f64a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock {
  --fa: "\f64a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large {
  --fa: "\f009";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large {
  --fa: "\f009";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh {
  --fa: "\f827";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh {
  --fa: "\f827";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume {
  --fa: "\f2a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone {
  --fa: "\f2a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user {
  --fa: "\f7f3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child {
  --fa: "\f1ae";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign {
  --fa: "\f195";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite {
  --fa: "\f7bf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock {
  --fa: "\e558";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag {
  --fa: "\f02b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment {
  --fa: "\f075";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles {
  --fa: "\f1fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake {
  --fa: "\f1fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake {
  --fa: "\f1fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope {
  --fa: "\f0e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up {
  --fa: "\f102";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up {
  --fa: "\f102";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip {
  --fa: "\f0c6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon {
  --fa: "\f4d6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs {
  --fa: "\f604";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1 {
  --fa: "\f887";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign {
  --fa: "\e1d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none {
  --fa: "\f850";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes {
  --fa: "\e4e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box {
  --fa: "\f4cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent {
  --fa: "\f03c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un {
  --fa: "\e58e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass {
  --fa: "\f254";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty {
  --fa: "\f254";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain {
  --fa: "\f6fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor {
  --fa: "\f0f0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md {
  --fa: "\f0f0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info {
  --fa: "\f05a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle {
  --fa: "\f05a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball {
  --fa: "\f73b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera {
  --fa: "\f030";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt {
  --fa: "\f030";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus {
  --fa: "\e578";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor {
  --fa: "\f753";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on {
  --fa: "\e4dd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh {
  --fa: "\f7cc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9 {
  --fa: "\f162";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc {
  --fa: "\f162";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down {
  --fa: "\f162";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water {
  --fa: "\f4c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water {
  --fa: "\f773";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check {
  --fa: "\f274";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille {
  --fa: "\f2a1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical {
  --fa: "\f486";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt {
  --fa: "\f486";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark {
  --fa: "\f66f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck {
  --fa: "\f0d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs {
  --fa: "\f05b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane {
  --fa: "\e53c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent {
  --fa: "\e57d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches {
  --fa: "\e086";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double {
  --fa: "\f560";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z {
  --fa: "\f15d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc {
  --fa: "\f15d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down {
  --fa: "\f15d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat {
  --fa: "\e52a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie {
  --fa: "\f563";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo {
  --fa: "\f0e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive {
  --fa: "\f0a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd {
  --fa: "\f0a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears {
  --fa: "\f586";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears {
  --fa: "\f586";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell {
  --fa: "\f44b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list {
  --fa: "\f022";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt {
  --fa: "\f022";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet {
  --fa: "\e57c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check {
  --fa: "\e511";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic {
  --fa: "\f7ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus {
  --fa: "\f271";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival {
  --fa: "\f5af";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left {
  --fa: "\f359";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway {
  --fa: "\f239";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway {
  --fa: "\f239";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt {
  --fa: "\e0e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee {
  --fa: "\e1bc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr {
  --fa: "\e1bc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple {
  --fa: "\f565";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt {
  --fa: "\f565";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1 {
  --fa: "\f3d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt {
  --fa: "\f3d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long {
  --fa: "\f30a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna {
  --fa: "\f471";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash {
  --fa: "\e075";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus {
  --fa: "\f068";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract {
  --fa: "\f068";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess {
  --fa: "\f439";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long {
  --fa: "\f177";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left {
  --fa: "\f177";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check {
  --fa: "\e55c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view {
  --fa: "\f21d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign {
  --fa: "\e18f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off {
  --fa: "\f026";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear {
  --fa: "\f013";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog {
  --fa: "\f013";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash {
  --fa: "\f5c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash {
  --fa: "\f5c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque {
  --fa: "\f678";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito {
  --fa: "\e52b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david {
  --fa: "\f69a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle {
  --fa: "\e54b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping {
  --fa: "\f07a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart {
  --fa: "\f07a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials {
  --fa: "\f493";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus {
  --fa: "\e55f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship {
  --fa: "\f67f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical {
  --fa: "\f58e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hexagon-nodes {
  --fa: "\e699";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up {
  --fa: "\f148";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up {
  --fa: "\f148";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u {
  --fa: "\55";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable {
  --fa: "\f698";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt {
  --fa: "\f698";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock {
  --fa: "\f017";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four {
  --fa: "\f017";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step {
  --fa: "\f048";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward {
  --fa: "\f048";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet {
  --fa: "\f482";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet {
  --fa: "\e005";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball {
  --fa: "\f432";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s {
  --fa: "\53";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline {
  --fa: "\e29c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard {
  --fa: "\f11c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down {
  --fa: "\f0d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical {
  --fa: "\f7f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical {
  --fa: "\f7f2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3 {
  --fa: "\f2c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3 {
  --fa: "\f2c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen {
  --fa: "\f3cf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt {
  --fa: "\f3cf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up {
  --fa: "\e22d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank {
  --fa: "\f4d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half {
  --fa: "\f242";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3 {
  --fa: "\f242";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city {
  --fa: "\e52e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins {
  --fa: "\f51e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda {
  --fa: "\f66d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders {
  --fa: "\f1de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h {
  --fa: "\f1de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree {
  --fa: "\f802";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired {
  --fa: "\f6ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin {
  --fa: "\f276";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa {
  --fa: "\f665";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign {
  --fa: "\e3f5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask {
  --fa: "\f0c3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant {
  --fa: "\e31e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles {
  --fa: "\f72b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical {
  --fa: "\f142";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v {
  --fa: "\f142";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket {
  --fa: "\f145";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off {
  --fa: "\f011";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long {
  --fa: "\f30b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa {
  --fa: "\f74d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file {
  --fa: "\e51d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty {
  --fa: "\f1e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype {
  --fa: "\f1e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next {
  --fa: "\e476";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle {
  --fa: "\e54e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning {
  --fa: "\f20a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking {
  --fa: "\f6ec";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking {
  --fa: "\f6ec";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double {
  --fa: "\f226";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images {
  --fa: "\f302";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator {
  --fa: "\f1ec";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling {
  --fa: "\e535";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n {
  --fa: "\4e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car {
  --fa: "\f7da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram {
  --fa: "\f7da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain {
  --fa: "\f73d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark {
  --fa: "\e4d4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship {
  --fa: "\f21a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download {
  --fa: "\f019";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin {
  --fa: "\f580";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin {
  --fa: "\f580";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left {
  --fa: "\f55a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace {
  --fa: "\f55a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper {
  --fa: "\f1fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper {
  --fa: "\f1fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check {
  --fa: "\e5a0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward {
  --fa: "\f04e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile {
  --fa: "\f3ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android {
  --fa: "\f3ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone {
  --fa: "\f3ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh {
  --fa: "\f11a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh {
  --fa: "\f11a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center {
  --fa: "\f037";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull {
  --fa: "\f6b7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead {
  --fa: "\f6b7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card {
  --fa: "\f2c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license {
  --fa: "\f2c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent {
  --fa: "\f03b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent {
  --fa: "\f03b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house {
  --fa: "\f015";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home {
  --fa: "\f015";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt {
  --fa: "\f015";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt {
  --fa: "\f015";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week {
  --fa: "\f784";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical {
  --fa: "\f812";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b {
  --fa: "\42";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical {
  --fa: "\f477";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one {
  --fa: "\f525";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird {
  --fa: "\f535";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange {
  --fa: "\f0ec";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right {
  --fa: "\f2f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt {
  --fa: "\f2f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward {
  --fa: "\f2f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils {
  --fa: "\f2e7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery {
  --fa: "\f2e7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short {
  --fa: "\f161";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up {
  --fa: "\f161";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign {
  --fa: "\e1ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice {
  --fa: "\e2eb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull {
  --fa: "\f54c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast {
  --fa: "\f519";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower {
  --fa: "\f519";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup {
  --fa: "\f63c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long {
  --fa: "\f30c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop {
  --fa: "\f04d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge {
  --fa: "\f387";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload {
  --fa: "\f093";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane {
  --fa: "\f751";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound {
  --fa: "\e52d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable {
  --fa: "\e583";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc {
  --fa: "\f51f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down {
  --fa: "\f56d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download {
  --fa: "\f56d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan {
  --fa: "\f8ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat {
  --fa: "\e572";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt {
  --fa: "\f0e7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap {
  --fa: "\f0e7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water {
  --fa: "\e4f4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well {
  --fa: "\e532";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault {
  --fa: "\e2c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars {
  --fa: "\f222";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet {
  --fa: "\f7d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark {
  --fa: "\e557";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign {
  --fa: "\f157";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny {
  --fa: "\f157";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy {
  --fa: "\f157";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb {
  --fa: "\f157";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen {
  --fa: "\f157";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign {
  --fa: "\f158";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble {
  --fa: "\f158";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub {
  --fa: "\f158";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble {
  --fa: "\f158";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun {
  --fa: "\f185";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar {
  --fa: "\f7a6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink {
  --fa: "\f59c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink {
  --fa: "\f59c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head {
  --fa: "\f7ab";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole {
  --fa: "\e4c3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry {
  --fa: "\f275";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down {
  --fa: "\f358";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign {
  --fa: "\e184";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide {
  --fa: "\f884";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc {
  --fa: "\f884";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt {
  --fa: "\f884";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than {
  --fa: "\3c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down {
  --fa: "\f107";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel {
  --fa: "\e4de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough {
  --fa: "\e061";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines {
  --fa: "\f7a4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down {
  --fa: "\f165";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock {
  --fa: "\f502";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long {
  --fa: "\f178";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right {
  --fa: "\f178";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis {
  --fa: "\f141";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h {
  --fa: "\f141";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn {
  --fa: "\f443";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical {
  --fa: "\f479";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid {
  --fa: "\f479";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window {
  --fa: "\e5a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox {
  --fa: "\f552";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle {
  --fa: "\e4fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug {
  --fa: "\f188";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card {
  --fa: "\f09d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt {
  --fa: "\f09d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car {
  --fa: "\f1b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile {
  --fa: "\f1b9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand {
  --fa: "\e4f7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader {
  --fa: "\f5da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader {
  --fa: "\f5da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun {
  --fa: "\e52f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20 {
  --fa: "\f6cf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet {
  --fa: "\e58c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark {
  --fa: "\e5a1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up {
  --fa: "\e040";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up {
  --fa: "\e040";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal {
  --fa: "\f5a2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed {
  --fa: "\f236";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h {
  --fa: "\f0fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square {
  --fa: "\f0fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast {
  --fa: "\f2ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full {
  --fa: "\f2c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4 {
  --fa: "\f2c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4 {
  --fa: "\f2c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full {
  --fa: "\f2c7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell {
  --fa: "\f0f3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript {
  --fa: "\f12b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark {
  --fa: "\e560";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life {
  --fa: "\f621";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash {
  --fa: "\f3dd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller {
  --fa: "\f5aa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle {
  --fa: "\f4c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping {
  --fa: "\f4c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot {
  --fa: "\f3c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt {
  --fa: "\f3c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file {
  --fa: "\f15b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than {
  --fa: "\3e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming {
  --fa: "\f5c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer {
  --fa: "\f5c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down {
  --fa: "\f063";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet {
  --fa: "\f043";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint {
  --fa: "\f043";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser {
  --fa: "\f12d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas {
  --fa: "\f57d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth {
  --fa: "\f57d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america {
  --fa: "\f57d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas {
  --fa: "\f57d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst {
  --fa: "\e53b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove {
  --fa: "\f4ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty {
  --fa: "\f244";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0 {
  --fa: "\f244";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks {
  --fa: "\f696";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox {
  --fa: "\f01c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section {
  --fa: "\e447";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high {
  --fa: "\f625";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt {
  --fa: "\f625";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast {
  --fa: "\f625";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text {
  --fa: "\f658";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital {
  --fa: "\f0f8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt {
  --fa: "\f0f8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide {
  --fa: "\f0f8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle {
  --fa: "\f72f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook {
  --fa: "\f447";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered {
  --fa: "\f550";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder {
  --fa: "\f550";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream {
  --fa: "\f550";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra {
  --fa: "\f655";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog {
  --fa: "\f80f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane {
  --fa: "\f29d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind {
  --fa: "\f29d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum {
  --fa: "\f569";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream {
  --fa: "\f810";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax {
  --fa: "\f1ac";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph {
  --fa: "\f1dd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot {
  --fa: "\f772";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea {
  --fa: "\f772";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half {
  --fa: "\f089";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked {
  --fa: "\f468";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes {
  --fa: "\f468";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt {
  --fa: "\f468";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link {
  --fa: "\f0c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain {
  --fa: "\f0c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen {
  --fa: "\f2a2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city {
  --fa: "\e587";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play {
  --fa: "\f04b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font {
  --fa: "\f031";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-lock {
  --fa: "\e67a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign {
  --fa: "\e23d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass {
  --fa: "\f002";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search {
  --fa: "\f002";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis {
  --fa: "\f45d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line {
  --fa: "\f470";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses {
  --fa: "\f470";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt {
  --fa: "\f82a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign {
  --fa: "\e1f6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down {
  --fa: "\f218";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie {
  --fa: "\f8ef";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen {
  --fa: "\f31c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit {
  --fa: "\f31c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt {
  --fa: "\f543";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen {
  --fa: "\f14b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square {
  --fa: "\f14b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square {
  --fa: "\f14b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling {
  --fa: "\f5c1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation {
  --fa: "\e53f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down {
  --fa: "\f078";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full {
  --fa: "\f240";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery {
  --fa: "\f240";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5 {
  --fa: "\f240";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones {
  --fa: "\f714";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare {
  --fa: "\e13a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul {
  --fa: "\f0ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots {
  --fa: "\f0ca";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock {
  --fa: "\e56f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell {
  --fa: "\e585";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long {
  --fa: "\f309";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down {
  --fa: "\f309";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star {
  --fa: "\e561";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king {
  --fa: "\f43f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing {
  --fa: "\e549";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign {
  --fa: "\e46c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome {
  --fa: "\f752";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt {
  --fa: "\f752";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up {
  --fa: "\f062";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv {
  --fa: "\f26c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television {
  --fa: "\f26c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt {
  --fa: "\f26c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp {
  --fa: "\e448";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check {
  --fa: "\f0ae";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks {
  --fa: "\f0ae";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent {
  --fa: "\e519";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user {
  --fa: "\f2bd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle {
  --fa: "\f2bd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield {
  --fa: "\f505";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind {
  --fa: "\f72e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst {
  --fa: "\f5e1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash {
  --fa: "\f5e1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y {
  --fa: "\59";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding {
  --fa: "\f7ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding {
  --fa: "\f7ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast {
  --fa: "\f48b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast {
  --fa: "\f48b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish {
  --fa: "\f578";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate {
  --fa: "\f501";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke {
  --fa: "\f042";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust {
  --fa: "\f042";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard {
  --fa: "\e131";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation {
  --fa: "\f7ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt {
  --fa: "\f7ba";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball {
  --fa: "\f433";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball {
  --fa: "\f433";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up {
  --fa: "\e518";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project {
  --fa: "\f542";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram {
  --fa: "\f542";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy {
  --fa: "\f0c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark {
  --fa: "\f6a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute {
  --fa: "\f6a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times {
  --fa: "\f6a9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles {
  --fa: "\e05d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip {
  --fa: "\f58d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal {
  --fa: "\f58d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square {
  --fa: "\f14d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square {
  --fa: "\f14d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant {
  --fa: "\e4e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle {
  --fa: "\e4e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun {
  --fa: "\e19b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone {
  --fa: "\f098";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square {
  --fa: "\f098";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus {
  --fa: "\2b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add {
  --fa: "\2b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand {
  --fa: "\f065";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer {
  --fa: "\e4e5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark {
  --fa: "\f00d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close {
  --fa: "\f00d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply {
  --fa: "\f00d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove {
  --fa: "\f00d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times {
  --fa: "\f00d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows {
  --fa: "\f047";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user {
  --fa: "\f51c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher {
  --fa: "\f51c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign {
  --fa: "\e222";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield {
  --fa: "\e4d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby {
  --fa: "\f77c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line {
  --fa: "\e592";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left {
  --fa: "\f10d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt {
  --fa: "\f10d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor {
  --fa: "\f722";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up {
  --fa: "\f829";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore {
  --fa: "\f829";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning {
  --fa: "\e51e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined {
  --fa: "\f546";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright {
  --fa: "\f1f9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals {
  --fa: "\3d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender {
  --fa: "\f517";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth {
  --fa: "\f62e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign {
  --fa: "\f20b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils {
  --fa: "\f20b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel {
  --fa: "\f20b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel {
  --fa: "\f20b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign {
  --fa: "\f20b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map {
  --fa: "\f279";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket {
  --fa: "\f135";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film {
  --fa: "\f87c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video {
  --fa: "\f87c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus {
  --fa: "\f65d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store {
  --fa: "\f54e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up {
  --fa: "\e098";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus {
  --fa: "\e55e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging {
  --fa: "\f4d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign {
  --fa: "\f4d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve {
  --fa: "\f55b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash {
  --fa: "\f1f6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet {
  --fa: "\f3fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android {
  --fa: "\f3fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag {
  --fa: "\e56e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill {
  --fa: "\f575";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up {
  --fa: "\f106";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite {
  --fa: "\f6d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry {
  --fa: "\f7aa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left {
  --fa: "\f053";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria {
  --fa: "\e059";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard {
  --fa: "\f258";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef {
  --fa: "\e1fe";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease {
  --fa: "\f7fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical {
  --fa: "\f469";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless {
  --fa: "\f22d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right {
  --fa: "\f054";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet {
  --fa: "\f079";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear {
  --fa: "\f5de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt {
  --fa: "\f5de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap {
  --fa: "\e06b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash {
  --fa: "\f4e2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter {
  --fa: "\f243";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2 {
  --fa: "\f243";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio {
  --fa: "\f8d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage {
  --fa: "\f77d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby {
  --fa: "\f77d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light {
  --fa: "\f637";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer {
  --fa: "\f491";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard {
  --fa: "\f729";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger {
  --fa: "\f806";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent {
  --fa: "\25";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage {
  --fa: "\25";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving {
  --fa: "\f4df";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet {
  --fa: "\e4f5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display {
  --fa: "\e163";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile {
  --fa: "\f118";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile {
  --fa: "\f118";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack {
  --fa: "\f08d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack {
  --fa: "\f08d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy {
  --fa: "\f091";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying {
  --fa: "\f683";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray {
  --fa: "\f683";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer {
  --fa: "\f6e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace {
  --fa: "\f25b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate {
  --fa: "\f2f1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt {
  --fa: "\f2f1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner {
  --fa: "\f110";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot {
  --fa: "\f544";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace {
  --fa: "\f67c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears {
  --fa: "\f085";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs {
  --fa: "\f085";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse {
  --fa: "\f494";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch {
  --fa: "\f5bc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts {
  --fa: "\f584";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts {
  --fa: "\f584";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four {
  --fa: "\f524";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card {
  --fa: "\f7c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender {
  --fa: "\f225";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt {
  --fa: "\f225";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury {
  --fa: "\f223";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down {
  --fa: "\f149";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down {
  --fa: "\f149";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst {
  --fa: "\e547";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award {
  --fa: "\f559";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple {
  --fa: "\f3ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt {
  --fa: "\f3ff";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building {
  --fa: "\f1ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left {
  --fa: "\f100";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left {
  --fa: "\f100";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode {
  --fa: "\f029";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left {
  --fa: "\f1da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history {
  --fa: "\f1da";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat {
  --fa: "\f583";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export {
  --fa: "\f56e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file {
  --fa: "\f56e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield {
  --fa: "\f132";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank {
  --fa: "\f132";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide {
  --fa: "\f885";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt {
  --fa: "\f885";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-nodes {
  --fa: "\e696";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical {
  --fa: "\e3b2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee {
  --fa: "\f450";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball {
  --fa: "\f450";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left {
  --fa: "\f137";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left {
  --fa: "\f137";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window {
  --fa: "\e00d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib {
  --fa: "\f5ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents {
  --fa: "\e582";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic {
  --fa: "\f0d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic {
  --fa: "\f0d0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog {
  --fa: "\f6d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot {
  --fa: "\f787";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon {
  --fa: "\f186";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty {
  --fa: "\f5ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt {
  --fa: "\f5ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese {
  --fa: "\f7ef";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang {
  --fa: "\f6ad";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music {
  --fa: "\f001";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit {
  --fa: "\f386";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low {
  --fa: "\f76b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking {
  --fa: "\f84a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking {
  --fa: "\f84a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom {
  --fa: "\f51a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart {
  --fa: "\e574";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram {
  --fa: "\f664";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania {
  --fa: "\e47b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania {
  --fa: "\e47b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark {
  --fa: "\f2d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square {
  --fa: "\f2d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square {
  --fa: "\f2d3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag {
  --fa: "\23";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt {
  --fa: "\f424";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can {
  --fa: "\f613";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t {
  --fa: "\54";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo {
  --fa: "\f6ed";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column {
  --fa: "\e0e3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity {
  --fa: "\f534";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check {
  --fa: "\e596";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail {
  --fa: "\f897";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan {
  --fa: "\f863";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage {
  --fa: "\e554";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down {
  --fa: "\f338";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v {
  --fa: "\f338";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain {
  --fa: "\f73c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar {
  --fa: "\f133";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer {
  --fa: "\e041";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai {
  --fa: "\f666";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal {
  --fa: "\f666";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card {
  --fa: "\f7c2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon {
  --fa: "\f6d5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints {
  --fa: "\f54b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus {
  --fa: "\f055";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle {
  --fa: "\f055";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink {
  --fa: "\f58b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding {
  --fa: "\f4bd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash {
  --fa: "\f127";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken {
  --fa: "\f127";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash {
  --fa: "\f127";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink {
  --fa: "\f127";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone {
  --fa: "\f24d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a {
  --fa: "\f882";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved {
  --fa: "\f7e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt {
  --fa: "\f7e4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado {
  --fa: "\f76f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus {
  --fa: "\e494";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran {
  --fa: "\f687";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran {
  --fa: "\f687";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor {
  --fa: "\f13d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all {
  --fa: "\f84c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry {
  --fa: "\f556";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry {
  --fa: "\f556";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite {
  --fa: "\f564";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down {
  --fa: "\e097";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss {
  --fa: "\f09e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed {
  --fa: "\f09e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon {
  --fa: "\f5ee";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced {
  --fa: "\f24e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale {
  --fa: "\f24e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high {
  --fa: "\f62a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer {
  --fa: "\f62a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast {
  --fa: "\f62a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower {
  --fa: "\f2cc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop {
  --fa: "\f390";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt {
  --fa: "\f390";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m {
  --fa: "\4d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list {
  --fa: "\f00b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list {
  --fa: "\f00b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms {
  --fa: "\f7cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms {
  --fa: "\f7cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book {
  --fa: "\f02d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus {
  --fa: "\f234";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check {
  --fa: "\f00c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters {
  --fa: "\f241";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4 {
  --fa: "\f241";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check {
  --fa: "\e509";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left {
  --fa: "\f104";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor {
  --fa: "\e47a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right {
  --fa: "\e58b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist {
  --fa: "\f6de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised {
  --fa: "\f6de";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon {
  --fa: "\f6c3";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase {
  --fa: "\f0b1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling {
  --fa: "\e546";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait {
  --fa: "\f3e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait {
  --fa: "\f3e0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag {
  --fa: "\f507";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug {
  --fa: "\e569";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe {
  --fa: "\f7a2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe {
  --fa: "\f7a2";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart {
  --fa: "\f59d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark {
  --fa: "\f410";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times {
  --fa: "\f410";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle {
  --fa: "\f410";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close {
  --fa: "\f410";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign {
  --fa: "\e0ac";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open {
  --fa: "\f518";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills {
  --fa: "\f66a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills {
  --fa: "\f66a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs {
  --fa: "\e4f8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation {
  --fa: "\f071";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle {
  --fa: "\f071";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning {
  --fa: "\f071";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database {
  --fa: "\f1c0";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share {
  --fa: "\f064";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward {
  --fa: "\f064";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet {
  --fa: "\e4c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face {
  --fa: "\e1d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide {
  --fa: "\e508";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left {
  --fa: "\f362";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt {
  --fa: "\f362";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane {
  --fa: "\f1d8";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation {
  --fa: "\e565";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon {
  --fa: "\f6d9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right {
  --fa: "\f038";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave {
  --fa: "\f53b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring {
  --fa: "\f1cd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands {
  --fa: "\f2a7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language {
  --fa: "\f2a7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing {
  --fa: "\f2a7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day {
  --fa: "\f783";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder {
  --fa: "\f5c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water {
  --fa: "\f5c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool {
  --fa: "\f5c5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down {
  --fa: "\f07d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v {
  --fa: "\f07d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace {
  --fa: "\f57f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace {
  --fa: "\f57f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move {
  --fa: "\e2ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt {
  --fa: "\e2ce";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down {
  --fa: "\f3be";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt {
  --fa: "\f3be";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right {
  --fa: "\e552";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope {
  --fa: "\f199";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square {
  --fa: "\f199";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice {
  --fa: "\f522";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball {
  --fa: "\f436";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain {
  --fa: "\f5dc";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage {
  --fa: "\f462";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid {
  --fa: "\f462";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus {
  --fa: "\f272";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark {
  --fa: "\f057";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle {
  --fa: "\f057";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle {
  --fa: "\f057";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts {
  --fa: "\f79c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel {
  --fa: "\f594";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia {
  --fa: "\f57e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia {
  --fa: "\f57e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip {
  --fa: "\f47f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt {
  --fa: "\f47f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus {
  --fa: "\f00e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up {
  --fa: "\f164";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock {
  --fa: "\f4fd";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots {
  --fa: "\f461";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies {
  --fa: "\f461";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice {
  --fa: "\f570";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize {
  --fa: "\f2d1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer {
  --fa: "\f0f4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee {
  --fa: "\f0f4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush {
  --fa: "\f55d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-half-dashed {
  --fa: "\e698";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask {
  --fa: "\f6fa";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus {
  --fa: "\f010";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus {
  --fa: "\f010";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical {
  --fa: "\f548";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large {
  --fa: "\f406";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt {
  --fa: "\f406";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram {
  --fa: "\e5b4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse {
  --fa: "\f82f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe {
  --fa: "\f48e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun {
  --fa: "\f6c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20 {
  --fa: "\e06f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full {
  --fa: "\f45c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet {
  --fa: "\f076";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar {
  --fa: "\e516";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky {
  --fa: "\f249";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note {
  --fa: "\f249";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash {
  --fa: "\e490";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone {
  --fa: "\f5d7";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-unlock {
  --fa: "\e691";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured {
  --fa: "\f728";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear {
  --fa: "\f5b4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear {
  --fa: "\f5b4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane {
  --fa: "\f072";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down {
  --fa: "\e581";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation {
  --fa: "\21";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin {
  --fa: "\e4bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print {
  --fa: "\f02f";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try {
  --fa: "\e2bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira {
  --fa: "\e2bb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign {
  --fa: "\24";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar {
  --fa: "\24";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd {
  --fa: "\24";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x {
  --fa: "\58";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar {
  --fa: "\f688";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear {
  --fa: "\f509";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog {
  --fa: "\f509";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing {
  --fa: "\e54a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns {
  --fa: "\f19c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank {
  --fa: "\f19c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution {
  --fa: "\f19c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum {
  --fa: "\f19c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university {
  --fa: "\f19c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella {
  --fa: "\f0e9";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel {
  --fa: "\e589";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d {
  --fa: "\44";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler {
  --fa: "\e5af";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater {
  --fa: "\f630";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks {
  --fa: "\f630";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign {
  --fa: "\e1c4";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left {
  --fa: "\f0a5";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple {
  --fa: "\f4c6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt {
  --fa: "\f4c6";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter {
  --fa: "\f0fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet {
  --fa: "\f0fb";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes {
  --fa: "\f1e1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square {
  --fa: "\f1e1";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode {
  --fa: "\f02a";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus {
  --fa: "\e43c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video {
  --fa: "\f03d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera {
  --fa: "\f03d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap {
  --fa: "\f19d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board {
  --fa: "\f19d";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical {
  --fa: "\e05c";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check {
  --fa: "\e53e";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up {
  --fa: "\f3bf";
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt {
  --fa: "\f3bf";
}

/* line 5, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-64214b0a6635e69b2722c690f29506337eccbc40c088f7f5bc4e42b361d162a8.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-44ef3d6557f63579b379a863e53cc44a21b5dca68bea163842cf2f88741b53fc.ttf) format("truetype");
}

/* line 24, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-1cd36d00df15fd48055bbc42daf8a494228887c26255da15c70c7cff5b31e107.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-f8fbc72fd51ef0b8ecca0cbc0212af363185a3ffdb62b54e6d42b61fadf5eb18.ttf) format("truetype");
}

/* line 24, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-1f56bc1732fed207bf092be076fd531aa7e15e8af32fd4ce2e98ef278d385bac.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-89694cccd89936fa505b71253427335d580a5989a0e3a614d87a934b58b0e2a8.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero {
  --fa: "\f3d0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli {
  --fa: "\f427";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp {
  --fa: "\f1e9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa {
  --fa: "\f1f0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm {
  --fa: "\f202";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware {
  --fa: "\f5b5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc {
  --fa: "\f4e8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws {
  --fa: "\f375";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat {
  --fa: "\f7bc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast {
  --fa: "\f2b1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare {
  --fa: "\e07d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups {
  --fa: "\f7e0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv {
  --fa: "\e640";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer {
  --fa: "\f2de";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog {
  --fa: "\f399";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity {
  --fa: "\f37a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath {
  --fa: "\f842";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads {
  --fa: "\f20d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order {
  --fa: "\f2b0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx {
  --fa: "\f285";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded {
  --fa: "\e07e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv {
  --fa: "\f40b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js {
  --fa: "\f3b9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square {
  --fa: "\f3b9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft {
  --fa: "\f3ca";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq {
  --fa: "\f1d6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid {
  --fa: "\f8d2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java {
  --fa: "\f4e4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision {
  --fa: "\f7b0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode {
  --fa: "\f380";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g {
  --fa: "\f2a6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal {
  --fa: "\f1a9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jxl {
  --fa: "\e67b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dart-lang {
  --fa: "\e693";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper {
  --fa: "\f3b0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by {
  --fa: "\f4e7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity {
  --fa: "\e049";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs {
  --fa: "\f40d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat {
  --fa: "\f3e8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk {
  --fa: "\f189";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd {
  --fa: "\f405";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp {
  --fa: "\f59e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt {
  --fa: "\f38b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit {
  --fa: "\f1a2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square {
  --fa: "\f1a2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v {
  --fa: "\f27d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao {
  --fa: "\f26d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome {
  --fa: "\e5ad";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro {
  --fa: "\f38f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave {
  --fa: "\e63c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix {
  --fa: "\f3ee";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram {
  --fa: "\e055";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square {
  --fa: "\e055";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net {
  --fa: "\f835";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti {
  --fa: "\f69d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news {
  --fa: "\f3af";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square {
  --fa: "\f3af";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge {
  --fa: "\f282";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads {
  --fa: "\e618";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster {
  --fa: "\f3d2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat {
  --fa: "\f2ad";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square {
  --fa: "\f2ad";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g {
  --fa: "\f0d5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation {
  --fa: "\f77a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown {
  --fa: "\f60f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree {
  --fa: "\f7d3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus {
  --fa: "\f2b3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora {
  --fa: "\f791";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare {
  --fa: "\f180";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow {
  --fa: "\f16c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt {
  --fa: "\f113";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron {
  --fa: "\f511";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines {
  --fa: "\f18c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia {
  --fa: "\f36c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river {
  --fa: "\f3e3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa {
  --fa: "\f4ef";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari {
  --fa: "\f267";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google {
  --fa: "\f1a0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt {
  --fa: "\f35c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian {
  --fa: "\f77b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in {
  --fa: "\f0e1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean {
  --fa: "\f391";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr {
  --fa: "\f5a8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast {
  --fa: "\f838";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote {
  --fa: "\f839";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news {
  --fa: "\f1d4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal {
  --fa: "\f36a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons {
  --fa: "\f25e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring {
  --fa: "\e087";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons {
  --fa: "\f280";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin {
  --fa: "\f1d7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk {
  --fa: "\f214";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen {
  --fa: "\f1cb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt {
  --fa: "\f841";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft {
  --fa: "\f3c3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev {
  --fa: "\f5b2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows {
  --fa: "\f17a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast {
  --fa: "\f730";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo {
  --fa: "\f2aa";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square {
  --fa: "\f2aa";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup {
  --fa: "\f2e0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos {
  --fa: "\f789";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn {
  --fa: "\f170";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith {
  --fa: "\f384";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse {
  --fa: "\e62b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt {
  --fa: "\f1a8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble {
  --fa: "\f397";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square {
  --fa: "\f397";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie {
  --fa: "\f284";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node {
  --fa: "\f419";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix {
  --fa: "\f3cb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam {
  --fa: "\f1b6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay {
  --fa: "\f416";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd {
  --fa: "\f28a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian {
  --fa: "\e60b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid {
  --fa: "\f19b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod {
  --fa: "\e081";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-files-pinwheel {
  --fa: "\e69f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl {
  --fa: "\f23e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast {
  --fa: "\f2da";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter {
  --fa: "\f081";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square {
  --fa: "\f081";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project {
  --fa: "\f4f7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious {
  --fa: "\f1a5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd {
  --fa: "\f3a4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs {
  --fa: "\f41f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft {
  --fa: "\f369";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost {
  --fa: "\f208";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi {
  --fa: "\f3a2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store {
  --fa: "\f36f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard {
  --fa: "\f1f1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note {
  --fa: "\f3b5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang {
  --fa: "\e40f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter {
  --fa: "\f3bb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-kickstarter {
  --fa: "\f3bb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav {
  --fa: "\f2d6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo {
  --fa: "\f18a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted {
  --fa: "\e084";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft {
  --fa: "\f3a1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube {
  --fa: "\f431";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square {
  --fa: "\f431";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w {
  --fa: "\f266";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr {
  --fa: "\f3e4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact {
  --fa: "\f3e4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist {
  --fa: "\f209";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic {
  --fa: "\f50c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional {
  --fa: "\e530";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype {
  --fa: "\f17e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget {
  --fa: "\f3b7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora {
  --fa: "\f798";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s {
  --fa: "\f42a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta {
  --fa: "\e49b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel {
  --fa: "\f3bd";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar {
  --fa: "\f3b1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b {
  --fa: "\f294";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd {
  --fa: "\e62e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule {
  --fa: "\f3f7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero {
  --fa: "\f4f3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips {
  --fa: "\f452";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css {
  --fa: "\e6a2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance {
  --fa: "\f1b4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit {
  --fa: "\f1a1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord {
  --fa: "\f392";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome {
  --fa: "\f268";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios {
  --fa: "\f370";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover {
  --fa: "\f1f2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner {
  --fa: "\f297";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence {
  --fa: "\f78d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace {
  --fa: "\e60c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb {
  --fa: "\f8ca";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub {
  --fa: "\f394";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon {
  --fa: "\f368";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay {
  --fa: "\f4f4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon {
  --fa: "\f270";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash {
  --fa: "\e07c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn {
  --fa: "\f7e3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam {
  --fa: "\f1b7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square {
  --fa: "\f1b7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px {
  --fa: "\f26e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo {
  --fa: "\f194";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square {
  --fa: "\f194";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik {
  --fa: "\f372";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome {
  --fa: "\f2b4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag {
  --fa: "\f2b4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay {
  --fa: "\f184";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple {
  --fa: "\f179";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive {
  --fa: "\e07f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken {
  --fa: "\f3a6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase {
  --fa: "\f4f5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay {
  --fa: "\f415";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet {
  --fa: "\e4a0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay {
  --fa: "\f42c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github {
  --fa: "\f092";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square {
  --fa: "\f092";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon {
  --fa: "\f1a4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex {
  --fa: "\f797";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework {
  --fa: "\f3dc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify {
  --fa: "\e057";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos {
  --fa: "\f612";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads {
  --fa: "\e619";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank {
  --fa: "\f5f7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate {
  --fa: "\f4f8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift {
  --fa: "\f8e1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular {
  --fa: "\f420";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap {
  --fa: "\f3f3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative {
  --fa: "\f36e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator {
  --fa: "\f23b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire {
  --fa: "\f1d1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira {
  --fa: "\f299";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar {
  --fa: "\e63b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab {
  --fa: "\e5ae";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square {
  --fa: "\e5ae";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari {
  --fa: "\f3f8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper {
  --fa: "\f2ae";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress {
  --fa: "\f19a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt {
  --fa: "\f288";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox {
  --fa: "\f269";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode {
  --fa: "\f2b8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads {
  --fa: "\f3a8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki {
  --fa: "\f264";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square {
  --fa: "\f264";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle {
  --fa: "\f1cc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith {
  --fa: "\f512";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle {
  --fa: "\f2b2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4 {
  --fa: "\f3d7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode {
  --fa: "\e499";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react {
  --fa: "\f41b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal {
  --fa: "\f1f4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace {
  --fa: "\f5be";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe {
  --fa: "\f1f5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share {
  --fa: "\f4f2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin {
  --fa: "\f379";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn {
  --fa: "\f3ba";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera {
  --fa: "\f26a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io {
  --fa: "\f83a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco {
  --fa: "\f8e8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate {
  --fa: "\f50d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu {
  --fa: "\f7df";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital {
  --fa: "\f396";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe {
  --fa: "\f429";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz {
  --fa: "\f27c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg {
  --fa: "\f260";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl {
  --fa: "\f790";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest {
  --fa: "\f0d3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square {
  --fa: "\f0d3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing {
  --fa: "\f168";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry {
  --fa: "\f37b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd {
  --fa: "\f4ec";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation {
  --fa: "\f3df";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape {
  --fa: "\f459";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less {
  --fa: "\f41d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b {
  --fa: "\f37d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart {
  --fa: "\f23d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine {
  --fa: "\f1ca";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger {
  --fa: "\e663";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal {
  --fa: "\f1ed";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab {
  --fa: "\f296";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3 {
  --fa: "\f42b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien {
  --fa: "\f281";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo {
  --fa: "\f19e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion {
  --fa: "\e052";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme {
  --fa: "\f36b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp {
  --fa: "\f1a7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap {
  --fa: "\f836";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki {
  --fa: "\f263";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol {
  --fa: "\e531";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit {
  --fa: "\e62f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum {
  --fa: "\f42e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck {
  --fa: "\f83c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon {
  --fa: "\f3d9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex {
  --fa: "\f374";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello {
  --fa: "\f5f1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore {
  --fa: "\f3a7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject {
  --fa: "\f378";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse {
  --fa: "\e63d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f {
  --fa: "\f39e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus {
  --fa: "\f0d4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square {
  --fa: "\f0d4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-web-awesome {
  --fa: "\e682";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian {
  --fa: "\f50f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt {
  --fa: "\f50a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi {
  --fa: "\f41a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet {
  --fa: "\f1ee";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope {
  --fa: "\f3da";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum {
  --fa: "\f50b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale {
  --fa: "\f383";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee {
  --fa: "\f211";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni {
  --fa: "\f3cc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix {
  --fa: "\f3ea";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing {
  --fa: "\f169";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square {
  --fa: "\f169";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp {
  --fa: "\f2d5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms {
  --fa: "\f298";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify {
  --fa: "\f385";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps {
  --fa: "\f7e1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport {
  --fa: "\f5a3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento {
  --fa: "\f3c4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify {
  --fa: "\f1bc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster {
  --fa: "\f23c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly {
  --fa: "\f417";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-bluesky {
  --fa: "\e6a3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato {
  --fa: "\f421";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes {
  --fa: "\f3b4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish {
  --fa: "\f38c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger {
  --fa: "\f37c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr {
  --fa: "\f16e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber {
  --fa: "\f409";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud {
  --fa: "\f1be";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg {
  --fa: "\f1a6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo {
  --fa: "\f1d5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd {
  --fa: "\e62d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony {
  --fa: "\f83d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn {
  --fa: "\f136";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy {
  --fa: "\f2d7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger {
  --fa: "\f39f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible {
  --fa: "\f373";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks {
  --fa: "\f731";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili {
  --fa: "\e3d9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang {
  --fa: "\f39d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter {
  --fa: "\e61b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau {
  --fa: "\f89e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube {
  --fa: "\f210";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group {
  --fa: "\e080";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft {
  --fa: "\e080";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange {
  --fa: "\f18d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor {
  --fa: "\f430";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper {
  --fa: "\e01e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square {
  --fa: "\e01e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd {
  --fa: "\f4eb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed {
  --fa: "\f3d8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers {
  --fa: "\f2dd";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving {
  --fa: "\f3e7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox {
  --fa: "\f412";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin {
  --fa: "\f3eb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok {
  --fa: "\e07b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook {
  --fa: "\f082";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square {
  --fa: "\f082";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren {
  --fa: "\f18b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux {
  --fa: "\f17c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide {
  --fa: "\f2a5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin {
  --fa: "\f08c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot {
  --fa: "\f3b2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog {
  --fa: "\f38e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch {
  --fa: "\f1e8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flutter {
  --fa: "\e694";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry {
  --fa: "\f2d9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer {
  --fa: "\e056";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm {
  --fa: "\f203";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square {
  --fa: "\f203";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo {
  --fa: "\f40a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley {
  --fa: "\f7b3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry {
  --fa: "\f404";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma {
  --fa: "\f799";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix {
  --fa: "\f4ee";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay {
  --fa: "\f42d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox {
  --fa: "\f16b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram {
  --fa: "\f16d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid {
  --fa: "\e360";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork {
  --fa: "\e641";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook {
  --fa: "\f09a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire {
  --fa: "\f3ac";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order {
  --fa: "\f50e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit {
  --fa: "\f403";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator {
  --fa: "\f3db";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah {
  --fa: "\f407";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds {
  --fa: "\f39a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation {
  --fa: "\f513";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer {
  --fa: "\f41c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp {
  --fa: "\f232";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-upwork {
  --fa: "\e67c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare {
  --fa: "\f1e7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play {
  --fa: "\f3ab";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo {
  --fa: "\f2a9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line {
  --fa: "\f3c0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive {
  --fa: "\f3aa";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack {
  --fa: "\f3ec";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt {
  --fa: "\f215";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket {
  --fa: "\f171";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb {
  --fa: "\f2d8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer {
  --fa: "\e077";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi {
  --fa: "\f7bb";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira {
  --fa: "\f7b1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker {
  --fa: "\f395";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal {
  --fa: "\e570";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth {
  --fa: "\f293";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter {
  --fa: "\f426";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d {
  --fa: "\f38d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog {
  --fa: "\e01a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club {
  --fa: "\f24c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle {
  --fa: "\f261";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat {
  --fa: "\f4e5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k {
  --fa: "\f3bc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex {
  --fa: "\f413";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme {
  --fa: "\f4d5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5 {
  --fa: "\f13b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy {
  --fa: "\f213";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome {
  --fa: "\e683";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass {
  --fa: "\f41e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh {
  --fa: "\e2d0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte {
  --fa: "\f37f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce {
  --fa: "\f83b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy {
  --fa: "\e082";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps {
  --fa: "\f3c6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8 {
  --fa: "\f3d5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p {
  --fa: "\f231";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper {
  --fa: "\f371";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome {
  --fa: "\f286";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze {
  --fa: "\f83f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluesky {
  --fa: "\e671";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb {
  --fa: "\f24b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat {
  --fa: "\f2ab";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost {
  --fa: "\f2ab";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust {
  --fa: "\e07a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix {
  --fa: "\f5cf";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance {
  --fa: "\f1b5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square {
  --fa: "\f1b5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple {
  --fa: "\f3f9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow {
  --fa: "\e65c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel {
  --fa: "\f1d0";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3 {
  --fa: "\f13c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked {
  --fa: "\f3f5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle {
  --fa: "\f5fa";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome {
  --fa: "\e5ac";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart {
  --fa: "\f1bd";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel {
  --fa: "\f388";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g {
  --fa: "\f3a9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git {
  --fa: "\f1d2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square {
  --fa: "\f1d2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr {
  --fa: "\f174";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square {
  --fa: "\f174";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello {
  --fa: "\f181";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket {
  --fa: "\f265";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte {
  --fa: "\e083";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt {
  --fa: "\f3ad";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly {
  --fa: "\f5cc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop {
  --fa: "\f20e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub {
  --fa: "\f212";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie {
  --fa: "\f27e";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco {
  --fa: "\f5c6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python {
  --fa: "\f3e2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android {
  --fa: "\f17b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots {
  --fa: "\e340";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp {
  --fa: "\f2c5";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill {
  --fa: "\f592";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js {
  --fa: "\f3b8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal {
  --fa: "\e013";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git {
  --fa: "\f1d3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev {
  --fa: "\f6cc";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch {
  --fa: "\f7c6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international {
  --fa: "\f414";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex {
  --fa: "\f1f3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber {
  --fa: "\f402";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github {
  --fa: "\f09b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php {
  --fa: "\f457";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay {
  --fa: "\f642";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube {
  --fa: "\f167";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas {
  --fa: "\f216";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser {
  --fa: "\e007";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd {
  --fa: "\f3e6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse {
  --fa: "\f7d6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins {
  --fa: "\f3b6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter {
  --fa: "\f099";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms {
  --fa: "\f3e9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest {
  --fa: "\f0d2";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer {
  --fa: "\f837";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm {
  --fa: "\f3d4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer {
  --fa: "\f840";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc {
  --fa: "\f15a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble {
  --fa: "\f17d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer {
  --fa: "\f26b";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber {
  --fa: "\e5c7";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram {
  --fa: "\f2c6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane {
  --fa: "\f2c6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic {
  --fa: "\f510";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee {
  --fa: "\e5c6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp {
  --fa: "\f40c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square {
  --fa: "\f40c";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js {
  --fa: "\f3d3";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy {
  --fa: "\e078";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack {
  --fa: "\f198";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash {
  --fa: "\f198";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt {
  --fa: "\f3c8";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb {
  --fa: "\f287";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr {
  --fa: "\f173";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin {
  --fa: "\f408";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora {
  --fa: "\f2c4";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter {
  --fa: "\e61a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope {
  --fa: "\f75d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium {
  --fa: "\f23a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m {
  --fa: "\f23a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia {
  --fa: "\f36d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud {
  --fa: "\f289";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard {
  --fa: "\f44d";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin {
  --fa: "\f237";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role {
  --fa: "\f6c9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox {
  --fa: "\e44a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse {
  --fa: "\f393";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla {
  --fa: "\f1aa";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon {
  --fa: "\f4f6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb {
  --fa: "\f834";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion {
  --fa: "\f514";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large {
  --fa: "\f8a6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp {
  --fa: "\f3ae";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava {
  --fa: "\f428";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember {
  --fa: "\f423";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf {
  --fa: "\f785";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak {
  --fa: "\f4f9";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed {
  --fa: "\f3e1";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple {
  --fa: "\f411";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix {
  --fa: "\f3d6";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu {
  --fa: "\e088";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay {
  --fa: "\e079";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom {
  --fa: "\f7af";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu {
  --fa: "\f63f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue {
  --fa: "\f42f";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix {
  --fa: "\e43a";
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol {
  --fa: "\f3f6";
}

/* line 1, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 25, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 28, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 35, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 39, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 43, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 57, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 60, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 71, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-results {
  display: block;
}

/* line 74, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 79, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 84, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 90, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 95, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 100, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 103, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 107, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 109, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 112, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 129, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 141, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 145, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 148, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 155, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 157, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 163, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 175, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 178, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 182, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 185, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 188, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 192, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 200, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 202, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 211, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 227, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 231, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 245, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 250, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 254, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 258, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 266, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 271, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 275, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 279, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 282, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 286, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 290, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 293, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 300, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 304, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 306, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 308, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 311, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 314, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 317, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 320, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 324, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 327, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 330, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 333, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 337, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 342, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 352, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 354, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 357, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 363, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 365, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 381, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 393, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 396, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 405, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 407, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 410, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 414, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 424, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 434, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 442, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 444, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 446, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 454, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 458, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 468, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 472, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 476, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 480, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 486, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 489, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 494, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 499, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 503, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 507, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 511, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 514, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 517, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 521, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 524, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 527, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

/* line 531, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 536, app/assets/stylesheets/../../../node_modules/select2/dist/css/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Trix editor (toolbar + zone d'édition). actiontext.css ne style que le
   contenu rendu ; sans ce CSS l'éditeur n'a ni bordure ni icônes de toolbar. */
/* line 1, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 9, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 18, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 25, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  /* line 28, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 31, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 61, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 65, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  /* line 72, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 75, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  /* line 88, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 91, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 93, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 96, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 101, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 104, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 107, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 110, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 113, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 116, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 119, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 122, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 125, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 128, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 131, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 134, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 137, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 140, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 143, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 156, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 168, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 171, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 176, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 179, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 182, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 184, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 188, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 194, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 198, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 202, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 205, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 208, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 212, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 215, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 217, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 220, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 223, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 232, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 235, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 251, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 259, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 262, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 274, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 276, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 278, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 293, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 306, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 308, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 311, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 314, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 325, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 332, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 336, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 340, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 344, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content h1, .trix-content .h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 347, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 352, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 358, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 360, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 362, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 372, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 375, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 379, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 382, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 384, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 386, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

/* line 388, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 391, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 395, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 402, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 406, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 410, app/assets/stylesheets/../../../node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require "trix"
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
/* line 14, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 21, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 28, app/assets/stylesheets/actiontext.css */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* Your CSS partials */
/* Animations pour les modals et notifications */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 9, app/assets/stylesheets/components/_options.scss */
.options {
  --bleu-hex:               var(--ds-color-primary-600);
  --bleu-hex-90-opacity:    rgba(67, 56, 202, 0.92);
  --bleu-hex-33-opacity:    rgba(67, 56, 202, 0.32);
  --dark-blue:              var(--ds-color-primary-800);
  --hover-blue:             var(--ds-color-primary-700);
  --hover-dropdown:         var(--ds-color-neutral-100);
  --jaune-hex:              var(--ds-color-accent-500);
  --jaune:                  var(--ds-color-accent-500);
  --blanc:                  var(--ds-color-neutral-0);
  --blanc-fond:             var(--ds-color-neutral-50);
  --gris:                   var(--ds-color-neutral-300);
  --grey:                   var(--ds-color-neutral-100);
  --noir:                   var(--ds-color-neutral-900);
  --vert:                   var(--ds-color-success-500);
  --rouge:                  var(--ds-color-danger-500);
  --font-primaire-hex:      var(--ds-font-sans);
  --font-secondaire-hex:    var(--ds-font-sans);
  --margin-left-content:    4vw;
  --width-navbar:           4vw;
  --height-navbar:          100vh;
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-base);
  line-height: var(--ds-line-height-normal);
  color: var(--ds-text-primary);
  background-color: var(--ds-surface-app);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 46, app/assets/stylesheets/components/_options.scss */
html {
  scroll-behavior: smooth;
}

/* line 48, app/assets/stylesheets/components/_options.scss */
body {
  background-color: var(--ds-surface-app);
}

/* line 52, app/assets/stylesheets/components/_options.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 58, app/assets/stylesheets/components/_options.scss */
p a,
.prose a {
  color: var(--ds-text-link);
}

/* line 61, app/assets/stylesheets/components/_options.scss */
p a:hover,
.prose a:hover {
  color: var(--ds-text-link-hover);
  text-decoration: underline;
}

/* line 66, app/assets/stylesheets/components/_options.scss */
h1, .h1 {
  color: var(--ds-text-primary);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  line-height: var(--ds-line-height-tight);
  letter-spacing: var(--ds-letter-spacing-tight);
  margin: 0 0 var(--ds-space-4) 0;
}

/* line 76, app/assets/stylesheets/components/_options.scss */
h2, .h2 {
  color: var(--ds-text-primary);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  line-height: var(--ds-line-height-snug);
  letter-spacing: var(--ds-letter-spacing-tight);
  margin: 0 0 var(--ds-space-3) 0;
}

/* line 86, app/assets/stylesheets/components/_options.scss */
h3, .h3 {
  color: var(--ds-text-secondary);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  line-height: var(--ds-line-height-snug);
  margin: 0 0 var(--ds-space-2) 0;
  font-style: normal;
}

/* line 96, app/assets/stylesheets/components/_options.scss */
h4, .h4 {
  color: var(--ds-color-primary-600);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
  text-transform: none;
  margin: 0 0 var(--ds-space-2) 0;
}

/* line 106, app/assets/stylesheets/components/_options.scss */
hr {
  border: 0;
  height: 1px;
  background-color: var(--ds-border-subtle);
  margin: var(--ds-space-6) 0;
}

/* line 113, app/assets/stylesheets/components/_options.scss */
.custom_hr {
  border: none;
  background-color: var(--ds-color-accent-500);
  height: 2px;
  border-radius: var(--ds-radius-pill);
}

/* line 120, app/assets/stylesheets/components/_options.scss */
.resizable-textarea {
  resize: vertical;
}

/* line 122, app/assets/stylesheets/components/_options.scss */
.hidden {
  display: none !important;
}

/* line 125, app/assets/stylesheets/components/_options.scss */
.txt_vert {
  color: var(--ds-color-success-600);
}

/* line 126, app/assets/stylesheets/components/_options.scss */
.txt_rouge {
  color: var(--ds-color-danger-600);
}

/* line 127, app/assets/stylesheets/components/_options.scss */
.txt_bleu {
  color: var(--ds-color-primary-600);
}

/* line 128, app/assets/stylesheets/components/_options.scss */
.txt_muted {
  color: var(--ds-text-muted);
}

/* line 131, app/assets/stylesheets/components/_options.scss */
.lien_bleu a {
  color: var(--ds-color-primary-600);
}

/* line 131, app/assets/stylesheets/components/_options.scss */
.lien_bleu a:hover {
  color: var(--ds-color-primary-700);
}

/* line 132, app/assets/stylesheets/components/_options.scss */
.lien_jaune a,
.lien_jaune div {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-color-accent-600);
  border-bottom: none !important;
}

/* line 138, app/assets/stylesheets/components/_options.scss */
.lien_jaune a:hover,
.lien_jaune div:hover {
  color: var(--ds-color-accent-700);
}

/* line 142, app/assets/stylesheets/components/_options.scss */
.margin_top_3 {
  margin-top: var(--ds-space-6);
}

/* line 143, app/assets/stylesheets/components/_options.scss */
.h_align_self {
  align-self: center;
}

/* line 144, app/assets/stylesheets/components/_options.scss */
.space_bottom_2p {
  margin-bottom: var(--ds-space-8) !important;
}

/* line 147, app/assets/stylesheets/components/_options.scss */
.version_jestion {
  position: fixed;
  top: var(--ds-space-2);
  right: var(--ds-space-3);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  background: var(--ds-surface-card);
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  border: 1px solid var(--ds-border-subtle);
  box-shadow: var(--ds-shadow-xs);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 165, app/assets/stylesheets/components/_options.scss */
#tableau_search_bar,
#tableau_search_bar2 {
  border: 1px solid var(--ds-border-default);
  background-color: var(--ds-surface-card);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-2) var(--ds-space-3);
  margin-top: var(--ds-space-2);
  font-size: var(--ds-font-size-sm);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 176, app/assets/stylesheets/components/_options.scss */
#tableau_search_bar:focus,
#tableau_search_bar2:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 186, app/assets/stylesheets/components/_options.scss */
.destroy_button,
.new_button {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-2) var(--ds-space-4);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--ds-transition-base, all var(--ds-duration-fast) var(--ds-ease-standard));
}

/* line 200, app/assets/stylesheets/components/_options.scss */
.destroy_button {
  color: var(--ds-color-neutral-0);
  background-color: var(--ds-color-danger-600);
}

/* line 203, app/assets/stylesheets/components/_options.scss */
.destroy_button:hover {
  background-color: var(--ds-color-danger-700);
  color: var(--ds-color-neutral-0);
}

/* line 206, app/assets/stylesheets/components/_options.scss */
.new_button {
  color: var(--ds-color-neutral-0);
  background-color: var(--ds-color-primary-600);
}

/* line 209, app/assets/stylesheets/components/_options.scss */
.new_button:hover {
  background-color: var(--ds-color-primary-700);
  color: var(--ds-color-neutral-0);
}

/* line 5, app/assets/stylesheets/components/_page_content.scss */
.page_content {
  width: 100%;
  min-height: calc(100vh - 64px);
  padding: var(--ds-space-8) var(--ds-space-6);
  background-color: var(--ds-surface-app);
}

/* line 12, app/assets/stylesheets/components/_page_content.scss */
.page_content > .page-shell,
.page_content > .container,
.page_content > .container-fluid,
.page_content > .container-sm,
.page_content > .container-md,
.page_content > .container-lg,
.page_content > .container-xl,
.page_content > .container-xxl {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  /* line 5, app/assets/stylesheets/components/_page_content.scss */
  .page_content {
    padding: var(--ds-space-5) var(--ds-space-4);
  }
}

/* line 28, app/assets/stylesheets/components/_page_content.scss */
.page_content:has(> .esm_cockpit), .page_content:has(> .ob-resume-banner + .esm_cockpit) {
  padding-top: 0;
}

/* line 32, app/assets/stylesheets/components/_page_content.scss */
.page_content:has(> .esm_cockpit) > .esm_cockpit, .page_content:has(> .ob-resume-banner + .esm_cockpit) > .esm_cockpit {
  margin-top: 0;
}

/* line 40, app/assets/stylesheets/components/_page_content.scss */
.page_content:has(> .jc-page-shell) {
  padding-top: 0;
}

/* line 43, app/assets/stylesheets/components/_page_content.scss */
.page_content:has(> .jc-page-shell) > .jc-page-shell {
  margin-top: 0;
}

/* line 51, app/assets/stylesheets/components/_page_content.scss */
.page_content > .ob-resume-banner {
  margin-left: calc(-1 * var(--ds-space-6, 1.5rem));
  margin-right: calc(-1 * var(--ds-space-6, 1.5rem));
}

@media (max-width: 768px) {
  /* line 51, app/assets/stylesheets/components/_page_content.scss */
  .page_content > .ob-resume-banner {
    margin-left: calc(-1 * var(--ds-space-4, 1rem));
    margin-right: calc(-1 * var(--ds-space-4, 1rem));
  }
}

/* line 62, app/assets/stylesheets/components/_page_content.scss */
turbo-frame[id="modal"]:empty,
turbo-frame[id="drawer"]:empty {
  display: contents !important;
}

/* line 68, app/assets/stylesheets/components/_page_content.scss */
.user_page_header {
  display: flex;
  flex-direction: row;
  gap: var(--ds-space-4);
  align-items: center;
  margin-bottom: var(--ds-space-6);
}

/* line 75, app/assets/stylesheets/components/_page_content.scss */
.user_page_header .avatar {
  border: 2px solid var(--ds-color-neutral-0);
  border-radius: var(--ds-radius-pill);
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: var(--ds-shadow-md);
  background-color: var(--ds-surface-muted);
}

@media (max-width: 768px) {
  /* line 75, app/assets/stylesheets/components/_page_content.scss */
  .user_page_header .avatar {
    width: 72px;
    height: 72px;
  }
}

/* line 90, app/assets/stylesheets/components/_page_content.scss */
.user_page_header .nom {
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: var(--ds-line-height-tight);
}

/* line 99, app/assets/stylesheets/components/_page_content.scss */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-6);
  padding-bottom: var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 109, app/assets/stylesheets/components/_page_content.scss */
.page-header__heading {
  min-width: 0;
}

/* line 113, app/assets/stylesheets/components/_page_content.scss */
.page-header__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: var(--ds-line-height-tight);
  letter-spacing: var(--ds-letter-spacing-tight);
  margin: 0;
}

/* line 125, app/assets/stylesheets/components/_page_content.scss */
.page-header__view-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: var(--ds-radius-full);
  flex-shrink: 0;
}

/* line 133, app/assets/stylesheets/components/_page_content.scss */
.page-header__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 12px;
  margin-left: 4px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-pill);
  font-size: 14px;
  font-weight: var(--ds-font-weight-semibold);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

/* line 150, app/assets/stylesheets/components/_page_content.scss */
.page-header__subtitle {
  margin: var(--ds-space-1) 0 0 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  white-space: pre-line;
}

/* line 160, app/assets/stylesheets/components/_page_content.scss */
.page-header__actions {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 168, app/assets/stylesheets/components/_page_content.scss */
.surface-card {
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-6);
  box-shadow: var(--ds-shadow-sm);
}

/* line 12, app/assets/stylesheets/components/_alert.scss */
.alert {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  margin: var(--ds-space-2) 0;
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-border-subtle);
  background-color: var(--ds-surface-card);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
  box-shadow: var(--ds-shadow-sm);
}

/* line 27, app/assets/stylesheets/components/_alert.scss */
.alert::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--ds-color-neutral-400);
  border-radius: var(--ds-radius-md) 0 0 var(--ds-radius-md);
}

/* line 36, app/assets/stylesheets/components/_alert.scss */
.alert-success, .alert.success {
  background-color: var(--ds-color-success-50);
  border-color: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 40, app/assets/stylesheets/components/_alert.scss */
.alert-success::before, .alert.success::before {
  background-color: var(--ds-color-success-500);
}

/* line 43, app/assets/stylesheets/components/_alert.scss */
.alert-info, .alert.info {
  background-color: var(--ds-color-info-50);
  border-color: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 47, app/assets/stylesheets/components/_alert.scss */
.alert-info::before, .alert.info::before {
  background-color: var(--ds-color-info-500);
}

/* line 50, app/assets/stylesheets/components/_alert.scss */
.alert-warning, .alert.warning {
  background-color: var(--ds-color-warning-50);
  border-color: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 54, app/assets/stylesheets/components/_alert.scss */
.alert-warning::before, .alert.warning::before {
  background-color: var(--ds-color-warning-500);
}

/* line 57, app/assets/stylesheets/components/_alert.scss */
.alert-danger, .alert-error, .alert.error {
  background-color: var(--ds-color-danger-50);
  border-color: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 61, app/assets/stylesheets/components/_alert.scss */
.alert-danger::before, .alert-error::before, .alert.error::before {
  background-color: var(--ds-color-danger-500);
}

/* line 64, app/assets/stylesheets/components/_alert.scss */
.alert .close {
  margin-left: auto;
  background: transparent;
  border: 0;
  padding: 0 var(--ds-space-1);
  font-size: var(--ds-font-size-lg);
  line-height: 1;
  color: currentColor;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 76, app/assets/stylesheets/components/_alert.scss */
.alert .close:hover {
  opacity: 1;
}

/* line 77, app/assets/stylesheets/components/_alert.scss */
.alert .close span:after {
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/components/_alert.scss */
.flash-toasts {
  position: fixed;
  top: var(--ds-space-4);
  right: var(--ds-space-4);
  z-index: var(--ds-z-toast);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--ds-space-2);
  width: 420px;
  max-width: calc(100vw - 32px);
  pointer-events: none;
}

/* line 95, app/assets/stylesheets/components/_alert.scss */
.flash-toasts > * {
  pointer-events: auto;
}

@media (max-width: 640px) {
  /* line 82, app/assets/stylesheets/components/_alert.scss */
  .flash-toasts {
    top: var(--ds-space-3);
    right: var(--ds-space-3);
    left: var(--ds-space-3);
    width: auto;
  }
}

/* line 105, app/assets/stylesheets/components/_alert.scss */
.flash-toast {
  align-items: center;
  margin: 0;
  box-shadow: var(--ds-shadow-xl);
  animation: ds-toast-in var(--ds-duration-slow) var(--ds-ease-out), ds-toast-out 320ms var(--ds-ease-standard) forwards 6s;
}

/* line 113, app/assets/stylesheets/components/_alert.scss */
.flash-toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: currentColor;
  opacity: 0.85;
}

/* line 124, app/assets/stylesheets/components/_alert.scss */
.flash-toast__message {
  flex: 1;
  min-width: 0;
  color: inherit;
}

/* line 131, app/assets/stylesheets/components/_alert.scss */
.flash-toast:hover {
  animation-play-state: paused;
}

@keyframes ds-toast-in {
  from {
    opacity: 0;
    transform: translate(20px, -8px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes ds-toast-out {
  to {
    opacity: 0;
    transform: translate(20px, -8px);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 144, app/assets/stylesheets/components/_alert.scss */
  .flash-toast {
    animation: none;
  }
}

/* line 1, app/assets/stylesheets/components/_avatar.scss */
.avatar {
  width: 6rem;
  border-radius: 50%;
}

/* line 5, app/assets/stylesheets/components/_avatar.scss */
.avatar-large {
  width: 56px;
}

/* line 9, app/assets/stylesheets/components/_avatar.scss */
.avatar-bordered, .avatar-square {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

/* line 15, app/assets/stylesheets/components/_avatar.scss */
.avatar-square {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/components/_navbar.scss */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ds-surface-card);
  padding: var(--ds-space-3) var(--ds-space-6);
  border-bottom: 1px solid var(--ds-border-subtle);
  font-family: var(--ds-font-sans);
  position: sticky;
  top: 0;
  z-index: var(--ds-z-sticky);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 20, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-logo {
  height: 32px;
  width: auto;
  display: block;
}

/* line 26, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-toggle {
  display: none;
  background: transparent;
  border: 0;
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-2) var(--ds-space-3);
  font-size: var(--ds-font-size-lg);
  color: var(--ds-text-primary);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 37, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-toggle:hover {
  background-color: var(--ds-surface-muted);
}

/* line 41, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links {
  display: flex;
  align-items: center;
  gap: var(--ds-space-1);
  position: relative;
}

/* line 47, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 53, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .nav-link .link {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-secondary);
  font-weight: var(--ds-font-weight-medium);
  font-size: var(--ds-font-size-sm);
  text-decoration: none;
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-md);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 66, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .nav-link .link:hover {
  color: var(--ds-text-primary);
  background-color: var(--ds-surface-muted);
}

/* line 71, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .nav-link .link.active {
  color: var(--ds-color-primary-700);
  background-color: var(--ds-color-primary-50);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 78, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .nav-link .nav-underline {
  display: none;
}

/* line 82, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown {
  position: relative;
}

/* line 85, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
}

/* line 94, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--ds-font-sans);
  font-weight: var(--ds-font-weight-medium);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-md);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 110, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-btn i, .navbar .navbar-links .dropdown .dropdown-btn svg {
  font-size: 0.75em;
  opacity: 0.6;
}

/* line 112, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-btn:hover {
  color: var(--ds-text-primary);
  background-color: var(--ds-surface-muted);
}

/* line 118, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown.open .dropdown-btn, .navbar .navbar-links .dropdown:focus-within .dropdown-btn {
  color: var(--ds-text-primary);
  background-color: var(--ds-surface-muted);
}

/* line 124, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 240px;
  background: var(--ds-surface-elevated);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-lg);
  padding: var(--ds-space-2);
  display: none;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  z-index: var(--ds-z-dropdown);
}

/* line 143, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content .dropdown-item {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 155, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content .dropdown-item i, .navbar .navbar-links .dropdown .dropdown-content .dropdown-item svg {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 164, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content .dropdown-item:hover {
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-primary);
}

/* line 167, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content .dropdown-item:hover i, .navbar .navbar-links .dropdown .dropdown-content .dropdown-item:hover svg {
  color: var(--ds-color-primary-600);
}

/* line 170, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content .dropdown-item.active {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 174, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown .dropdown-content .dropdown-item.active i, .navbar .navbar-links .dropdown .dropdown-content .dropdown-item.active svg {
  color: var(--ds-color-primary-600);
}

/* line 179, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-links .dropdown.open > .dropdown-content {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 189, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-right {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
}

/* line 195, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile {
  position: relative;
}

/* line 198, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-info {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  cursor: pointer;
  padding: var(--ds-space-1) var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 207, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-info:hover {
  background-color: var(--ds-surface-muted);
}

/* line 209, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-info .avatar {
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-pill);
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--ds-color-neutral-0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 218, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-info .profile-name {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 228, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-info::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 12px;
}

/* line 238, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 220px;
  background: var(--ds-surface-elevated);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-lg);
  padding: var(--ds-space-2);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  z-index: var(--ds-z-dropdown);
}

/* line 256, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-menu .menu-item {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 267, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-menu .menu-item:hover {
  background-color: var(--ds-surface-muted);
}

/* line 269, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-menu .menu-item.logout {
  color: var(--ds-color-danger-600);
}

/* line 271, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile .profile-menu .menu-item.logout:hover {
  background-color: var(--ds-color-danger-50);
}

/* line 276, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile:hover .profile-menu,
.navbar .navbar-profile .profile-info:hover + .profile-menu,
.navbar .navbar-profile .profile-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 285, app/assets/stylesheets/components/_navbar.scss */
.navbar .navbar-profile.open .profile-menu {
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 900px) {
  /* line 195, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-profile {
    width: 100%;
    justify-content: center;
  }
  /* line 297, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-profile .profile-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    border-radius: var(--ds-radius-2xl) var(--ds-radius-2xl) 0 0;
    box-shadow: 0 -10px 40px rgba(15, 23, 42, 0.15);
    padding: var(--ds-space-3);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: transform var(--ds-duration-base) var(--ds-ease-out), opacity var(--ds-duration-base) var(--ds-ease-out);
    transform: translateY(100%);
  }
  /* line 316, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-profile.open .profile-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  /* line 5, app/assets/stylesheets/components/_navbar.scss */
  .navbar {
    flex-wrap: wrap;
    padding: var(--ds-space-3) var(--ds-space-4);
  }
  /* line 330, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  /* line 332, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: var(--ds-space-3);
    border-top: 1px solid var(--ds-border-subtle);
    padding-top: var(--ds-space-3);
    gap: var(--ds-space-1);
  }
  /* line 341, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .nav-link, .navbar .navbar-links .nav-link .link {
    width: 100%;
  }
  /* line 342, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .nav-link .link {
    padding: var(--ds-space-3);
  }
  /* line 344, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .dropdown {
    width: 100%;
  }
  /* line 347, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .dropdown .dropdown-btn {
    width: 100%;
    justify-content: space-between;
    padding: var(--ds-space-3);
    border-radius: var(--ds-radius-md);
  }
  /* line 354, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .dropdown .dropdown-content {
    position: static;
    box-shadow: none;
    border: 0;
    border-radius: var(--ds-radius-md);
    margin: var(--ds-space-1) 0 var(--ds-space-2);
    padding: 0 0 0 var(--ds-space-3);
    background: transparent;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  /* line 367, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .dropdown .dropdown-content .dropdown-item {
    padding: var(--ds-space-2) var(--ds-space-3);
  }
  /* line 370, app/assets/stylesheets/components/_navbar.scss */
  .navbar .navbar-links .dropdown.open > .dropdown-content {
    display: flex;
  }
  /* line 374, app/assets/stylesheets/components/_navbar.scss */
  .navbar.open .navbar-links {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 378, app/assets/stylesheets/components/_navbar.scss */
  .navbar .dropdown .dropdown-content,
.navbar .navbar-profile .profile-menu {
    transition: none;
    transform: none !important;
  }
}

/* line 5, app/assets/stylesheets/components/_login.scss */
.session_background {
  min-height: 100vh;
  width: 100%;
  background: radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.18), transparent 40%), radial-gradient(circle at 100% 100%, rgba(99, 102, 241, 0.3), transparent 50%), linear-gradient(135deg, var(--ds-color-primary-700) 0%, var(--ds-color-primary-900) 100%);
  color: var(--ds-color-neutral-0);
  font-family: var(--ds-font-sans);
}

/* line 15, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-10) var(--ds-space-4);
}

/* line 21, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .container {
  max-width: 960px;
  padding-top: var(--ds-space-2);
}

/* line 26, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .card {
  background: var(--ds-surface-card) !important;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-2xl);
  width: 100%;
}

/* line 33, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .card .card-body {
  padding: var(--ds-space-6);
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/components/_login.scss */
  .session_background.modern-signup .card .card-body {
    padding: var(--ds-space-8);
  }
}

/* line 39, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .form-label {
  margin-bottom: var(--ds-space-1);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
}

/* line 46, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .form-control,
.session_background.modern-signup .form-select {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-2) var(--ds-space-3);
  font-size: var(--ds-font-size-sm);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 55, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .form-control:focus,
.session_background.modern-signup .form-select:focus {
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 61, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .btn-primary {
  background: var(--ds-color-primary-600);
  border: none;
  padding: var(--ds-space-3) var(--ds-space-5);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-xs);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 73, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .btn-primary:hover {
  background: var(--ds-color-primary-700);
  box-shadow: var(--ds-shadow-md);
  transform: translateY(-1px);
}

/* line 79, app/assets/stylesheets/components/_login.scss */
.session_background.modern-signup .btn-primary:active {
  transform: translateY(0);
  box-shadow: var(--ds-shadow-xs);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/components/_login.scss */
  .session_background.modern-signup {
    padding: var(--ds-space-4) var(--ds-space-2);
  }
  /* line 84, app/assets/stylesheets/components/_login.scss */
  .session_background.modern-signup .h2 {
    font-size: var(--ds-font-size-xl);
  }
  /* line 85, app/assets/stylesheets/components/_login.scss */
  .session_background.modern-signup .card-body {
    padding: var(--ds-space-5);
  }
}

/* line 89, app/assets/stylesheets/components/_login.scss */
.session_background form {
  width: 100%;
  min-height: 100vh;
}

/* line 93, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--ds-space-6);
}

/* line 102, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background {
  width: 100%;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ds-radius-2xl);
  box-shadow: var(--ds-shadow-2xl);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: ds-modal-in var(--ds-duration-slow) var(--ds-ease-out);
}

/* line 116, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main {
  padding: var(--ds-space-8) var(--ds-space-8) var(--ds-space-6);
}

@media (max-width: 640px) {
  /* line 116, app/assets/stylesheets/components/_login.scss */
  .session_background form .content_div .content_background .content_main {
    padding: var(--ds-space-6) var(--ds-space-5) var(--ds-space-4);
  }
}

/* line 121, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_title {
  margin-bottom: var(--ds-space-6);
}

/* line 124, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_title .title_line {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-4xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  line-height: var(--ds-line-height-tight);
  color: var(--ds-color-neutral-0);
  margin: 0;
}

@media (max-width: 640px) {
  /* line 124, app/assets/stylesheets/components/_login.scss */
  .session_background form .content_div .content_background .content_main .main_title .title_line {
    font-size: var(--ds-font-size-2xl);
  }
}

/* line 137, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 142, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_input_line {
  width: 100%;
  color: var(--ds-color-neutral-0);
}

/* line 146, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_input_line input:-webkit-autofill,
.session_background form .content_div .content_background .content_main .main_form .form_input_line input:-webkit-autofill:hover,
.session_background form .content_div .content_background .content_main .main_form .form_input_line input:-webkit-autofill:focus,
.session_background form .content_div .content_background .content_main .main_form .form_input_line input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--ds-color-neutral-0);
  caret-color: var(--ds-color-neutral-0);
}

/* line 155, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_input_line .form_input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ds-color-neutral-0);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3) var(--ds-space-4);
  font-size: var(--ds-font-size-md);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 167, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_input_line .form_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.session_background form .content_div .content_background .content_main .main_form .form_input_line .form_input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

/* line 169, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_input_line .form_input:focus {
  outline: none;
  border-color: var(--ds-color-accent-400);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

/* line 178, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_txt_line fieldset .form-check {
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--ds-font-size-sm);
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 187, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_btn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  margin: var(--ds-space-2) 0 0 0;
}

/* line 192, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_btn button {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-3);
  font-size: var(--ds-font-size-md);
  background-color: transparent;
  color: var(--ds-color-neutral-0);
  font-family: var(--ds-font-sans);
  font-weight: var(--ds-font-weight-semibold);
  cursor: pointer;
  border: 0;
  padding: 0;
  transition: gap var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 206, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_btn button:hover {
  gap: var(--ds-space-4);
}

/* line 208, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_btn button .circle_arrow1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: var(--ds-radius-pill);
  background-color: var(--ds-color-accent-500);
  box-shadow: var(--ds-shadow-md);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 220, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_btn button .circle_arrow1 i {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-color-neutral-900);
}

/* line 226, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_main .main_form .form_btn button:hover .circle_arrow1 {
  background-color: var(--ds-color-accent-400);
  transform: rotate(-8deg);
}

/* line 235, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ds-space-5) var(--ds-space-8);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 640px) {
  /* line 235, app/assets/stylesheets/components/_login.scss */
  .session_background form .content_div .content_background .content_footer {
    padding: var(--ds-space-4) var(--ds-space-5);
  }
}

/* line 244, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_footer .footer_links {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: var(--ds-font-weight-regular);
  font-size: var(--ds-font-size-sm);
}

/* line 253, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_footer .footer_links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 258, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_footer .footer_links a .emoji {
  font-size: var(--ds-font-size-md);
}

/* line 260, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_footer .footer_links a:hover {
  color: var(--ds-color-neutral-0);
}

/* line 264, app/assets/stylesheets/components/_login.scss */
.session_background form .content_div .content_background .content_footer .footer_logo {
  display: flex;
  justify-content: flex-end;
  opacity: 0.85;
}

@media (max-width: 640px) {
  /* line 264, app/assets/stylesheets/components/_login.scss */
  .session_background form .content_div .content_background .content_footer .footer_logo {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/components/_menu.scss */
.menu .tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 6, app/assets/stylesheets/components/_menu.scss */
.menu .tabs .tab {
  border: 1px solid var(--blanc);
  background-color: var(--bleu-hex);
  color: var(--blanc);
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  /* line 6, app/assets/stylesheets/components/_menu.scss */
  .menu .tabs .tab {
    font-size: 12px;
    width: 150px;
  }
}

/* line 23, app/assets/stylesheets/components/_menu.scss */
.menu .tabs .btn_tab {
  border: 1px solid var(--blanc);
  background-color: var(--bleu-hex);
  color: var(--blanc);
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 200px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 37, app/assets/stylesheets/components/_menu.scss */
.menu .tabs .tab:hover {
  background-color: var(--hover-blue);
  color: var(--blanc-fond);
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/components/_menu.scss */
.menu .tabs .active {
  color: var(--jaune-hex);
}

/* line 45, app/assets/stylesheets/components/_menu.scss */
.menu .tabs .active:hover {
  color: var(--jaune-hex);
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/components/_menu.scss */
.menu .contents .content {
  display: none;
}

/* line 54, app/assets/stylesheets/components/_menu.scss */
.menu .contents .active {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_formulaire.scss */
.formulaire {
  margin-top: 3vh;
}

/* line 4, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input {
  display: flex;
  align-items: center;
  gap: 5%;
}

/* line 9, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input div {
  flex: 1 1 0;
}

/* line 12, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input div label {
  color: var(--noir);
  margin: 0%;
}

/* line 17, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input div input,
.formulaire .input div textarea {
  border: none;
  border-bottom: 2px solid var(--jaune-hex);
  background: none;
}

/* line 23, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input div input :valid,
.formulaire .input div textarea :valid {
  border-bottom: var(--vert);
}

/* line 28, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input div booleans {
  display: flex;
  align-items: center;
  gap: 5%;
  color: #0E0000;
}

/* line 35, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input div select {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--jaune-hex);
}

/* line 42, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input .previewer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 50vh;
  margin: 20px 0px 20px 0px;
}

/* line 49, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input .previewer textarea {
  width: 30%;
  border: none;
  border-bottom: 2px solid var(--jaune-hex);
  background: none;
  height: 100%;
}

/* line 57, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input .previewer .previewer_area {
  width: 60%;
  height: 100%;
  border: 1px solid #172144;
}

/* line 62, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .input .previewer .previewer_area div {
  flex: 0;
}

/* line 70, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .selector div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 77, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .selector div .select2-container span .select2-selection {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--jaune-hex);
  border-radius: 0;
}

/* line 88, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms {
  display: block;
  margin: 2vh 0%;
}

/* line 92, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input {
  display: flex;
  flex-direction: column;
}

/* line 96, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .label {
  color: var(--bleu-hex);
  font-weight: 900;
  font-family: var(--font-primaire-hex);
  margin: 0%;
}

/* line 104, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .inputs div {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

/* line 109, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .inputs div .array_item_input {
  margin-top: 1%;
  width: auto;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}

/* line 116, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .inputs div .array_item_input .array_item_delete_btn {
  position: relative;
  top: 25%;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .inputs div .array_item_input .array_item_delete_btn i {
  color: red;
  font-size: 10px;
}

/* line 127, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .inputs div .array_item_input input {
  border: none;
  border-bottom: 2px solid var(--jaune-hex);
  background: none;
}

/* line 132, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .array_input .inputs div .array_item_input input :valid {
  border-bottom: var(--vert);
}

/* line 141, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .btn {
  width: auto;
  height: auto;
  color: var(--bleu-hex);
  border-radius: 30px;
}

/* line 148, app/assets/stylesheets/components/_formulaire.scss */
.formulaire .array_forms .btn:hover {
  color: var(--jaune-hex) !important;
}

/* line 155, app/assets/stylesheets/components/_formulaire.scss */
.button input,
.button button {
  width: auto;
  height: auto;
  background-color: var(--bleu-hex);
  color: var(--blanc);
  border-radius: 30px;
}

/* line 164, app/assets/stylesheets/components/_formulaire.scss */
.button .btn:hover {
  color: var(--jaune-hex) !important;
}

/* line 168, app/assets/stylesheets/components/_formulaire.scss */
.button .vert {
  background-color: var(--vert);
}

/* line 172, app/assets/stylesheets/components/_formulaire.scss */
.button .rouge {
  background-color: var(--rouge);
}

/* line 176, app/assets/stylesheets/components/_formulaire.scss */
.button .jaune {
  background-color: var(--jaune);
}

/* line 181, app/assets/stylesheets/components/_formulaire.scss */
.text-area-wrapper {
  width: 100% !important;
}

/* line 184, app/assets/stylesheets/components/_formulaire.scss */
.text-area-wrapper :focus {
  outline: none;
  box-shadow: none;
}

/* Style pour la checkbox */
/* line 191, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"] {
  /* Masquer la checkbox par défaut */
  display: none;
  /* Styles pour le conteneur de la checkbox */
  /* Styles pour l'apparence de la checkbox */
  /* Styles pour afficher la checkbox cochée */
  /* Styles pour afficher la checkbox cochée */
  /* Styles pour afficher la checkbox cochée */
  /* Styles pour la checkbox désactivée */
  /* Styles pour la checkbox désactivée */
}

/* line 196, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* line 207, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 221, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"] + label:after {
  content: "";
  display: none;
  position: absolute;
  left: 4px;
  top: 6px;
  width: 8px;
  height: 16px;
  border: solid #1ebea5;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* line 235, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"]:checked + label:after {
  display: block;
}

/* line 240, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"]:checked + label:before {
  border-color: #1ebea5;
  background-color: #1ebea5;
}

/* line 246, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"]:disabled + label {
  color: #999;
  cursor: not-allowed;
}

/* line 252, app/assets/stylesheets/components/_formulaire.scss */
input[type="checkbox"]:disabled + label:before {
  border-color: #999;
}

/* line 256, app/assets/stylesheets/components/_formulaire.scss */
#contact-message-container {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
}

/* line 261, app/assets/stylesheets/components/_formulaire.scss */
#contact-message-container div {
  margin-bottom: 10px;
  color: #6c757d;
  font-size: 16px;
}

/* line 267, app/assets/stylesheets/components/_formulaire.scss */
#contact-message-container a.btn {
  background-color: #007bff;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
}

/* line 274, app/assets/stylesheets/components/_formulaire.scss */
#contact-message-container a.btn:hover {
  background-color: #0062cc;
}

/* line 279, app/assets/stylesheets/components/_formulaire.scss */
.email-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 0.25rem;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
}

/* line 291, app/assets/stylesheets/components/_formulaire.scss */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

/* line 303, app/assets/stylesheets/components/_formulaire.scss */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* line 311, app/assets/stylesheets/components/_formulaire.scss */
.sidebar.active {
  width: 25%;
}

/* line 316, app/assets/stylesheets/components/_formulaire.scss */
.input-with-button {
  position: relative;
  display: inline-block;
}

/* line 320, app/assets/stylesheets/components/_formulaire.scss */
.input-with-button .input-entreprise {
  display: block;
  width: 100%;
}

/* line 325, app/assets/stylesheets/components/_formulaire.scss */
.input-with-button .add-entreprise-btn {
  color: #0000ff;
  background-color: transparent !important;
  position: absolute;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: block;
  z-index: 1005;
  margin-top: -1rem;
  width: 100%;
}

/* line 342, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 8px;
  height: auto;
  min-height: 42px;
  padding: 6px 12px;
  transition: all 0.3s ease;
}

/* line 350, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-selection--single:hover {
  border-color: var(--bleu-hex);
}

/* line 354, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus-within {
  border-color: var(--bleu-hex);
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.1);
  outline: none;
}

/* line 361, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 28px;
  padding: 0;
}

/* line 367, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

/* line 375, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-results__option {
  padding: 10px 15px;
  transition: all 0.2s ease;
}

/* line 379, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-results__option--highlighted {
  background-color: var(--bleu-hex) !important;
  color: white !important;
}

/* line 384, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-results__option:hover {
  background-color: rgba(0, 0, 255, 0.1);
}

/* line 389, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-search--dropdown {
  padding: 10px;
}

/* line 392, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  transition: border-color 0.3s ease;
}

/* line 398, app/assets/stylesheets/components/_formulaire.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--bleu-hex);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.1);
}

/* line 407, app/assets/stylesheets/components/_formulaire.scss */
.select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

/* line 415, app/assets/stylesheets/components/_formulaire.scss */
.form_input.select2 + .select2-container {
  width: 100% !important;
}

/* line 10, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal,
.hex_modal2 {
  position: fixed;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: var(--ds-z-modal);
  overflow-y: auto;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  animation: ds-modal-backdrop-in var(--ds-duration-base) var(--ds-ease-out);
}

/* line 24, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal {
  background-color: var(--ds-surface-overlay);
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
}

/* line 30, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 86vh;
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-2xl);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: ds-modal-in var(--ds-duration-slow) var(--ds-ease-out);
}

/* line 44, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background .header {
  width: 100%;
  padding: var(--ds-space-4) var(--ds-space-5);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 52, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background .header .modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-md);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 65, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background .header .modal-close:hover {
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-primary);
}

/* line 72, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background .content {
  flex: 1;
  padding: var(--ds-space-5) var(--ds-space-6) var(--ds-space-6);
  overflow-y: auto;
}

/* line 77, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background .content form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: var(--ds-space-4);
}

/* line 85, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal .background .content form .button {
  bottom: 0;
}

/* line 92, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 {
  background-color: var(--ds-surface-overlay);
}

/* line 95, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content {
  opacity: 1;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--ds-color-primary-700), var(--ds-color-primary-800));
  color: var(--ds-color-neutral-0);
  animation: ds-modal-in var(--ds-duration-slow) var(--ds-ease-out);
}

/* line 105, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: var(--ds-space-4) var(--ds-space-5);
}

/* line 111, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .header .modal-close {
  color: var(--ds-color-neutral-0);
  font-size: var(--ds-font-size-2xl);
  opacity: 0.7;
  cursor: pointer;
  line-height: 1;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 119, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .header .modal-close:hover {
  opacity: 1;
}

/* line 123, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main {
  width: 100%;
  flex-grow: 1;
}

/* line 127, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire {
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 var(--ds-space-8);
  gap: var(--ds-space-12);
}

@media (max-width: 900px) {
  /* line 127, app/assets/stylesheets/components/_hex_modal.scss */
  .hex_modal2 .modal_content .main .formulaire {
    flex-direction: column;
    padding: 0 var(--ds-space-5);
    gap: var(--ds-space-5);
  }
}

/* line 140, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .title {
  color: var(--ds-color-neutral-0);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-4xl);
  font-weight: var(--ds-font-weight-bold);
  line-height: var(--ds-line-height-tight);
  letter-spacing: var(--ds-letter-spacing-tight);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
}

@media (max-width: 900px) {
  /* line 140, app/assets/stylesheets/components/_hex_modal.scss */
  .hex_modal2 .modal_content .main .formulaire .title {
    font-size: var(--ds-font-size-2xl);
  }
}

/* line 153, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .title .ligne {
  margin-bottom: 0;
}

/* line 156, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 162, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .input_line {
  width: 100%;
  max-width: 420px;
  color: var(--ds-color-neutral-0);
}

/* line 167, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .input_line label,
.hex_modal2 .modal_content .main .formulaire .content .input_line input:-webkit-autofill,
.hex_modal2 .modal_content .main .formulaire .content .input_line input:-webkit-autofill:hover,
.hex_modal2 .modal_content .main .formulaire .content .input_line input:-webkit-autofill:focus,
.hex_modal2 .modal_content .main .formulaire .content .input_line input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--ds-color-neutral-0);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: var(--ds-font-size-md);
  background: transparent;
}

/* line 180, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .input_line .form_input {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--ds-color-neutral-0);
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-size: var(--ds-font-size-md);
  background: transparent;
  padding: var(--ds-space-2) 0;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 190, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .input_line .form_input:focus {
  border-bottom-color: var(--ds-color-accent-400);
  outline: none;
}

/* line 194, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .long_input_line {
  width: 100%;
  color: var(--ds-color-neutral-0);
}

/* line 198, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .long_input_line label,
.hex_modal2 .modal_content .main .formulaire .content .long_input_line input:-webkit-autofill,
.hex_modal2 .modal_content .main .formulaire .content .long_input_line input:-webkit-autofill:hover,
.hex_modal2 .modal_content .main .formulaire .content .long_input_line input:-webkit-autofill:focus,
.hex_modal2 .modal_content .main .formulaire .content .long_input_line input:-webkit-autofill:active,
.hex_modal2 .modal_content .main .formulaire .content .long_input_line .form_input {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.05) inset !important;
  -webkit-text-fill-color: var(--ds-color-neutral-0);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-md);
  padding: var(--ds-space-3) var(--ds-space-4);
  background: rgba(255, 255, 255, 0.04);
}

/* line 213, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .long_input_line .form_input:focus {
  border-color: var(--ds-color-accent-400);
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

/* line 220, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .button_line {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  margin: 0;
}

/* line 225, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .button_line button, .hex_modal2 .modal_content .main .formulaire .content .button_line a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: var(--ds-space-3);
  font-size: var(--ds-font-size-md);
  background-color: transparent;
  color: var(--ds-color-neutral-0);
  font-family: var(--ds-font-sans);
  font-weight: var(--ds-font-weight-semibold);
  border: none;
  cursor: pointer;
  padding: var(--ds-space-2) 0;
  transition: gap var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 240, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .button_line button:hover, .hex_modal2 .modal_content .main .formulaire .content .button_line a:hover {
  gap: var(--ds-space-4);
}

/* line 242, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .button_line button .circle_arrow1, .hex_modal2 .modal_content .main .formulaire .content .button_line a .circle_arrow1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-pill);
  height: 40px;
  width: 40px;
  background-color: var(--ds-color-accent-500);
  box-shadow: var(--ds-shadow-md);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 253, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .button_line button .circle_arrow1 i, .hex_modal2 .modal_content .main .formulaire .content .button_line a .circle_arrow1 i {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-color-neutral-900);
}

/* line 259, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .button_line button:hover .circle_arrow1, .hex_modal2 .modal_content .main .formulaire .content .button_line a:hover .circle_arrow1 {
  background-color: var(--ds-color-accent-400);
}

/* line 263, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .main .formulaire .content .no_border {
  border: none;
}

/* line 268, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal2 .modal_content .footer {
  width: 100%;
  padding: var(--ds-space-5) var(--ds-space-8);
}

/* line 275, app/assets/stylesheets/components/_hex_modal.scss */
.hex_modal_active {
  display: flex;
}

/* line 278, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--ds-color-accent-500);
  padding: var(--ds-space-1) var(--ds-space-2);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 292, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button:hover {
  color: var(--ds-color-primary-600);
}

/* line 294, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button.ligne {
  width: auto;
  border-bottom: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-2) var(--ds-space-3);
}

/* line 301, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button2,
.modal-button4 {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  border: 0;
  background: transparent;
  color: var(--ds-color-primary-600);
  cursor: pointer;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  font-family: var(--ds-font-sans);
  padding: var(--ds-space-1) var(--ds-space-2);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 316, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button2:hover,
.modal-button4:hover {
  color: var(--ds-color-primary-700);
  text-decoration: underline;
}

/* line 319, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button3 {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  border: 0;
  background: transparent;
  color: var(--ds-color-accent-600);
  cursor: pointer;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-bold);
  font-family: var(--ds-font-sans);
  padding: var(--ds-space-1) var(--ds-space-2);
}

/* line 332, app/assets/stylesheets/components/_hex_modal.scss */
.modal-button3:hover {
  color: var(--ds-color-accent-700);
  text-decoration: underline;
}

/* line 335, app/assets/stylesheets/components/_hex_modal.scss */
.modal_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-4);
}

@keyframes ds-modal-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ds-modal-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 353, app/assets/stylesheets/components/_hex_modal.scss */
  .hex_modal,
.hex_modal2,
.hex_modal .background,
.hex_modal2 .modal_content {
    animation: none;
  }
}

/* line 2, app/assets/stylesheets/components/_tableau.scss */
.table_container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* line 9, app/assets/stylesheets/components/_tableau.scss */
.table_container::-webkit-scrollbar {
  height: 8px;
}

/* line 13, app/assets/stylesheets/components/_tableau.scss */
.table_container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* line 18, app/assets/stylesheets/components/_tableau.scss */
.table_container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

/* line 22, app/assets/stylesheets/components/_tableau.scss */
.table_container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 28, app/assets/stylesheets/components/_tableau.scss */
.tableau {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 0;
  border-radius: 0.75rem;
  background-color: var(--blanc);
}

/* line 36, app/assets/stylesheets/components/_tableau.scss */
.tableau:not(.table_container > .tableau) {
  margin-top: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* line 42, app/assets/stylesheets/components/_tableau.scss */
.tableau.tableau {
  border-collapse: collapse;
}

/* line 55, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f8fafc;
}

/* line 61, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_row {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  border-bottom: 2px solid #e2e8f0;
  padding: 0 1rem;
}

/* line 68, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_row .colonne {
  flex: 1;
  min-width: 120px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bleu-hex);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 0 0.75rem;
}

/* line 78, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_row .colonne.txtcenter {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 68, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_header .header_row .colonne {
    font-size: 0.75rem;
    min-width: 100px;
    padding: 0 0.5rem;
  }
}

/* line 91, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header tr.header_row {
  display: flex;
}

/* line 94, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header tr.header_row th.colonne {
  flex: 1;
  min-width: 120px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bleu-hex);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 0 0.75rem;
  text-align: left;
}

/* line 105, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header tr.header_row th.colonne.txtcenter {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 94, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_header tr.header_row th.colonne {
    font-size: 0.75rem;
    min-width: 100px;
    padding: 0 0.5rem;
  }
}

/* line 119, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_search .search_row {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  background-color: var(--blanc);
  border-bottom: 1px solid #e2e8f0;
}

/* line 127, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_search .search_row .colonne {
  flex: 1;
  min-width: 120px;
  padding: 0 0.75rem;
}

/* line 132, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_search .search_row .colonne input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: var(--font-secondaire-hex);
  font-weight: 500;
  color: var(--noir);
  transition: all 0.2s ease;
}

/* line 143, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_search .search_row .colonne input::-moz-placeholder {
  color: #94a3b8;
  font-size: 0.875rem;
}
.tableau .tabl_header .header_search .search_row .colonne input::placeholder {
  color: #94a3b8;
  font-size: 0.875rem;
}

/* line 148, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_header .header_search .search_row .colonne input:focus {
  outline: none;
  border-color: var(--bleu-hex);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_header .header_search .search_row .colonne input {
    padding: 0.375rem;
    font-size: 0.75rem;
  }
}

/* line 165, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu {
  background-color: var(--blanc-fond);
}

/* line 168, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0 1rem;
  background-color: var(--blanc);
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 178, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne:hover {
  background-color: #f1f5f9;
  transform: translateX(2px);
}

/* line 183, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne:last-child {
  border-bottom: none;
}

/* line 187, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne {
  flex: 1;
  min-width: 120px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem;
  color: #334155;
}

/* line 195, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne.txtcenter {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 203, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne .tableau_statut {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 208, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne .tableau_statut div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* line 221, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne .tableau_statut div.pending {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

/* line 225, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne .tableau_statut div.valid {
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

/* line 229, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne .tableau_statut div.invalid {
  background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
}

/* line 236, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .colonne input[type='checkbox'] {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  accent-color: #10b981;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  /* line 187, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_contenu .ligne .colonne {
    font-size: 0.75rem;
    min-width: 100px;
    padding: 0.5rem;
  }
}

/* line 252, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .logo-tableau {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 257, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .logo-tableau .logo-image,
.tableau .tabl_contenu .ligne .logo-tableau .initial-logo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 270, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .logo-tableau .logo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 277, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_contenu .ligne .logo-tableau .initial-logo {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_contenu .ligne .logo-tableau {
    gap: 0.5rem;
  }
  /* line 288, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_contenu .ligne .logo-tableau .logo-image,
.tableau .tabl_contenu .ligne .logo-tableau .initial-logo {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}

/* line 300, app/assets/stylesheets/components/_tableau.scss */
.tableau thead.tabl_header tr.header_row {
  display: flex !important;
}

/* line 303, app/assets/stylesheets/components/_tableau.scss */
.tableau thead.tabl_header tr.header_row th.colonne {
  flex: 1;
  min-width: 120px;
  padding: 0 0.75rem;
}

/* line 310, app/assets/stylesheets/components/_tableau.scss */
.tableau tbody.tabl_contenu tr.ligne {
  display: flex !important;
}

/* line 313, app/assets/stylesheets/components/_tableau.scss */
.tableau tbody.tabl_contenu tr.ligne td.colonne {
  flex: 1;
  min-width: 120px;
  padding: 0.75rem;
}

/* line 321, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: var(--bleu-hex);
  color: white;
}

/* line 329, app/assets/stylesheets/components/_tableau.scss */
.tableau .tabl_footer .colonne {
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 321, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tabl_footer {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
  }
}

/* line 342, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn {
  padding: 1rem;
  background-color: var(--blanc);
  border-top: 1px solid #e2e8f0;
}

/* line 347, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

/* line 353, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn,
.tableau .tableauActionBtn tr .addRmvSaveBtn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
}

/* line 360, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn .addRow,
.tableau .tableauActionBtn tr .addRmvBtn .removeRow,
.tableau .tableauActionBtn tr .addRmvSaveBtn .addRow,
.tableau .tableauActionBtn tr .addRmvSaveBtn .removeRow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 371, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn .addRow i,
.tableau .tableauActionBtn tr .addRmvBtn .removeRow i,
.tableau .tableauActionBtn tr .addRmvSaveBtn .addRow i,
.tableau .tableauActionBtn tr .addRmvSaveBtn .removeRow i {
  font-size: 1.25rem;
}

/* line 376, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn .addRow,
.tableau .tableauActionBtn tr .addRmvSaveBtn .addRow {
  color: #10b981;
  background-color: rgba(16, 185, 129, 0.1);
}

/* line 380, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn .addRow:hover,
.tableau .tableauActionBtn tr .addRmvSaveBtn .addRow:hover {
  background-color: rgba(16, 185, 129, 0.2);
  transform: scale(1.05);
}

/* line 386, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn .removeRow,
.tableau .tableauActionBtn tr .addRmvSaveBtn .removeRow {
  color: #ef4444;
  background-color: rgba(239, 68, 68, 0.1);
}

/* line 390, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .addRmvBtn .removeRow:hover,
.tableau .tableauActionBtn tr .addRmvSaveBtn .removeRow:hover {
  background-color: rgba(239, 68, 68, 0.2);
  transform: scale(1.05);
}

/* line 399, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .saveBtn .saveTableBtn,
.tableau .tableauActionBtn tr .addRmvSaveBtn .saveTableBtn {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background: var(--jaune-hex);
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 413, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .saveBtn .saveTableBtn:hover,
.tableau .tableauActionBtn tr .addRmvSaveBtn .saveTableBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  filter: brightness(1.1);
}

/* line 419, app/assets/stylesheets/components/_tableau.scss */
.tableau .tableauActionBtn tr .saveBtn .saveTableBtn:active,
.tableau .tableauActionBtn tr .addRmvSaveBtn .saveTableBtn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  /* line 347, app/assets/stylesheets/components/_tableau.scss */
  .tableau .tableauActionBtn tr {
    justify-content: center;
  }
}

/* line 433, app/assets/stylesheets/components/_tableau.scss */
.pending {
  color: var(--jaune-hex);
}

/* line 437, app/assets/stylesheets/components/_tableau.scss */
.valid {
  color: var(--vert);
}

/* line 441, app/assets/stylesheets/components/_tableau.scss */
.invalid {
  color: var(--rouge);
}

/* line 446, app/assets/stylesheets/components/_tableau.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

/* line 454, app/assets/stylesheets/components/_tableau.scss */
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background-color: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 472, app/assets/stylesheets/components/_tableau.scss */
.pagination a:hover:not(.disabled):not(.active),
.pagination span:hover:not(.disabled):not(.active) {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

/* line 478, app/assets/stylesheets/components/_tableau.scss */
.pagination a.active,
.pagination span.active {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-color: #2563eb;
  color: white;
  box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

/* line 485, app/assets/stylesheets/components/_tableau.scss */
.pagination a.disabled,
.pagination span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 492, app/assets/stylesheets/components/_tableau.scss */
.pagination .prev,
.pagination .next {
  font-weight: 600;
}

/* line 496, app/assets/stylesheets/components/_tableau.scss */
.pagination .prev::before, .pagination .prev::after,
.pagination .next::before,
.pagination .next::after {
  font-size: 1rem;
}

/* line 502, app/assets/stylesheets/components/_tableau.scss */
.pagination .prev::before {
  content: "←";
  margin-right: 0.25rem;
}

/* line 507, app/assets/stylesheets/components/_tableau.scss */
.pagination .next::after {
  content: "→";
  margin-left: 0.25rem;
}

@media (max-width: 768px) {
  /* line 446, app/assets/stylesheets/components/_tableau.scss */
  .pagination {
    gap: 0.25rem;
  }
  /* line 515, app/assets/stylesheets/components/_tableau.scss */
  .pagination a,
.pagination span {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/components/_notification.scss */
.notification {
  position: fixed;
  bottom: 2vh;
  right: 2vw;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/components/_notification.scss */
.notification .notif_background {
  background-color: var(--bleu-hex);
  width: 4.5vh;
  height: 4.5vh;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/components/_notification.scss */
.notification .notif_background .notif_content .notif_number_background {
  display: none;
  position: absolute;
  background-color: var(--jaune-hex);
  width: 1.7vh;
  height: 1.7vh;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  top: 10%;
  right: 15%;
}

/* line 26, app/assets/stylesheets/components/_notification.scss */
.notification .notif_background .notif_content .notif_number_background .notif_number_num {
  font-size: 1vh;
  font-weight: 700;
  color: var(--blanc);
}

/* line 32, app/assets/stylesheets/components/_notification.scss */
.notification .notif_background .notif_content .notif_number_active {
  display: flex;
}

/* line 35, app/assets/stylesheets/components/_notification.scss */
.notification .notif_background .notif_content .notif_icone {
  color: white;
}

/* line 37, app/assets/stylesheets/components/_notification.scss */
.notification .notif_background .notif_content .notif_icone i {
  font-size: 2.5vh;
}

/* line 1, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 1%;
}

/* line 6, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list .inline_list_item {
  min-width: 9%;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 640px) {
  /* line 6, app/assets/stylesheets/components/_inlinelist.scss */
  .inline_list .inline_list_item {
    width: 25%;
  }
}

/* line 12, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list .inline_list_item .valide {
  display: flex;
  justify-content: center;
  border: 2px solid var(--vert);
  color: var(--vert);
}

/* line 18, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list .inline_list_item .invalide {
  display: flex;
  justify-content: center;
  border: 2px solid var(--rouge);
  color: var(--rouge);
}

/* line 24, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list .inline_list_item .attente {
  display: flex;
  justify-content: center;
  border: 2px solid var(--jaune-hex);
  color: var(--jaune-hex);
}

/* line 30, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list .inline_list_item .aucun {
  display: flex;
  justify-content: center;
  border: 2px solid var(--jaune-hex);
  color: var(--noir);
}

/* line 39, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list2 {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 1%;
}

/* line 44, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list2 .inline_list_item {
  width: auto;
  min-width: 9%;
  display: flex;
  font-size: 14px;
  border-bottom: 2px solid var(--jaune-hex);
  color: var(--noir);
}

/* line 51, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list2 .inline_list_item a {
  color: black;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list2 .bleu {
  color: var(--bleu-hex);
}

/* line 61, app/assets/stylesheets/components/_inlinelist.scss */
.inline_list3 {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 1%;
}

/* line 1, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile {
  display: flex;
  flex-direction: row;
  gap: 1%;
  flex-wrap: wrap;
}

/* line 6, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 10px var(--bleu-hex-33-opacity);
  background-color: var(--blanc);
  width: 25vh;
  display: flex;
  justify-items: center;
  align-items: center;
  margin: 10px 0px;
}

/* line 16, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .avatar {
  margin-top: 5%;
  border: none;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 23, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .avatar img {
  width: 100%;
  height: 100%;
}

/* line 28, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu {
  margin-top: 10%;
  margin-bottom: 10%;
}

/* line 31, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: var(--bleu-hex);
}

/* line 41, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: var(--noir);
}

/* line 51, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

/* line 59, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .comment .statut_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  color: #FFFFFF;
  border-radius: 5px;
  line-height: 15px;
}

/* line 69, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .comment .valid {
  color: var(--vert);
}

/* line 72, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .comment .invalid {
  color: var(--rouge);
}

/* line 75, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .comment .pending {
  color: var(--jaune);
}

/* line 79, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .actions {
  padding-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 86, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .actions a .action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  flex-grow: 1;
}

/* line 95, app/assets/stylesheets/components/_card-profile.scss */
.cards-profile .card .contenu .actions button {
  background-color: transparent;
  border: none;
}

/* line 2, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .part {
  border-bottom: 3px solid var(--bleu-hex);
}

/* line 5, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible {
  margin: 20px 0px;
}

/* line 7, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible .titre_reducteur {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible .titre_reducteur .i_reduit {
  display: block;
}

/* line 15, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible .titre_reducteur .i_reduit i {
  color: var(--bleu-hex);
  size: 14px;
}

/* line 20, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible .titre_reducteur .i_developpe {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible .titre_reducteur .i_developpe i {
  color: var(--bleu-hex);
  size: 14px;
}

/* line 28, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page1 .reductible .content_reducteur {
  display: none;
}

/* line 35, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .part {
  border: 2px solid var(--jaune-hex);
  border-radius: 10px;
  padding: 0% 1%;
}

/* line 40, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible {
  margin: 1% 0%;
}

/* line 42, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible .titre_reducteur {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible .titre_reducteur .i_reduit {
  display: block;
}

/* line 50, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible .titre_reducteur .i_reduit i {
  color: var(--bleu-hex);
  size: 14px;
}

/* line 55, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible .titre_reducteur .i_developpe {
  display: none;
}

/* line 57, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible .titre_reducteur .i_developpe i {
  color: var(--bleu-hex);
  size: 14px;
}

/* line 63, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .reductible .content_reducteur {
  display: none;
}

/* line 67, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .border_vert {
  border-color: var(--vert);
}

/* line 70, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .border_rouge {
  border-color: var(--rouge);
}

/* line 73, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .border_noir {
  border-color: var(--noir);
}

/* line 76, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .border_jaune {
  border-color: var(--jaune-hex);
}

/* line 79, app/assets/stylesheets/components/_mise_en_page.scss */
.mise_en_page2 .border_bleu {
  border-color: var(--bleu-hex);
}

/* line 84, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee {
  display: flex;
  gap: 5%;
}

/* line 87, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee div {
  flex: 1 1 0;
}

/* line 89, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee div .label_donnee {
  color: var(--jaune-hex);
  margin: 0%;
  font-weight: 600;
  font-style: italic;
}

/* line 95, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee div .donnee {
  border: none;
  border-bottom: 2px solid var(--jaune-hex);
  color: var(--noir);
  margin-bottom: 1vh;
  background: none;
  font-weight: 500;
}

/* line 104, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list {
  display: flex;
  flex: 0 0 0;
  gap: 3px;
  justify-items: center;
}

/* line 109, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list .small-item {
  padding: 1% 3%;
  width: auto;
  border: 2px solid var(--jaune-hex);
}

/* line 114, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list .vert {
  border-color: var(--vert);
}

/* line 117, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list .rouge {
  border-color: var(--rouge);
}

/* line 120, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list .jaune {
  border-color: var(--jaune-hex);
}

/* line 124, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list2 {
  display: flex;
  flex: 0.1 0 0;
  gap: 3px;
  justify-items: center;
}

/* line 129, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list2 .small-item {
  padding: 1% 3%;
  width: auto;
  border: 2px solid var(--jaune-hex);
  text-align: center;
}

/* line 135, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list2 .vert {
  border-color: var(--vert);
}

/* line 138, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list2 .rouge {
  border-color: var(--rouge);
}

/* line 141, app/assets/stylesheets/components/_mise_en_page.scss */
.display_donnee .small-list2 .jaune {
  border-color: var(--jaune-hex);
}

/* line 147, app/assets/stylesheets/components/_mise_en_page.scss */
.return_btn {
  margin-bottom: 25px;
}

/* line 149, app/assets/stylesheets/components/_mise_en_page.scss */
.return_btn .back_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/components/_mise_en_page.scss */
.return_btn .back_btn i {
  font-size: 20px;
}

/* line 161, app/assets/stylesheets/components/_mise_en_page.scss */
.return_btn .back_btn div {
  font-size: 20px;
  font-weight: 600;
}

/* line 166, app/assets/stylesheets/components/_mise_en_page.scss */
.return_btn .back_btn:hover {
  text-decoration: none !important;
}

/* line 171, app/assets/stylesheets/components/_mise_en_page.scss */
.junior_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2%;
  margin-bottom: 1%;
}

/* line 179, app/assets/stylesheets/components/_mise_en_page.scss */
.junior_title .junior_logo .logo {
  height: 75px;
  width: auto;
}

@media only screen and (max-width: 640px) {
  /* line 179, app/assets/stylesheets/components/_mise_en_page.scss */
  .junior_title .junior_logo .logo {
    height: 40px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 179, app/assets/stylesheets/components/_mise_en_page.scss */
  .junior_title .junior_logo .logo {
    height: 55px;
  }
}

/* line 190, app/assets/stylesheets/components/_mise_en_page.scss */
.junior_title .junior_name {
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  /* line 190, app/assets/stylesheets/components/_mise_en_page.scss */
  .junior_title .junior_name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 190, app/assets/stylesheets/components/_mise_en_page.scss */
  .junior_title .junior_name {
    font-size: 25px;
  }
}

/* line 202, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message {
  height: 50vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 209, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message .bigtext {
  font-size: 100px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  /* line 209, app/assets/stylesheets/components/_mise_en_page.scss */
  .middle_message .bigtext {
    font-size: 35px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 209, app/assets/stylesheets/components/_mise_en_page.scss */
  .middle_message .bigtext {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1051px) and (max-width: 1500px) {
  /* line 209, app/assets/stylesheets/components/_mise_en_page.scss */
  .middle_message .bigtext {
    font-size: 75px;
  }
}

/* line 223, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message .smalltext {
  font-size: 30px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  /* line 223, app/assets/stylesheets/components/_mise_en_page.scss */
  .middle_message .smalltext {
    font-size: 12px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 223, app/assets/stylesheets/components/_mise_en_page.scss */
  .middle_message .smalltext {
    font-size: 20px;
  }
}

/* line 234, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message .jaune {
  color: var(--jaune-hex);
}

/* line 237, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message .bleu {
  color: var(--bleu-hex);
}

/* line 240, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message .reduce_margin_bottom_2 {
  margin-bottom: -2%;
}

/* line 243, app/assets/stylesheets/components/_mise_en_page.scss */
.middle_message .add_margin_bottom_1 {
  margin-bottom: 1%;
}

/* line 249, app/assets/stylesheets/components/_mise_en_page.scss */
.btn-forms {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  background-color: var(--ds-color-primary-600);
  border: 1px solid transparent;
  border-radius: var(--ds-radius-md);
  color: var(--ds-color-neutral-0);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  padding: var(--ds-space-2) var(--ds-space-4);
  min-height: 36px;
  margin-bottom: var(--ds-space-2);
  box-shadow: var(--ds-shadow-xs);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 268, app/assets/stylesheets/components/_mise_en_page.scss */
.btn-forms:hover {
  background-color: var(--ds-color-primary-700);
  color: var(--ds-color-neutral-0);
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
  text-decoration: none;
}

/* line 276, app/assets/stylesheets/components/_mise_en_page.scss */
.btn-forms:active {
  transform: translateY(0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 277, app/assets/stylesheets/components/_mise_en_page.scss */
.btn-forms:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-xs), var(--ds-shadow-focus-ring);
}

/* line 10, app/assets/stylesheets/components/_button.scss */
.btn2, .btn1, .btn-ds {
  --btn-bg: var(--ds-color-primary-600);
  --btn-bg-hover: var(--ds-color-primary-700);
  --btn-color: var(--ds-color-neutral-0);
  --btn-border: transparent;
  --btn-shadow: var(--ds-shadow-xs);
  --btn-shadow-hover: var(--ds-shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  font-family: var(--ds-font-sans);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: var(--ds-space-2) var(--ds-space-4);
  min-height: 36px;
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--btn-border);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  box-shadow: var(--btn-shadow);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 43, app/assets/stylesheets/components/_button.scss */
.btn2:hover, .btn1:hover, .btn-ds:hover {
  background-color: var(--btn-bg-hover);
  color: var(--btn-color);
  text-decoration: none;
  box-shadow: var(--btn-shadow-hover);
  transform: translateY(-1px);
}

/* line 51, app/assets/stylesheets/components/_button.scss */
.btn2:active, .btn1:active, .btn-ds:active {
  transform: translateY(0);
  box-shadow: var(--btn-shadow);
}

/* line 56, app/assets/stylesheets/components/_button.scss */
.btn2:focus-visible, .btn1:focus-visible, .btn-ds:focus-visible {
  outline: none;
  box-shadow: var(--btn-shadow), var(--ds-shadow-focus-ring);
}

/* line 61, app/assets/stylesheets/components/_button.scss */
.btn2:disabled, .btn1:disabled, .btn-ds:disabled, .disabled.btn2, .disabled.btn1, .disabled.btn-ds, .btn2[aria-disabled="true"], .btn1[aria-disabled="true"], .btn-ds[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
  transform: none !important;
}

/* line 70, app/assets/stylesheets/components/_button.scss */
.btn2 i, .btn1 i, .btn-ds i, .btn2 svg, .btn1 svg, .btn-ds svg {
  font-size: 0.95em;
}

/* line 76, app/assets/stylesheets/components/_button.scss */
.btn-ds--primary {
  /* uses defaults */
}

/* line 78, app/assets/stylesheets/components/_button.scss */
.btn-ds--accent {
  --btn-bg: var(--ds-color-accent-500);
  --btn-bg-hover: var(--ds-color-accent-600);
  --btn-color: var(--ds-color-neutral-900);
}

/* line 84, app/assets/stylesheets/components/_button.scss */
.btn-ds--ghost {
  --btn-bg: transparent;
  --btn-bg-hover: var(--ds-surface-muted);
  --btn-color: var(--ds-text-primary);
  --btn-border: var(--ds-border-default);
  --btn-shadow: none;
  --btn-shadow-hover: var(--ds-shadow-xs);
}

/* line 93, app/assets/stylesheets/components/_button.scss */
.btn-ds--soft {
  --btn-bg: var(--ds-color-primary-50);
  --btn-bg-hover: var(--ds-color-primary-100);
  --btn-color: var(--ds-color-primary-700);
  --btn-shadow: none;
  --btn-shadow-hover: none;
}

/* line 101, app/assets/stylesheets/components/_button.scss */
.btn-ds--danger {
  --btn-bg: var(--ds-color-danger-600);
  --btn-bg-hover: var(--ds-color-danger-700);
  --btn-color: var(--ds-color-neutral-0);
}

/* line 107, app/assets/stylesheets/components/_button.scss */
.btn-ds--link {
  --btn-bg: transparent;
  --btn-bg-hover: transparent;
  --btn-color: var(--ds-color-primary-600);
  --btn-border: transparent;
  --btn-shadow: none;
  --btn-shadow-hover: none;
  padding: var(--ds-space-1) var(--ds-space-2);
  min-height: 0;
}

/* line 117, app/assets/stylesheets/components/_button.scss */
.btn-ds--link:hover {
  color: var(--ds-color-primary-700);
  transform: none;
  text-decoration: underline;
}

/* line 124, app/assets/stylesheets/components/_button.scss */
.btn-ds--sm {
  font-size: var(--ds-font-size-xs);
  padding: var(--ds-space-1) var(--ds-space-3);
  min-height: 28px;
}

/* line 130, app/assets/stylesheets/components/_button.scss */
.btn-ds--lg {
  font-size: var(--ds-font-size-md);
  padding: var(--ds-space-3) var(--ds-space-5);
  min-height: 44px;
}

/* line 136, app/assets/stylesheets/components/_button.scss */
.btn-ds--icon {
  padding: var(--ds-space-2);
  width: 36px;
  min-height: 36px;
  aspect-ratio: 1 / 1;
}

/* line 143, app/assets/stylesheets/components/_button.scss */
.btn-ds--block {
  width: 100%;
}

/* line 147, app/assets/stylesheets/components/_button.scss */
.buttons_line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
}

@media (max-width: 767px) {
  /* line 147, app/assets/stylesheets/components/_button.scss */
  .buttons_line {
    flex-direction: column;
  }
}

/* line 158, app/assets/stylesheets/components/_button.scss */
.buttons_column {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
}

/* line 167, app/assets/stylesheets/components/_button.scss */
.btn_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ds-space-2);
  margin: var(--ds-space-3) 0;
}

/* line 178, app/assets/stylesheets/components/_button.scss */
.btn2 {
  --btn-bg: transparent;
  --btn-bg-hover: var(--ds-color-primary-50);
  --btn-color: var(--ds-color-primary-600);
  --btn-border: transparent;
  --btn-shadow: none;
  --btn-shadow-hover: none;
}

/* line 187, app/assets/stylesheets/components/_button.scss */
.btn2 i {
  color: currentColor;
  margin: 0;
}

/* line 6, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 {
  margin: var(--ds-space-6) 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--ds-space-4);
}

/* line 13, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  background: linear-gradient(135deg, var(--ds-color-primary-600), var(--ds-color-primary-700));
  color: var(--ds-color-neutral-0);
  padding: var(--ds-space-5);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 25, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--ds-space-3);
}

/* line 33, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne .colone {
  flex: 1;
}

/* line 36, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne .colone .label {
  color: var(--ds-color-accent-300);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
  text-transform: uppercase;
  margin-bottom: var(--ds-space-1);
}

/* line 45, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne .colone .courttext {
  color: var(--ds-color-neutral-0);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-bold);
}

/* line 51, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne .colone .longtext {
  color: var(--ds-color-neutral-0);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  line-height: var(--ds-line-height-snug);
}

/* line 58, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne .colone .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  background-color: var(--ds-color-accent-500);
  color: var(--ds-color-neutral-900);
  padding: var(--ds-space-2) var(--ds-space-4);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  text-align: center;
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 74, app/assets/stylesheets/components/_cards.scss */
.cards_mission2 .card .ligne .colone .button:hover {
  background-color: var(--ds-color-accent-600);
  transform: translateY(-1px);
}

/* line 85, app/assets/stylesheets/components/_cards.scss */
.mission_cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 91, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card {
  position: relative;
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  width: 100%;
  padding: var(--ds-space-5);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 103, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card:hover {
  box-shadow: var(--ds-shadow-md);
  border-color: var(--ds-color-primary-200);
  transform: translateY(-1px);
}

/* line 109, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .title_line {
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-lg);
  color: var(--ds-text-primary);
}

@media (max-width: 640px) {
  /* line 109, app/assets/stylesheets/components/_cards.scss */
  .mission_cards .card .title_line {
    font-size: var(--ds-font-size-md);
  }
}

/* line 117, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .content_line {
  font-weight: var(--ds-font-weight-regular);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  margin-top: var(--ds-space-1);
}

/* line 124, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .gap_bottom {
  margin-bottom: var(--ds-space-3);
}

/* line 127, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .circle_text_button {
  position: absolute;
  inset: 0;
  border: none;
}

/* line 132, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .circle_text_button .button {
  position: absolute;
  right: var(--ds-space-5);
  bottom: var(--ds-space-5);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  background-color: transparent;
  font-family: var(--ds-font-sans);
  color: var(--ds-color-primary-600);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 147, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .circle_text_button .button .circle_arrow1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: var(--ds-radius-pill);
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 159, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .circle_text_button .button .circle_arrow1 i {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-color-primary-700);
}

/* line 165, app/assets/stylesheets/components/_cards.scss */
.mission_cards .card .circle_text_button .button:hover .circle_arrow1 {
  background-color: var(--ds-color-primary-100);
  transform: translateX(2px);
}

/* line 1, app/assets/stylesheets/components/_dropdown.scss */
.dropdown {
  position: relative;
}

/* line 3, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .drop_button {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .drop_content {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  min-width: 50%;
  top: 100%;
  z-index: 100;
  border: 1px solid var(--gris);
}

/* line 15, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .drop_content .line {
  background-color: var(--blanc);
  width: 100%;
  padding: 1% 3%;
}

/* line 19, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .drop_content .line a {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: var(--noir);
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  /* line 19, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .drop_content .line a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1050px) {
  /* line 19, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .drop_content .line a {
    font-size: 18px;
  }
}

/* line 34, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .drop_content .small_line {
  width: 100%;
  padding: 1% 3%;
  background-color: white;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  /* line 34, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .drop_content .small_line {
    font-size: 10px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1050px) {
  /* line 34, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .drop_content .small_line {
    font-size: 12px;
  }
}

/* line 48, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .drop_content .line:hover {
  background-color: var(--gris);
}

/* line 52, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .dropdown_active {
  display: flex;
}

/* line 57, app/assets/stylesheets/components/_dropdown.scss */
#background_overlay {
  display: none;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/components/_charts.scss */
.charts_space {
  background-color: var(--blanc);
  border-radius: 20px;
  padding: 2% 3%;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 15px lightgrey;
}

/* line 8, app/assets/stylesheets/components/_charts.scss */
.charts_space .chart_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--bleu-hex);
}

/* line 13, app/assets/stylesheets/components/_charts.scss */
.charts_space .charts_line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 19, app/assets/stylesheets/components/_charts.scss */
.charts_space .charts_line .chart_item {
  color: var(--noir);
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/components/_charts.scss */
.charts_space .text_chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* line 31, app/assets/stylesheets/components/_charts.scss */
.charts_space .text_chart .Label {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

/* line 37, app/assets/stylesheets/components/_charts.scss */
.charts_space .text_chart .Value {
  font-size: 60px;
  font-weight: 900;
  color: #0000ff;
}

/* line 45, app/assets/stylesheets/components/_charts.scss */
.chart_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

/* line 53, app/assets/stylesheets/components/_charts.scss */
.chart_group .chart_group_item {
  flex: 1 1 0;
  min-width: 250px;
  padding: 1% 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 53, app/assets/stylesheets/components/_charts.scss */
  .chart_group .chart_group_item {
    min-width: 400px;
  }
}

/* line 66, app/assets/stylesheets/components/_charts.scss */
.fullheigth {
  height: 95%;
}

/* line 69, app/assets/stylesheets/components/_charts.scss */
.midvh {
  height: 50vh;
}

/* line 72, app/assets/stylesheets/components/_charts.scss */
.margin1_0 {
  margin: 1% 0%;
}

/* line 76, app/assets/stylesheets/components/_charts.scss */
.bar_chart, .bar_group {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  /* line 76, app/assets/stylesheets/components/_charts.scss */
  .bar_chart, .bar_group {
    display: none;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 76, app/assets/stylesheets/components/_charts.scss */
  .bar_chart, .bar_group {
    width: 100%;
  }
}

@media only screen and (min-width: 1051px) and (max-width: 1500px) {
  /* line 76, app/assets/stylesheets/components/_charts.scss */
  .bar_chart, .bar_group {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}

/* line 6, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .arrow {
  position: relative;
  top: 100vh;
  height: 5%;
  width: 5%;
  left: 47.5%;
  top: 90%;
  display: flex;
  align-items: end;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .arrow i {
  font-size: 75px;
  color: var(--bleu-hex);
}

@media only screen and (max-width: 640px) {
  /* line 16, app/assets/stylesheets/components/_cards_outils.scss */
  .cards_outils_layout .arrow i {
    font-size: 45px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1050px) {
  /* line 16, app/assets/stylesheets/components/_cards_outils.scss */
  .cards_outils_layout .arrow i {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1440px) {
  /* line 16, app/assets/stylesheets/components/_cards_outils.scss */
  .cards_outils_layout .arrow i {
    font-size: 60px;
  }
}

/* line 30, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .titre_cards_outils {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/* line 38, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .cards_outils {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/* line 45, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .cards_outils .card_outils {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 400px;
  height: 200px;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 5px 5px 15px lightgrey;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .cards_outils .card_outils .titre_card_outils {
  width: 100%;
  font-size: 25px;
  font-weight: 800;
  color: var(--bleu-hex);
  text-align: center;
}

/* line 66, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .cards_outils .card_outils .description_card_outils {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--noir);
}

/* line 72, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .cards_outils .card_outils .commentaire_card_outils {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 5px 10px;
}

/* line 82, app/assets/stylesheets/components/_cards_outils.scss */
.cards_outils_layout .cards_outils :hover {
  background-color: var(--gris);
  opacity: 0.9;
}

/* line 1, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 20px 20px;
  gap: 50px;
}

/* line 11, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* line 17, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_info .questionnaire_builder_forms_edit {
  position: absolute;
  width: 95%;
  display: flex;
  justify-content: flex-end;
  left: 0;
}

/* line 23, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_info .questionnaire_builder_forms_edit i {
  position: relative;
  color: #e20025;
  font-size: 20px;
}

/* line 29, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_info .questionnaire_builder_forms_titre {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/* line 38, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px;
  gap: 20px;
  width: 95%;
}

/* line 46, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #000000;
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  box-shadow: 5px 5px 15px lightgrey;
  width: 75%;
  gap: 15px;
}

/* line 58, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_head {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 95%;
}

/* line 63, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_titre {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 68, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_titre input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--noir);
  background: none;
}

/* line 73, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_titre input :valid {
  border-bottom: var(--vert);
}

/* line 78, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_type_question {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 82, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_type_question select {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--noir);
}

/* line 90, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main {
  width: 95%;
}

/* line 92, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 97, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question input {
  margin: 5px 0px;
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--jaune-hex);
  background: none;
}

/* line 103, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question input :valid {
  border-bottom: var(--vert);
}

/* line 107, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--jaune-hex);
  background: none;
}

/* line 113, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .addRmvBtn {
  text-align: center;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
}

/* line 120, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .addRmvBtn a.addInput {
  cursor: pointer;
  color: green;
}

/* line 123, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .addRmvBtn a.addInput i {
  font-size: 25px;
}

/* line 125, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .addRmvBtn a.removeInput {
  cursor: pointer;
  color: #e20025;
}

/* line 128, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .addRmvBtn a.removeInput i {
  font-size: 25px;
}

/* line 131, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .question_grille_cases_a_cocher, .questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .question_grille_choix_multiples {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

/* line 137, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .question_grille_cases_a_cocher .question_grille_lignes, .questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .question_grille_cases_a_cocher .question_grille_colonnes, .questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .question_grille_choix_multiples .question_grille_lignes, .questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_main .questionnaire_builder_forms_question_contenu_question .question_grille_choix_multiples .question_grille_colonnes {
  width: 45%;
}

/* line 143, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 148, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .commentaire {
  color: grey;
  font-weight: 500;
  font-size: 16px;
}

/* line 153, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .separator {
  width: 100%;
  height: 2px;
  background-color: lightgray;
  border: none;
  border-radius: 2px;
}

/* line 160, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .options_critere {
  margin: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 166, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .options_critere select {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--jaune-hex);
}

/* line 172, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .addRmvOptionBtn {
  text-align: center;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
}

/* line 179, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .addRmvOptionBtn a.addCritere {
  cursor: pointer;
  color: green;
}

/* line 182, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .addRmvOptionBtn a.addCritere i {
  font-size: 25px;
}

/* line 184, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .addRmvOptionBtn a.removeCritere {
  cursor: pointer;
  color: #e20025;
}

/* line 187, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .addRmvOptionBtn a.removeCritere i {
  font-size: 25px;
}

/* line 190, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .questionnaire_builder_forms_question_options_show {
  display: none;
  flex-direction: column;
  margin: 10px 0px;
}

/* line 195, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_options .questionnaire_builder_forms_question_options_redirect {
  display: none;
  flex-direction: column;
  margin: 10px 0px;
}

/* line 201, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

/* line 208, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer .verticalLine {
  height: 30px;
  width: 2px;
  background-color: lightgray;
  border: none;
  border-radius: 2px;
}

/* line 215, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer .removeQuestion {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #e20025;
  padding: 0px 5px;
  font-size: 18px;
}

/* line 224, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer .text {
  color: grey;
  font-weight: 500;
  font-size: 16px;
}

/* line 229, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer .showConditions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #0000FF;
  padding: 0px 5px;
  font-size: 18px;
}

/* line 238, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer .redirectToSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #0000FF;
  padding: 0px 5px;
  font-size: 18px;
}

/* line 247, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .questionnaire_builder_forms_question .questionnaire_builder_forms_question_footer a:hover {
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .selected_question {
  border: 1px solid #0000ff !important;
}

/* line 256, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .selected_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_titre input {
  border-bottom: 2px solid var(--bleu-hex);
}

/* line 261, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_builder_layout .questionnaire_builder_forms_content .selected_question .questionnaire_builder_forms_question_head .questionnaire_builder_forms_question_type_question select {
  border-bottom: 2px solid var(--bleu-hex);
}

/* line 271, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  width: 100%;
  bottom: 0px;
  background-color: #F9F9F9;
}

/* line 279, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_navbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
  padding: 10px 10px;
}

/* line 285, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_navbar .content {
  display: flex;
  border: 1px solid #0000FF;
  border-radius: 20px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}

/* line 293, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_navbar .content a i {
  color: #0000FF;
  font-size: 25px;
}

/* line 298, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_navbar .content :hover {
  cursor: pointer;
  animation: change_color 0.25s;
  color: var(--jaune-hex);
}

/* line 305, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
  padding: 10px 10px;
}

/* line 311, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content {
  display: flex;
  flex-direction: row;
  border: 1px solid #0000FF;
  border-radius: 20px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
  align-content: center;
  gap: 40px;
}

/* line 321, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .save_statut {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

/* line 328, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .save_statut .save_icon i {
  color: #0000FF;
  font-size: 25px;
}

/* line 333, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .save_statut .save_text {
  color: #0000FF;
  font-size: 18px;
}

/* line 340, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .unsaved .save_icon i {
  color: #ffba09;
}

/* line 344, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .unsaved .save_text {
  color: #ffba09;
}

/* line 350, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .saved .save_icon i {
  color: green;
}

/* line 354, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content .saved .save_text {
  color: green;
}

/* line 359, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content a i {
  color: #0000FF;
  font-size: 25px;
}

/* line 364, app/assets/stylesheets/components/_questionnaire_builder.scss */
.questionnaire_navbar .questionnaire_builder_saver_navbar .content a :hover {
  cursor: pointer;
  animation: change_color 0.25s;
  color: var(--jaune-hex);
}

@keyframes change_color {
  0% {
    color: #0000FF;
  }
  100% {
    color: var(--jaune-hex);
  }
}

/* line 1, app/assets/stylesheets/components/_switch.scss */
.switch {
  --switch-size: 60px;
  --switch-active-color: var(--bleu-hex);
  --outer-heigth: calc(var(--switch-size) * 17 / 30);
  --outer-width: calc(var(--switch-size) * 1);
  --inner-length: calc(var(--switch-size) * 13 / 30);
  --adjust-position: calc(var(--switch-size) * 1 / 15);
  position: relative;
  display: inline-block;
  width: var(--outer-width);
  height: var(--outer-heigth);
  margin-bottom: 0;
  /* Rounded sliders */
}

/* line 13, app/assets/stylesheets/components/_switch.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 18, app/assets/stylesheets/components/_switch.scss */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

/* line 30, app/assets/stylesheets/components/_switch.scss */
.switch .slider:before {
  position: absolute;
  content: "";
  height: var(--inner-length);
  width: var(--inner-length);
  left: var(--adjust-position);
  bottom: var(--adjust-position);
  background-color: white;
  transition: .4s;
}

/* line 42, app/assets/stylesheets/components/_switch.scss */
.switch input:checked + .slider {
  background-color: var(--switch-active-color);
}

/* line 46, app/assets/stylesheets/components/_switch.scss */
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--switch-active-color);
}

/* line 50, app/assets/stylesheets/components/_switch.scss */
.switch input:checked + .slider:before {
  transform: translateX(var(--inner-length));
}

/* line 57, app/assets/stylesheets/components/_switch.scss */
.switch .slider.round {
  border-radius: var(--outer-heigth);
}

/* line 61, app/assets/stylesheets/components/_switch.scss */
.switch .slider.round:before {
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/components/_jestion_data.scss */
.jestion_data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 5, app/assets/stylesheets/components/_jestion_data.scss */
.jestion_data .titre {
  color: #172144;
  font-size: 18px;
  font-weight: 700;
}

/* line 10, app/assets/stylesheets/components/_jestion_data.scss */
.jestion_data .download {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0000FF;
  padding: 10px 10px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

/* line 19, app/assets/stylesheets/components/_jestion_data.scss */
.jestion_data .import {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #0000FF;
  padding: 10px 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

/* line 27, app/assets/stylesheets/components/_jestion_data.scss */
.jestion_data .launch {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0000FF;
  padding: 10px 10px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

/* line 36, app/assets/stylesheets/components/_jestion_data.scss */
.jestion_data a:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #172144;
}

/* line 10, app/assets/stylesheets/components/_box.scss */
.container > .box {
  flex: 1;
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  margin: var(--ds-space-2);
  box-shadow: var(--ds-shadow-sm);
  overflow: auto;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 20, app/assets/stylesheets/components/_box.scss */
.container > .box:hover {
  box-shadow: var(--ds-shadow-md);
}

/* line 22, app/assets/stylesheets/components/_box.scss */
.container > .box .content {
  padding: var(--ds-space-5);
}

/* line 25, app/assets/stylesheets/components/_box.scss */
.container > .box .content h2, .container > .box .content .h2 {
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin-bottom: var(--ds-space-3);
}

/* line 32, app/assets/stylesheets/components/_box.scss */
.container > .box .content p {
  color: var(--ds-text-secondary);
  font-weight: var(--ds-font-weight-regular);
  line-height: var(--ds-line-height-normal);
  margin: 0;
}

/* line 40, app/assets/stylesheets/components/_box.scss */
.container > .box .tableau {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: var(--ds-radius-md);
  box-shadow: none;
  border: 1px solid var(--ds-border-subtle);
  white-space: nowrap;
  overflow-x: auto;
}

/* line 50, app/assets/stylesheets/components/_box.scss */
.container > .box .tableau .tabl_header {
  width: 100%;
}

/* line 53, app/assets/stylesheets/components/_box.scss */
.container > .box .tableau .tabl_header .header_row {
  background-color: var(--ds-surface-muted);
  border-bottom: 1px solid var(--ds-border-subtle);
  line-height: 1.5;
}

/* line 58, app/assets/stylesheets/components/_box.scss */
.container > .box .tableau .tabl_header .header_row .colonne {
  flex: 1 1 0;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  padding: var(--ds-space-2) var(--ds-space-3);
  white-space: nowrap;
}

@media (max-width: 767px) {
  /* line 72, app/assets/stylesheets/components/_box.scss */
  .container > .box .tableau .header_row .colonne {
    font-size: 10px;
  }
}

/* line 1, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box {
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
  min-width: 40%;
  max-width: 700px;
  height: 400px;
  border: none;
  justify-items: center;
  align-items: center;
  overflow-y: scroll;
  /* Activation de la scrollbar verticale */
}

/* line 14, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .title {
  top: 0;
  background-color: var(--blanc);
  padding: 10px;
  z-index: 1;
}

/* line 20, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .title a {
  color: var(--bleu-hex);
}

/* line 23, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .title a:hover {
  color: var(--hover-blue);
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .messages {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 39, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .message {
  background-color: #f2f2f2;
  padding: 10px;
  margin: 10px;
  max-width: 100%;
  /* Ajout de la propriété max-width */
}

/* line 44, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .message .voir_plus {
  margin-top: 1px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /* Alignement à droite */
  align-items: center;
  font-size: 12px;
  /* Taille du texte en petit */
  font-style: italic;
  /* Style en italique */
  font-weight: 600;
  gap: 5px;
  color: #888888;
  /* Couleur gris */
}

/* line 59, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .message .voir_plus:hover {
  color: var(--hover-blue);
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .meta {
  margin-bottom: 5px;
}

/* line 69, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .date {
  display: flex;
  font-size: 12px;
  color: #888888;
}

/* line 75, app/assets/stylesheets/components/_discussion-box.scss */
.discussion-box .content {
  font-size: 14px;
  word-wrap: break-word;
  /* Permet au texte de se mettre à la ligne */
}

/* line 81, app/assets/stylesheets/components/_discussion-box.scss */
.comment-box {
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  min-width: 35%;
  max-width: 700px;
  max-height: 400px;
  border: none;
  justify-items: center;
  align-items: center;
}

/* line 94, app/assets/stylesheets/components/_discussion-box.scss */
.comment-textarea {
  flex-grow: 1;
  width: 100%;
  height: 285px;
  background-color: transparent;
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

/* line 109, app/assets/stylesheets/components/_discussion-box.scss */
.formulaire {
  margin-bottom: 10px;
}

/* line 113, app/assets/stylesheets/components/_discussion-box.scss */
.button {
  text-align: left;
}

/* line 12, app/assets/stylesheets/components/_chat.scss */
.page_content:has(> .chat-inbox) {
  padding: 0 !important;
  overflow: hidden !important;
  display: flex;
}

/* line 18, app/assets/stylesheets/components/_chat.scss */
.chat-inbox {
  display: grid;
  grid-template-columns: 340px 1fr;
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-primary);
  font-family: var(--ds-font-family-sans);
}

@media (max-width: 900px) {
  /* line 18, app/assets/stylesheets/components/_chat.scss */
  .chat-inbox {
    grid-template-columns: 1fr;
  }
}

/* line 33, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__pane {
  background: var(--ds-color-neutral-0);
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__pane--list {
  border-right: 1px solid var(--ds-color-neutral-200);
}

/* line 45, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__pane--thread {
  background: var(--ds-color-neutral-25);
}

/* line 49, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 12px;
}

/* line 56, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* line 63, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__new-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--ds-color-primary-500);
  color: var(--ds-color-neutral-0);
  cursor: pointer;
  transition: transform 120ms ease, background 120ms ease;
}

/* line 73, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__new-btn:hover {
  background: var(--ds-color-primary-600);
}

/* line 74, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__new-btn:active {
  transform: scale(0.95);
}

/* line 77, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__search {
  position: relative;
  margin: 0 14px 12px;
}

/* line 81, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__search i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: var(--ds-color-neutral-400);
  pointer-events: none;
}

/* line 90, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__search input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  border-radius: 999px;
  border: 1px solid var(--ds-color-neutral-200);
  background: var(--ds-color-neutral-50);
  font-size: 14px;
}

/* line 98, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__search input:focus {
  outline: none;
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-neutral-0);
}

/* line 106, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ds-color-neutral-500);
  padding: 24px;
  text-align: center;
}

/* line 118, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__empty-icon {
  font-size: 64px;
  color: var(--ds-color-neutral-300);
}

/* line 123, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__empty-title {
  margin: 0;
  font-weight: 600;
  color: var(--ds-color-neutral-700);
}

/* line 124, app/assets/stylesheets/components/_chat.scss */
.chat-inbox__empty-subtitle {
  margin: 0;
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/components/_chat.scss */
.chat-conversations {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex: 1;
}

/* line 135, app/assets/stylesheets/components/_chat.scss */
.chat-conversations__empty {
  padding: 32px 18px;
  text-align: center;
  color: var(--ds-color-neutral-500);
}

/* line 140, app/assets/stylesheets/components/_chat.scss */
.chat-conversations__empty button {
  margin-top: 12px;
}

/* line 145, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__link {
  display: flex;
  gap: 12px;
  padding: 10px 14px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  transition: background 120ms ease;
}

/* line 155, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__link:hover {
  background: var(--ds-color-neutral-50);
}

/* line 158, app/assets/stylesheets/components/_chat.scss */
.chat-conversation.is-selected .chat-conversation__link {
  background: var(--ds-color-primary-50);
}

/* line 159, app/assets/stylesheets/components/_chat.scss */
.chat-conversation.is-unread .chat-conversation__name {
  font-weight: 700;
}

/* line 160, app/assets/stylesheets/components/_chat.scss */
.chat-conversation.is-unread .chat-conversation__preview {
  color: var(--ds-color-neutral-800);
  font-weight: 500;
}

/* line 162, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ds-color-primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 170, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 173, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__avatar-initials {
  font-weight: 600;
  color: var(--ds-color-primary-700);
}

/* line 178, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__body {
  flex: 1;
  min-width: 0;
}

/* line 183, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* line 190, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__name {
  font-size: 14px;
  color: var(--ds-color-neutral-900);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 198, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__time {
  font-size: 11px;
  color: var(--ds-color-neutral-500);
  flex-shrink: 0;
}

/* line 204, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

/* line 212, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__preview {
  font-size: 13px;
  color: var(--ds-color-neutral-500);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

/* line 221, app/assets/stylesheets/components/_chat.scss */
.chat-conversation__unread {
  background: var(--ds-color-primary-500);
  color: var(--ds-color-neutral-0);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  text-align: center;
}

/* line 234, app/assets/stylesheets/components/_chat.scss */
.chat-thread {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

/* line 240, app/assets/stylesheets/components/_chat.scss */
.chat-thread__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--ds-color-neutral-200);
  background: var(--ds-color-neutral-0);
}

/* line 249, app/assets/stylesheets/components/_chat.scss */
.chat-thread__back {
  display: none;
  color: var(--ds-color-neutral-700);
  font-size: 18px;
}

@media (max-width: 900px) {
  /* line 249, app/assets/stylesheets/components/_chat.scss */
  .chat-thread__back {
    display: inline-flex;
  }
}

/* line 257, app/assets/stylesheets/components/_chat.scss */
.chat-thread__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 261, app/assets/stylesheets/components/_chat.scss */
.chat-thread__heading {
  line-height: 1.1;
}

/* line 262, app/assets/stylesheets/components/_chat.scss */
.chat-thread__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

/* line 263, app/assets/stylesheets/components/_chat.scss */
.chat-thread__subtitle {
  font-size: 12px;
  color: var(--ds-color-neutral-500);
}

/* line 268, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages {
  list-style: none;
  margin: 0;
  padding: 18px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 279, app/assets/stylesheets/components/_chat.scss */
.chat-thread__day-separator {
  text-align: center;
  margin: 10px 0;
  font-size: 11px;
  color: var(--ds-color-neutral-500);
}

/* line 285, app/assets/stylesheets/components/_chat.scss */
.chat-thread__day-separator span {
  background: var(--ds-color-neutral-100);
  padding: 2px 12px;
  border-radius: 999px;
}

/* line 292, app/assets/stylesheets/components/_chat.scss */
.chat-thread__typing {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  font-size: 12px;
  color: var(--ds-color-neutral-500);
}

/* line 301, app/assets/stylesheets/components/_chat.scss */
.chat-thread__typing-dots {
  display: inline-flex;
  gap: 3px;
}

/* line 305, app/assets/stylesheets/components/_chat.scss */
.chat-thread__typing-dots span {
  width: 4px;
  height: 4px;
  background: var(--ds-color-neutral-500);
  border-radius: 50%;
  animation: chat-typing-blink 1.2s infinite ease-in-out;
}

/* line 311, app/assets/stylesheets/components/_chat.scss */
.chat-thread__typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 312, app/assets/stylesheets/components/_chat.scss */
.chat-thread__typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes chat-typing-blink {
  0%, 80%, 100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}

/* line 322, app/assets/stylesheets/components/_chat.scss */
.chat-composer {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 18px 18px;
  border-top: 1px solid var(--ds-color-neutral-200);
  background: var(--ds-color-neutral-0);
}

/* line 330, app/assets/stylesheets/components/_chat.scss */
.chat-composer__attach {
  cursor: pointer;
  color: var(--ds-color-neutral-500);
  font-size: 18px;
  padding: 8px;
}

/* line 336, app/assets/stylesheets/components/_chat.scss */
.chat-composer__attach input {
  display: none;
}

/* line 337, app/assets/stylesheets/components/_chat.scss */
.chat-composer__attach:hover {
  color: var(--ds-color-primary-500);
}

/* line 340, app/assets/stylesheets/components/_chat.scss */
.chat-composer textarea {
  flex: 1;
  resize: none;
  border-radius: 18px;
  border: 1px solid var(--ds-color-neutral-200);
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  background: var(--ds-color-neutral-50);
  max-height: 140px;
  line-height: 1.4;
}

/* line 352, app/assets/stylesheets/components/_chat.scss */
.chat-composer textarea:focus {
  outline: none;
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-neutral-0);
}

/* line 359, app/assets/stylesheets/components/_chat.scss */
.chat-composer__send {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: var(--ds-color-primary-500);
  color: var(--ds-color-neutral-0);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 120ms ease, transform 120ms ease;
}

/* line 369, app/assets/stylesheets/components/_chat.scss */
.chat-composer__send:hover:not(:disabled) {
  background: var(--ds-color-primary-600);
}

/* line 370, app/assets/stylesheets/components/_chat.scss */
.chat-composer__send:active:not(:disabled) {
  transform: scale(0.95);
}

/* line 371, app/assets/stylesheets/components/_chat.scss */
.chat-composer__send:disabled {
  background: var(--ds-color-neutral-300);
  cursor: not-allowed;
}

/* line 376, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message {
  display: flex;
  gap: 8px;
  margin: 0;
  align-items: flex-end;
  max-width: 68%;
}

/* line 385, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__avatar-slot {
  width: 32px;
  flex-shrink: 0;
}

/* line 390, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own {
  margin-left: auto;
  flex-direction: row-reverse;
}

/* line 394, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own .message__avatar-slot {
  display: none;
}

/* line 396, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own .message__bubble {
  background: var(--ds-color-primary-500);
  color: var(--ds-color-neutral-0);
  border-color: transparent;
}

/* line 402, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own .message__bubble-content,
.chat-thread__messages .message--own .message__time,
.chat-thread__messages .message--own .message__edited {
  color: var(--ds-color-neutral-0);
}

/* line 406, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own .message__time {
  color: rgba(255, 255, 255, 0.75);
}

/* line 407, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own .message__edited {
  color: rgba(255, 255, 255, 0.7);
}

/* line 409, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--own .message__footer {
  justify-content: flex-end;
}

/* line 414, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__bubble {
  border-radius: 18px;
}

/* line 415, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--first-in-group:not(.message--last-in-group):not(.message--own) .message__bubble {
  border-bottom-left-radius: 4px;
}

/* line 418, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--mid-group:not(.message--own) .message__bubble {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 422, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--last-in-group:not(.message--first-in-group):not(.message--own) .message__bubble {
  border-top-left-radius: 4px;
}

/* line 425, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--first-in-group.message--own:not(.message--last-in-group) .message__bubble {
  border-bottom-right-radius: 4px;
}

/* line 428, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--mid-group.message--own .message__bubble {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 432, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--last-in-group.message--own:not(.message--first-in-group) .message__bubble {
  border-top-right-radius: 4px;
}

/* line 436, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--mid-group, .chat-thread__messages .message--first-in-group:not(.message--last-in-group), .chat-thread__messages .message--last-in-group:not(.message--first-in-group) {
  margin-top: 1px;
}

/* line 440, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message--deleted .message__bubble {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-500);
  font-style: italic;
}

/* line 446, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__avatar {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 100ms ease;
}

/* line 453, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 454, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__avatar:hover {
  transform: scale(1.06);
}

/* line 457, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__bubble {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  padding: 8px 12px 6px;
  position: relative;
  min-width: 0;
  max-width: 100%;
}

/* line 467, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__author {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  margin-left: 2px;
}

/* line 474, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__author .username {
  font-weight: 600;
  font-size: 12px;
  color: var(--ds-color-neutral-700);
}

/* line 481, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__author-role {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 1px 6px;
  border-radius: 999px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
  font-weight: 600;
}

/* line 492, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__author-role--membre {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 498, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 10px;
  color: var(--ds-color-neutral-500);
}

/* line 507, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__time {
  font-variant-numeric: tabular-nums;
}

/* line 509, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__edited {
  font-style: italic;
  opacity: 0.85;
}

/* line 514, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__bubble-content {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

/* line 522, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__bubble-content--deleted {
  font-style: italic;
  opacity: 0.75;
}

/* line 524, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reply-quote {
  background: rgba(0, 0, 0, 0.05);
  border-left: 3px solid var(--ds-color-primary-400);
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 6px;
}

/* line 532, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reply-quote-author {
  font-weight: 600;
  display: block;
}

/* line 533, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reply-quote-content {
  opacity: 0.85;
}

/* line 536, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__attachments {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 545, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__attachment {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  font-size: 13px;
}

/* line 552, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__attachment-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 553, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__attachment-download {
  color: inherit;
  opacity: 0.85;
}

/* line 556, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reactions {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 4px;
}

/* line 561, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reaction-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-neutral-700);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  transition: background 100ms ease;
}

/* line 572, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reaction-chip:hover {
  background: var(--ds-color-neutral-100);
}

/* line 573, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reaction-chip.is-own {
  background: var(--ds-color-primary-100);
  border-color: var(--ds-color-primary-300);
  color: var(--ds-color-primary-700);
}

/* line 580, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__reaction-count {
  font-weight: 600;
}

/* line 582, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__seen {
  display: block;
  text-align: right;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
}

/* line 590, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__actions {
  display: none;
  gap: 4px;
  margin-left: auto;
}

/* line 596, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message:hover .message__actions {
  display: inline-flex;
}

/* line 598, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__action-btn {
  background: transparent;
  border: 0;
  color: inherit;
  opacity: 0.65;
  cursor: pointer;
  padding: 2px 4px;
  font-size: 11px;
}

/* line 607, app/assets/stylesheets/components/_chat.scss */
.chat-thread__messages .message__action-btn:hover {
  opacity: 1;
}

/* line 612, app/assets/stylesheets/components/_chat.scss */
.reactions-bar {
  position: absolute;
  top: -38px;
  left: 8px;
  display: inline-flex;
  gap: 4px;
  padding: 4px 6px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  z-index: 5;
}

/* line 625, app/assets/stylesheets/components/_chat.scss */
.reactions-bar__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 4px;
  transition: transform 80ms ease;
}

/* line 633, app/assets/stylesheets/components/_chat.scss */
.reactions-bar__btn:hover {
  transform: scale(1.2);
}

/* line 638, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 646, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal[hidden] {
  display: none;
}

/* line 648, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/* line 655, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__panel {
  position: relative;
  width: 460px;
  max-width: calc(100vw - 32px);
  background: var(--ds-color-neutral-0);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  padding: 18px;
}

/* line 665, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

/* line 671, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__header h2, .chat-new-modal__header .h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* line 674, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__close {
  background: transparent;
  border: 0;
  color: var(--ds-color-neutral-500);
  cursor: pointer;
  font-size: 18px;
}

/* line 682, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__search {
  position: relative;
  margin-bottom: 12px;
}

/* line 686, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__search i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: var(--ds-color-neutral-400);
}

/* line 693, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__search input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  border-radius: 12px;
  border: 1px solid var(--ds-color-neutral-200);
  font-size: 14px;
}

/* line 702, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__results {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 320px;
  overflow-y: auto;
}

/* line 710, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
}

/* line 718, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__result:hover {
  background: var(--ds-color-neutral-50);
}

/* line 721, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ds-color-primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 728, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 731, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__initials {
  font-weight: 600;
  color: var(--ds-color-primary-700);
}

/* line 736, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__name {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* line 743, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__role {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 1px 8px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
}

/* line 755, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__role--membre {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 760, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__empty {
  text-align: center;
  color: var(--ds-color-neutral-500);
  padding: 24px 0;
}

/* line 766, app/assets/stylesheets/components/_chat.scss */
.chat-new-modal__hint {
  font-size: 12px;
  color: var(--ds-color-neutral-500);
  margin: 8px 0 0;
  text-align: center;
}

/* line 1, app/assets/stylesheets/components/_timeline.scss */
.timeline {
  position: relative;
  padding-top: 50px;
}

/* line 5, app/assets/stylesheets/components/_timeline.scss */
.timeline .timeline-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
}

/* line 12, app/assets/stylesheets/components/_timeline.scss */
.timeline .timeline-header .month {
  position: absolute;
  bottom: 0;
  left: var(--position);
  padding: 5px 10px;
  background: #eee;
  font-size: 0.8em;
  color: #666;
}

/* line 23, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: var(--start);
  width: calc(100% - var(--start));
}

/* line 31, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase .phase-details {
  flex-shrink: 0;
  width: 150px;
  margin-right: 10px;
}

/* line 36, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase .phase-details .phase-name {
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase .phase-bar {
  position: relative;
  width: var(--duration);
  height: 20px;
  background: #4caf50;
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase .phase-bar .phase-start, .timeline .phase .phase-bar .phase-end {
  position: absolute;
  top: 100%;
  color: #4caf50;
  font-size: 0.8em;
}

/* line 55, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase .phase-bar .phase-start {
  left: 0;
}

/* line 59, app/assets/stylesheets/components/_timeline.scss */
.timeline .phase .phase-bar .phase-end {
  right: 0;
}

/* line 1, app/assets/stylesheets/components/_permission.scss */
.permission {
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/_permission.scss */
.permission .permission-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 9, app/assets/stylesheets/components/_permission.scss */
.permission input[type="checkbox"] {
  display: initial;
  visibility: initial;
}

/* line 14, app/assets/stylesheets/components/_permission.scss */
.permission .permission-header,
.permission .permission-module,
.permission .permission-action {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

/* line 23, app/assets/stylesheets/components/_permission.scss */
.permission .permission-header:first-child,
.permission .permission-module:first-child,
.permission .permission-action:first-child {
  text-align: left;
}

/* line 29, app/assets/stylesheets/components/_permission.scss */
.permission .permission-header {
  background-color: #0000FF;
  color: white;
}

/* line 34, app/assets/stylesheets/components/_permission.scss */
.permission tr:hover {
  background-color: #f5f5f5;
}

/* line 38, app/assets/stylesheets/components/_permission.scss */
.permission select {
  width: 100%;
  padding: 5px;
}

/* line 43, app/assets/stylesheets/components/_permission.scss */
.permission .permission-submit {
  margin-top: 20px;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/news.scss */
.news-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 8, app/assets/stylesheets/components/news.scss */
.news-column {
  padding: 15px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 14, app/assets/stylesheets/components/news.scss */
.news-card {
  background-color: #0000FF;
  border-radius: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px;
}

/* line 24, app/assets/stylesheets/components/news.scss */
.news-card .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 29, app/assets/stylesheets/components/news.scss */
.news-card .news-header .news-logo {
  background-color: white;
  border-radius: 20%;
  padding: 10px;
  width: 50px;
  height: auto;
}

/* line 37, app/assets/stylesheets/components/news.scss */
.news-card .news-header .news-organisateur {
  background-color: #0000FF;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/components/news.scss */
.news-card .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 52, app/assets/stylesheets/components/news.scss */
.news-card .news-content .news-description {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/components/news.scss */
.news-card .news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 63, app/assets/stylesheets/components/news.scss */
.news-card .news-footer .news-date, .news-card .news-footer .news-lieu {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5px 15px;
}

/* line 70, app/assets/stylesheets/components/news.scss */
.news-card .voir-plus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

/* line 77, app/assets/stylesheets/components/news.scss */
.news-card .voir-plus i {
  margin-right: 5px;
}

/* line 81, app/assets/stylesheets/components/news.scss */
.news-card .voir-plus:hover {
  opacity: 1;
}

/* line 87, app/assets/stylesheets/components/news.scss */
.fa-arrow-right {
  opacity: 1;
}

/* line 91, app/assets/stylesheets/components/news.scss */
.news-show-container {
  color: #0000FF;
  padding: 20px;
}

/* line 95, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-header {
  display: flex;
  align-items: center;
}

/* line 99, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-header .news-show-logo {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

/* line 105, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-header .news-show-title-author {
  flex-grow: 1;
}

/* line 108, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-header .news-show-title-author .news-show-title {
  margin: 0;
}

/* line 112, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-header .news-show-title-author .news-show-author {
  text-align: right;
  color: #666;
}

/* line 116, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-header .news-show-title-author .news-show-date {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}

/* line 125, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-organisateur {
  margin-top: 20px;
}

/* line 129, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-divider {
  margin-top: 20px;
  border-color: #0000FF;
}

/* line 134, app/assets/stylesheets/components/news.scss */
.news-show-container .news-show-content {
  margin-top: 20px;
  color: #0E0000;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/_filter.scss */
.filter-panel {
  position: fixed;
  right: -100%;
  width: 300px;
  background-color: #f3f3f3;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
  overflow-y: auto;
}

/* line 13, app/assets/stylesheets/components/_filter.scss */
.filter-panel.active {
  right: 0;
}

/* line 17, app/assets/stylesheets/components/_filter.scss */
.filter-panel .filter-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* line 25, app/assets/stylesheets/components/_filter.scss */
#open-filters-btn {
  background-color: #FFBA06;
  color: white;
  border: none;
  padding: 5px 10px;
  justify-content: flex-end;
  float: right;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 35, app/assets/stylesheets/components/_filter.scss */
#open-filters-btn:hover {
  background-color: #d29800;
}

/* line 40, app/assets/stylesheets/components/_filter.scss */
.btn-apply-filters {
  background-color: #0000FF;
  color: white;
  border: none;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s;
}

/* line 51, app/assets/stylesheets/components/_filter.scss */
.btn-apply-filters:hover {
  background-color: #00005e;
}

/* line 56, app/assets/stylesheets/components/_filter.scss */
.filter-form {
  display: flex;
  flex-direction: column;
}

/* line 61, app/assets/stylesheets/components/_filter.scss */
.form-group {
  margin-bottom: 25px;
  position: relative;
}

/* line 65, app/assets/stylesheets/components/_filter.scss */
.form-group:after {
  content: '';
  display: block;
  height: 2px;
  background: #007bff;
  transition: width 0.3s;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
}

/* line 77, app/assets/stylesheets/components/_filter.scss */
.form-group:focus-within::after {
  width: 100%;
}

/* line 81, app/assets/stylesheets/components/_filter.scss */
.form-group .filter-label {
  display: block;
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s;
}

/* line 90, app/assets/stylesheets/components/_filter.scss */
.form-group .filter-select {
  width: 100%;
  padding: 12px;
  border: 2px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* line 98, app/assets/stylesheets/components/_filter.scss */
.form-group .filter-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  outline: none;
}

/* line 105, app/assets/stylesheets/components/_filter.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 400;
  display: none;
}

/* line 116, app/assets/stylesheets/components/_filter.scss */
.filter-panel.active ~ .overlay {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_importsection.scss */
.import-section {
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 19, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-controls input[type="file"] {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 26, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-controls input[type="submit"] {
  padding: 8px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-controls input[type="submit"]:hover {
  background-color: #0062cc;
}

/* line 39, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-controls .download-template-btn {
  padding: 8px 15px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/components/_importsection.scss */
.import-section .import-controls .download-template-btn:hover {
  background-color: #1e7e34;
}

/* line 5, app/assets/stylesheets/components/_notification-flash.scss */
.notification-part {
  position: fixed;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--ds-space-2);
  z-index: var(--ds-z-toast);
  pointer-events: none;
}

/* line 16, app/assets/stylesheets/components/_notification-flash.scss */
.notification-part > * {
  pointer-events: auto;
}

/* line 19, app/assets/stylesheets/components/_notification-flash.scss */
.notification-flash {
  background-color: var(--ds-surface-elevated);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-4);
  box-shadow: var(--ds-shadow-lg);
  width: 380px;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  animation: ds-toast-in var(--ds-duration-slow) var(--ds-ease-out);
}

/* line 33, app/assets/stylesheets/components/_notification-flash.scss */
.notification-content {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
}

/* line 39, app/assets/stylesheets/components/_notification-flash.scss */
.notification-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-md);
  color: var(--ds-color-primary-600);
  background-color: var(--ds-color-primary-50);
  border-radius: var(--ds-radius-md);
}

/* line 52, app/assets/stylesheets/components/_notification-flash.scss */
.notification-text {
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
  white-space: normal;
  width: 100%;
  word-break: break-word;
}

/* line 61, app/assets/stylesheets/components/_notification-flash.scss */
.validate-task-btn {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-4);
  background-color: var(--ds-color-primary-600);
  color: var(--ds-color-neutral-0);
  border: 0;
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  box-shadow: var(--ds-shadow-xs);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 79, app/assets/stylesheets/components/_notification-flash.scss */
.validate-task-btn:hover {
  background-color: var(--ds-color-primary-700);
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
}

/* line 85, app/assets/stylesheets/components/_notification-flash.scss */
.validate-task-btn:active {
  transform: translateY(0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 10, app/assets/stylesheets/components/_colonner.scss */
#categorySelector {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/components/_colonner.scss */
#categorySelector:hover {
  background-color: #f0f0f0;
}

/* line 22, app/assets/stylesheets/components/_colonner.scss */
#categorySelector:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 28, app/assets/stylesheets/components/_colonner.scss */
option::after {
  content: " ↓";
  font-weight: bold;
  color: #007bff;
  margin-left: 5px;
}

/* line 35, app/assets/stylesheets/components/_colonner.scss */
.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 41, app/assets/stylesheets/components/_colonner.scss */
.colonner-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: auto;
}

/* line 48, app/assets/stylesheets/components/_colonner.scss */
.colonner-cat {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 54, app/assets/stylesheets/components/_colonner.scss */
.red-border {
  border: 2px solid red !important;
}

/* line 58, app/assets/stylesheets/components/_colonner.scss */
.orange-border {
  border: 2px solid orange !important;
}

/* line 62, app/assets/stylesheets/components/_colonner.scss */
.colonner-part {
  display: flex;
  border: 2px solid var(--jaune-hex);
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 250px;
  margin-right: 20px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
  min-height: 100%;
}

/* line 74, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .part-title {
  color: #333;
  margin-bottom: 10px;
}

/* line 79, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .part-content {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 600px;
  min-height: 600px;
}

/* line 86, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .etude-card {
  background-color: #fff;
  border: 2px solid black;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .etude-card:hover {
  background-color: #e9e9e9;
}

/* line 98, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .etude-card p {
  margin: 5px 0;
  font-size: 0.8em;
}

/* line 104, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .part-footer {
  padding: 10px;
  background-color: #0000FF;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}

/* line 113, app/assets/stylesheets/components/_colonner.scss */
.colonner-part .part-footer p {
  margin: 0;
  font-size: 0.9em;
}

/* line 120, app/assets/stylesheets/components/_colonner.scss */
#Etudes {
  display: flex;
}

/* line 1, app/assets/stylesheets/components/_foot-table.scss */
.foot_table {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 6, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 12, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms #choice_number {
  display: flex;
  background-color: #f2f2f2;
  padding: 6px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 20, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms #choice_number form {
  align-items: center;
  gap: 10px;
}

/* line 24, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms #choice_number form label {
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}

/* line 30, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms #choice_number form select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms #choice_number form select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

@media (max-width: 600px) {
  /* line 12, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms #choice_number {
    flex-direction: column;
    align-items: start;
  }
  /* line 48, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms #choice_number form {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  /* line 53, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms #choice_number form label, .foot_table .info_forms #choice_number form select {
    width: 100%;
  }
}

/* line 59, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .info_forms p {
  margin-top: 10px;
}

/* line 64, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination {
  margin-top: 10px;
}

/* line 66, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

/* line 74, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination li {
  margin: 0 5px;
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination a,
.foot_table .pagination .pagination span {
  padding: 8px 12px;
  border: 1px solid #0000FF;
  border-radius: 4px;
  text-decoration: none;
  color: #007BFF;
  transition: background-color 0.3s, color 0.3s;
}

/* line 89, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination a:hover {
  background-color: #0000FF;
  color: #fff;
}

/* line 94, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination .current,
.foot_table .pagination .pagination .gap {
  background-color: #0000FF;
  color: #fff;
  padding: 6px 12px;
  border: none;
}

/* line 101, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .previous_page:before {
  content: "< ";
  font-weight: bold;
}

/* line 106, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .next_page:after {
  content: " >";
  font-weight: bold;
}

/* line 110, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination .previous_page:before,
.foot_table .pagination .pagination .next_page:after {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

/* line 117, app/assets/stylesheets/components/_foot-table.scss */
.foot_table .pagination .pagination .disabled {
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .pagination .pagination li {
    margin: 0 3px;
  }
  /* line 127, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .pagination .pagination a,
.foot_table .pagination .pagination span {
    padding: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* line 137, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms {
    flex-direction: column;
    align-items: center;
  }
  /* line 141, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms #choice_number {
    order: 1;
  }
  /* line 145, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms p {
    order: 2;
    margin-top: 5px;
  }
  /* line 150, app/assets/stylesheets/components/_foot-table.scss */
  .foot_table .info_forms .pagination {
    order: 3;
    margin-top: 10px;
  }
}

/* line 5, app/assets/stylesheets/components/_panel.scss */
#bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 85vh;
  background: var(--ds-surface-card);
  border-top: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-2xl) var(--ds-radius-2xl) 0 0;
  box-shadow: 0 -16px 40px rgba(15, 23, 42, 0.18);
  transition: transform var(--ds-duration-slow) var(--ds-ease-out);
  z-index: 1101;
  overflow-y: auto;
  padding: var(--ds-space-5);
  transform: translateY(100%);
  display: block;
}

/* line 23, app/assets/stylesheets/components/_panel.scss */
#bottom-panel.active {
  transform: translateY(0);
}

/* line 25, app/assets/stylesheets/components/_panel.scss */
#bottom-panel .panel-title {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
  margin: calc(var(--ds-space-5) * -1) calc(var(--ds-space-5) * -1) 0;
  padding-left: var(--ds-space-5);
  padding-right: var(--ds-space-5);
}

/* line 37, app/assets/stylesheets/components/_panel.scss */
#bottom-panel .panel-content {
  padding: var(--ds-space-4) 0;
}

/* line 40, app/assets/stylesheets/components/_panel.scss */
.overlay,
.overlay2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ds-surface-overlay);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1000;
  display: none;
  transition: opacity var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 53, app/assets/stylesheets/components/_panel.scss */
.overlay.active,
.overlay2.active {
  display: block;
}

/* line 56, app/assets/stylesheets/components/_panel.scss */
.overlay2 {
  position: fixed;
  z-index: 1050;
}

/* line 10, app/assets/stylesheets/components/connection.scss */
.auth-screen {
  --auth-accent: var(--ds-color-primary-600);
  --auth-accent-strong: color-mix(in srgb, var(--auth-accent) 82%, #000);
  --auth-on-accent: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 100vh;
  background-color: var(--ds-surface-app);
  font-family: var(--ds-font-sans);
  color: var(--ds-text-primary);
}

@media (max-width: 960px) {
  /* line 10, app/assets/stylesheets/components/connection.scss */
  .auth-screen {
    grid-template-columns: 1fr;
  }
}

/* line 30, app/assets/stylesheets/components/connection.scss */
.auth-screen__brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--ds-space-12) var(--ds-space-12);
  color: var(--ds-color-neutral-0);
  background: radial-gradient(circle at 18% 12%, rgba(245, 158, 11, 0.28), transparent 40%), radial-gradient(circle at 90% 90%, rgba(99, 102, 241, 0.45), transparent 50%), linear-gradient(135deg, var(--ds-color-primary-700) 0%, var(--ds-color-primary-900) 100%);
  overflow: hidden;
  isolation: isolate;
}

/* line 44, app/assets/stylesheets/components/connection.scss */
.auth-screen__brand::before {
  content: "";
  position: absolute;
  inset: -50% -10% auto auto;
  width: 60%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.08), transparent 70%);
  filter: blur(8px);
  z-index: -1;
}

@media (max-width: 960px) {
  /* line 30, app/assets/stylesheets/components/connection.scss */
  .auth-screen__brand {
    padding: var(--ds-space-8) var(--ds-space-6);
  }
}

@media (max-width: 640px) {
  /* line 30, app/assets/stylesheets/components/connection.scss */
  .auth-screen__brand {
    padding: var(--ds-space-6) var(--ds-space-5);
  }
}

/* line 65, app/assets/stylesheets/components/connection.scss */
.auth-screen__brand-inner {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
  max-width: 480px;
}

/* line 72, app/assets/stylesheets/components/connection.scss */
.auth-screen__logo {
  width: 140px;
  height: auto;
  margin-bottom: var(--ds-space-4);
}

/* line 78, app/assets/stylesheets/components/connection.scss */
.auth-screen__headline {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-4xl);
  font-weight: var(--ds-font-weight-bold);
  line-height: 1.1;
  letter-spacing: var(--ds-letter-spacing-tight);
  margin: 0;
  color: var(--ds-color-neutral-0);
}

@media (max-width: 640px) {
  /* line 78, app/assets/stylesheets/components/connection.scss */
  .auth-screen__headline {
    font-size: var(--ds-font-size-2xl);
  }
}

/* line 90, app/assets/stylesheets/components/connection.scss */
.auth-screen__lede {
  font-size: var(--ds-font-size-md);
  color: rgba(255, 255, 255, 0.78);
  line-height: var(--ds-line-height-relaxed);
  margin: 0;
}

/* line 97, app/assets/stylesheets/components/connection.scss */
.auth-screen__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 105, app/assets/stylesheets/components/connection.scss */
.auth-screen__highlights li {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  font-size: var(--ds-font-size-sm);
  color: rgba(255, 255, 255, 0.86);
}

/* line 112, app/assets/stylesheets/components/connection.scss */
.auth-screen__highlights li i {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 158, 11, 0.2);
  color: var(--ds-color-accent-300);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
}

/* line 127, app/assets/stylesheets/components/connection.scss */
.auth-screen__brand-footer {
  font-size: var(--ds-font-size-xs);
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 134, app/assets/stylesheets/components/connection.scss */
.auth-screen__cobrand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: var(--ds-space-3);
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-md);
}

/* line 145, app/assets/stylesheets/components/connection.scss */
.auth-screen__cobrand-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 148, app/assets/stylesheets/components/connection.scss */
.auth-screen__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: var(--ds-radius-pill);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
  text-transform: uppercase;
}

/* line 162, app/assets/stylesheets/components/connection.scss */
.auth-screen__eyebrow i {
  font-size: 11px;
}

/* line 165, app/assets/stylesheets/components/connection.scss */
.auth-screen__poweredby {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  color: rgba(255, 255, 255, 0.6);
}

/* line 172, app/assets/stylesheets/components/connection.scss */
.auth-screen__poweredby img {
  height: 15px;
  width: auto;
  opacity: 0.85;
}

/* line 176, app/assets/stylesheets/components/connection.scss */
.auth-screen__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-12) var(--ds-space-8);
  background-color: var(--ds-surface-card);
}

@media (max-width: 960px) {
  /* line 176, app/assets/stylesheets/components/connection.scss */
  .auth-screen__panel {
    padding: var(--ds-space-8) var(--ds-space-6);
  }
}

@media (max-width: 640px) {
  /* line 176, app/assets/stylesheets/components/connection.scss */
  .auth-screen__panel {
    padding: var(--ds-space-6) var(--ds-space-4);
  }
}

/* line 192, app/assets/stylesheets/components/connection.scss */
.auth-screen__panel-inner {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 200, app/assets/stylesheets/components/connection.scss */
.auth-screen__tabs {
  display: inline-flex;
  align-self: flex-start;
  background: var(--ds-surface-muted);
  border-radius: var(--ds-radius-pill);
  padding: var(--ds-space-1);
  gap: var(--ds-space-1);
}

/* line 209, app/assets/stylesheets/components/connection.scss */
.auth-screen__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: var(--ds-text-secondary);
  font-family: var(--ds-font-sans);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  padding: var(--ds-space-2) var(--ds-space-4);
  border-radius: var(--ds-radius-pill);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 224, app/assets/stylesheets/components/connection.scss */
.auth-screen__tab:hover {
  color: var(--ds-text-primary);
}

/* line 226, app/assets/stylesheets/components/connection.scss */
.auth-screen__tab.is-active {
  background: var(--ds-surface-card);
  color: var(--auth-accent-strong);
  box-shadow: var(--ds-shadow-xs);
}

/* line 232, app/assets/stylesheets/components/connection.scss */
.auth-screen__tab:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 238, app/assets/stylesheets/components/connection.scss */
.auth-screen__form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 243, app/assets/stylesheets/components/connection.scss */
.auth-screen__form.is-hidden {
  display: none;
}

/* line 246, app/assets/stylesheets/components/connection.scss */
.auth-screen__form-title {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  line-height: var(--ds-line-height-tight);
  margin: 0;
  color: var(--ds-text-primary);
}

@media (max-width: 640px) {
  /* line 246, app/assets/stylesheets/components/connection.scss */
  .auth-screen__form-title {
    font-size: var(--ds-font-size-2xl);
  }
}

/* line 258, app/assets/stylesheets/components/connection.scss */
.auth-screen__form-subtitle {
  margin: 0 0 var(--ds-space-2) 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
}

/* line 264, app/assets/stylesheets/components/connection.scss */
.auth-screen__simple-form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 270, app/assets/stylesheets/components/connection.scss */
.auth-screen__simple-form .form-group, .auth-screen__simple-form .input {
  margin: 0;
}

/* line 273, app/assets/stylesheets/components/connection.scss */
.auth-screen__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
  background: var(--auth-accent);
  color: var(--auth-on-accent);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  padding: var(--ds-space-3) var(--ds-space-5);
  border-radius: var(--ds-radius-md);
  cursor: pointer;
  box-shadow: var(--ds-shadow-xs);
  margin-top: var(--ds-space-2);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 291, app/assets/stylesheets/components/connection.scss */
.auth-screen__submit:hover {
  background: var(--auth-accent-strong);
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
}

/* line 297, app/assets/stylesheets/components/connection.scss */
.auth-screen__submit:active {
  transform: translateY(0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 299, app/assets/stylesheets/components/connection.scss */
.auth-screen__submit:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-xs), var(--ds-shadow-focus-ring);
}

/* line 305, app/assets/stylesheets/components/connection.scss */
.auth-screen__legal {
  margin: var(--ds-space-2) 0 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  line-height: var(--ds-line-height-snug);
}

/* line 314, app/assets/stylesheets/components/connection.scss */
.auth-field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
}

/* line 319, app/assets/stylesheets/components/connection.scss */
.auth-field__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--ds-space-3);
}

/* line 326, app/assets/stylesheets/components/connection.scss */
.auth-field__label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
}

/* line 332, app/assets/stylesheets/components/connection.scss */
.auth-field__hint-link {
  font-size: var(--ds-font-size-xs);
  color: var(--auth-accent);
  text-decoration: none;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 338, app/assets/stylesheets/components/connection.scss */
.auth-field__hint-link:hover {
  color: var(--auth-accent-strong);
  text-decoration: underline;
}

/* line 341, app/assets/stylesheets/components/connection.scss */
.auth-field__password {
  position: relative;
}

/* line 344, app/assets/stylesheets/components/connection.scss */
.auth-field__password .auth-field__input {
  padding-right: 44px;
}

/* line 347, app/assets/stylesheets/components/connection.scss */
.auth-field__reveal {
  position: absolute;
  right: var(--ds-space-2);
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: var(--ds-space-2);
  border-radius: var(--ds-radius-sm);
  line-height: 1;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 362, app/assets/stylesheets/components/connection.scss */
.auth-field__reveal:hover {
  color: var(--ds-text-primary);
  background-color: var(--ds-surface-muted);
}

/* line 365, app/assets/stylesheets/components/connection.scss */
.auth-field__remember {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 373, app/assets/stylesheets/components/connection.scss */
.auth-field__remember input[type="checkbox"] {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--auth-accent);
  cursor: pointer;
}

/* line 388, app/assets/stylesheets/components/connection.scss */
.auth-field__input {
  width: 100%;
  padding: var(--ds-space-3) var(--ds-space-4);
  background-color: var(--ds-surface-card);
  color: var(--ds-text-primary);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-sm);
  line-height: 1.4;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 402, app/assets/stylesheets/components/connection.scss */
.auth-field__input::-moz-placeholder {
  color: var(--ds-text-muted);
}
.auth-field__input::placeholder {
  color: var(--ds-text-muted);
}

/* line 404, app/assets/stylesheets/components/connection.scss */
.auth-field__input:hover {
  border-color: var(--ds-border-strong);
}

/* line 406, app/assets/stylesheets/components/connection.scss */
.auth-field__input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 412, app/assets/stylesheets/components/connection.scss */
.auth-field__input:-webkit-autofill, .auth-field__input:-webkit-autofill:hover, .auth-field__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--ds-surface-card) inset;
  -webkit-text-fill-color: var(--ds-text-primary);
}

/* line 422, app/assets/stylesheets/components/connection.scss */
.image-container {
  display: none;
}

/* line 423, app/assets/stylesheets/components/connection.scss */
.registration-container,
.toggle-container,
.toggle, .toggle-panel, .toggle-left, .toggle-right,
.title_panel,
.form-container.sign-in,
.form-container.sign-up {
  /* deprecated — no styles */
}

/* line 1, app/assets/stylesheets/components/centerModal.scss */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/components/centerModal.scss */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0);
  transition: transform 0.3s ease;
}

/* line 26, app/assets/stylesheets/components/centerModal.scss */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/components/centerModal.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/components/centerModal.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 43, app/assets/stylesheets/components/centerModal.scss */
.form-group label {
  display: block;
}

/* line 47, app/assets/stylesheets/components/centerModal.scss */
.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 58, app/assets/stylesheets/components/centerModal.scss */
.checkbox-container .checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 35px;
}

/* line 65, app/assets/stylesheets/components/centerModal.scss */
.checkbox-container .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 72, app/assets/stylesheets/components/centerModal.scss */
.checkbox-container .checkbox-label input:checked + .checkmark {
  background-color: #4CAF50;
}

/* line 74, app/assets/stylesheets/components/centerModal.scss */
.checkbox-container .checkbox-label input:checked + .checkmark:after {
  display: block;
}

/* line 80, app/assets/stylesheets/components/centerModal.scss */
.checkbox-container .checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

/* line 88, app/assets/stylesheets/components/centerModal.scss */
.checkbox-container .checkbox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* line 1, app/assets/stylesheets/components/_table_menu.scss */
.context-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
  z-index: 1;
}

/* line 9, app/assets/stylesheets/components/_table_menu.scss */
.context-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/components/_table_menu.scss */
.context-menu li {
  padding: 12px 16px;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/components/_table_menu.scss */
.context-menu li:hover {
  background-color: #f5f5f5;
}

/* line 24, app/assets/stylesheets/components/_table_menu.scss */
.btn-context-menu {
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
  font-weight: bolder;
  font-size: 1.5vh;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* line 33, app/assets/stylesheets/components/_table_menu.scss */
.btn-context-menu:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
}

/* line 42, app/assets/stylesheets/components/_table_menu.scss */
.context-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 100;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 36px;
  border-radius: var(--ds-radius-md);
  border: 1px solid transparent;
  font-family: var(--ds-font-sans);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  text-decoration: none;
  color: var(--ds-color-neutral-0);
  background: var(--ds-color-primary-600);
  box-shadow: var(--ds-shadow-xs);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  margin: 4px 0;
}

/* line 26, app/assets/stylesheets/components/_buttons.scss */
.custom-button:hover {
  background: var(--ds-color-primary-700);
  color: var(--ds-color-neutral-0);
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/components/_buttons.scss */
.custom-button:active {
  transform: translateY(0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 39, app/assets/stylesheets/components/_buttons.scss */
.custom-button:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-xs), var(--ds-shadow-focus-ring);
}

/* line 45, app/assets/stylesheets/components/_buttons.scss */
.btn-secondary.custom-button {
  background: var(--ds-color-accent-500);
  color: var(--ds-color-neutral-900);
}

/* line 49, app/assets/stylesheets/components/_buttons.scss */
.btn-secondary.custom-button:hover {
  background: var(--ds-color-accent-600);
  color: var(--ds-color-neutral-900);
}

/* line 1, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor h1, .rich-text-editor .h1, .rich-text-editor h2, .rich-text-editor .h2, .rich-text-editor h3, .rich-text-editor .h3, .rich-text-editor h4, .rich-text-editor .h4, .rich-text-editor h5, .rich-text-editor .h5, .rich-text-editor h6, .rich-text-editor .h6 {
  font-weight: bold;
  color: #007bff;
}

/* line 16, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor p {
  margin-bottom: 1em;
  line-height: 1.6;
}

/* line 21, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor a {
  color: #007bff;
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor blockquote {
  border-left: 4px solid #007bff;
  padding-left: 16px;
  color: #555;
  font-style: italic;
}

/* line 33, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor ul, .rich-text-editor ol {
  padding-left: 20px;
  margin-bottom: 1em;
}

/* line 38, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor code {
  background-color: #eee;
  padding: 2px 4px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
}

/* line 45, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 51, app/assets/stylesheets/components/_trix_custom.scss */
.rich-text-editor .attachment-thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 60, app/assets/stylesheets/components/_trix_custom.scss */
.trix-toolbar {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding: 8px;
}

/* line 68, app/assets/stylesheets/components/_trix_custom.scss */
.trix-toolbar .trix-button {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

/* line 76, app/assets/stylesheets/components/_trix_custom.scss */
.trix-toolbar .trix-button:hover {
  background-color: #f0f0f0;
}

/* line 80, app/assets/stylesheets/components/_trix_custom.scss */
.trix-toolbar .trix-button.trix-active {
  background-color: #e0e0e0;
  color: #0056b3;
}

/* line 1, app/assets/stylesheets/components/_develop.scss */
.develop-container {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 10px 0;
  padding: 10px;
  transition: max-height 0.5s ease-in-out;
}

/* line 8, app/assets/stylesheets/components/_develop.scss */
.develop-container .toggle-button {
  background: linear-gradient(135deg, #0000ff 0%, #2575fc 100%);
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

/* line 20, app/assets/stylesheets/components/_develop.scss */
.develop-container .toggle-button:hover {
  background: linear-gradient(135deg, #2575fc 0%, #0000ff 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

/* line 26, app/assets/stylesheets/components/_develop.scss */
.develop-container .toggle-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* line 32, app/assets/stylesheets/components/_develop.scss */
.develop-container .content {
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/components/_import_wizard.scss */
.page_content.import-wizard-background {
  background: linear-gradient(to right, #090943, #0000FF);
  min-height: 94.4vh;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
}

/* line 8, app/assets/stylesheets/components/_import_wizard.scss */
.import-page {
  display: flex;
  flex-direction: column;
}

/* line 12, app/assets/stylesheets/components/_import_wizard.scss */
.import-page .header {
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/components/_import_wizard.scss */
.import-page .header h1, .import-page .header .h1 {
  margin-bottom: 10px;
  font-size: 4.45vh;
  color: #f0f0f0 !important;
}

/* line 21, app/assets/stylesheets/components/_import_wizard.scss */
.import-page .header .step-indicator {
  display: flex;
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/components/_import_wizard.scss */
.import-page .header .step-indicator .step {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6c6c6c;
  margin: 0 5px;
}

/* line 33, app/assets/stylesheets/components/_import_wizard.scss */
.import-page .header .step-indicator .active {
  background: #ffba09;
}

/* line 40, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 47, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .model-selection select {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 3vh;
  border-radius: 20px;
  background-color: #ffba09;
  color: #fff;
}

/* line 56, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .file-upload, .import-wizard .model-selection {
  align-items: center;
}

/* line 60, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .file-upload, .import-wizard .model-selection, .import-wizard .column-mapping {
  margin: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

/* line 66, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .file-upload button, .import-wizard .model-selection button, .import-wizard .column-mapping button {
  padding: 10px 20px;
  background-color: #ffba09;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .file-upload button:hover, .import-wizard .model-selection button:hover, .import-wizard .column-mapping button:hover {
  background-color: #ffba09;
}

/* line 80, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .upload-area {
  border: 1px dashed #ffffff;
  border-radius: 100vh;
  padding: 50px;
  text-align: center;
  width: 600px;
}

/* line 87, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .upload-area .icon {
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .upload-area .icon svg {
  width: 4vh;
  height: 4vh;
}

/* line 96, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .upload-area p {
  margin-bottom: 20px;
  font-size: 3.2vh;
}

/* line 101, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .upload-area button {
  background-color: #ffba09;
  border: none;
  color: #000000;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .upload-area button:hover {
  background-color: #e6a807;
}

/* line 116, app/assets/stylesheets/components/_import_wizard.scss */
.import-wizard .drop-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #0000ff;
  z-index: 1000;
  pointer-events: none;
}

/* line 133, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 90%;
  overflow-x: auto;
}

/* line 142, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping h2, .column-mapping .h2 {
  margin-bottom: 20px;
  color: #0056b3;
}

/* line 147, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table {
  width: 100%;
  border-collapse: collapse;
}

/* line 151, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table th, .column-mapping table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
  white-space: nowrap;
}

/* line 158, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table th {
  background-color: #f9f9f9;
}

/* line 161, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 167, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table th select {
  margin-left: 10px;
  flex-grow: 1;
  max-width: 200px;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
}

/* line 180, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 184, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping table td {
  text-align: left;
}

/* line 189, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 198, app/assets/stylesheets/components/_import_wizard.scss */
.column-mapping button:hover {
  background-color: #0056b3;
}

/* line 1, app/assets/stylesheets/components/_import-status-modal.scss */
.import-status-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* line 14, app/assets/stylesheets/components/_import-status-modal.scss */
.impoort-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 27, app/assets/stylesheets/components/_import-status-modal.scss */
.status-message {
  margin-top: 20px;
}

/* line 31, app/assets/stylesheets/components/_import-status-modal.scss */
.import-close-button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/components/_expense.scss */
.modal-open-button {
  background-color: #ffba09;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

/* line 29, app/assets/stylesheets/components/_expense.scss */
.modal-open-button:hover {
  background-color: #d59900;
}

/* line 33, app/assets/stylesheets/components/_expense.scss */
.modal-open-button:active {
  background-color: #bc8700;
}

/* line 37, app/assets/stylesheets/components/_expense.scss */
.modal-open-button:focus {
  outline: none;
}

/* line 46, app/assets/stylesheets/components/_expense.scss */
.dropzone {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/components/_expense.scss */
.dropzone.dragging {
  border-color: #000;
}

/* line 58, app/assets/stylesheets/components/_expense.scss */
#preview p {
  margin: 10px 0;
}

/* line 63, app/assets/stylesheets/components/_expense.scss */
.expenses-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1rem;
}

/* line 70, app/assets/stylesheets/components/_expense.scss */
.expense-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  width: calc(33.33% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* line 78, app/assets/stylesheets/components/_expense.scss */
.expense-card .expense-info {
  margin-bottom: 10px;
}

/* line 82, app/assets/stylesheets/components/_expense.scss */
.expense-card .expense-proofs {
  margin-top: 10px;
}

/* line 85, app/assets/stylesheets/components/_expense.scss */
.expense-card .expense-proofs ul {
  list-style-type: none;
  padding: 0;
}

/* line 89, app/assets/stylesheets/components/_expense.scss */
.expense-card .expense-proofs ul li {
  margin-bottom: 5px;
}

/* line 92, app/assets/stylesheets/components/_expense.scss */
.expense-card .expense-proofs ul li a {
  margin-left: 10px;
  text-decoration: none;
  color: #007bff;
}

/* line 97, app/assets/stylesheets/components/_expense.scss */
.expense-card .expense-proofs ul li a:hover {
  text-decoration: underline;
  color: #0062cc;
}

/* line 106, app/assets/stylesheets/components/_expense.scss */
.expense-card .delete-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/components/_expense.scss */
.expense-card .delete-button:hover {
  color: #cc0000;
}

/* line 118, app/assets/stylesheets/components/_expense.scss */
.tableau_statut {
  position: relative;
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/components/_expense.scss */
.statut {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
}

/* line 130, app/assets/stylesheets/components/_expense.scss */
.status-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  padding: 5px 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 142, app/assets/stylesheets/components/_expense.scss */
.status-button {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/components/_expense.scss */
.status-button:hover {
  background: #f0f0f0;
}

/* line 4, app/assets/stylesheets/components/_profile_edit.scss */
.nav-tabs .nav-link {
  color: #6c757d;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

/* line 11, app/assets/stylesheets/components/_profile_edit.scss */
.nav-tabs .nav-link:hover {
  color: var(--bleu-hex);
  border-bottom-color: rgba(var(--bleu-hex-rgb, 13, 110, 253), 0.3);
}

/* line 16, app/assets/stylesheets/components/_profile_edit.scss */
.nav-tabs .nav-link.active {
  color: var(--bleu-hex) !important;
  background-color: transparent !important;
  border-bottom-color: var(--bleu-hex) !important;
}

/* line 25, app/assets/stylesheets/components/_profile_edit.scss */
.table tr {
  transition: background-color 0.2s ease;
}

/* line 28, app/assets/stylesheets/components/_profile_edit.scss */
.table tr:hover {
  background-color: rgba(var(--bleu-hex-rgb, 13, 110, 253), 0.05);
}

/* line 34, app/assets/stylesheets/components/_profile_edit.scss */
.badge {
  font-weight: 500;
  padding: 0.5em 0.75em;
}

/* line 39, app/assets/stylesheets/components/_profile_edit.scss */
.btn-primary {
  background-color: var(--bleu-hex);
  border-color: var(--bleu-hex);
}

/* line 43, app/assets/stylesheets/components/_profile_edit.scss */
.btn-primary:hover {
  background-color: #0257d5;
  border-color: #0257d5;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}

@keyframes blinkUpdate {
  0% {
    background-color: #fff4c4;
  }
  100% {
    background-color: transparent;
  }
}

/* line 32, app/assets/stylesheets/components/_discussion.scss */
.chat-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 41, app/assets/stylesheets/components/_discussion.scss */
.chat-modal.hidden {
  display: none;
}

/* line 43, app/assets/stylesheets/components/_discussion.scss */
.chat-modal .chat-modal__wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  font-family: "Inter", sans-serif;
}

/* line 56, app/assets/stylesheets/components/_discussion.scss */
.chat-modal .chat-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #2e3a4b;
  cursor: pointer;
  z-index: 10;
}

/* line 70, app/assets/stylesheets/components/_discussion.scss */
.chat-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* line 80, app/assets/stylesheets/components/_discussion.scss */
.chat-header__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2e3a4b;
}

/* line 89, app/assets/stylesheets/components/_discussion.scss */
.chat-messages {
  flex: 1 1 auto;
  height: 80vh;
  overflow-y: auto;
  padding: 1rem 1.25rem;
  background: #f5f7fa;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  scroll-behavior: smooth;
}

/* line 100, app/assets/stylesheets/components/_discussion.scss */
.chat-messages::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* line 102, app/assets/stylesheets/components/_discussion.scss */
.chat-messages .fade-out {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* line 108, app/assets/stylesheets/components/_discussion.scss */
.chat-messages .message-updated {
  animation: blinkUpdate 0.6s ease;
}

/* line 112, app/assets/stylesheets/components/_discussion.scss */
.chat-messages .message--deleting {
  opacity: 0;
  transform: translateX(10px) scale(0.95);
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 122, app/assets/stylesheets/components/_discussion.scss */
.chat-messages__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  text-align: center;
}

/* line 131, app/assets/stylesheets/components/_discussion.scss */
.chat-messages__empty .emoji {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  animation: bounce 1.5s infinite;
}

/* line 136, app/assets/stylesheets/components/_discussion.scss */
.chat-messages__empty small, .chat-messages__empty .small {
  color: #858c99;
}

/* line 141, app/assets/stylesheets/components/_discussion.scss */
.chat-footer {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* line 148, app/assets/stylesheets/components/_discussion.scss */
.chat-footer .chat-form {
  display: flex;
  gap: 0.5rem;
}

/* line 152, app/assets/stylesheets/components/_discussion.scss */
.chat-footer .chat-form textarea {
  flex: 1;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  transition: all 0.2s;
}

/* line 161, app/assets/stylesheets/components/_discussion.scss */
.chat-footer .chat-form textarea:focus {
  border-color: #4068f0;
  box-shadow: 0 0 0 2px rgba(64, 104, 240, 0.2);
  outline: none;
}

/* line 168, app/assets/stylesheets/components/_discussion.scss */
.chat-footer .chat-form button {
  background: #4068f0;
  color: #fff;
  border: none;
  padding: 0 1rem;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 178, app/assets/stylesheets/components/_discussion.scss */
.chat-footer .chat-form button:hover {
  background: #1f4eed;
}

/* line 179, app/assets/stylesheets/components/_discussion.scss */
.chat-footer .chat-form button:active {
  transform: scale(0.95);
}

/* line 185, app/assets/stylesheets/components/_discussion.scss */
.message {
  display: flex;
  align-items: flex-start;
}

/* line 189, app/assets/stylesheets/components/_discussion.scss */
.message--sent {
  justify-content: flex-end;
}

/* line 191, app/assets/stylesheets/components/_discussion.scss */
.message--sent .message__bubble {
  background: #d1e7ff;
}

/* line 192, app/assets/stylesheets/components/_discussion.scss */
.message--sent .message__avatar {
  order: 2;
  margin-left: 0.75rem;
}

/* line 195, app/assets/stylesheets/components/_discussion.scss */
.message--received {
  justify-content: flex-start;
}

/* line 197, app/assets/stylesheets/components/_discussion.scss */
.message--received .message__bubble {
  background: #ffffff;
}

/* line 198, app/assets/stylesheets/components/_discussion.scss */
.message--received .message__avatar {
  margin-right: 0.75rem;
}

/* line 201, app/assets/stylesheets/components/_discussion.scss */
.message__avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

/* line 206, app/assets/stylesheets/components/_discussion.scss */
.message__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* line 215, app/assets/stylesheets/components/_discussion.scss */
.message__bubble {
  max-width: 70%;
  padding: 0.75rem 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

/* line 222, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0.25rem;
}

/* line 229, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header .message__meta {
  display: flex;
  flex-direction: column;
}

/* line 232, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header .message__meta .username {
  font-weight: 600;
  font-size: 0.9rem;
  color: #2e3a4b;
}

/* line 238, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header .message__meta time {
  right: 0;
  font-size: 0.7rem;
  color: #6b7280;
  transition: opacity 0.3s ease;
}

/* line 246, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header .message__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 4px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s;
}

/* line 258, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header:hover .message__actions {
  opacity: 1;
  transform: scale(1);
}

/* line 263, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-header:hover .message__meta time {
  opacity: 0;
}

/* line 269, app/assets/stylesheets/components/_discussion.scss */
.message__bubble-content {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #2e3a4b;
}

/* line 277, app/assets/stylesheets/components/_discussion.scss */
.message__action-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #aaa;
  margin-top: 15px;
  padding: 6px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* line 288, app/assets/stylesheets/components/_discussion.scss */
.message__action-btn i {
  pointer-events: none;
}

/* line 290, app/assets/stylesheets/components/_discussion.scss */
.message__action-btn:active {
  transform: scale(0.9);
}

/* line 292, app/assets/stylesheets/components/_discussion.scss */
.message__action-btn--delete:hover {
  color: #e20025;
  background-color: rgba(226, 0, 37, 0.1);
  box-shadow: 0 0 6px rgba(226, 0, 37, 0.2);
}

/* line 298, app/assets/stylesheets/components/_discussion.scss */
.message__action-btn--edit:hover {
  color: #4068f0;
  background-color: rgba(64, 104, 240, 0.1);
  box-shadow: 0 0 6px rgba(64, 104, 240, 0.2);
}

/* line 305, app/assets/stylesheets/components/_discussion.scss */
.message .message__edit-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* line 311, app/assets/stylesheets/components/_discussion.scss */
.message .message__edit-buttons button {
  border: none;
  padding: 6px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* line 321, app/assets/stylesheets/components/_discussion.scss */
.message .message__edit-buttons .btn-cancel {
  background: #e5e7eb;
  color: #374151;
}

/* line 325, app/assets/stylesheets/components/_discussion.scss */
.message .message__edit-buttons .btn-cancel:hover {
  background: #d7dae0;
}

/* line 330, app/assets/stylesheets/components/_discussion.scss */
.message .message__edit-buttons .btn-save {
  background: #4068f0;
  color: white;
}

/* line 334, app/assets/stylesheets/components/_discussion.scss */
.message .message__edit-buttons .btn-save:hover {
  background: #2855ee;
}

/* line 5, app/assets/stylesheets/components/_dashboard.scss */
.exact-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: var(--ds-space-8);
  min-height: 100vh;
  padding: var(--ds-space-8);
  background-color: var(--ds-surface-app);
  font-family: var(--ds-font-sans);
  color: var(--ds-text-primary);
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/components/_dashboard.scss */
  .exact-dashboard {
    grid-template-columns: 1fr;
    padding: var(--ds-space-5);
    gap: var(--ds-space-5);
  }
}

/* line 22, app/assets/stylesheets/components/_dashboard.scss */
.main-content {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-8);
  min-width: 0;
}

/* line 30, app/assets/stylesheets/components/_dashboard.scss */
.welcome-section h2, .welcome-section .h2 {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  line-height: var(--ds-line-height-tight);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
  margin: 0 0 var(--ds-space-1) 0;
}

/* line 40, app/assets/stylesheets/components/_dashboard.scss */
.welcome-section .welcome-subtitle {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  margin: 0;
}

/* line 47, app/assets/stylesheets/components/_dashboard.scss */
.status-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ds-space-4);
}

@media (max-width: 640px) {
  /* line 47, app/assets/stylesheets/components/_dashboard.scss */
  .status-container {
    grid-template-columns: 1fr;
  }
}

/* line 55, app/assets/stylesheets/components/_dashboard.scss */
.status-box {
  position: relative;
  padding: var(--ds-space-6);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-color-neutral-0);
  background: linear-gradient(135deg, var(--ds-color-primary-500), var(--ds-color-primary-700));
  box-shadow: var(--ds-shadow-md);
  overflow: hidden;
  isolation: isolate;
}

/* line 65, app/assets/stylesheets/components/_dashboard.scss */
.status-box::after {
  content: "";
  position: absolute;
  inset: -50% -25% auto auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 60%);
  z-index: -1;
}

/* line 75, app/assets/stylesheets/components/_dashboard.scss */
.status-box.signed {
  background: linear-gradient(135deg, var(--ds-color-success-500), var(--ds-color-success-600) 70%, #06806d);
}

/* line 79, app/assets/stylesheets/components/_dashboard.scss */
.status-box .number {
  font-size: var(--ds-font-size-4xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-color-neutral-0);
  line-height: 1;
  letter-spacing: var(--ds-letter-spacing-tight);
  margin-bottom: var(--ds-space-1);
}

/* line 88, app/assets/stylesheets/components/_dashboard.scss */
.status-box .label {
  font-size: var(--ds-font-size-sm);
  color: rgba(255, 255, 255, 0.85);
}

/* line 94, app/assets/stylesheets/components/_dashboard.scss */
.divider {
  border: none;
  height: 1px;
  background-color: var(--ds-border-subtle);
  margin: 0;
}

/* line 101, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-6);
  box-shadow: var(--ds-shadow-sm);
}

/* line 108, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact h3, .quick-actions-exact .h3 {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin: 0 0 var(--ds-space-4) 0;
}

/* line 115, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-actions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--ds-space-2);
}

/* line 121, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-action-item {
  display: flex;
  align-items: center;
  padding: var(--ds-space-3) var(--ds-space-4);
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-border-subtle);
  background-color: var(--ds-surface-card);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 137, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-action-item:hover {
  background-color: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-200);
  color: var(--ds-text-primary);
  transform: translateY(-1px);
  box-shadow: var(--ds-shadow-xs);
}

/* line 144, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-action-item:hover span::before {
  color: var(--ds-color-primary-700);
}

/* line 147, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-action-item span {
  display: inline-flex;
  align-items: center;
}

/* line 151, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-action-item span::before {
  content: "+";
  margin-right: var(--ds-space-2);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-color-primary-600);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 160, app/assets/stylesheets/components/_dashboard.scss */
.quick-actions-exact .quick-action-item:last-child span::before {
  content: "↓";
}

/* line 164, app/assets/stylesheets/components/_dashboard.scss */
.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--ds-space-4);
}

/* line 170, app/assets/stylesheets/components/_dashboard.scss */
.stat-card {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-5);
  box-shadow: var(--ds-shadow-xs);
  text-align: center;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 180, app/assets/stylesheets/components/_dashboard.scss */
.stat-card:hover {
  box-shadow: var(--ds-shadow-md);
  transform: translateY(-2px);
}

/* line 185, app/assets/stylesheets/components/_dashboard.scss */
.stat-card .value {
  font-size: var(--ds-font-size-4xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1;
  letter-spacing: var(--ds-letter-spacing-tight);
  margin-bottom: var(--ds-space-2);
}

/* line 194, app/assets/stylesheets/components/_dashboard.scss */
.stat-card .title {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 200, app/assets/stylesheets/components/_dashboard.scss */
.activity-sidebar {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-6);
  box-shadow: var(--ds-shadow-sm);
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}

/* line 210, app/assets/stylesheets/components/_dashboard.scss */
.activity-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--ds-space-5);
  padding-bottom: var(--ds-space-3);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 218, app/assets/stylesheets/components/_dashboard.scss */
.activity-header h3, .activity-header .h3 {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 225, app/assets/stylesheets/components/_dashboard.scss */
.activity-header .see-all {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-color-primary-600);
  font-weight: var(--ds-font-weight-medium);
  text-decoration: none;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 232, app/assets/stylesheets/components/_dashboard.scss */
.activity-header .see-all:hover {
  color: var(--ds-color-primary-700);
  text-decoration: underline;
}

/* line 236, app/assets/stylesheets/components/_dashboard.scss */
.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 244, app/assets/stylesheets/components/_dashboard.scss */
.activity-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) 0;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 252, app/assets/stylesheets/components/_dashboard.scss */
.activity-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 254, app/assets/stylesheets/components/_dashboard.scss */
.activity-list li p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 262, app/assets/stylesheets/components/_dashboard.scss */
.badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--ds-color-info-500);
  color: var(--ds-color-neutral-0);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
}

/* line 272, app/assets/stylesheets/components/_dashboard.scss */
.badge.warning {
  background-color: var(--ds-color-warning-500);
  color: var(--ds-color-neutral-900);
}

/* line 13, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.adherent-mission-dashboard {
  background-color: #f9fafb;
  padding: 1.5rem;
  font-family: system-ui, sans-serif;
  color: #1f2937;
}

/* line 21, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* line 28, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__title {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 34, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.btn-open-chat {
  background-color: #4f46e5;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
}

/* line 44, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.btn-open-chat:hover {
  background-color: #3a30e2;
}

/* line 50, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 57, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.stat-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  text-align: center;
}

/* line 65, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.stat-card__label {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

/* line 72, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.stat-card__value {
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 79, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts {
  margin-bottom: 1.5rem;
}

/* line 82, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* line 88, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

/* line 94, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-card {
  display: flex;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  transition: box-shadow 0.2s;
}

/* line 103, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* line 107, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-card .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
}

/* line 116, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-card .contact-info strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

/* line 122, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-card .contact-info .contact-role {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

/* line 128, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__contacts .contact-card .contact-info .contact-company,
.dashboard__contacts .contact-card .contact-info .contact-email {
  font-size: 0.875rem;
  color: #1f2937;
}

/* line 138, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents {
  margin-bottom: 1.5rem;
}

/* line 141, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* line 147, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

/* line 153, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  transition: box-shadow 0.2s;
}

/* line 161, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* line 165, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-card .document-link {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #4f46e5;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-card .document-link:hover {
  text-decoration: underline;
}

/* line 177, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-card .document-filename,
.dashboard__documents .document-card .document-size,
.dashboard__documents .document-card .document-missing {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.25rem 0;
}

/* line 185, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-card .document-missing {
  color: #dc2626;
}

/* line 190, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form {
  margin-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
}

/* line 195, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-group {
  margin-bottom: 1.5rem;
}

/* line 198, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-group .form-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

/* line 206, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-group .form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #1f2937;
  transition: border-color 0.2s;
}

/* line 215, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-group .form-input:focus {
  border-color: #4f46e5;
  outline: none;
}

/* line 222, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-actions {
  text-align: right;
}

/* line 225, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-actions .btn--primary {
  background-color: #4f46e5;
  border: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
}

/* line 235, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__documents .document-phase-form .form-actions .btn--primary:hover {
  background-color: #3a30e2;
}

/* line 246, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__description .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* line 252, app/assets/stylesheets/components/_adherent_mission_dashboard.scss */
.dashboard__description .description-text {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, app/assets/stylesheets/components/_discussions.scss */
.discussions-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

/* line 6, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussions-header {
  margin-bottom: 2rem;
}

/* line 8, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussions-header h1, .discussions-container .discussions-header .h1 {
  font-size: 2rem;
  color: #333;
}

/* line 14, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussions-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 20, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s;
}

/* line 31, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card:hover {
  transform: translateY(-2px);
}

/* line 35, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card .discussion-info {
  flex: 1;
}

/* line 38, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card .discussion-info .discussion-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

/* line 44, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card .discussion-info .discussion-last-message {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

/* line 50, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card .discussion-info .discussion-timestamp {
  color: #999;
  font-size: 0.8rem;
}

/* line 56, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .discussion-card .unread-badge {
  background: #007bff;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.8rem;
  min-width: 1.5rem;
  text-align: center;
}

/* line 67, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .no-discussions {
  text-align: center;
  padding: 3rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 74, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .no-discussions .emoji {
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* line 79, app/assets/stylesheets/components/_discussions.scss */
.discussions-container .no-discussions p {
  color: #666;
  margin: 0;
}

/* line 2, app/assets/stylesheets/components/_bv_show.scss */
:root {
  --bleu-hex: #0000FF;
  --jaune-hex: #FFBA09;
  --noir: #000000;
  --rouge: #E20025;
  --vert: #1DB954;
  --bg: #F7F8FC;
  --card: #FFFFFF;
  --muted: #6B7280;
  --border: #E5E7EB;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --radius: 16px;
  --radius-sm: 10px;
  --t-fast: 160ms;
  --t-slow: 300ms;
}

/* line 20, app/assets/stylesheets/components/_bv_show.scss */
.bv-dashboard {
  display: grid;
  gap: 24px;
  padding: 24px;
  background: var(--bg);
}

/* line 28, app/assets/stylesheets/components/_bv_show.scss */
.bv-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* line 34, app/assets/stylesheets/components/_bv_show.scss */
.bv-breadcrumb .crumb {
  color: var(--muted);
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/components/_bv_show.scss */
.bv-breadcrumb .crumb.current {
  color: var(--noir);
  font-weight: 600;
}

/* line 44, app/assets/stylesheets/components/_bv_show.scss */
.bv-breadcrumb .sep {
  color: var(--muted);
}

/* line 50, app/assets/stylesheets/components/_bv_show.scss */
.bv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 55, app/assets/stylesheets/components/_bv_show.scss */
.bv-header .bv-title {
  font-size: 28px;
  font-weight: 800;
}

/* line 59, app/assets/stylesheets/components/_bv_show.scss */
.bv-header .bv-title span {
  color: var(--bleu-hex);
}

/* line 64, app/assets/stylesheets/components/_bv_show.scss */
.bv-header .bv-actions {
  display: flex;
  gap: 10px;
}

/* line 72, app/assets/stylesheets/components/_bv_show.scss */
.btn-primary {
  background: var(--bleu-hex);
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform var(--t-fast), box-shadow var(--t-fast), opacity var(--t-fast);
}

/* line 81, app/assets/stylesheets/components/_bv_show.scss */
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

/* line 86, app/assets/stylesheets/components/_bv_show.scss */
.btn-primary:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* line 92, app/assets/stylesheets/components/_bv_show.scss */
.btn-ghost {
  background: #fff;
  color: var(--bleu-hex);
  border: 1px solid var(--border);
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: background var(--t-fast), border-color var(--t-fast);
}

/* line 101, app/assets/stylesheets/components/_bv_show.scss */
.btn-ghost:hover {
  background: #F3F4F6;
  border-color: #D1D5DB;
}

/* line 107, app/assets/stylesheets/components/_bv_show.scss */
.btn-danger {
  background: var(--rouge);
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform var(--t-fast), opacity var(--t-fast);
}

/* line 115, app/assets/stylesheets/components/_bv_show.scss */
.btn-danger:hover {
  transform: translateY(-1px);
}

/* line 119, app/assets/stylesheets/components/_bv_show.scss */
.btn-danger:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* line 127, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 1024px) {
  /* line 127, app/assets/stylesheets/components/_bv_show.scss */
  .bv-summary {
    grid-template-columns: 1fr;
  }
}

/* line 136, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 12px;
}

/* line 145, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card h3, .bv-summary .card .h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--noir);
}

/* line 152, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card .kv {
  display: grid;
  gap: 8px;
}

/* line 156, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card .kv > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

/* line 162, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card .kv dt {
  color: var(--muted);
  font-weight: 500;
}

/* line 167, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card .kv dd {
  margin: 0;
  font-weight: 600;
  color: var(--noir);
}

/* line 173, app/assets/stylesheets/components/_bv_show.scss */
.bv-summary .card .kv.kvmoney dd {
  font-variant-numeric: tabular-nums;
}

/* line 181, app/assets/stylesheets/components/_bv_show.scss */
.bv-form {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}

/* line 188, app/assets/stylesheets/components/_bv_show.scss */
.bv-form .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 1200px) {
  /* line 188, app/assets/stylesheets/components/_bv_show.scss */
  .bv-form .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  /* line 188, app/assets/stylesheets/components/_bv_show.scss */
  .bv-form .form-grid {
    grid-template-columns: 1fr;
  }
}

/* line 201, app/assets/stylesheets/components/_bv_show.scss */
.bv-form .form-grid .field-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px;
  display: grid;
  gap: 10px;
}

/* line 209, app/assets/stylesheets/components/_bv_show.scss */
.bv-form .form-grid .field-card legend {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bleu-hex);
}

/* line 218, app/assets/stylesheets/components/_bv_show.scss */
.bv-form .sticky-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(247, 248, 252, 0) 0%, #f7f8fc 40%);
  padding: 12px 0 0;
  margin-top: 8px;
}

/* line 230, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion {
  display: grid;
  gap: 10px;
}

/* line 234, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow);
}

/* line 241, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-trigger {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  background: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-weight: 700;
  cursor: pointer;
  transition: background var(--t-fast);
}

/* line 252, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-trigger:hover {
  background: #F9FAFB;
}

/* line 256, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-trigger i {
  margin-left: 8px;
  transition: transform var(--t-slow);
}

/* line 261, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-trigger.active i {
  transform: rotate(180deg);
}

/* line 266, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-panel {
  overflow: hidden;
  max-height: 0;
  padding: 0 16px;
  transition: max-height var(--t-slow) ease, padding var(--t-slow) ease;
}

/* line 272, app/assets/stylesheets/components/_bv_show.scss */
.bv-accordion .acc-panel.open {
  max-height: 500px;
  padding: 8px 16px 16px;
}

/* line 280, app/assets/stylesheets/components/_bv_show.scss */
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* line 285, app/assets/stylesheets/components/_bv_show.scss */
.table thead th {
  text-align: left;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
}

/* line 292, app/assets/stylesheets/components/_bv_show.scss */
.table tbody td {
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

/* line 299, app/assets/stylesheets/components/_bv_show.scss */
.form_input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast);
}

/* line 307, app/assets/stylesheets/components/_bv_show.scss */
.form_input:focus {
  border-color: var(--bleu-hex);
  box-shadow: 0 0 0 4px rgba(0, 0, 255, 0.08);
}

/* line 4, app/assets/stylesheets/components/_searchable_select.scss */
.searchable-select-wrapper {
  position: relative;
  width: 100%;
}

/* line 10, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default {
  width: 100% !important;
}

/* line 13, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single {
  height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 21, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single:hover {
  border-color: #c0c0c0;
}

/* line 25, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.select2-selection--single--focus {
  border-color: #0000FF;
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.1);
  outline: none;
}

/* line 32, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  padding-left: 0;
  color: #374151;
  font-size: 14px;
}

/* line 39, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9ca3af;
}

/* line 43, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 8px;
}

/* line 47, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}

/* line 53, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 20px;
  color: #9ca3af;
  font-size: 18px;
  font-weight: normal;
}

/* line 59, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #ef4444;
}

/* line 67, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-top: 4px;
  overflow: hidden;
  z-index: 99999 !important;
}

/* line 77, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--open {
  z-index: 99999 !important;
}

/* line 82, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-search--dropdown {
  padding: 12px;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

/* line 87, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 97, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #0000FF;
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.1);
  outline: none;
}

/* line 103, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #9ca3af;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #9ca3af;
}

/* line 110, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results {
  max-height: 250px;
  overflow-y: auto;
}

/* line 114, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results .select2-results__options {
  padding: 4px 0;
}

/* line 118, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results .select2-results__option {
  padding: 10px 16px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 125, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results .select2-results__option[aria-selected="true"] {
  background-color: #e6e6ff;
  color: #0000CC;
}

/* line 130, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #0000FF;
  color: #fff;
}

/* line 135, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results .select2-results__option--disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

/* line 141, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results .select2-results__message {
  padding: 12px 16px;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

/* line 154, app/assets/stylesheets/components/_searchable_select.scss */
.form_input.searchable-select.select2-hidden-accessible,
.form-input.searchable-select.select2-hidden-accessible,
.existing-contacts-dropdown.searchable-select.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 171, app/assets/stylesheets/components/_searchable_select.scss */
.modal .select2-container--default .select2-dropdown,
.hex-modal .select2-container--default .select2-dropdown,
[data-modal] .select2-container--default .select2-dropdown {
  z-index: 10060;
}

@media (max-width: 768px) {
  /* line 179, app/assets/stylesheets/components/_searchable_select.scss */
  .select2-container--default .select2-selection--single {
    height: 48px;
  }
  /* line 182, app/assets/stylesheets/components/_searchable_select.scss */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
  }
  /* line 186, app/assets/stylesheets/components/_searchable_select.scss */
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
  }
  /* line 192, app/assets/stylesheets/components/_searchable_select.scss */
  .select2-container--default .select2-results {
    max-height: 200px;
  }
}

/* line 198, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results__option.loading-results {
  padding: 12px 16px;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

/* line 204, app/assets/stylesheets/components/_searchable_select.scss */
.select2-container--default .select2-results__option.loading-results::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid #e5e7eb;
  border-top-color: #0000FF;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 4, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section {
  --api-border:        var(--ds-border-subtle);
  --api-border-strong: var(--ds-border-default);
  --api-bg-soft:       var(--ds-color-neutral-50);
  --api-bg-warn:       var(--ds-color-warning-50);
  --api-warn:          var(--ds-color-warning-600);
  --api-success:       var(--ds-color-success-600);
  --api-danger:        var(--ds-color-danger-600);
  --api-muted:         var(--ds-text-muted);
  --api-text:          var(--ds-text-primary);
  --api-primary:       var(--ds-color-primary-600);
  --api-primary-hover: var(--ds-color-primary-700);
  color: var(--api-text);
  max-width: 920px;
}

/* line 24, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__header {
  margin-bottom: 1.5rem;
}

/* line 27, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__header h3, .api-keys-section__header .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}

/* line 34, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__header p {
  color: var(--api-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  max-width: 640px;
}

/* line 45, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner {
  background: var(--api-bg-warn);
  border: 1px solid color-mix(in srgb, var(--api-warn) 40%, transparent);
  border-left: 4px solid var(--api-warn);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* line 54, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--api-warn);
  margin-bottom: 0.5rem;
}

/* line 63, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-title::before {
  content: "⚠";
  font-size: 1.1rem;
}

/* line 69, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-text {
  font-size: 0.875rem;
  color: var(--api-text);
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* line 75, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-text strong {
  font-weight: 600;
}

/* line 80, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

/* line 86, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-input {
  flex: 1;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.85rem;
  padding: 0.625rem 0.75rem;
  background: #fff;
  border: 1px solid var(--api-border-strong);
  border-radius: 6px;
  color: var(--api-text);
}

/* line 96, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-input:focus {
  outline: none;
  border-color: var(--api-warn);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--api-warn) 20%, transparent);
}

/* line 103, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-copy-btn {
  padding: 0 1rem;
  background: var(--api-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

/* line 115, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-copy-btn:hover {
  background: var(--api-primary-hover);
}

/* line 119, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__token-banner-copy-btn.copied {
  background: var(--api-success);
}

/* line 127, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__section {
  margin-bottom: 2.5rem;
}

/* line 131, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__section-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--api-border);
}

/* line 139, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__empty {
  padding: 1.5rem;
  text-align: center;
  color: var(--api-muted);
  background: var(--api-bg-soft);
  border-radius: 8px;
  font-style: italic;
  font-size: 0.9rem;
}

/* line 151, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--api-border);
  border-radius: 8px;
}

/* line 157, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

/* line 162, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table thead th {
  background: var(--api-bg-soft);
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: var(--api-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  border-bottom: 1px solid var(--api-border);
  white-space: nowrap;
}

/* line 175, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table tbody td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--api-border);
  vertical-align: middle;
}

/* line 181, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table tbody tr:last-child td {
  border-bottom: none;
}

/* line 185, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table tbody tr.is-inactive {
  opacity: 0.55;
}

/* line 189, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table .api-key-name {
  font-weight: 600;
}

/* line 193, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__table .api-key-token {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.8rem;
  color: var(--api-muted);
}

/* line 202, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scopes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  max-width: 220px;
}

/* line 209, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: 4px;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
}

/* line 221, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__status {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 230, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__status--active {
  background: color-mix(in srgb, var(--api-success) 15%, transparent);
  color: var(--api-success);
}

/* line 235, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__status--revoked {
  background: color-mix(in srgb, var(--api-danger) 15%, transparent);
  color: var(--api-danger);
}

/* line 240, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__status--expired {
  background: color-mix(in srgb, var(--api-warn) 15%, transparent);
  color: var(--api-warn);
}

/* line 248, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__btn-revoke {
  background: transparent;
  color: var(--api-danger);
  border: 1px solid color-mix(in srgb, var(--api-danger) 35%, transparent);
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}

/* line 259, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__btn-revoke:hover {
  background: var(--api-danger);
  color: #fff;
  border-color: var(--api-danger);
}

/* line 268, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__form {
  background: var(--api-bg-soft);
  border: 1px solid var(--api-border);
  border-radius: 8px;
  padding: 1.5rem;
  display: grid;
  gap: 1.25rem;
}

/* line 277, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

/* line 282, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--api-text);
}

/* line 288, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__field .hint {
  font-size: 0.8rem;
  color: var(--api-muted);
  margin-top: -0.2rem;
}

/* line 294, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__field input[type="text"],
.api-keys-section__field input[type="datetime-local"] {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--api-border-strong);
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: inherit;
  background: var(--ds-color-neutral-0);
  transition: border-color 0.15s, box-shadow 0.15s;
}

/* line 304, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__field input[type="text"]:focus,
.api-keys-section__field input[type="datetime-local"]:focus {
  outline: none;
  border-color: var(--api-primary);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 312, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scopes-group {
  margin-top: 0.8rem;
}

/* line 315, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scopes-group + .api-keys-section__scopes-group {
  margin-top: 1rem;
}

/* line 317, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scopes-group-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ds-text-muted, #64748b);
  margin: 0 0 6px;
}

/* line 328, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scopes-group-title i {
  font-size: 0.85em;
  color: var(--api-primary, #6366f1);
}

/* line 335, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scopes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.5rem;
}

/* line 341, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem;
  background: #fff;
  border: 1px solid var(--api-border);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s;
  font-size: 0.84rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 354, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.25;
}

/* line 361, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option strong {
  font-weight: 600;
}

/* line 363, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  color: var(--ds-text-muted, #64748b);
}

/* line 369, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option--write {
  border-left: 3px solid #f59e0b;
}

/* line 373, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option:hover {
  border-color: var(--api-border-strong);
  background: var(--ds-color-neutral-50);
}

/* line 381, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option input[type="checkbox"] {
  display: inline-block;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  accent-color: var(--api-primary);
}

/* line 391, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__scope-option.is-checked {
  border-color: var(--api-primary);
  background: var(--ds-color-primary-50);
  box-shadow: 0 0 0 1px var(--api-primary);
}

/* line 398, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--api-border);
}

/* line 407, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__btn-primary {
  background: var(--api-primary);
  color: #fff;
  border: none;
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* line 419, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__btn-primary:hover {
  background: var(--api-primary-hover);
  box-shadow: 0 2px 6px rgba(67, 56, 202, 0.18);
}

/* line 424, app/assets/stylesheets/components/_api_keys.scss */
.api-keys-section__btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 640px) {
  /* line 433, app/assets/stylesheets/components/_api_keys.scss */
  .api-keys-section__token-banner-row {
    flex-direction: column;
  }
  /* line 437, app/assets/stylesheets/components/_api_keys.scss */
  .api-keys-section__scopes-grid {
    grid-template-columns: 1fr;
  }
  /* line 441, app/assets/stylesheets/components/_api_keys.scss */
  .api-keys-section__table {
    font-size: 0.8rem;
  }
  /* line 444, app/assets/stylesheets/components/_api_keys.scss */
  .api-keys-section__table thead th,
.api-keys-section__table tbody td {
    padding: 0.6rem;
  }
}

/* line 7, app/assets/stylesheets/components/_membre_dashboard.scss */
.empty-state {
  max-width: 480px;
  margin: var(--ds-space-16) auto;
  padding: var(--ds-space-8);
  text-align: center;
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-3);
}

/* line 21, app/assets/stylesheets/components/_membre_dashboard.scss */
.empty-state__icon {
  width: 64px;
  height: 64px;
  border-radius: var(--ds-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-2xl);
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 33, app/assets/stylesheets/components/_membre_dashboard.scss */
.empty-state__title {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
}

/* line 42, app/assets/stylesheets/components/_membre_dashboard.scss */
.empty-state__lede {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  line-height: var(--ds-line-height-relaxed);
}

/* line 53, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  font-family: var(--ds-font-sans);
}

/* line 61, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: var(--ds-space-5);
}

@media (max-width: 1100px) {
  /* line 61, app/assets/stylesheets/components/_membre_dashboard.scss */
  .dash-row {
    grid-template-columns: 1fr;
  }
}

/* line 68, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-row--3col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  /* line 68, app/assets/stylesheets/components/_membre_dashboard.scss */
  .dash-row--3col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  /* line 68, app/assets/stylesheets/components/_membre_dashboard.scss */
  .dash-row--3col {
    grid-template-columns: 1fr;
  }
}

/* line 79, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section {
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-5);
  box-shadow: var(--ds-shadow-xs);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  min-height: 0;
}

/* line 91, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-row--3col .dash-section {
  min-height: 360px;
}

/* line 93, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-row .dash-section {
  min-height: 420px;
}

/* line 95, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-2);
}

/* line 102, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 113, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__title > i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-sm);
  font-size: 0.8em;
}

/* line 126, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__see-all {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-600);
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__see-all:hover {
  color: var(--ds-color-primary-700);
}

/* line 135, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__pill {
  display: inline-flex;
  align-items: center;
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  padding: 2px 10px;
  border-radius: var(--ds-radius-pill);
}

/* line 145, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-section__pill--rose {
  background-color: rgba(244, 63, 94, 0.12);
  color: #be123c;
}

/* line 152, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4) var(--ds-space-5);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-color-neutral-0);
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.55), transparent 45%), radial-gradient(circle at 0% 100%, rgba(99, 102, 241, 0.65), transparent 50%), linear-gradient(135deg, #4338ca 0%, #1e1b4b 100%);
  box-shadow: var(--ds-shadow-md);
}

/* line 170, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card::before {
  content: "";
  position: absolute;
  inset: -25% -15% auto auto;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 65%);
  z-index: -1;
}

/* line 180, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 187, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 198, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__title {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-bold);
  line-height: 1.2;
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-color-neutral-0);
}

@media (max-width: 768px) {
  /* line 198, app/assets/stylesheets/components/_membre_dashboard.scss */
  .hero-card__title {
    font-size: var(--ds-font-size-lg);
  }
}

/* line 210, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__lede {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--ds-font-size-xs);
}

/* line 216, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  flex-shrink: 0;
}

/* line 223, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: 6px 12px;
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  text-decoration: none;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 235, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__btn--primary {
  background: var(--ds-color-accent-500);
  color: var(--ds-color-neutral-900);
}

/* line 239, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__btn--primary:hover {
  background: var(--ds-color-accent-400);
  color: var(--ds-color-neutral-900);
  transform: translateY(-1px);
}

/* line 242, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ds-color-neutral-0);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* line 247, app/assets/stylesheets/components/_membre_dashboard.scss */
.hero-card__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--ds-color-neutral-0);
  transform: translateY(-1px);
}

/* line 256, app/assets/stylesheets/components/_membre_dashboard.scss */
.is-filtered-out {
  display: none !important;
}

/* line 258, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-space-3);
  padding: var(--ds-space-2) var(--ds-space-4);
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-pill);
  box-shadow: var(--ds-shadow-xs);
}

/* line 269, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters__label {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 277, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters__sep {
  width: 1px;
  height: 18px;
  background-color: var(--ds-border-subtle);
}

/* line 283, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters__group {
  display: inline-flex;
  background-color: var(--ds-surface-muted);
  border-radius: var(--ds-radius-pill);
  padding: 3px;
  gap: 2px;
}

/* line 291, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: var(--ds-text-secondary);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  padding: 4px 12px;
  border-radius: var(--ds-radius-pill);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 305, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters__tab:hover {
  color: var(--ds-text-primary);
}

/* line 307, app/assets/stylesheets/components/_membre_dashboard.scss */
.dash-filters__tab.is-active {
  background-color: var(--ds-color-primary-600);
  color: var(--ds-color-neutral-0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 318, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ds-space-4);
}

@media (max-width: 900px) {
  /* line 318, app/assets/stylesheets/components/_membre_dashboard.scss */
  .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  /* line 318, app/assets/stylesheets/components/_membre_dashboard.scss */
  .kpi-grid {
    grid-template-columns: 1fr;
  }
}

/* line 327, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  padding: var(--ds-space-5);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-color-neutral-0);
  overflow: hidden;
  isolation: isolate;
  min-height: 130px;
  box-shadow: var(--ds-shadow-md);
  transition: transform var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 342, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-lg);
}

/* line 344, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card::after {
  content: "";
  position: absolute;
  inset: -50% -25% auto auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22), transparent 60%);
  z-index: -1;
}

/* line 354, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card__icon {
  align-self: flex-start;
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-md);
  background: rgba(255, 255, 255, 0.15);
  color: var(--ds-color-neutral-0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-md);
  margin-bottom: var(--ds-space-2);
}

/* line 368, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card__value {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  line-height: 1;
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 376, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card__label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: rgba(255, 255, 255, 0.85);
}

/* line 382, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card__hint {
  font-size: var(--ds-font-size-xs);
  color: rgba(255, 255, 255, 0.65);
}

/* line 387, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--violet {
  background: linear-gradient(135deg, #6366f1, #4338ca);
}

/* line 388, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--emerald {
  background: linear-gradient(135deg, #34d399, #047857);
}

/* line 389, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--amber {
  background: linear-gradient(135deg, #fbbf24, #d97706);
  color: #1e1b4b;
}

/* line 390, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--amber .kpi-card__icon {
  background: rgba(30, 27, 75, 0.18);
  color: #1e1b4b;
}

/* line 391, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--amber .kpi-card__label {
  color: rgba(30, 27, 75, 0.78);
}

/* line 392, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--amber .kpi-card__hint {
  color: rgba(30, 27, 75, 0.62);
}

/* line 393, app/assets/stylesheets/components/_membre_dashboard.scss */
.kpi-card--sky {
  background: linear-gradient(135deg, #38bdf8, #0369a1);
}

/* line 399, app/assets/stylesheets/components/_membre_dashboard.scss */
.mini-stripe {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2px;
  background-color: var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  overflow: hidden;
}

@media (max-width: 900px) {
  /* line 399, app/assets/stylesheets/components/_membre_dashboard.scss */
  .mini-stripe {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  /* line 399, app/assets/stylesheets/components/_membre_dashboard.scss */
  .mini-stripe {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* line 410, app/assets/stylesheets/components/_membre_dashboard.scss */
.mini-stripe__cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--ds-space-3) var(--ds-space-4);
  background-color: var(--ds-surface-card);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 418, app/assets/stylesheets/components/_membre_dashboard.scss */
.mini-stripe__cell:hover {
  background-color: var(--ds-color-primary-50);
}

/* line 421, app/assets/stylesheets/components/_membre_dashboard.scss */
.mini-stripe__label {
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 429, app/assets/stylesheets/components/_membre_dashboard.scss */
.mini-stripe__value {
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1.1;
}

/* line 441, app/assets/stylesheets/components/_membre_dashboard.scss */
.board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ds-space-3);
  flex: 1;
}

@media (max-width: 1280px) {
  /* line 441, app/assets/stylesheets/components/_membre_dashboard.scss */
  .board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  /* line 441, app/assets/stylesheets/components/_membre_dashboard.scss */
  .board {
    grid-template-columns: 1fr;
  }
}

/* line 450, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__column {
  background-color: var(--ds-surface-muted);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
  border-left: 3px solid var(--ds-color-neutral-300);
}

/* line 459, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__column--en-negociation {
  border-left-color: var(--ds-color-info-500);
  background-color: rgba(59, 130, 246, 0.06);
}

/* line 460, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__column--signe {
  border-left-color: var(--ds-color-success-500);
  background-color: rgba(16, 185, 129, 0.06);
}

/* line 461, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__column--stand-by {
  border-left-color: var(--ds-color-warning-500);
  background-color: rgba(245, 158, 11, 0.07);
}

/* line 462, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__column--termine {
  border-left-color: var(--ds-color-primary-500);
  background-color: rgba(79, 70, 229, 0.06);
}

/* line 465, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-2);
}

/* line 472, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__chip {
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 480, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__count {
  background-color: var(--ds-surface-card);
  color: var(--ds-text-secondary);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  padding: 0 8px;
  border-radius: var(--ds-radius-pill);
  min-width: 24px;
  text-align: center;
  border: 1px solid var(--ds-border-subtle);
}

/* line 492, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 501, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 514, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__card strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 515, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__card span {
  font-size: 11px;
  color: var(--ds-text-muted);
}

/* line 517, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__card:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: var(--ds-shadow-xs);
  text-decoration: none;
  color: var(--ds-text-primary);
}

/* line 525, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__empty {
  color: var(--ds-text-muted);
  text-align: center;
  font-size: var(--ds-font-size-xs);
}

/* line 527, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__more {
  align-self: flex-start;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-600);
  text-decoration: none;
}

/* line 534, app/assets/stylesheets/components/_membre_dashboard.scss */
.board__more:hover {
  text-decoration: underline;
}

/* line 541, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

/* line 553, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 558, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group > header {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 569, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 578, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group--overdue > header {
  color: #b91c1c;
}

/* line 579, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group--today > header {
  color: var(--ds-color-primary-700);
}

/* line 580, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group--upcoming > header {
  color: var(--ds-text-secondary);
}

/* line 581, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group--done > header {
  color: var(--ds-color-success-700);
}

/* line 584, app/assets/stylesheets/components/_membre_dashboard.scss */
.task {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-2);
  padding: 8px 10px;
  border-radius: var(--ds-radius-sm);
  background-color: var(--ds-surface-muted);
  transition: background .12s;
}

/* line 593, app/assets/stylesheets/components/_membre_dashboard.scss */
.task:hover {
  background-color: rgba(79, 70, 229, 0.08);
}

/* line 595, app/assets/stylesheets/components/_membre_dashboard.scss */
.task__link {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-2);
  text-decoration: none;
  color: inherit;
  width: 100%;
  min-width: 0;
}

/* line 604, app/assets/stylesheets/components/_membre_dashboard.scss */
.task__link:hover {
  color: inherit;
}

/* line 607, app/assets/stylesheets/components/_membre_dashboard.scss */
.task__dot {
  flex-shrink: 0;
  margin-top: 6px;
  width: 8px;
  height: 8px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-400);
}

/* line 616, app/assets/stylesheets/components/_membre_dashboard.scss */
.task__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 622, app/assets/stylesheets/components/_membre_dashboard.scss */
.task__body strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 623, app/assets/stylesheets/components/_membre_dashboard.scss */
.task__body span {
  font-size: 11px;
  color: var(--ds-text-muted);
}

/* line 626, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--overdue {
  background-color: rgba(244, 63, 94, 0.1);
}

/* line 626, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--overdue .task__dot {
  background: #e11d48;
}

/* line 627, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--today {
  background-color: rgba(79, 70, 229, 0.1);
}

/* line 627, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--today .task__dot {
  background: var(--ds-color-primary-500);
}

/* line 628, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--done {
  opacity: 0.65;
}

/* line 628, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--done .task__dot {
  background: var(--ds-color-success-500);
}

/* line 628, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--done strong {
  text-decoration: line-through;
}

/* line 629, app/assets/stylesheets/components/_membre_dashboard.scss */
.task--empty {
  background: transparent;
  color: var(--ds-text-muted);
  padding-left: 0;
}

/* line 632, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group__more {
  background: transparent;
  padding: 0;
  list-style: none;
}

/* line 637, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group__more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ds-color-primary-600);
  text-decoration: none;
  border-radius: var(--ds-radius-sm);
  transition: background .12s;
}

/* line 649, app/assets/stylesheets/components/_membre_dashboard.scss */
.task-group__more-link:hover {
  background: rgba(79, 70, 229, 0.08);
  color: var(--ds-color-primary-700);
}

/* line 659, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

/* line 668, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__item {
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 670, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__item:last-child {
  border-bottom: 0;
}

/* line 673, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__row {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-2);
  margin: 0 calc(var(--ds-space-2) * -1);
  border-radius: var(--ds-radius-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 684, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__row:hover {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 689, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__row:hover .vlist__chev {
  color: var(--ds-color-primary-700);
}

/* line 693, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-400);
}

/* line 700, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__dot--green {
  background: var(--ds-color-success-500);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
}

/* line 703, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: var(--ds-font-weight-bold);
  background: linear-gradient(135deg, var(--ds-color-primary-500), var(--ds-color-primary-700));
  color: var(--ds-color-neutral-0);
}

/* line 716, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__avatar--accent {
  background: linear-gradient(135deg, var(--ds-color-accent-300), var(--ds-color-accent-600));
  color: var(--ds-color-neutral-900);
}

/* line 722, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 729, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__body strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 739, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__meta {
  font-size: 11px;
  color: var(--ds-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 747, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__date {
  flex-shrink: 0;
  font-size: 11px;
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-medium);
}

/* line 754, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__chev {
  flex-shrink: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  padding: 0 var(--ds-space-1);
}

/* line 761, app/assets/stylesheets/components/_membre_dashboard.scss */
.vlist__empty {
  margin: auto 0;
  text-align: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 5, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard-shell {
  width: 100%;
}

/* line 9, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard {
  max-width: 640px;
  margin: var(--ds-space-8) auto;
  padding: var(--ds-space-6) var(--ds-space-6) var(--ds-space-5);
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

@media (max-width: 600px) {
  /* line 9, app/assets/stylesheets/components/_poste_request_wizard.scss */
  .poste-wizard {
    margin: var(--ds-space-4) auto;
    padding: var(--ds-space-5) var(--ds-space-4);
  }
}

/* line 26, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__header {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  margin: 0;
}

/* line 32, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__header h2, .poste-wizard__header .h2 {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
}

/* line 41, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ds-space-2);
}

/* line 50, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-1);
  border-top: 3px solid var(--ds-border-subtle);
  color: var(--ds-text-tertiary);
  font-size: var(--ds-font-size-sm);
  transition: all 150ms ease;
}

/* line 61, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-tertiary);
  font-weight: var(--ds-font-weight-semibold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-sm);
}

/* line 74, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot-label {
  font-weight: var(--ds-font-weight-medium);
}

/* line 78, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot.is-active {
  border-top-color: var(--ds-color-primary-600);
  color: var(--ds-text-primary);
}

/* line 82, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot.is-active .poste-wizard__dot-num {
  background-color: var(--ds-color-primary-600);
  color: #fff;
}

/* line 88, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot.is-done {
  border-top-color: var(--ds-color-primary-600);
  color: var(--ds-text-secondary);
}

/* line 92, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dot.is-done .poste-wizard__dot-num {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 99, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  margin: 0;
}

/* line 110, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard .input,
.poste-wizard .form-group {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: static;
}

/* line 118, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard .input::after,
.poste-wizard .form-group::after {
  content: none;
}

/* line 120, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard .input > div,
.poste-wizard .form-group > div {
  display: block;
  flex: none;
}

/* line 121, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard .input label.control-label,
.poste-wizard .input label,
.poste-wizard .form-group label.control-label,
.poste-wizard .form-group label {
  display: block;
  margin: 0 0 var(--ds-space-1);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 131, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__step {
  display: none;
  flex-direction: column;
  gap: var(--ds-space-3);
  margin: 0;
  padding: 0;
}

/* line 138, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__step.is-active {
  display: flex;
}

/* line 142, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__step .form_input,
.poste-wizard__step select.form_input,
.poste-wizard__step input.form_input,
.poste-wizard__step select,
.poste-wizard__step input[type="date"],
.poste-wizard__step input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: var(--ds-space-3) var(--ds-space-4);
  margin: 0;
  border: 1px solid var(--ds-border-default);
  border-bottom: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-md);
  background-color: var(--ds-surface-card);
  color: var(--ds-text-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 160, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__step .form_input:focus,
.poste-wizard__step select.form_input:focus,
.poste-wizard__step input.form_input:focus,
.poste-wizard__step select:focus,
.poste-wizard__step input[type="date"]:focus,
.poste-wizard__step input[type="text"]:focus {
  outline: none;
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 168, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__step-title {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 176, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__step-help {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-relaxed);
}

/* line 183, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-4);
}

@media (max-width: 600px) {
  /* line 183, app/assets/stylesheets/components/_poste_request_wizard.scss */
  .poste-wizard__dates {
    grid-template-columns: 1fr;
  }
}

/* line 193, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__recap {
  margin: 0;
  padding: var(--ds-space-4);
  background-color: var(--ds-surface-muted);
  border-radius: var(--ds-radius-lg);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 203, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__recap-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: var(--ds-space-3);
  align-items: baseline;
}

/* line 209, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__recap-row dt {
  color: var(--ds-text-tertiary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 217, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__recap-row dd {
  margin: 0;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 225, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__error {
  margin: 0;
  padding: var(--ds-space-3) var(--ds-space-4);
  background-color: rgba(239, 68, 68, 0.08);
  color: #991b1b;
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
}

/* line 234, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--ds-space-3);
  border-top: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-4) 0 0;
  margin: 0;
}

/* line 243, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard__footer [data-poste-request-wizard-target="prevBtn"] {
  margin-right: auto;
}

/* line 253, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-wizard-shell .empty-state {
  margin-top: var(--ds-space-10);
}

/* line 260, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble {
  position: fixed;
  bottom: var(--ds-space-5);
  right: var(--ds-space-5);
  z-index: 1000;
  font-family: var(--ds-font-sans);
}

@media (max-width: 600px) {
  /* line 260, app/assets/stylesheets/components/_poste_request_wizard.scss */
  .poste-bubble {
    bottom: var(--ds-space-3);
    right: var(--ds-space-3);
    left: var(--ds-space-3);
  }
}

/* line 273, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__card {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  max-width: 340px;
  padding: var(--ds-space-3) var(--ds-space-4);
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-md);
  animation: poste-bubble-pop var(--ds-duration-fast) var(--ds-ease-standard);
  position: relative;
}

/* line 287, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__card::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 28px;
  width: 14px;
  height: 14px;
  background-color: var(--ds-surface-card);
  border-right: 1px solid var(--ds-border-subtle);
  border-bottom: 1px solid var(--ds-border-subtle);
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/components/_poste_request_wizard.scss */
  .poste-bubble__card {
    max-width: none;
  }
}

/* line 305, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__card--pending .poste-bubble__avatar {
  background-color: rgba(234, 179, 8, 0.12);
  color: #854d0e;
}

/* line 312, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__avatar {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  font-size: var(--ds-font-size-md);
}

/* line 325, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__body {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
  flex: 1 1 auto;
  min-width: 0;
}

/* line 333, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__msg {
  margin: 0;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-relaxed);
}

/* line 341, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
  z-index: 1100;
  animation: poste-bubble-fade var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 354, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__dialog {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - var(--ds-space-8));
  overflow-y: auto;
  border-radius: var(--ds-radius-xl);
  background-color: var(--ds-surface-card);
  box-shadow: var(--ds-shadow-lg);
  animation: poste-bubble-pop var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 366, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__dialog .poste-wizard {
  margin: 0;
  max-width: none;
  box-shadow: none;
  border: none;
}

/* line 374, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__close {
  position: absolute;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 391, app/assets/stylesheets/components/_poste_request_wizard.scss */
.poste-bubble__close:hover {
  background-color: var(--ds-border-subtle);
  color: var(--ds-text-primary);
}

@keyframes poste-bubble-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes poste-bubble-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 18, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background-color: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
  overflow-y: auto;
  overscroll-behavior: contain;
  font-family: var(--ds-font-sans);
  animation: etude-modal-fade var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 39, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - var(--ds-space-8));
  overflow-y: auto;
  margin: auto;
  padding: var(--ds-space-6) var(--ds-space-6) var(--ds-space-5);
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-xl);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
  animation: etude-modal-pop var(--ds-duration-base) var(--ds-ease-standard);
}

@media (max-width: 720px) {
  /* line 39, app/assets/stylesheets/components/_etude_form_wizard.scss */
  .etude-modal__dialog {
    padding: var(--ds-space-5) var(--ds-space-4);
    border-radius: var(--ds-radius-lg);
    max-height: calc(100vh - var(--ds-space-4));
  }
}

/* line 63, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__close {
  position: absolute;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 82, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__close:hover {
  background-color: var(--ds-border-subtle);
  color: var(--ds-text-primary);
}

/* line 87, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 100, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__header {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  padding-right: var(--ds-space-8);
}

/* line 107, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__title {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  letter-spacing: -0.01em;
}

/* line 116, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__subtitle {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  line-height: var(--ds-line-height-relaxed);
  max-width: 60ch;
}

/* line 125, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__steps {
  list-style: none;
  margin: var(--ds-space-3) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ds-space-2);
}

@media (max-width: 600px) {
  /* line 125, app/assets/stylesheets/components/_etude_form_wizard.scss */
  .etude-modal__dialog .etude-wizard__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ds-space-1);
  }
}

/* line 139, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-1) 0;
  border-top: 3px solid var(--ds-border-subtle);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  transition: all 150ms ease;
}

/* line 150, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--ds-surface-muted);
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-semibold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-sm);
}

/* line 163, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot-label {
  font-weight: var(--ds-font-weight-medium);
}

@media (max-width: 600px) {
  /* line 163, app/assets/stylesheets/components/_etude_form_wizard.scss */
  .etude-modal__dialog .etude-wizard__dot-label {
    display: none;
  }
}

/* line 171, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot.is-active {
  border-top-color: var(--ds-color-primary-600);
  color: var(--ds-text-primary);
}

/* line 175, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot.is-active .etude-wizard__dot-num {
  background-color: var(--ds-color-primary-600);
  color: #fff;
}

/* line 181, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot.is-done {
  border-top-color: var(--ds-color-primary-600);
  color: var(--ds-text-secondary);
}

/* line 185, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__dot.is-done .etude-wizard__dot-num {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 193, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  margin: 0;
}

/* line 200, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form .form-group,
.etude-modal__dialog .etude-wizard__form > .input {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: static;
}

/* line 208, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form .form-group::after,
.etude-modal__dialog .etude-wizard__form > .input::after {
  content: none;
}

/* line 209, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form .form-group > div,
.etude-modal__dialog .etude-wizard__form > .input > div {
  display: block;
  flex: none;
}

/* line 212, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form label.control-label {
  display: block;
  margin: 0 0 var(--ds-space-1);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 220, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form .form-text,
.etude-modal__dialog .etude-wizard__form small.form-text,
.etude-modal__dialog .etude-wizard__form small,
.etude-modal__dialog .etude-wizard__form .small {
  display: block;
  margin: var(--ds-space-1) 0 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  line-height: var(--ds-line-height-relaxed);
}

/* line 230, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__form .invalid-feedback,
.etude-modal__dialog .etude-wizard__form .error,
.etude-modal__dialog .etude-wizard__form span.error,
.etude-modal__dialog .etude-wizard__form small.error {
  display: block;
  margin: var(--ds-space-1) 0 0;
  color: #b91c1c;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
}

/* line 242, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__step {
  display: none;
  flex-direction: column;
  gap: var(--ds-space-4);
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 250, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__step.is-active {
  display: flex;
}

/* line 253, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__step-title {
  margin: 0;
  padding: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  letter-spacing: -0.01em;
}

/* line 263, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__step-help {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-relaxed);
}

/* line 270, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__inline-warn {
  display: inline-block;
  margin-top: var(--ds-space-1);
  color: #92400e;
  background: rgba(234, 179, 8, 0.12);
  padding: 2px 8px;
  border-radius: var(--ds-radius-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 281, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__grid {
  display: grid;
  gap: var(--ds-space-4);
}

/* line 285, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__grid--two {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  /* line 285, app/assets/stylesheets/components/_etude_form_wizard.scss */
  .etude-modal__dialog .etude-wizard__grid--two {
    grid-template-columns: 1fr;
  }
}

/* line 292, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  min-width: 0;
}

/* line 299, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__label {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 305, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__hint {
  margin: 0 0 var(--ds-space-2);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  line-height: var(--ds-line-height-relaxed);
}

/* line 313, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__input,
.etude-modal__dialog input.etude-wizard__input,
.etude-modal__dialog select.etude-wizard__input,
.etude-modal__dialog input.etude-wizard__input[type="number"],
.etude-modal__dialog input.etude-wizard__input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: var(--ds-space-3) var(--ds-space-4);
  margin: 0;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-md);
  font-family: inherit;
  background-color: var(--ds-surface-card);
  color: var(--ds-text-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 333, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__input::-moz-placeholder, .etude-modal__dialog input.etude-wizard__input::-moz-placeholder, .etude-modal__dialog select.etude-wizard__input::-moz-placeholder, .etude-modal__dialog input.etude-wizard__input[type="number"]::-moz-placeholder, .etude-modal__dialog input.etude-wizard__input[type="text"]::-moz-placeholder {
  color: var(--ds-text-muted);
}
.etude-modal__dialog .etude-wizard__input::placeholder,
.etude-modal__dialog input.etude-wizard__input::placeholder,
.etude-modal__dialog select.etude-wizard__input::placeholder,
.etude-modal__dialog input.etude-wizard__input[type="number"]::placeholder,
.etude-modal__dialog input.etude-wizard__input[type="text"]::placeholder {
  color: var(--ds-text-muted);
}

/* line 334, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__input:hover,
.etude-modal__dialog input.etude-wizard__input:hover,
.etude-modal__dialog select.etude-wizard__input:hover,
.etude-modal__dialog input.etude-wizard__input[type="number"]:hover,
.etude-modal__dialog input.etude-wizard__input[type="text"]:hover {
  border-color: var(--ds-border-strong, var(--ds-text-muted));
}

/* line 336, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__input:focus,
.etude-modal__dialog input.etude-wizard__input:focus,
.etude-modal__dialog select.etude-wizard__input:focus,
.etude-modal__dialog input.etude-wizard__input[type="number"]:focus,
.etude-modal__dialog input.etude-wizard__input[type="text"]:focus {
  outline: none;
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 342, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__input:disabled,
.etude-modal__dialog input.etude-wizard__input:disabled,
.etude-modal__dialog select.etude-wizard__input:disabled,
.etude-modal__dialog input.etude-wizard__input[type="number"]:disabled,
.etude-modal__dialog input.etude-wizard__input[type="text"]:disabled {
  background: var(--ds-surface-muted);
  color: var(--ds-text-muted);
  cursor: not-allowed;
}

/* line 350, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog select.etude-wizard__input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right var(--ds-space-4) center;
  padding-right: calc(var(--ds-space-4) * 2 + 12px);
}

/* line 358, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-3);
}

@media (max-width: 600px) {
  /* line 358, app/assets/stylesheets/components/_etude_form_wizard.scss */
  .etude-modal__dialog .etude-wizard__toggle {
    grid-template-columns: 1fr;
  }
}

/* line 366, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}

/* line 371, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* line 380, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-card {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  padding: var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 394, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-option:hover .etude-wizard__toggle-card {
  border-color: var(--ds-text-muted);
}

/* line 398, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-option input:focus-visible + .etude-wizard__toggle-card {
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-600);
}

/* line 403, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-option input:checked + .etude-wizard__toggle-card {
  border-color: var(--ds-color-primary-600);
  background: var(--ds-color-primary-50);
  box-shadow: inset 0 0 0 1px var(--ds-color-primary-600);
}

/* line 409, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-title {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 415, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__toggle-desc {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  line-height: var(--ds-line-height-relaxed);
}

/* line 422, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
}

/* line 428, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip {
  position: relative;
  margin: 0;
  cursor: pointer;
}

/* line 433, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* line 442, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip-label {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--ds-space-2) var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-pill, 999px);
  background: var(--ds-surface-card);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 456, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip:hover .etude-wizard__chip-label {
  border-color: var(--ds-text-muted);
}

/* line 460, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip input:focus-visible + .etude-wizard__chip-label {
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-600);
}

/* line 465, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip input:checked + .etude-wizard__chip-label {
  background: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-600);
  color: #fff;
}

/* line 470, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip input:checked + .etude-wizard__chip-label .etude-wizard__chip-hint {
  color: rgba(255, 255, 255, 0.85);
}

/* line 473, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip-title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: inherit;
}

/* line 479, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__chip-hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  line-height: 1.2;
}

/* line 486, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap {
  margin: 0;
  padding: var(--ds-space-4) var(--ds-space-5);
  background-color: var(--ds-surface-muted);
  border-radius: var(--ds-radius-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-3) var(--ds-space-5);
}

@media (max-width: 600px) {
  /* line 486, app/assets/stylesheets/components/_etude_form_wizard.scss */
  .etude-modal__dialog .etude-wizard__recap {
    grid-template-columns: 1fr;
  }
}

/* line 498, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 504, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap-row dt {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 512, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap-row dd {
  margin: 0;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  overflow-wrap: anywhere;
}

/* line 521, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap-note {
  margin: var(--ds-space-3) 0 0;
  padding: var(--ds-space-2) var(--ds-space-3);
  background: rgba(99, 102, 241, 0.06);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-relaxed);
}

/* line 530, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap-note i {
  margin-right: var(--ds-space-2);
  color: var(--ds-color-primary-600);
}

/* line 531, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__recap-note strong {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 535, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__error {
  margin: 0;
  padding: var(--ds-space-3) var(--ds-space-4);
  background-color: rgba(239, 68, 68, 0.08);
  color: #991b1b;
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 546, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ds-space-3);
  border-top: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-4) 0 0;
  margin: 0;
}

/* line 556, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__progress {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  font-variant-numeric: tabular-nums;
}

/* line 562, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .etude-wizard__submit {
  margin-left: auto;
}

/* line 567, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .ts-control,
.etude-modal__dialog .select2-selection--single {
  min-height: calc(var(--ds-space-3) * 2 + 1.4em + 2px);
  padding: calc(var(--ds-space-3) - 2px) var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background-color: var(--ds-surface-card);
  font-size: var(--ds-font-size-md);
  box-shadow: none;
}

/* line 578, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-modal__dialog .ts-wrapper.focus .ts-control,
.etude-modal__dialog .select2-container--focus .select2-selection--single {
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

@keyframes etude-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes etude-modal-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* line 600, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, var(--ds-color-primary-50, #eef2ff), transparent);
  border: 1px solid var(--ds-color-primary-200, #c7d2fe);
  border-radius: 12px;
}

/* line 610, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-primary-700, #3730a3);
  font-weight: 600;
  font-size: var(--ds-font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 620, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-head i {
  font-size: 0.85rem;
}

/* line 623, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--ds-surface-card, #fff);
  border: 1px solid var(--ds-color-neutral-200, #e2e8f0);
  border-radius: 10px;
}

/* line 633, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-card--readonly i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 645, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: white;
  font-size: 0.85rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* line 657, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 663, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-main strong {
  color: var(--ds-color-neutral-900);
  font-size: 0.95rem;
}

/* line 666, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 671, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

/* line 677, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tab {
  cursor: pointer;
  padding: 10px 12px;
  background: var(--ds-surface-card, #fff);
  border: 1px solid var(--ds-color-neutral-200, #e2e8f0);
  border-radius: 10px;
  color: var(--ds-color-neutral-700);
  font-size: 0.85rem;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

/* line 688, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tab > input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 696, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tab span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 697, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tab i {
  font-size: 0.78rem;
  opacity: 0.7;
}

/* line 699, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tab.is-active {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-500);
  color: var(--ds-color-primary-700);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 705, app/assets/stylesheets/components/_etude_form_wizard.scss */
.etude-wizard__signataire-tab.is-active i {
  opacity: 1;
}

/* line 22, app/assets/stylesheets/components/_bilans.scss */
.bil-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: var(--ds-space-6) var(--ds-space-5) var(--ds-space-10);
  font-family: var(--ds-font-sans);
}

/* line 28, app/assets/stylesheets/components/_bilans.scss */
.bil-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-6);
  flex-wrap: wrap;
}

/* line 37, app/assets/stylesheets/components/_bilans.scss */
.bil-page__title {
  margin: 0 0 var(--ds-space-1);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  letter-spacing: -0.01em;
}

/* line 46, app/assets/stylesheets/components/_bilans.scss */
.bil-page__subtitle {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
}

/* line 56, app/assets/stylesheets/components/_bilans.scss */
.bil-newbtn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-5);
  border: none;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-600);
  color: #fff;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--ds-shadow-sm);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 76, app/assets/stylesheets/components/_bilans.scss */
.bil-newbtn:hover {
  background: var(--ds-color-primary-700);
  transform: translateY(-1px);
  box-shadow: var(--ds-shadow-md);
  color: #fff;
}

/* line 77, app/assets/stylesheets/components/_bilans.scss */
.bil-newbtn:active {
  transform: translateY(0);
}

/* line 78, app/assets/stylesheets/components/_bilans.scss */
.bil-newbtn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 84, app/assets/stylesheets/components/_bilans.scss */
.bil-block {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  padding: var(--ds-space-5);
  margin-bottom: var(--ds-space-5);
  box-shadow: var(--ds-shadow-xs);
}

/* line 92, app/assets/stylesheets/components/_bilans.scss */
.bil-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  margin-bottom: var(--ds-space-4);
}

/* line 100, app/assets/stylesheets/components/_bilans.scss */
.bil-block__title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 110, app/assets/stylesheets/components/_bilans.scss */
.bil-block__title i {
  color: var(--ds-color-primary-600);
}

/* line 113, app/assets/stylesheets/components/_bilans.scss */
.bil-block__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-bold);
}

/* line 128, app/assets/stylesheets/components/_bilans.scss */
.bil-block details > summary {
  list-style: none;
}

/* line 129, app/assets/stylesheets/components/_bilans.scss */
.bil-block details > summary::-webkit-details-marker {
  display: none;
}

/* line 130, app/assets/stylesheets/components/_bilans.scss */
.bil-block details > summary {
  margin-bottom: 0;
}

/* line 131, app/assets/stylesheets/components/_bilans.scss */
.bil-block details[open] > summary {
  margin-bottom: var(--ds-space-2);
}

/* line 137, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-space-4);
}

@media (max-width: 900px) {
  /* line 137, app/assets/stylesheets/components/_bilans.scss */
  .bil-dashboard {
    grid-template-columns: 1fr;
  }
}

/* line 144, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__card {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-4);
  box-shadow: var(--ds-shadow-xs);
  min-width: 0;
}

/* line 153, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__card-title {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
}

/* line 160, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__chart {
  position: relative;
  height: 200px;
}

/* line 166, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard--kpi {
  margin-top: var(--ds-space-3);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* line 172, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__section-title {
  display: flex;
  align-items: baseline;
  gap: var(--ds-space-2);
  margin: var(--ds-space-6) 0 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 182, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__section-title i {
  color: var(--ds-color-primary-600);
  font-size: 0.9em;
}

/* line 183, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__section-title span {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-regular);
  color: var(--ds-text-muted);
}

/* line 187, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__person {
  margin-top: var(--ds-space-3);
  padding: var(--ds-space-4);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-surface-muted);
}

/* line 194, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__person .bil-dashboard--kpi {
  margin-top: var(--ds-space-2);
}

/* line 197, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__person-name {
  margin: 0 0 var(--ds-space-1);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 205, app/assets/stylesheets/components/_bilans.scss */
.bil-dashboard__person-name i {
  color: var(--ds-color-primary-500);
}

/* line 212, app/assets/stylesheets/components/_bilans.scss */
.bil-filters {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  flex-wrap: wrap;
  margin-bottom: var(--ds-space-4);
}

/* line 219, app/assets/stylesheets/components/_bilans.scss */
.bil-filters__search {
  position: relative;
  flex: 1 1 240px;
  min-width: 200px;
}

/* line 224, app/assets/stylesheets/components/_bilans.scss */
.bil-filters__search i {
  position: absolute;
  left: var(--ds-space-3);
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  pointer-events: none;
}

/* line 234, app/assets/stylesheets/components/_bilans.scss */
.bil-filters__search input {
  width: 100%;
  box-sizing: border-box;
  padding: var(--ds-space-2) var(--ds-space-3) var(--ds-space-2) calc(var(--ds-space-3) * 2 + 12px);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
}

/* line 245, app/assets/stylesheets/components/_bilans.scss */
.bil-filters__search input:focus {
  outline: none;
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 249, app/assets/stylesheets/components/_bilans.scss */
.bil-filters__select {
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  cursor: pointer;
}

/* line 259, app/assets/stylesheets/components/_bilans.scss */
.bil-filters__select:focus {
  outline: none;
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 266, app/assets/stylesheets/components/_bilans.scss */
.bil-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--ds-font-size-sm);
}

/* line 271, app/assets/stylesheets/components/_bilans.scss */
.bil-table thead th {
  text-align: left;
  padding: var(--ds-space-2) var(--ds-space-3);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 282, app/assets/stylesheets/components/_bilans.scss */
.bil-table tbody tr {
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 286, app/assets/stylesheets/components/_bilans.scss */
.bil-table tbody tr:hover {
  background: var(--ds-surface-muted);
}

/* line 287, app/assets/stylesheets/components/_bilans.scss */
.bil-table tbody tr + tr td {
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 290, app/assets/stylesheets/components/_bilans.scss */
.bil-table td {
  padding: var(--ds-space-3);
  color: var(--ds-text-primary);
  vertical-align: middle;
}

/* line 296, app/assets/stylesheets/components/_bilans.scss */
.bil-table__title {
  font-weight: var(--ds-font-weight-semibold);
}

/* line 298, app/assets/stylesheets/components/_bilans.scss */
.bil-table__meta {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
}

/* line 305, app/assets/stylesheets/components/_bilans.scss */
.bil-table__meta i {
  color: var(--ds-text-muted);
}

/* line 308, app/assets/stylesheets/components/_bilans.scss */
.bil-table__people {
  color: var(--ds-text-secondary);
}

/* line 312, app/assets/stylesheets/components/_bilans.scss */
.bil-table__empty {
  padding: var(--ds-space-6);
  text-align: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 320, app/assets/stylesheets/components/_bilans.scss */
.bil-table tr[hidden] {
  display: none;
}

/* line 326, app/assets/stylesheets/components/_bilans.scss */
.bil-status {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  padding: 2px var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  white-space: nowrap;
}

/* line 336, app/assets/stylesheets/components/_bilans.scss */
.bil-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

/* line 338, app/assets/stylesheets/components/_bilans.scss */
.bil-status--scheduled {
  color: #b45309;
  background: #fef3c7;
}

/* line 339, app/assets/stylesheets/components/_bilans.scss */
.bil-status--in_progress {
  color: #1d4ed8;
  background: #dbeafe;
}

/* line 340, app/assets/stylesheets/components/_bilans.scss */
.bil-status--completed {
  color: #15803d;
  background: #dcfce7;
}

/* line 341, app/assets/stylesheets/components/_bilans.scss */
.bil-status--cancelled {
  color: #6b7280;
  background: #f3f4f6;
}

/* line 342, app/assets/stylesheets/components/_bilans.scss */
.bil-status--missed {
  color: #b91c1c;
  background: #fee2e2;
}

/* line 348, app/assets/stylesheets/components/_bilans.scss */
.bil-empty {
  background: var(--ds-surface-card);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-xl);
  padding: var(--ds-space-8) var(--ds-space-6);
  text-align: center;
  margin-bottom: var(--ds-space-5);
}

/* line 356, app/assets/stylesheets/components/_bilans.scss */
.bil-empty__icon {
  font-size: 2rem;
  color: var(--ds-color-primary-400);
  margin-bottom: var(--ds-space-2);
}

/* line 362, app/assets/stylesheets/components/_bilans.scss */
.bil-empty h2, .bil-empty .h2 {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-xl);
  color: var(--ds-text-primary);
}

/* line 363, app/assets/stylesheets/components/_bilans.scss */
.bil-empty p {
  margin: 0 auto var(--ds-space-4);
  max-width: 52ch;
  color: var(--ds-text-secondary);
}

/* line 365, app/assets/stylesheets/components/_bilans.scss */
.bil-empty__hint {
  margin-top: var(--ds-space-3) !important;
  color: var(--ds-text-muted) !important;
  font-size: var(--ds-font-size-xs);
}

/* line 371, app/assets/stylesheets/components/_bilans.scss */
.bil-cycles {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 376, app/assets/stylesheets/components/_bilans.scss */
.bil-cycles__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
}

/* line 387, app/assets/stylesheets/components/_bilans.scss */
.bil-cycles__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 388, app/assets/stylesheets/components/_bilans.scss */
.bil-cycles__name {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 389, app/assets/stylesheets/components/_bilans.scss */
.bil-cycles__meta {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
}

/* line 395, app/assets/stylesheets/components/_bilans.scss */
.bil-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background-color: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
  overflow-y: auto;
  overscroll-behavior: contain;
  font-family: var(--ds-font-sans);
  animation: bil-modal-fade var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 411, app/assets/stylesheets/components/_bilans.scss */
.bil-modal[hidden] {
  display: none;
}

/* line 413, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 680px;
  max-height: calc(100vh - var(--ds-space-8));
  overflow-y: auto;
  margin: auto;
  padding: var(--ds-space-6);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-xl);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  animation: bil-modal-pop var(--ds-duration-base) var(--ds-ease-standard);
}

@media (max-width: 720px) {
  /* line 413, app/assets/stylesheets/components/_bilans.scss */
  .bil-modal__dialog {
    padding: var(--ds-space-5) var(--ds-space-4);
  }
}

/* line 433, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__close {
  position: absolute;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--ds-surface-muted);
  color: var(--ds-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 450, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__close:hover {
  background: var(--ds-border-subtle);
  color: var(--ds-text-primary);
}

/* line 451, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 454, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__header {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
  padding-right: var(--ds-space-8);
}

/* line 455, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__title {
  margin: 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
}

/* line 456, app/assets/stylesheets/components/_bilans.scss */
.bil-modal__subtitle {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
}

/* line 461, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__step {
  display: none;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 461, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__step.is-active {
  display: flex;
}

/* line 463, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__grid {
  display: grid;
  gap: var(--ds-space-4);
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  /* line 463, app/assets/stylesheets/components/_bilans.scss */
  .bil-wizard__grid {
    grid-template-columns: 1fr;
  }
}

/* line 469, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__grid--wide {
  grid-template-columns: 1fr;
}

/* line 472, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  min-width: 0;
}

/* line 473, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__label {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 474, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__hint {
  margin: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 476, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__input,
.bil-wizard input.bil-wizard__input,
.bil-wizard select.bil-wizard__input {
  width: 100%;
  box-sizing: border-box;
  padding: var(--ds-space-3) var(--ds-space-4);
  margin: 0;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-md);
  font-family: inherit;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 491, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__input:focus,
.bil-wizard input.bil-wizard__input:focus,
.bil-wizard select.bil-wizard__input:focus {
  outline: none;
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 494, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard select.bil-wizard__input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right var(--ds-space-4) center;
  padding-right: calc(var(--ds-space-4) * 2 + 12px);
}

/* line 502, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__weekdays {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3);
}

/* line 511, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__weekday {
  position: relative;
  cursor: pointer;
}

/* line 515, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__weekday input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 517, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__weekday span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 530, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__weekday input:checked + span {
  background: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-600);
  color: #fff;
}

/* line 531, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__weekday input:focus-visible + span {
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 535, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__switch {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  cursor: pointer;
}

/* line 542, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__switch input {
  width: 16px;
  height: 16px;
  accent-color: var(--ds-color-primary-600);
}

/* line 546, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__cond[hidden] {
  display: none;
}

/* line 548, app/assets/stylesheets/components/_bilans.scss */
.bil-wizard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  border-top: 1px solid var(--ds-border-subtle);
  padding-top: var(--ds-space-4);
  margin-top: var(--ds-space-1);
}

/* line 560, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-4);
}

@media (max-width: 600px) {
  /* line 560, app/assets/stylesheets/components/_bilans.scss */
  .bil-typecard {
    grid-template-columns: 1fr;
  }
}

/* line 566, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard__btn {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
  padding: var(--ds-space-5);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-surface-card);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 579, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard__btn:hover {
  border-color: var(--ds-color-primary-400);
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-md);
}

/* line 580, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 582, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard__btn i {
  font-size: 1.5rem;
  color: var(--ds-color-primary-600);
}

/* line 583, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard__btn strong {
  font-size: var(--ds-font-size-lg);
  color: var(--ds-text-primary);
}

/* line 584, app/assets/stylesheets/components/_bilans.scss */
.bil-typecard__btn span {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-relaxed);
}

@keyframes bil-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bil-modal-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 597, app/assets/stylesheets/components/_bilans.scss */
.aur-q input[type="checkbox"] {
  display: inline-block;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  width: 15px;
  height: 15px;
  margin: 0 var(--ds-space-2) 0 0;
  flex: none;
  accent-color: var(--ds-color-primary-600);
  cursor: pointer;
  vertical-align: middle;
}

/* line 611, app/assets/stylesheets/components/_bilans.scss */
.aur-q [data-choices] label {
  display: flex;
  align-items: center;
  gap: var(--ds-space-1);
  padding: var(--ds-space-1) 0;
  cursor: pointer;
}

/* line 623, app/assets/stylesheets/components/_bilans.scss */
.bil-topics {
  background: linear-gradient(180deg, var(--ds-color-primary-50), transparent);
  border: 1px solid var(--ds-color-primary-200, #c7d2fe);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-4);
  margin-bottom: var(--ds-space-5);
}

/* line 630, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__head {
  margin-bottom: var(--ds-space-3);
}

/* line 632, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__head h2, .bil-topics__head .h2 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-md);
  color: var(--ds-color-primary-700);
}

/* line 632, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__head h2 i, .bil-topics__head .h2 i {
  font-size: 0.9em;
}

/* line 633, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__head p {
  margin: var(--ds-space-1) 0 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
}

/* line 636, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__list {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 638, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__empty {
  margin: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  font-style: italic;
}

/* line 640, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__add {
  display: flex;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-3);
}

/* line 645, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__add input[type="text"] {
  flex: 1;
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  background: var(--ds-surface-card);
}

/* line 653, app/assets/stylesheets/components/_bilans.scss */
.bil-topics__add input[type="text"]:focus {
  outline: none;
  border-color: var(--ds-color-primary-600);
  box-shadow: 0 0 0 3px var(--ds-color-primary-50);
}

/* line 658, app/assets/stylesheets/components/_bilans.scss */
.bil-topic {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  margin: 0;
}

/* line 668, app/assets/stylesheets/components/_bilans.scss */
.bil-topic__check input[type="checkbox"] {
  display: inline-block;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: none;
  accent-color: var(--ds-color-success-600);
  cursor: pointer;
}

/* line 680, app/assets/stylesheets/components/_bilans.scss */
.bil-topic__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
}

/* line 681, app/assets/stylesheets/components/_bilans.scss */
.bil-topic__content {
  margin: 0;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 683, app/assets/stylesheets/components/_bilans.scss */
.bil-topic__comment {
  border: none;
  border-bottom: 1px dashed var(--ds-border-default);
  background: transparent;
  padding: 2px 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  font-family: inherit;
}

/* line 691, app/assets/stylesheets/components/_bilans.scss */
.bil-topic__comment:focus {
  outline: none;
  border-bottom-color: var(--ds-color-primary-600);
}

/* line 694, app/assets/stylesheets/components/_bilans.scss */
.bil-topic__status {
  flex-shrink: 0;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-warning-600);
}

/* line 701, app/assets/stylesheets/components/_bilans.scss */
.bil-topic--done {
  background: var(--ds-surface-muted);
}

/* line 703, app/assets/stylesheets/components/_bilans.scss */
.bil-topic--done .bil-topic__content {
  text-decoration: line-through;
  color: var(--ds-text-muted);
}

/* line 704, app/assets/stylesheets/components/_bilans.scss */
.bil-topic--done .bil-topic__status {
  color: var(--ds-color-success-600);
}

/* line 6, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  margin-bottom: var(--ds-space-5);
  background-color: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 18, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 25, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__label {
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 33, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__search {
  flex: 1;
  min-width: 240px;
  position: relative;
}

/* line 38, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__search > i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  pointer-events: none;
}

/* line 48, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__search input {
  width: 100%;
  padding: var(--ds-space-2) var(--ds-space-2) var(--ds-space-2) 36px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  background-color: var(--ds-surface-card);
  color: var(--ds-text-primary);
  min-height: 38px;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 60, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__search input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 68, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__select, .filter-bar__date {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--ds-surface-card);
  color: var(--ds-text-primary);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-2) var(--ds-space-3);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-sm);
  min-height: 38px;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 83, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__select:focus, .filter-bar__date:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 90, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__select {
  padding-right: var(--ds-space-8);
  background-image: linear-gradient(45deg, transparent 50%, var(--ds-text-muted) 50%), linear-gradient(135deg, var(--ds-text-muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 103, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__dates {
  flex-direction: row;
  align-items: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 109, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__dates .filter-bar__label {
  width: 100%;
  flex-basis: 100%;
}

/* line 112, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__sep {
  align-self: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  line-height: 38px;
}

/* line 119, app/assets/stylesheets/components/_filter_bar.scss */
.filter-bar__actions {
  display: flex;
  gap: var(--ds-space-2);
  align-items: flex-end;
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 127, app/assets/stylesheets/components/_filter_bar.scss */
  .filter-bar__actions {
    margin-left: 0;
  }
  /* line 128, app/assets/stylesheets/components/_filter_bar.scss */
  .filter-bar__search {
    width: 100%;
  }
}

/* line 5, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs {
  display: flex;
  align-items: stretch;
  gap: var(--ds-space-2);
  padding: 0;
  border-bottom: 1px solid var(--ds-border-subtle);
  margin-bottom: var(--ds-space-4);
  position: relative;
}

/* line 14, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__list {
  display: flex;
  align-items: stretch;
  gap: 2px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 24, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__list::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

/* line 27, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__tab {
  --tab-accent: var(--ds-color-primary-500);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  border-bottom: 2px solid transparent;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard);
  text-decoration: none;
  position: relative;
  margin-bottom: -1px;
}

/* line 48, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__tab:hover {
  color: var(--ds-text-primary);
  background: var(--ds-color-neutral-50);
}

/* line 53, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__tab.is-active {
  color: var(--ds-text-primary);
  border-bottom-color: var(--tab-accent);
  background: var(--ds-surface-card);
}

/* line 59, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__tab .sv-tabs__icon {
  font-size: 12px;
  opacity: 0.8;
}

/* line 63, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__tab .sv-dot {
  width: 10px;
  height: 10px;
  border-radius: var(--ds-radius-full);
  flex-shrink: 0;
}

/* line 70, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 4px 0;
  border-radius: var(--ds-radius-md);
  border: 1px dashed var(--ds-border-default);
  background: transparent;
  color: var(--ds-text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 85, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__add:hover {
  color: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-primary-50);
  border-style: solid;
}

/* line 93, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more {
  position: relative;
  flex-shrink: 0;
  align-self: center;
  margin-left: var(--ds-space-2);
}

/* line 99, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 113, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-trigger:hover {
  border-color: var(--ds-color-primary-400);
  color: var(--ds-color-primary-700);
  box-shadow: var(--ds-shadow-xs);
}

/* line 119, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-trigger-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-pill);
}

/* line 134, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 360px;
  max-height: 480px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16), 0 2px 6px rgba(15, 23, 42, 0.08);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  overflow: hidden;
}

/* line 156, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more.is-open .sv-tabs__more-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 162, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more.is-open .sv-tabs__more-trigger {
  border-color: var(--ds-color-primary-500);
  color: var(--ds-color-primary-700);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 168, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-search {
  position: relative;
  padding: 10px 12px;
  border-bottom: 1px solid var(--ds-border-subtle);
  flex-shrink: 0;
}

/* line 174, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-search i {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 12px;
  pointer-events: none;
}

/* line 184, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-search input {
  width: 100%;
  padding: 8px 10px 8px 32px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
}

/* line 192, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-search input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  background: var(--ds-surface-card);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 201, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-list {
  overflow-y: auto;
  flex: 1;
  padding: 4px 0 8px;
}

/* line 207, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-section-label {
  padding: 12px 14px 4px;
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
}

/* line 216, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  text-decoration: none;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 227, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-item:hover {
  background: var(--ds-color-neutral-50);
}

/* line 228, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-item.is-active {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 234, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-item-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 242, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-item-icon {
  font-size: 11px;
  color: var(--ds-text-muted);
  opacity: 0.8;
}

/* line 249, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-tabs__more-empty {
  padding: 32px 16px;
  text-align: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 259, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: var(--ds-radius-full);
  background: var(--ds-color-neutral-300);
  flex-shrink: 0;
}

/* line 267, app/assets/stylesheets/components/_saved_views_tabs.scss */
.sv-dot--lg {
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 2px var(--ds-surface-card);
}

/* line 5, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-space-2) var(--ds-space-3);
  padding: 12px var(--ds-space-3);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  margin-bottom: var(--ds-space-4);
}

/* line 17, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search {
  position: relative;
  flex: 0 1 360px;
  min-width: 240px;
}

/* line 22, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search > i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 13px;
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search input[type="search"] {
  width: 100%;
  padding: 9px 36px 9px 38px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-primary);
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 42, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search input[type="search"]::-webkit-search-decoration, .view-toolbar__search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* line 45, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search input[type="search"]:focus {
  outline: none;
  background: var(--ds-surface-card);
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 52, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search input[type="search"]::-moz-placeholder {
  color: var(--ds-text-muted);
}
.view-toolbar__search input[type="search"]::placeholder {
  color: var(--ds-text-muted);
}

/* line 55, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 0;
  background: var(--ds-color-neutral-200);
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-full);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 73, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__search-clear:hover {
  background: var(--ds-color-neutral-300);
  color: var(--ds-text-primary);
}

/* line 77, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 84, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__label {
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
}

/* line 92, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__divider {
  width: 1px;
  height: 28px;
  background: var(--ds-border-subtle);
  flex-shrink: 0;
}

/* line 99, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

/* line 108, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}

/* line 116, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__seg {
  display: inline-flex;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  overflow: hidden;
  background: var(--ds-color-neutral-50);
  height: 36px;
}

/* line 124, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__seg button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: transparent;
  border: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__seg button:hover {
  color: var(--ds-text-primary);
}

/* line 138, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__seg button.is-active {
  background: var(--ds-surface-card);
  color: var(--ds-color-primary-700);
  box-shadow: inset 0 0 0 1px var(--ds-color-primary-200);
}

/* line 144, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__seg button i {
  font-size: 12px;
}

/* line 148, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 7px 30px 7px 12px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  cursor: pointer;
  height: 36px;
  background-image: linear-gradient(45deg, transparent 50%, var(--ds-text-muted) 50%), linear-gradient(135deg, var(--ds-text-muted) 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 9px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

/* line 168, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__select:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 173, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  height: 36px;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 188, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__icon-btn:hover {
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  border-color: var(--ds-color-primary-300);
}

@media (max-width: 1080px) {
  /* line 194, app/assets/stylesheets/components/_view_toolbar.scss */
  .view-toolbar__icon-btn-label {
    display: none;
  }
}

/* line 199, app/assets/stylesheets/components/_view_toolbar.scss */
.view-add-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: transparent;
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 213, app/assets/stylesheets/components/_view_toolbar.scss */
.view-add-filter:hover {
  color: var(--ds-color-primary-700);
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-primary-50);
  border-style: solid;
}

/* line 224, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__dirty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-warning-50, #fffbeb);
  color: var(--ds-color-warning-700, #b45309);
  border: 1px solid var(--ds-color-warning-200, #fde68a);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  white-space: nowrap;
  cursor: help;
}

/* line 239, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__dirty-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ds-color-warning-500, #f59e0b);
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.45);
  animation: dirty-pulse 1.6s ease-in-out infinite;
}

@keyframes dirty-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.45);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
  }
}

/* line 257, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 1 auto;
  min-width: 0;
}

/* line 264, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope > .view-toolbar__scope-icon {
  color: var(--ds-color-primary-500);
  font-size: 14px;
  flex-shrink: 0;
}

/* line 272, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope .select2-container {
  width: 220px !important;
  max-width: 260px;
  min-width: 180px;
}

/* line 281, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope .select2-selection--single {
  position: relative !important;
  height: 36px !important;
  border: 1px solid var(--ds-border-default) !important;
  border-radius: var(--ds-radius-md) !important;
  background: var(--ds-color-neutral-50) !important;
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  line-height: 1 !important;
}

/* line 293, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope .select2-selection__rendered {
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto;
  padding: 0 28px 0 12px !important;
  color: var(--ds-text-primary) !important;
  font-size: var(--ds-font-size-sm) !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 309, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope .select2-selection__arrow {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%) !important;
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  pointer-events: none;
}

/* line 319, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope .select2-selection__arrow > b {
  display: none !important;
}

/* line 323, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__group--scope .select2-selection__arrow::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  color: var(--ds-text-muted);
  font-size: 11px;
  line-height: 14px;
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
}

/* line 338, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__scope-add {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}

/* line 350, app/assets/stylesheets/components/_view_toolbar.scss */
.view-toolbar__actions {
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 1100px) {
  /* line 356, app/assets/stylesheets/components/_view_toolbar.scss */
  .view-toolbar__actions {
    flex-basis: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}

/* line 5, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border: 1px solid var(--ds-color-primary-200);
  border-radius: var(--ds-radius-pill);
  font-size: 12px;
  font-weight: var(--ds-font-weight-medium);
  white-space: nowrap;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 21, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip--readonly {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-color: var(--ds-border-subtle);
  cursor: help;
}

/* line 29, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip:has(.filter-chip__remove) {
  padding-right: 4px;
}

/* line 31, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip__label {
  color: var(--ds-color-primary-600);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 36, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip__value {
  color: var(--ds-color-primary-800);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 42, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: var(--ds-radius-full);
  background: transparent;
  border: 0;
  color: var(--ds-color-primary-600);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 55, app/assets/stylesheets/components/_filter_chip.scss */
.filter-chip__remove:hover {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-800);
}

/* line 6, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel-backdrop {
  position: fixed;
  inset: 0;
  background: var(--ds-surface-overlay);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ds-duration-base) var(--ds-ease-standard);
  z-index: 1040;
}

/* line 16, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 92vw);
  background: var(--ds-surface-card);
  box-shadow: -8px 0 24px rgba(15, 23, 42, 0.12);
  transform: translateX(100%);
  transition: transform var(--ds-duration-base) var(--ds-ease-standard);
  z-index: 1050;
  display: flex;
  flex-direction: column;
}

/* line 31, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* line 36, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel.is-open {
  transform: translateX(0);
}

/* line 41, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__header {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 48, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__header h3, .filter-panel__header .h3 {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 55, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__header .filter-panel__close {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  border: 0;
  background: transparent;
  color: var(--ds-text-muted);
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__header .filter-panel__close:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 69, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: var(--ds-space-3) var(--ds-space-4);
}

/* line 75, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__section {
  margin-bottom: var(--ds-space-4);
}

/* line 78, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__section-title {
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
  margin: 0 0 var(--ds-space-2);
}

/* line 88, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--ds-border-subtle);
}

/* line 95, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field:last-child {
  border-bottom: 0;
}

/* line 97, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
}

/* line 103, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field input[type="text"],
.filter-panel__field input[type="number"],
.filter-panel__field input[type="date"],
.filter-panel__field select {
  width: 100%;
  padding: 8px 10px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
}

/* line 114, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field input[type="text"]:focus,
.filter-panel__field input[type="number"]:focus,
.filter-panel__field input[type="date"]:focus,
.filter-panel__field select:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 117, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field .filter-panel__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

/* line 123, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field .filter-panel__row .sep {
  color: var(--ds-text-muted);
  font-size: 12px;
}

/* line 126, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field .tri-state {
  display: inline-flex;
  gap: 4px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 2px;
}

/* line 134, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field .tri-state button {
  flex: 1;
  padding: 6px 10px;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: var(--ds-text-secondary);
  cursor: pointer;
  border-radius: var(--ds-radius-sm);
}

/* line 144, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__field .tri-state button.is-active {
  background: var(--ds-surface-card);
  color: var(--ds-color-primary-600);
  font-weight: var(--ds-font-weight-semibold);
  box-shadow: inset 0 0 0 1px var(--ds-color-primary-200);
}

/* line 154, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-25);
}

/* line 167, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .pill-select {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 172, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .pill-select__option {
  --pill-color: var(--ds-color-neutral-400);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-pill);
  color: var(--ds-text-secondary);
  font-size: 12px;
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 188, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .pill-select__option:hover {
  border-color: var(--pill-color);
  color: var(--ds-text-primary);
}

/* line 193, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .pill-select__option.is-active {
  background: color-mix(in srgb, var(--pill-color) 12%, var(--ds-color-neutral-0));
  border-color: var(--pill-color);
  color: var(--pill-color);
  box-shadow: inset 0 0 0 1px var(--pill-color);
}

/* line 201, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .pill-select__dot {
  width: 8px;
  height: 8px;
  border-radius: var(--ds-radius-full);
  background: var(--pill-color);
  flex-shrink: 0;
}

/* line 213, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .sv-color-picker {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 218, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .sv-color-picker__swatch {
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-full);
  border: 2px solid var(--ds-color-neutral-0);
  box-shadow: 0 0 0 1px var(--ds-border-subtle);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 233, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .sv-color-picker__swatch i {
  color: white;
  font-size: 12px;
  opacity: 0;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* line 241, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .sv-color-picker__swatch:hover {
  transform: scale(1.08);
}

/* line 243, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .sv-color-picker__swatch.is-picked {
  box-shadow: 0 0 0 2px var(--ds-text-primary);
  transform: scale(1.05);
}

/* line 246, app/assets/stylesheets/components/_filter_panel.scss */
.filter-panel .sv-color-picker__swatch.is-picked i {
  opacity: 1;
}

/* line 259, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

/* line 264, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* line 271, app/assets/stylesheets/components/_filter_panel.scss */
select.tomselected,
select.ts-hidden-accessible,
.ts-hidden-accessible {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

/* line 285, app/assets/stylesheets/components/_filter_panel.scss */
.ts-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 38px;
  padding: 5px 8px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  cursor: text;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 301, app/assets/stylesheets/components/_filter_panel.scss */
.ts-control > input {
  flex: 1 1 80px;
  min-width: 60px;
  border: 0;
  outline: 0;
  padding: 4px 4px;
  margin: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

/* line 312, app/assets/stylesheets/components/_filter_panel.scss */
.ts-control > input::-moz-placeholder {
  color: var(--ds-text-muted);
}
.ts-control > input::placeholder {
  color: var(--ds-text-muted);
}

/* line 315, app/assets/stylesheets/components/_filter_panel.scss */
.ts-control .item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 4px 3px 10px;
  margin: 2px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border: 1px solid var(--ds-color-primary-200);
  border-radius: var(--ds-radius-pill);
  font-size: 12px;
  font-weight: var(--ds-font-weight-medium);
  line-height: 1.3;
  cursor: default;
}

/* line 330, app/assets/stylesheets/components/_filter_panel.scss */
.ts-control .item .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  color: var(--ds-color-primary-600);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: var(--ds-radius-full);
  text-decoration: none;
  opacity: 0.75;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 349, app/assets/stylesheets/components/_filter_panel.scss */
.ts-control .item .remove:hover {
  opacity: 1;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-800);
}

/* line 358, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.focus .ts-control,
.ts-wrapper.input-active .ts-control {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 365, app/assets/stylesheets/components/_filter_panel.scss */
.ts-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1200;
  margin-top: 4px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12), 0 2px 4px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  max-height: 280px;
}

/* line 381, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown {
  display: block;
}

/* line 384, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .ts-dropdown-content {
  max-height: 280px;
  overflow-y: auto;
  padding: 4px 0;
}

/* line 390, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .option {
  padding: 8px 12px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 397, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .option:hover {
  background: var(--ds-color-neutral-50);
}

/* line 398, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .option.active, .ts-wrapper.dropdown-active .ts-dropdown .option.selected {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
}

/* line 400, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .option.create {
  color: var(--ds-text-muted);
  font-style: italic;
}

/* line 403, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .no-results,
.ts-wrapper.dropdown-active .ts-dropdown .ts-loading {
  padding: 14px 16px;
  color: var(--ds-text-muted);
  font-size: 12px;
  text-align: center;
}

/* line 411, app/assets/stylesheets/components/_filter_panel.scss */
.ts-wrapper.dropdown-active .ts-dropdown .optgroup-header {
  padding: 6px 12px;
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
  background: var(--ds-color-neutral-25);
}

/* line 425, app/assets/stylesheets/components/_filter_panel.scss */
.save-view-modal__dirty {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: var(--ds-color-warning-50, #fffbeb);
  border: 1px solid var(--ds-color-warning-200, #fde68a);
  border-left: 3px solid var(--ds-color-warning-500, #f59e0b);
  border-radius: var(--ds-radius-md);
  color: var(--ds-color-warning-800, #92400e);
}

/* line 437, app/assets/stylesheets/components/_filter_panel.scss */
.save-view-modal__dirty > i {
  color: var(--ds-color-warning-600, #d97706);
  font-size: 16px;
  line-height: 1.3;
  flex-shrink: 0;
  margin-top: 2px;
}

/* line 445, app/assets/stylesheets/components/_filter_panel.scss */
.save-view-modal__dirty strong {
  display: block;
  font-size: 13px;
  color: var(--ds-color-warning-800, #92400e);
}

/* line 451, app/assets/stylesheets/components/_filter_panel.scss */
.save-view-modal__dirty p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--ds-color-warning-700, #b45309);
}

/* line 6, app/assets/stylesheets/components/_list_view.scss */
.list-view {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  box-shadow: var(--ds-shadow-xs);
}

/* line 13, app/assets/stylesheets/components/_list_view.scss */
.list-view__scroll {
  overflow: auto;
  max-height: calc(100vh - 320px);
}

/* line 18, app/assets/stylesheets/components/_list_view.scss */
.list-view table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 27, app/assets/stylesheets/components/_list_view.scss */
.list-view thead th {
  position: sticky;
  top: 0;
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-secondary);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ds-border-subtle);
  white-space: nowrap;
  min-width: var(--col-w, auto);
  z-index: 2;
}

/* line 43, app/assets/stylesheets/components/_list_view.scss */
.list-view thead th.is-numeric {
  text-align: right;
}

/* line 44, app/assets/stylesheets/components/_list_view.scss */
.list-view thead th.is-center {
  text-align: center;
}

/* line 49, app/assets/stylesheets/components/_list_view.scss */
.list-view__cell.is-frozen {
  position: sticky;
  z-index: 3;
  background: var(--ds-surface-card);
}

/* line 54, app/assets/stylesheets/components/_list_view.scss */
.list-view thead th.is-frozen {
  z-index: 4;
  background: var(--ds-color-neutral-50);
}

/* line 59, app/assets/stylesheets/components/_list_view.scss */
.list-view__cell.is-frozen-last,
.list-view thead th.is-frozen-last {
  box-shadow: 4px 0 6px -4px rgba(15, 23, 42, 0.12);
}

/* line 63, app/assets/stylesheets/components/_list_view.scss */
tbody tr:hover .list-view__cell.is-frozen {
  background: var(--ds-color-neutral-25);
}

/* line 67, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 82, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort > i {
  font-size: 10px;
  opacity: 0.4;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 88, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort:hover {
  color: var(--ds-text-primary);
}

/* line 90, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort:hover > i {
  opacity: 0.9;
}

/* line 93, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort.is-active {
  color: var(--ds-color-primary-700);
}

/* line 95, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort.is-active > i {
  opacity: 1;
  color: var(--ds-color-primary-600);
}

/* line 98, app/assets/stylesheets/components/_list_view.scss */
.list-view__sort.is-center {
  justify-content: center;
}

/* line 101, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody tr {
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 105, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody tr:hover {
  background: var(--ds-color-neutral-25);
}

/* line 106, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 109, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody td {
  padding: 12px 14px;
  vertical-align: middle;
}

/* line 113, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody td.is-numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 114, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody td.is-center {
  text-align: center;
}

/* line 115, app/assets/stylesheets/components/_list_view.scss */
.list-view tbody td.is-muted {
  color: var(--ds-text-muted);
}

/* line 118, app/assets/stylesheets/components/_list_view.scss */
.list-view__ref {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
}

/* line 123, app/assets/stylesheets/components/_list_view.scss */
.list-view__client {
  font-weight: var(--ds-font-weight-medium);
}

/* line 127, app/assets/stylesheets/components/_list_view.scss */
.list-view__people {
  display: inline-flex;
  align-items: center;
  gap: -6px;
}

/* line 132, app/assets/stylesheets/components/_list_view.scss */
.list-view__people .avatar {
  width: 24px;
  height: 24px;
  border-radius: var(--ds-radius-full);
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  border: 2px solid var(--ds-surface-card);
  margin-left: -6px;
}

/* line 146, app/assets/stylesheets/components/_list_view.scss */
.list-view__people .avatar:first-child {
  margin-left: 0;
}

/* line 150, app/assets/stylesheets/components/_list_view.scss */
.list-view__empty {
  padding: 64px 24px;
  text-align: center;
  color: var(--ds-text-muted);
}

/* line 155, app/assets/stylesheets/components/_list_view.scss */
.list-view__empty i {
  font-size: 32px;
  margin-bottom: var(--ds-space-3);
  color: var(--ds-color-neutral-300);
}

/* line 161, app/assets/stylesheets/components/_list_view.scss */
.list-view__empty h3, .list-view__empty .h3 {
  margin: var(--ds-space-2) 0;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
}

/* line 168, app/assets/stylesheets/components/_list_view.scss */
.list-view__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--ds-space-3) var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-25);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
}

/* line 178, app/assets/stylesheets/components/_list_view.scss */
.list-view__footer .pagination {
  margin: 0;
}

/* line 183, app/assets/stylesheets/components/_list_view.scss */
.statut-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  white-space: nowrap;
  background: var(--statut-bg, var(--ds-color-neutral-100));
  color: var(--statut-fg, var(--ds-text-secondary));
}

/* line 195, app/assets/stylesheets/components/_list_view.scss */
.statut-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: var(--ds-radius-full);
  background: var(--statut-dot, currentColor);
}

/* line 203, app/assets/stylesheets/components/_list_view.scss */
.statut-pill--negociation {
  --statut-bg: #eef2ff;
  --statut-fg: #4338ca;
  --statut-dot: #4f46e5;
}

/* line 204, app/assets/stylesheets/components/_list_view.scss */
.statut-pill--signe {
  --statut-bg: #ecfdf5;
  --statut-fg: #047857;
  --statut-dot: #10b981;
}

/* line 205, app/assets/stylesheets/components/_list_view.scss */
.statut-pill--standby {
  --statut-bg: #fffbeb;
  --statut-fg: #b45309;
  --statut-dot: #f59e0b;
}

/* line 206, app/assets/stylesheets/components/_list_view.scss */
.statut-pill--termine {
  --statut-bg: #ecfeff;
  --statut-fg: #155e75;
  --statut-dot: #06b6d4;
}

/* line 207, app/assets/stylesheets/components/_list_view.scss */
.statut-pill--avorte {
  --statut-bg: #fef2f2;
  --statut-fg: #b91c1c;
  --statut-dot: #ef4444;
}

/* line 5, app/assets/stylesheets/components/_people_stack.scss */
.people-stack {
  display: inline-flex;
  align-items: center;
}

/* line 9, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__item {
  position: relative;
  margin-left: -8px;
  transition: transform var(--ds-duration-fast) var(--ds-ease-standard);
  z-index: 1;
}

/* line 15, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__item:first-child {
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__item:hover, .people-stack__item:focus-visible {
  z-index: 5;
  transform: translateY(-1px);
}

/* line 22, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__item:hover .people-stack__avatar, .people-stack__item:focus-visible .people-stack__avatar {
  box-shadow: 0 0 0 2px var(--ds-color-primary-300);
}

/* line 23, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__item:hover .people-stack__card, .people-stack__item:focus-visible .people-stack__card {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

/* line 27, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__avatar {
  --avatar-bg: var(--ds-color-primary-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: var(--ds-radius-full);
  background: var(--avatar-bg);
  color: white;
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: 0.02em;
  border: 2px solid var(--ds-surface-card);
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__avatar--image {
  background: transparent;
}

/* line 49, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 57, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: var(--ds-radius-full);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  border: 2px solid var(--ds-surface-card);
  margin-left: -8px;
}

/* line 73, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, 4px);
  min-width: 200px;
  max-width: 260px;
  padding: 12px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14), 0 2px 6px rgba(15, 23, 42, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  white-space: normal;
}

/* line 97, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--ds-surface-card);
  border-left: 1px solid var(--ds-border-subtle);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 110, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-avatar {
  --avatar-bg: var(--ds-color-primary-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-full);
  background: var(--avatar-bg);
  color: white;
  font-size: 12px;
  font-weight: var(--ds-font-weight-semibold);
  flex-shrink: 0;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-avatar--image {
  background: transparent;
}

/* line 127, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 135, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 142, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-name {
  font-size: 13px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  line-height: 1.25;
}

/* line 149, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-role {
  font-size: 11px;
  color: var(--ds-text-muted);
  line-height: 1.2;
}

/* line 154, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__card-role:not(:last-child)::after {
  content: " · ";
  color: var(--ds-border-default);
}

/* line 164, app/assets/stylesheets/components/_people_stack.scss */
.people-stack__item.is-card-above .people-stack__card::before {
  top: auto;
  bottom: -5px;
  border-left: none;
  border-top: none;
  border-right: 1px solid var(--ds-border-subtle);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 5, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker {
  position: relative;
  display: inline-block;
}

/* line 9, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 320px;
  max-height: 520px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16), 0 2px 6px rgba(15, 23, 42, 0.08);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker.is-open .columns-picker__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 36, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__header {
  padding: 12px 14px 6px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 40, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__header strong {
  display: block;
  font-size: 12px;
  color: var(--ds-text-primary);
}

/* line 47, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__hint {
  display: block;
  font-size: 11px;
  color: var(--ds-text-muted);
  margin-top: 2px;
}

/* line 54, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}

/* line 62, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__list--hidden {
  flex: 0 1 auto;
  max-height: 160px;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 69, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  background: var(--ds-surface-card);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 79, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item:hover {
  background: var(--ds-color-neutral-50);
}

/* line 81, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.is-frozen {
  background: color-mix(in srgb, var(--ds-color-primary-100) 50%, var(--ds-surface-card));
}

/* line 83, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.is-frozen .columns-picker__name {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-800);
}

/* line 86, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.is-hidden {
  opacity: 0.7;
}

/* line 88, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.is-hidden .columns-picker__name {
  color: var(--ds-text-secondary);
}

/* line 91, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.is-required .columns-picker__handle {
  cursor: default;
  opacity: 0.4;
}

/* line 97, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__handle {
  color: var(--ds-text-muted);
  cursor: grab;
  font-size: 12px;
  flex-shrink: 0;
}

/* line 103, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__handle:active {
  cursor: grabbing;
}

/* line 106, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__lock {
  color: var(--ds-text-muted);
  font-size: 11px;
}

/* line 119, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__freeze-toggle, .columns-picker__hide, .columns-picker__show {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: var(--ds-radius-md);
  border: 0;
  background: transparent;
  color: var(--ds-text-muted);
  cursor: pointer;
  font-size: 11px;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 135, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__freeze-toggle:hover, .columns-picker__hide:hover, .columns-picker__show:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 138, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__freeze-toggle.is-active {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 143, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__show {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 146, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__show:hover {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-800);
}

/* line 149, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__footer {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-25);
}

/* line 160, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.sortable-ghost {
  opacity: 0.4;
  background: var(--ds-color-primary-50);
}

/* line 164, app/assets/stylesheets/components/_columns_picker.scss */
.columns-picker__item.sortable-drag {
  box-shadow: var(--ds-shadow-md);
}

/* line 6, app/assets/stylesheets/components/_kanban.scss */
.kanban {
  display: flex;
  gap: var(--ds-space-3);
  overflow-x: auto;
  padding-bottom: var(--ds-space-3);
  scroll-snap-type: x proximity;
}

/* line 13, app/assets/stylesheets/components/_kanban.scss */
.kanban__column {
  flex: 0 0 320px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 280px);
  scroll-snap-align: start;
}

/* line 23, app/assets/stylesheets/components/_kanban.scss */
.kanban__column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ds-border-subtle);
  background: var(--ds-surface-card);
  border-radius: var(--ds-radius-lg) var(--ds-radius-lg) 0 0;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 35, app/assets/stylesheets/components/_kanban.scss */
.kanban__column-header .kanban__column-title {
  font-size: 13px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 46, app/assets/stylesheets/components/_kanban.scss */
.kanban__column-header .kanban__column-count {
  font-size: 11px;
  color: var(--ds-text-muted);
  background: var(--ds-color-neutral-100);
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 55, app/assets/stylesheets/components/_kanban.scss */
.kanban__column-header .kanban__column-dot {
  width: 10px;
  height: 10px;
  border-radius: var(--ds-radius-full);
  background: var(--col-color, var(--ds-color-neutral-300));
  flex-shrink: 0;
}

/* line 64, app/assets/stylesheets/components/_kanban.scss */
.kanban__column-body {
  padding: 8px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 60px;
}

/* line 74, app/assets/stylesheets/components/_kanban.scss */
.kanban__column.is-drop-target .kanban__column-body {
  background: var(--ds-color-primary-50);
  outline: 2px dashed var(--ds-color-primary-400);
  outline-offset: -4px;
  border-radius: 8px;
}

/* line 82, app/assets/stylesheets/components/_kanban.scss */
.kanban__card {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: 10px 12px;
  box-shadow: var(--ds-shadow-xs);
  cursor: grab;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 95, app/assets/stylesheets/components/_kanban.scss */
.kanban__card:hover {
  box-shadow: var(--ds-shadow-sm);
  border-color: var(--ds-border-default);
}

/* line 100, app/assets/stylesheets/components/_kanban.scss */
.kanban__card:active {
  cursor: grabbing;
}

/* line 102, app/assets/stylesheets/components/_kanban.scss */
.kanban__card.sortable-ghost {
  opacity: 0.4;
  background: var(--ds-color-primary-50);
}

/* line 107, app/assets/stylesheets/components/_kanban.scss */
.kanban__card.sortable-drag {
  box-shadow: var(--ds-shadow-md);
  transform: rotate(1deg);
}

/* line 112, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

/* line 119, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-ref {
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-600);
}

/* line 125, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-conf {
  font-size: 10px;
  color: var(--ds-color-warning-600);
  background: var(--ds-color-warning-100);
  padding: 1px 6px;
  border-radius: var(--ds-radius-pill);
  margin-left: auto;
}

/* line 134, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
  margin: 0 0 6px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ds-text-muted);
  flex-wrap: wrap;
}

/* line 155, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 161, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--ds-border-subtle);
  font-size: 11px;
}

/* line 171, app/assets/stylesheets/components/_kanban.scss */
.kanban__card-ca {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 7, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  min-height: 200px;
}

/* line 13, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ds-space-3);
}

@media (max-width: 1100px) {
  /* line 13, app/assets/stylesheets/components/_dashboard_widgets.scss */
  .dashboard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  /* line 13, app/assets/stylesheets/components/_dashboard_widgets.scss */
  .dashboard__grid {
    grid-template-columns: 1fr;
  }
}

/* line 26, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px var(--ds-space-4);
  background: var(--ds-surface-card);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-text-secondary);
}

/* line 37, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__empty > i {
  font-size: 32px;
  color: var(--ds-text-muted);
  margin-bottom: 12px;
}

/* line 42, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__empty > h3, .dashboard__empty > .h3 {
  margin: 0 0 6px 0;
  font-size: var(--ds-font-size-md);
  color: var(--ds-text-primary);
}

/* line 47, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__empty > p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
}

/* line 53, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget {
  display: flex;
  flex-direction: column;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
  min-height: 140px;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 65, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget:hover {
  box-shadow: var(--ds-shadow-sm);
}

/* line 67, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget--size-1 {
  grid-column: span 1;
}

/* line 68, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget--size-2 {
  grid-column: span 2;
}

/* line 69, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget--size-3 {
  grid-column: span 3;
}

/* line 70, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget--size-4 {
  grid-column: span 4;
}

@media (max-width: 1100px) {
  /* line 73, app/assets/stylesheets/components/_dashboard_widgets.scss */
  .widget--size-3, .widget--size-4 {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  /* line 76, app/assets/stylesheets/components/_dashboard_widgets.scss */
  .widget--size-1, .widget--size-2, .widget--size-3, .widget--size-4 {
    grid-column: span 1;
  }
}

/* line 79, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget--ghost {
  opacity: 0.4;
}

/* line 80, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget--dragging {
  box-shadow: var(--ds-shadow-md);
  transform: scale(0.98);
}

/* line 83, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-2);
  padding: 12px 14px 8px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 92, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__title-block {
  flex: 1;
  min-width: 0;
}

/* line 97, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__title {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 107, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__subtitle {
  margin: 2px 0 0;
  font-size: 11px;
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 119, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__actions {
  display: none;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 126, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard.is-editing .widget .widget__actions {
  display: inline-flex;
}

@media (hover: hover) {
  /* line 128, app/assets/stylesheets/components/_dashboard_widgets.scss */
  .widget:hover .widget__actions {
    display: inline-flex;
  }
}

/* line 132, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__action {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  font-size: 12px;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 146, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__action:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 147, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__action--drag {
  cursor: grab;
}

/* line 148, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__action--drag:active {
  cursor: grabbing;
}

/* line 149, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__action--danger:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

/* line 152, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__size-select {
  height: 26px;
  padding: 0 6px;
  font-size: 11px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-surface-card);
  color: var(--ds-text-secondary);
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px;
  min-height: 0;
}

/* line 173, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__kpi-value {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: var(--ds-font-weight-bold, 700);
  color: var(--ds-text-primary);
  letter-spacing: -0.02em;
  font-feature-settings: "tnum";
}

/* line 186, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__chart {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 220px;
  height: 100%;
}

/* line 194, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__chart-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 204, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__chart-empty > i {
  font-size: 24px;
}

/* line 208, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--ds-font-size-sm);
}

/* line 213, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table tr + tr td {
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 214, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table td {
  padding: 8px 4px;
}

/* line 217, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table-rank {
  width: 28px;
  color: var(--ds-text-muted);
  font-variant-numeric: tabular-nums;
}

/* line 223, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table-label {
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}

/* line 231, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table-value {
  text-align: right;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 238, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__table-empty {
  text-align: center;
  color: var(--ds-text-muted);
  padding: 24px;
}

/* line 244, app/assets/stylesheets/components/_dashboard_widgets.scss */
.widget__error {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ef4444;
  font-size: var(--ds-font-size-sm);
}

/* line 257, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard.is-editing .widget {
  border-color: rgba(79, 70, 229, 0.3);
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.08);
}

/* line 268, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__toolbar-add {
  display: none;
}

/* line 272, app/assets/stylesheets/components/_dashboard_widgets.scss */
.is-dashboard-editing .dashboard__toolbar-add {
  display: inline-flex;
}

/* line 278, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__add-cta {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: var(--ds-space-3);
  padding: 18px;
  background: transparent;
  border: 1.5px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 295, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__add-cta > i {
  font-size: 14px;
}

/* line 297, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard__add-cta:hover {
  border-color: #4f46e5;
  background: rgba(79, 70, 229, 0.04);
  color: #4f46e5;
}

/* line 304, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard.is-editing .dashboard__add-cta {
  display: flex;
}

/* line 310, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 318, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker[hidden] {
  display: none;
}

/* line 320, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* line 327, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__panel {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 64px);
  background: var(--ds-surface-card);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 339, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 346, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__header > h2, .dashboard-picker__header > .h2 {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 353, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__close {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  color: var(--ds-text-secondary);
}

/* line 365, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__close:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 368, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 377, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 382, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__step[hidden] {
  display: none;
}

/* line 385, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__label {
  font-size: 12px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 393, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

/* line 399, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 12px;
  text-align: left;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 412, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type > i {
  font-size: 16px;
  color: var(--ds-text-muted);
  margin-bottom: 4px;
}

/* line 418, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type:hover {
  border-color: var(--ds-border-focus);
  background: var(--ds-color-neutral-50);
}

/* line 423, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type.is-active {
  border-color: #4f46e5;
  background: rgba(79, 70, 229, 0.05);
}

/* line 426, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type.is-active > i {
  color: #4f46e5;
}

/* line 430, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type-label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 436, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__type-desc {
  font-size: 11px;
  color: var(--ds-text-muted);
  line-height: 1.4;
}

/* line 442, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__select, .dashboard-picker__input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
}

/* line 452, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__select:focus, .dashboard-picker__input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 459, app/assets/stylesheets/components/_dashboard_widgets.scss */
.dashboard-picker__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
}

/* line 10, app/assets/stylesheets/components/_sidebar.scss */
.app-shell {
  --sidebar-w-expanded: 256px;
  --sidebar-w-collapsed: 68px;
  display: flex;
  align-items: stretch;
  height: 100vh;
  overflow: hidden;
  background-color: var(--ds-surface-app);
}

/* line 21, app/assets/stylesheets/components/_sidebar.scss */
.app-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--ds-surface-app);
  height: 100%;
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/components/_sidebar.scss */
.app-main > .topbar {
  flex-shrink: 0;
}

/* line 32, app/assets/stylesheets/components/_sidebar.scss */
.app-main > .notification {
  flex-shrink: 0;
}

/* line 33, app/assets/stylesheets/components/_sidebar.scss */
.app-main > .page_content {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

/* line 39, app/assets/stylesheets/components/_sidebar.scss */
.sidebar {
  --sidebar-bg-from:    #1e1b4b;
  --sidebar-bg-to:      #312e81;
  --sidebar-text:       rgba(255, 255, 255, 0.78);
  --sidebar-text-strong:#ffffff;
  --sidebar-text-muted: rgba(255, 255, 255, 0.55);
  --sidebar-border:     rgba(255, 255, 255, 0.08);
  --sidebar-hover-bg:   rgba(255, 255, 255, 0.08);
  --sidebar-active-bg:  rgba(245, 158, 11, 0.18);
  --sidebar-active-fg:  #fbbf24;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
  z-index: var(--ds-z-sticky);
  flex-shrink: 0;
  width: var(--sidebar-w-expanded);
  padding: 0;
  overflow: visible;
  font-family: var(--ds-font-sans);
  color: var(--sidebar-text);
  background: radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.35), transparent 55%), radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.18), transparent 50%), linear-gradient(180deg, var(--sidebar-bg-from) 0%, var(--sidebar-bg-to) 100%);
  background-attachment: fixed, fixed, fixed;
  transition: width var(--ds-duration-base) var(--ds-ease-emphasized);
}

/* line 75, app/assets/stylesheets/components/_sidebar.scss */
.sidebar.is-resizing {
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 77, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] {
  width: var(--sidebar-w-collapsed);
}

@media (max-width: 900px) {
  /* line 39, app/assets/stylesheets/components/_sidebar.scss */
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    box-shadow: 0 0 40px rgba(15, 23, 42, 0.4);
  }
  /* line 85, app/assets/stylesheets/components/_sidebar.scss */
  .sidebar[data-state="expanded"] {
    transform: translateX(0);
  }
}

/* line 91, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__rail {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 var(--ds-space-3) var(--ds-space-3);
  gap: 0;
  overflow: visible;
}

/* line 104, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-2);
  height: 44px;
  margin: 0 calc(var(--ds-space-3) * -1) 0;
  padding: 0 var(--ds-space-3);
  border-radius: 0;
}

/* line 115, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__logo {
  display: inline-flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

/* line 126, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__logo-full {
  max-height: 28px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

/* line 131, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__logo-mark {
  display: none;
  width: 28px;
  height: 32px;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
}

/* line 139, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__logo-mark img {
  height: 100%;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

/* line 152, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__workspace {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin: var(--ds-space-2) 0 var(--ds-space-1);
  padding: var(--ds-space-2);
  border-radius: var(--ds-radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--sidebar-border);
}

/* line 163, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__workspace-tile {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 4px;
  border-radius: var(--ds-radius-md);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
  overflow: hidden;
}

/* line 177, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__workspace-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* line 186, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__workspace-name {
  min-width: 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--sidebar-text-strong);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 197, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__collapse {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid var(--sidebar-border);
  border-radius: var(--ds-radius-md);
  color: var(--sidebar-text);
  cursor: pointer;
  font-size: var(--ds-font-size-xs);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 213, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__collapse:hover {
  background-color: var(--sidebar-hover-bg);
  color: var(--sidebar-text-strong);
}

/* line 215, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__collapse .sidebar__icon-expand {
  display: none;
}

/* line 219, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: visible;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  margin-top: var(--ds-space-4);
}

/* line 230, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__nav::-webkit-scrollbar {
  width: 6px;
}

/* line 231, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__nav::-webkit-scrollbar-thumb {
  background: var(--sidebar-border);
  border-radius: 3px;
}

/* line 234, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 243, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__item {
  min-width: 0;
}

/* line 246, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 8px 10px;
  border-radius: var(--ds-radius-md);
  color: var(--sidebar-text);
  text-decoration: none;
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 266, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__link:hover {
  background-color: var(--sidebar-hover-bg);
  color: var(--sidebar-text-strong);
  text-decoration: none;
}

/* line 272, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__link.is-active {
  background-color: var(--sidebar-active-bg);
  color: var(--sidebar-active-fg);
}

/* line 276, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__link.is-active::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-accent-400);
}

/* line 287, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__link.is-active .sidebar__icon {
  color: var(--sidebar-active-fg);
}

/* line 291, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sidebar-text-muted);
  font-size: var(--ds-font-size-sm);
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 303, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__link:hover .sidebar__icon {
  color: var(--sidebar-text-strong);
}

/* line 305, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 314, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group {
  position: relative;
  width: 100%;
}

/* line 318, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group.is-flyout-open .sidebar__group-trigger {
  background-color: var(--sidebar-hover-bg);
  color: var(--sidebar-text-strong);
}

/* line 322, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group.is-flyout-open .sidebar__group-trigger .sidebar__icon {
  color: var(--sidebar-text-strong);
}

/* line 326, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group-chev {
  margin-left: auto;
  font-size: 0.65rem;
  color: var(--sidebar-text-muted);
  flex-shrink: 0;
  opacity: 0.7;
}

/* line 336, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group-trigger--profile {
  background-color: rgba(255, 255, 255, 0.04);
}

/* line 338, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group-trigger--profile:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 343, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 240px;
  background: var(--ds-surface-elevated);
  color: var(--ds-text-primary);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-2xl);
  border: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4px);
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  pointer-events: none;
  z-index: var(--ds-z-popover);
}

/* line 363, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__group.is-flyout-open > .sidebar__flyout {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

/* line 370, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-title {
  padding: 4px var(--ds-space-2);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
  border-bottom: 1px solid var(--ds-border-subtle);
  margin-bottom: 4px;
}

/* line 381, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 390, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: 8px 10px;
  border-radius: var(--ds-radius-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
}

/* line 400, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link i {
  color: var(--ds-text-muted);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

/* line 407, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link:hover {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
}

/* line 410, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link:hover i {
  color: var(--ds-color-primary-700);
}

/* line 413, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link.is-active {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 417, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link.is-active i {
  color: var(--ds-color-primary-700);
}

/* line 420, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link--logout {
  color: var(--ds-color-danger-700);
}

/* line 422, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__flyout-link--logout:hover {
  background-color: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
}

/* line 427, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: var(--ds-space-2);
  border-top: 1px solid var(--sidebar-border);
}

/* line 435, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__avatar {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--ds-radius-pill);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
}

/* line 446, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 449, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__label--profile {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* line 454, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__label--profile strong {
  color: var(--sidebar-text-strong);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 455, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__label--profile small, .sidebar__label--profile .small {
  color: var(--sidebar-text-muted);
  font-size: 10px;
}

/* line 463, app/assets/stylesheets/components/_sidebar.scss */
.sidebar__resizer {
  position: absolute;
  top: 44px;
  right: -3px;
  width: 6px;
  height: calc(100% - 44px);
  cursor: col-resize;
  z-index: 1;
  background: transparent;
}

/* line 474, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__resizer {
  display: none;
}

/* line 480, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__rail {
  padding: 0 var(--ds-space-2) var(--ds-space-2);
  gap: 0;
}

/* line 482, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__brand {
  flex-direction: column;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) 0;
  height: auto;
  margin: 0 calc(var(--ds-space-2) * -1);
}

/* line 492, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__logo-full {
  display: none;
}

/* line 493, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__logo-mark {
  display: inline-flex;
}

/* line 494, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__icon-collapse {
  display: none;
}

/* line 495, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__icon-expand {
  display: inline;
}

/* line 497, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__collapse {
  width: 36px;
  height: 28px;
}

/* line 500, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__workspace {
  justify-content: center;
  margin: var(--ds-space-2) 0;
  padding: 0;
  background: transparent;
  border: 0;
}

/* line 507, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__workspace-name {
  display: none;
}

/* line 509, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__label,
.sidebar[data-state="collapsed"] .sidebar__group-chev {
  display: none;
}

/* line 514, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__link {
  width: 44px;
  height: 44px;
  padding: 0;
  align-self: center;
  justify-content: center;
  gap: 0;
  border-radius: var(--ds-radius-md);
}

/* line 524, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__link.is-active::before {
  display: none;
}

/* line 526, app/assets/stylesheets/components/_sidebar.scss */
.sidebar[data-state="collapsed"] .sidebar__icon {
  width: 20px;
  height: 20px;
  font-size: var(--ds-font-size-md);
}

/* line 537, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-drawer-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-border-subtle);
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  cursor: pointer;
}

@media (max-width: 900px) {
  /* line 537, app/assets/stylesheets/components/_sidebar.scss */
  .sidebar-drawer-toggle {
    display: inline-flex;
  }
}

/* line 10, app/assets/stylesheets/components/_topbar.scss */
:root {
  --topbar-h: 44px;
}

/* line 14, app/assets/stylesheets/components/_topbar.scss */
.topbar {
  --topbar-h:           44px;
  --topbar-text:        rgba(255, 255, 255, 0.78);
  --topbar-text-strong: #ffffff;
  --topbar-text-muted:  rgba(255, 255, 255, 0.55);
  --topbar-border:      rgba(255, 255, 255, 0.08);
  --topbar-hover-bg:    rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: var(--ds-z-sticky);
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-4);
  padding: 0 var(--ds-space-4) 0 var(--ds-space-5);
  color: var(--topbar-text);
  background: radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.35), transparent 55%), radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.18), transparent 50%), linear-gradient(180deg, #1e1b4b 0%, #312e81 100%);
  background-attachment: fixed, fixed, fixed;
}

/* line 44, app/assets/stylesheets/components/_topbar.scss */
.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 14px;
  height: 14px;
  background: radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.35), transparent 55%), radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.18), transparent 50%), linear-gradient(180deg, #1e1b4b 0%, #312e81 100%);
  background-attachment: fixed, fixed, fixed;
  -webkit-mask: radial-gradient(14px at 14px 14px, transparent 14px, #000 14.5px);
  mask: radial-gradient(14px at 14px 14px, transparent 14px, #000 14.5px);
  pointer-events: none;
}

/* line 62, app/assets/stylesheets/components/_topbar.scss */
.topbar__search {
  flex: 1;
  max-width: 520px;
  display: flex;
  align-items: center;
}

/* line 68, app/assets/stylesheets/components/_topbar.scss */
.topbar__search[hidden] {
  display: none !important;
}

/* line 71, app/assets/stylesheets/components/_topbar.scss */
.topbar__search-trigger {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  height: 32px;
  padding: 0 var(--ds-space-3);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--topbar-border);
  border-radius: var(--ds-radius-md);
  color: var(--topbar-text-muted);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-sm);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 89, app/assets/stylesheets/components/_topbar.scss */
.topbar__search-trigger:hover, .topbar__search-trigger:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--topbar-text-strong);
  outline: none;
}

/* line 97, app/assets/stylesheets/components/_topbar.scss */
.topbar__search-trigger i {
  font-size: 0.85rem;
}

/* line 100, app/assets/stylesheets/components/_topbar.scss */
.topbar__search-placeholder {
  flex: 1;
  text-align: left;
}

/* line 105, app/assets/stylesheets/components/_topbar.scss */
.topbar__kbd {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 6px;
  border-radius: var(--ds-radius-sm);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--ds-font-mono);
  font-size: 11px;
  line-height: 1;
}

/* line 118, app/assets/stylesheets/components/_topbar.scss */
.topbar__kbd-mod {
  font-size: 12px;
}

/* line 122, app/assets/stylesheets/components/_topbar.scss */
.topbar__actions {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin-left: auto;
}

/* line 129, app/assets/stylesheets/components/_topbar.scss */
.topbar__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  background: transparent;
  border: 1px solid transparent;
  color: var(--topbar-text);
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 145, app/assets/stylesheets/components/_topbar.scss */
.topbar__icon-button i {
  font-size: 0.95rem;
}

/* line 147, app/assets/stylesheets/components/_topbar.scss */
.topbar__icon-button:hover, .topbar__icon-button:focus-visible {
  background: var(--topbar-hover-bg);
  border-color: var(--topbar-border);
  color: var(--topbar-text-strong);
  outline: none;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/components/_topbar.scss */
.topbar__profile {
  position: relative;
}

/* line 161, app/assets/stylesheets/components/_topbar.scss */
.topbar__profile.is-open .topbar__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 168, app/assets/stylesheets/components/_topbar.scss */
.topbar__profile.is-open .topbar__profile-trigger {
  background: var(--topbar-hover-bg);
  border-color: var(--topbar-border);
}

/* line 174, app/assets/stylesheets/components/_topbar.scss */
.topbar__profile-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 2px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--ds-radius-pill);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 188, app/assets/stylesheets/components/_topbar.scss */
.topbar__profile-trigger:hover, .topbar__profile-trigger:focus-visible {
  background: var(--topbar-hover-bg);
  border-color: var(--topbar-border);
  outline: none;
}

/* line 196, app/assets/stylesheets/components/_topbar.scss */
.topbar__avatar {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--ds-radius-pill);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
}

/* line 207, app/assets/stylesheets/components/_topbar.scss */
.topbar__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 211, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 260px;
  padding: var(--ds-space-2);
  background: var(--ds-surface-elevated);
  color: var(--ds-text-primary);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-2xl);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  z-index: var(--ds-z-popover);
}

/* line 231, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-header {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2);
  border-bottom: 1px solid var(--ds-border-subtle);
  margin-bottom: 4px;
}

/* line 240, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-pill);
  overflow: hidden;
  background: var(--ds-color-neutral-100);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 251, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 254, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-identity {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}

/* line 260, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-identity strong {
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 269, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-identity small, .topbar__menu-identity .small {
  color: var(--ds-text-muted);
  font-size: 11px;
}

/* line 275, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 284, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: 8px 10px;
  border-radius: var(--ds-radius-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  width: 100%;
}

/* line 295, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link i {
  color: var(--ds-text-muted);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

/* line 302, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link:hover {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  text-decoration: none;
}

/* line 306, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link:hover i {
  color: var(--ds-color-primary-700);
}

/* line 309, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link--logout {
  color: var(--ds-color-danger-700);
}

/* line 311, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link--logout:hover {
  background-color: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
}

/* line 316, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-link--button {
  background: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

/* line 325, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-form {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 331, app/assets/stylesheets/components/_topbar.scss */
.topbar__menu-badge {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
  font-size: 10px;
  font-weight: var(--ds-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

@media (max-width: 900px) {
  /* line 14, app/assets/stylesheets/components/_topbar.scss */
  .topbar {
    padding: 0 var(--ds-space-3);
  }
  /* line 347, app/assets/stylesheets/components/_topbar.scss */
  .topbar__search {
    max-width: none;
  }
}

/* line 5, app/assets/stylesheets/components/_command_palette.scss */
.cmdk {
  position: fixed;
  inset: 0;
  z-index: var(--ds-z-modal, 1300);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 14vh;
}

/* line 6, app/assets/stylesheets/components/_command_palette.scss */
.cmdk[hidden] {
  display: none !important;
}

/* line 16, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px) saturate(140%);
  -webkit-backdrop-filter: blur(4px) saturate(140%);
  animation: cmdk-fade var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 25, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__dialog {
  position: relative;
  width: 640px;
  max-width: calc(100vw - 32px);
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  background: var(--ds-surface-elevated);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl, 16px);
  box-shadow: 0 32px 80px -20px rgba(15, 23, 42, 0.45);
  overflow: hidden;
  font-family: var(--ds-font-sans);
  animation: cmdk-slide var(--ds-duration-fast) var(--ds-ease-emphasized);
}

/* line 42, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__header {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 0 var(--ds-space-4);
  height: 56px;
  border-bottom: 1px solid var(--ds-border-subtle);
  flex-shrink: 0;
}

/* line 52, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__header-icon {
  color: var(--ds-text-muted);
  font-size: 1rem;
  flex-shrink: 0;
}

/* line 58, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
  font-family: inherit;
}

/* line 69, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__input::-moz-placeholder {
  color: var(--ds-text-muted);
}
.cmdk__input::placeholder {
  color: var(--ds-text-muted);
}

/* line 71, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 74, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__kbd {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-muted);
  font-family: var(--ds-font-mono);
  font-size: 11px;
  line-height: 1;
  text-transform: lowercase;
}

/* line 88, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}

/* line 94, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body::-webkit-scrollbar {
  width: 6px;
}

/* line 95, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body::-webkit-scrollbar-thumb {
  background: var(--ds-color-neutral-300);
  border-radius: 3px;
}

/* line 99, app/assets/stylesheets/components/_command_palette.scss */
.cmdk [data-cmdk-state] {
  display: none;
}

/* line 100, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body[data-state="idle"] [data-cmdk-state="idle"] {
  display: block;
}

/* line 101, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body[data-state="loading"] [data-cmdk-state="loading"] {
  display: flex;
}

/* line 102, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body[data-state="empty"] [data-cmdk-state="empty"] {
  display: block;
}

/* line 103, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__body[data-state="results"] [data-cmdk-state="results"] {
  display: block;
}

/* line 105, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__hint {
  padding: var(--ds-space-6) var(--ds-space-5);
  text-align: center;
}

/* line 109, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__hint-title {
  margin: 0 0 var(--ds-space-3) 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
}

/* line 115, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__hint-shortcuts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: var(--ds-space-4);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 124, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__hint-shortcuts li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 130, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__hint-shortcuts kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-neutral-100);
  font-family: var(--ds-font-mono);
  font-size: 11px;
  color: var(--ds-text-secondary);
}

/* line 143, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__hint-shortcuts kbd i {
  font-size: 10px;
}

/* line 148, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__loading {
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-6) var(--ds-space-5);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 157, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--ds-color-neutral-300);
  border-top-color: var(--ds-color-primary-500);
  border-radius: 50%;
  animation: cmdk-spin 0.7s linear infinite;
}

/* line 167, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__empty {
  padding: var(--ds-space-6) var(--ds-space-5);
  text-align: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 173, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__empty strong {
  color: var(--ds-text-primary);
}

/* line 177, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__results {
  padding: var(--ds-space-2);
}

/* line 182, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__group + .cmdk__group {
  margin-top: var(--ds-space-2);
}

/* line 185, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__group-label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: var(--ds-space-2) var(--ds-space-3);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
}

/* line 196, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__group-label i {
  font-size: 10px;
}

/* line 199, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 8px var(--ds-space-3);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-primary);
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 210, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item:hover {
  text-decoration: none;
}

/* line 213, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item.is-active {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
}

/* line 217, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item.is-active .cmdk__item-icon {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 218, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item.is-active .cmdk__item-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* line 221, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* line 234, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

/* line 242, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item-title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 249, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item-title mark, .cmdk__item-title .mark {
  background: var(--ds-color-accent-100);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

/* line 257, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item-subtitle {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 265, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__item-arrow {
  flex-shrink: 0;
  color: var(--ds-text-muted);
  font-size: 11px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 276, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--ds-space-4);
  padding: 8px var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 287, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__footer span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 289, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__footer kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 5px;
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  font-family: var(--ds-font-mono);
  font-size: 10px;
  color: var(--ds-text-secondary);
}

/* line 303, app/assets/stylesheets/components/_command_palette.scss */
.cmdk__footer kbd i {
  font-size: 9px;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/components/_command_palette.scss */
  .cmdk {
    padding-top: 8vh;
  }
  /* line 310, app/assets/stylesheets/components/_command_palette.scss */
  .cmdk__dialog {
    max-height: calc(100vh - 16vh);
  }
  /* line 311, app/assets/stylesheets/components/_command_palette.scss */
  .cmdk__footer {
    display: none;
  }
}

/* line 320, app/assets/stylesheets/components/_command_palette.scss */
.search-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 360px;
}

/* line 327, app/assets/stylesheets/components/_command_palette.scss */
.search-input__field {
  width: 100%;
  height: 36px;
  padding: 0 var(--ds-space-3) 0 36px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-primary);
  font-family: var(--ds-font-sans);
  font-size: var(--ds-font-size-sm);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 340, app/assets/stylesheets/components/_command_palette.scss */
.search-input__field::-moz-placeholder {
  color: var(--ds-text-muted);
}
.search-input__field::placeholder {
  color: var(--ds-text-muted);
}

/* line 342, app/assets/stylesheets/components/_command_palette.scss */
.search-input__field:focus {
  outline: none;
  border-color: var(--ds-color-primary-400);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

/* line 349, app/assets/stylesheets/components/_command_palette.scss */
.search-input__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 13px;
  pointer-events: none;
}

/* line 359, app/assets/stylesheets/components/_command_palette.scss */
.search-input__results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  min-width: 280px;
  max-height: 360px;
  overflow-y: auto;
  background: var(--ds-surface-elevated);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-2xl);
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
  z-index: var(--ds-z-popover);
}

/* line 379, app/assets/stylesheets/components/_command_palette.scss */
.search-input__results::-webkit-scrollbar {
  width: 6px;
}

/* line 380, app/assets/stylesheets/components/_command_palette.scss */
.search-input__results::-webkit-scrollbar-thumb {
  background: var(--ds-color-neutral-300);
  border-radius: 3px;
}

/* line 383, app/assets/stylesheets/components/_command_palette.scss */
.search-input.is-open .search-input__results {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 389, app/assets/stylesheets/components/_command_palette.scss */
.search-input__result {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: 8px 10px;
  border-radius: var(--ds-radius-sm);
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  cursor: pointer;
}

/* line 400, app/assets/stylesheets/components/_command_palette.scss */
.search-input__result:hover, .search-input__result.is-active {
  background-color: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  text-decoration: none;
}

/* line 407, app/assets/stylesheets/components/_command_palette.scss */
.search-input__result-icon {
  flex-shrink: 0;
  width: 22px;
  color: var(--ds-text-muted);
  font-size: 12px;
  text-align: center;
}

/* line 415, app/assets/stylesheets/components/_command_palette.scss */
.search-input__result-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

/* line 423, app/assets/stylesheets/components/_command_palette.scss */
.search-input__result-title {
  font-weight: var(--ds-font-weight-medium);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 430, app/assets/stylesheets/components/_command_palette.scss */
.search-input__result-subtitle {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 438, app/assets/stylesheets/components/_command_palette.scss */
.search-input__empty, .search-input__loading {
  padding: var(--ds-space-3);
  text-align: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

@keyframes cmdk-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes cmdk-slide {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cmdk-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 5, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 10, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ds-space-2);
  margin: 0 0 var(--ds-space-2) 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 19, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__breadcrumb span[aria-hidden] {
  color: var(--ds-border-strong);
}

/* line 22, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__crumb {
  color: var(--ds-text-muted);
  text-decoration: none;
  transition: color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 27, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__crumb:hover {
  color: var(--ds-color-primary-700);
}

/* line 30, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: var(--ds-space-5);
}

@media (max-width: 900px) {
  /* line 30, app/assets/stylesheets/components/_interaction_show.scss */
  .interaction-show__grid {
    grid-template-columns: 1fr;
  }
}

/* line 38, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__main {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 44, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__main-head {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding-bottom: var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 51, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__main-head strong {
  display: block;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 59, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--ds-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-bold);
  background: linear-gradient(135deg, var(--ds-color-primary-500), var(--ds-color-primary-700));
  color: var(--ds-color-neutral-0);
}

/* line 73, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__meta {
  display: block;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 79, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__section-title {
  margin: 0 0 var(--ds-space-3) 0;
  font-family: var(--ds-font-display);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 87, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__description {
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
  line-height: var(--ds-line-height-relaxed);
}

/* line 92, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__description p {
  margin: 0 0 var(--ds-space-3) 0;
}

/* line 93, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__description p:last-child {
  margin-bottom: 0;
}

/* line 96, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__empty {
  margin: 0;
  color: var(--ds-text-muted);
  font-style: italic;
}

/* line 102, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__side {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 108, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__props {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 114, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__props > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: var(--ds-space-3);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 121, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__props > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 124, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__props dt {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  margin: 0;
}

/* line 133, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__props dd {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 140, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__link {
  color: var(--ds-color-primary-600);
  text-decoration: none;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 145, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__link:hover {
  color: var(--ds-color-primary-700);
  text-decoration: underline;
}

/* line 148, app/assets/stylesheets/components/_interaction_show.scss */
.interaction-show__sub {
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-regular);
}

/* line 5, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 10, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__tabs {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid var(--ds-border-subtle);
  padding-bottom: 2px;
  overflow-x: auto;
}

/* line 18, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-md) var(--ds-radius-md) 0 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__tab:hover {
  color: var(--ds-text-primary);
  background: var(--ds-color-neutral-50);
}

/* line 37, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__tab.is-active {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-600);
}

/* line 43, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 7px;
  font-size: 12px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-pill);
  font-variant-numeric: tabular-nums;
}

/* line 58, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__tab.is-active .doc-validation__tab-count {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 63, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* line 70, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__search {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 240px;
  max-width: 460px;
}

/* line 78, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__search i {
  position: absolute;
  left: 12px;
  color: var(--ds-text-tertiary, #888);
  font-size: 13px;
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__search input {
  width: 100%;
  padding: 8px 12px 8px 34px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  background: var(--ds-surface-card);
  transition: border-color .15s ease, box-shadow .15s ease;
}

/* line 95, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__search input:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px rgba(56, 132, 255, 0.12);
}

/* line 103, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__select {
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  cursor: pointer;
}

/* line 113, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__select:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
}

/* line 119, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 60px 20px;
  background: var(--ds-surface-card);
  border: 1px dashed var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-text-secondary);
}

/* line 130, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__empty i {
  font-size: 36px;
  color: var(--ds-text-tertiary, #aaa);
}

/* line 134, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__empty p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
}

/* line 137, app/assets/stylesheets/components/_doc_validation.scss */
.doc-validation__groups {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 144, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  overflow: hidden;
}

/* line 151, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--ds-color-neutral-50);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 160, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 166, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__avatar {
  width: 38px;
  height: 38px;
  border-radius: var(--ds-radius-full);
  overflow: hidden;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--ds-font-weight-semibold);
  font-size: 13px;
}

/* line 179, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 182, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__name {
  display: block;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  text-decoration: none;
  line-height: 1.2;
}

/* line 188, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__name:hover {
  color: var(--ds-color-primary-700);
}

/* line 191, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__email {
  font-size: 12px;
  color: var(--ds-text-secondary);
  margin-top: 2px;
}

/* line 197, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__count {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  font-variant-numeric: tabular-nums;
}

/* line 203, app/assets/stylesheets/components/_doc_validation.scss */
.doc-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 210, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 18px;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 218, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row:first-child {
  border-top: 0;
}

/* line 220, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row:hover {
  background: var(--ds-color-neutral-50);
}

/* line 222, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__main {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

/* line 231, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__icon {
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 243, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__body {
  min-width: 0;
}

/* line 245, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
  line-height: 1.3;
}

/* line 254, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--ds-text-secondary);
}

/* line 262, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__meta span.is-expired {
  color: #c0392b;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 267, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__meta i {
  margin-right: 4px;
}

/* line 270, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__badge {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 7px;
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: var(--ds-radius-pill);
}

/* line 281, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__badge--required {
  background: rgba(255, 186, 9, 0.15);
  color: #8a5a00;
}

/* line 287, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__status {
  display: flex;
  align-items: center;
}

/* line 289, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 295, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__icon-btn {
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-text-secondary);
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}

/* line 306, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__icon-btn:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 312, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__btn-approve {
  background: rgba(29, 138, 75, 0.12);
  color: #1d8a4b;
}

/* line 315, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__btn-approve:hover {
  background: rgba(29, 138, 75, 0.22);
}

/* line 318, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__btn-reject {
  color: #c0392b;
}

/* line 320, app/assets/stylesheets/components/_doc_validation.scss */
.doc-row__btn-reject:hover {
  background: rgba(192, 57, 43, 0.1);
}

/* line 324, app/assets/stylesheets/components/_doc_validation.scss */
.doc-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: var(--ds-font-weight-semibold);
  border-radius: var(--ds-radius-pill);
  white-space: nowrap;
}

/* line 334, app/assets/stylesheets/components/_doc_validation.scss */
.doc-status--pending {
  background: rgba(255, 186, 9, 0.15);
  color: #8a5a00;
}

/* line 338, app/assets/stylesheets/components/_doc_validation.scss */
.doc-status--valid {
  background: rgba(29, 138, 75, 0.12);
  color: #1d8a4b;
}

/* line 342, app/assets/stylesheets/components/_doc_validation.scss */
.doc-status--invalid {
  background: rgba(192, 57, 43, 0.1);
  color: #c0392b;
}

/* line 350, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: var(--ds-space-5);
  align-items: stretch;
}

@media (max-width: 1100px) {
  /* line 350, app/assets/stylesheets/components/_doc_validation.scss */
  .doc-show {
    grid-template-columns: 1fr;
  }
}

/* line 360, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  text-decoration: none;
}

/* line 368, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__back:hover {
  color: var(--ds-color-primary-700);
}

/* line 371, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__preview {
  background: #1a1d23;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 380, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__preview iframe {
  width: 100%;
  height: 100%;
  min-height: 720px;
  border: 0;
  background: #fff;
}

/* line 388, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__preview img {
  max-width: 100%;
  max-height: 720px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 395, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__preview-placeholder {
  color: #d3d4d8;
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* line 404, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__preview-placeholder i {
  font-size: 48px;
  opacity: .6;
}

/* line 405, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__preview-placeholder p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
}

/* line 408, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__panel {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 414, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__card {
  padding: 20px;
}

/* line 416, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__card-title {
  margin: 0 0 14px;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 423, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 429, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* line 435, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 440, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__field label {
  font-size: 12px;
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
}

/* line 446, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__field input[type="text"],
.doc-show__field input[type="date"],
.doc-show__field input[type="file"] {
  padding: 8px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  background: var(--ds-surface-card);
}

/* line 455, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__field input[type="text"]:focus,
.doc-show__field input[type="date"]:focus,
.doc-show__field input[type="file"]:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px rgba(56, 132, 255, 0.12);
}

/* line 463, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__form-actions {
  display: flex;
  justify-content: flex-end;
}

/* line 468, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__meta {
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px dashed var(--ds-border-subtle);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

/* line 479, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__meta dt {
  color: var(--ds-text-secondary);
  margin: 0;
}

/* line 480, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__meta dd {
  color: var(--ds-text-primary);
  margin: 0;
  text-align: right;
  max-width: 60%;
  word-break: break-word;
}

/* line 483, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__hint {
  margin: 0 0 14px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  line-height: 1.5;
}

/* line 490, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__action-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

/* line 496, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__action-form--reject {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--ds-border-subtle);
}

/* line 502, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__action-form textarea {
  padding: 8px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  resize: vertical;
  min-height: 70px;
}

/* line 511, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__action-form textarea:focus {
  outline: none;
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}

/* line 519, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__field-label {
  font-size: 12px;
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
}

/* line 524, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__field-label .required {
  color: #c0392b;
}

/* line 527, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__btn-accept {
  background: #1d8a4b;
  border-color: #1d8a4b;
  color: #fff;
  width: 100%;
  justify-content: center;
  padding: 10px 14px;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 536, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__btn-accept:hover:not(:disabled) {
  background: #166c3a;
  border-color: #166c3a;
}

/* line 537, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__btn-accept:disabled {
  opacity: .55;
  cursor: not-allowed;
}

/* line 540, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__btn-reject {
  background: #c0392b;
  border-color: #c0392b;
  color: #fff;
  width: 100%;
  justify-content: center;
  padding: 10px 14px;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 549, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__btn-reject:hover:not(:disabled) {
  background: #962a1f;
  border-color: #962a1f;
}

/* line 550, app/assets/stylesheets/components/_doc_validation.scss */
.doc-show__btn-reject:disabled {
  opacity: .55;
  cursor: not-allowed;
}

/* line 9, app/assets/stylesheets/components/_onboarding.scss */
.ob-body {
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-primary);
  font-family: var(--ds-font-sans);
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* line 18, app/assets/stylesheets/components/_onboarding.scss */
.ob-body.ob-no-scroll {
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: var(--ds-space-6) var(--ds-space-8) var(--ds-space-12);
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  /* line 23, app/assets/stylesheets/components/_onboarding.scss */
  .ob-shell {
    padding: var(--ds-space-4) var(--ds-space-4) var(--ds-space-10);
  }
}

/* line 38, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--ds-space-4);
  padding-block: var(--ds-space-4) var(--ds-space-8);
}

@media (max-width: 720px) {
  /* line 38, app/assets/stylesheets/components/_onboarding.scss */
  .ob-shell__header {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand skip" "progress progress";
  }
  /* line 48, app/assets/stylesheets/components/_onboarding.scss */
  .ob-shell__header .ob-shell__brand {
    grid-area: brand;
  }
  /* line 49, app/assets/stylesheets/components/_onboarding.scss */
  .ob-shell__header .ob-shell__skip-btn {
    grid-area: skip;
    justify-self: end;
  }
  /* line 50, app/assets/stylesheets/components/_onboarding.scss */
  .ob-shell__header .ob-shell__progress {
    grid-area: progress;
  }
}

/* line 54, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-self: start;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 61, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__brand:hover {
  opacity: 0.85;
}

/* line 63, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

/* line 70, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__progress {
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-2);
  width: 100%;
  max-width: 320px;
}

/* line 79, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__progress-text {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  letter-spacing: var(--ds-letter-spacing-wide);
  text-transform: uppercase;
}

/* line 84, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__progress-text strong {
  color: var(--ds-color-primary-600);
  font-weight: var(--ds-font-weight-bold);
}

/* line 90, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__progress-track {
  width: 100%;
  height: 6px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-200);
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__progress-fill {
  height: 100%;
  width: var(--ob-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-primary-400));
  transition: width var(--ds-duration-slow) var(--ds-ease-out);
}

/* line 107, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__skip-btn {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-4);
  border-radius: var(--ds-radius-pill);
  background: transparent;
  color: var(--ds-text-secondary);
  border: 1px solid var(--ds-border-subtle);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  transition: background var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 124, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__skip-btn:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
  border-color: var(--ds-border-default);
}

/* line 130, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__skip-btn--placeholder {
  visibility: hidden;
}

/* line 135, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

/* line 143, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__autosave {
  text-align: center;
  margin: var(--ds-space-6) 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  align-self: center;
}

/* line 152, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__autosave i {
  color: var(--ds-color-success-500);
}

/* line 157, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--ds-color-neutral-200) 1px, transparent 1px), linear-gradient(90deg, var(--ds-color-neutral-200) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.35;
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 70%);
          mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 70%);
}

/* line 176, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

/* line 182, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__bg-blob--a {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, var(--ds-color-primary-200), transparent 70%);
  top: -120px;
  left: -160px;
  animation: ob-float 18s ease-in-out infinite;
}

/* line 191, app/assets/stylesheets/components/_onboarding.scss */
.ob-shell__bg-blob--b {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, var(--ds-color-accent-200), transparent 70%);
  bottom: -120px;
  right: -120px;
  animation: ob-float 22s ease-in-out infinite reverse;
}

@keyframes ob-float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -30px);
  }
}

/* line 208, app/assets/stylesheets/components/_onboarding.scss */
.ob-stage {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 214, app/assets/stylesheets/components/_onboarding.scss */
.ob-card {
  width: 100%;
  max-width: 760px;
  background: var(--ds-surface-card);
  border-radius: var(--ds-radius-2xl);
  border: 1px solid var(--ds-border-subtle);
  box-shadow: var(--ds-shadow-xl);
  padding: var(--ds-space-10) var(--ds-space-12);
  animation: ob-card-enter var(--ds-duration-slow) var(--ds-ease-out) both;
}

@media (max-width: 720px) {
  /* line 214, app/assets/stylesheets/components/_onboarding.scss */
  .ob-card {
    padding: var(--ds-space-6) var(--ds-space-5);
    border-radius: var(--ds-radius-xl);
  }
}

/* line 229, app/assets/stylesheets/components/_onboarding.scss */
.ob-card--hero {
  max-width: 940px;
  padding: var(--ds-space-12);
}

/* line 230, app/assets/stylesheets/components/_onboarding.scss */
.ob-card--recap {
  max-width: 880px;
}

@keyframes ob-card-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 240, app/assets/stylesheets/components/_onboarding.scss */
.ob-step-header {
  margin-bottom: var(--ds-space-8);
}

/* line 243, app/assets/stylesheets/components/_onboarding.scss */
.ob-step-header__chip {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
  text-transform: uppercase;
  margin-bottom: var(--ds-space-4);
}

/* line 257, app/assets/stylesheets/components/_onboarding.scss */
.ob-step-header__chip--secure {
  background: color-mix(in srgb, var(--ds-color-success-100) 80%, transparent);
  color: var(--ds-color-success-700);
}

/* line 263, app/assets/stylesheets/components/_onboarding.scss */
.ob-step-header__overline {
  margin: 0 0 var(--ds-space-1);
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  font-weight: var(--ds-font-weight-medium);
}

/* line 272, app/assets/stylesheets/components/_onboarding.scss */
.ob-step-header__title {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  line-height: var(--ds-line-height-tight);
  color: var(--ds-text-primary);
}

/* line 281, app/assets/stylesheets/components/_onboarding.scss */
.ob-step-header__subtitle {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  line-height: var(--ds-line-height-relaxed);
  max-width: 56ch;
}

/* line 292, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: var(--ds-space-12);
  align-items: center;
}

@media (max-width: 880px) {
  /* line 292, app/assets/stylesheets/components/_onboarding.scss */
  .ob-hero {
    grid-template-columns: 1fr;
    gap: var(--ds-space-8);
    text-align: center;
  }
}

/* line 304, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 311, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__badge {
  position: absolute;
  bottom: -8px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  padding: var(--ds-space-1) var(--ds-space-3);
  background: var(--ds-color-accent-100);
  color: var(--ds-color-accent-700);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  box-shadow: var(--ds-shadow-md);
  border: 1px solid var(--ds-color-accent-200);
}

@media (max-width: 880px) {
  /* line 311, app/assets/stylesheets/components/_onboarding.scss */
  .ob-hero__badge {
    bottom: 8px;
    right: 50%;
    transform: translateX(50%);
  }
}

/* line 334, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__overline {
  margin: 0 0 var(--ds-space-2);
  color: var(--ds-color-primary-600);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
  text-transform: uppercase;
}

/* line 343, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__title {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-font-size-4xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  line-height: 1.1;
  color: var(--ds-text-primary);
}

/* line 351, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__title-highlight {
  background: linear-gradient(135deg, var(--ds-color-primary-600), var(--ds-color-primary-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 359, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__subtitle {
  margin: 0 0 var(--ds-space-8);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-lg);
  line-height: var(--ds-line-height-relaxed);
  max-width: 52ch;
}

@media (max-width: 880px) {
  /* line 359, app/assets/stylesheets/components/_onboarding.scss */
  .ob-hero__subtitle {
    margin-inline: auto;
  }
}

/* line 371, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__bullets {
  list-style: none;
  margin: 0 0 var(--ds-space-8);
  padding: 0;
  display: grid;
  gap: var(--ds-space-3);
}

/* line 378, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__bullets li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: var(--ds-space-3);
  align-items: flex-start;
  text-align: left;
}

/* line 386, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__bullets strong {
  display: block;
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  margin-bottom: 2px;
}

/* line 393, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__bullets span {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
}

/* line 400, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__bullet-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  font-size: var(--ds-font-size-md);
}

/* line 412, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__cta-form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  align-items: flex-start;
}

@media (max-width: 880px) {
  /* line 412, app/assets/stylesheets/components/_onboarding.scss */
  .ob-hero__cta-form {
    align-items: center;
  }
}

/* line 423, app/assets/stylesheets/components/_onboarding.scss */
.ob-hero__cta-hint {
  margin: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 432, app/assets/stylesheets/components/_onboarding.scss */
.ob-form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 437, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__row {
  display: grid;
  gap: var(--ds-space-4);
}

/* line 441, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__row--two {
  grid-template-columns: 1fr 1fr;
}

/* line 442, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__row--three {
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 443, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__row--avatar {
  grid-template-columns: 1fr;
}

@media (max-width: 720px) {
  /* line 437, app/assets/stylesheets/components/_onboarding.scss */
  .ob-form__row {
    grid-template-columns: 1fr;
  }
}

/* line 450, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 456, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 463, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__input {
  width: 100%;
  padding: var(--ds-space-3) var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-md);
  font-family: inherit;
  background: var(--ds-color-neutral-0);
  color: var(--ds-text-primary);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast), background var(--ds-duration-fast);
}

/* line 476, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__input::-moz-placeholder {
  color: var(--ds-color-neutral-400);
}
.ob-form__input::placeholder {
  color: var(--ds-color-neutral-400);
}

/* line 478, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__input:hover {
  border-color: var(--ds-border-strong);
}

/* line 480, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 486, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__input--mono {
  font-family: var(--ds-font-mono);
  letter-spacing: 0.04em;
}

/* line 492, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'><path d='M3.5 5.5l4.5 5 4.5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right var(--ds-space-3) center;
  padding-right: var(--ds-space-10);
}

/* line 494, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__hint {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  line-height: var(--ds-line-height-snug);
}

/* line 502, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__hint i {
  color: var(--ds-color-primary-500);
}

/* line 505, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__notice {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-color-info-50);
  border: 1px solid var(--ds-color-info-100);
  color: var(--ds-color-neutral-700);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
}

/* line 517, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__notice strong {
  color: var(--ds-text-primary);
  display: block;
}

/* line 519, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__notice-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ds-color-info-500);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ds-font-size-sm);
}

/* line 531, app/assets/stylesheets/components/_onboarding.scss */
.ob-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ds-space-4);
  margin-top: var(--ds-space-4);
  padding-top: var(--ds-space-6);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 544, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-6);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  white-space: nowrap;
  transition: transform var(--ds-duration-fast) var(--ds-ease-standard), background var(--ds-duration-fast), box-shadow var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 563, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 564, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 569, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn--primary {
  background: linear-gradient(180deg, var(--ds-color-primary-500), var(--ds-color-primary-600));
  color: white;
  box-shadow: var(--ds-shadow-md), 0 0 0 0 rgba(79, 70, 229, 0.3);
}

/* line 574, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn--primary:hover {
  box-shadow: var(--ds-shadow-lg), 0 0 0 4px rgba(79, 70, 229, 0.18);
}

/* line 579, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn--ghost {
  background: transparent;
  color: var(--ds-text-secondary);
  border-color: var(--ds-border-default);
}

/* line 584, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn--ghost:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 590, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn--xl {
  padding: var(--ds-space-4) var(--ds-space-8);
  font-size: var(--ds-font-size-lg);
  border-radius: var(--ds-radius-lg);
}

/* line 596, app/assets/stylesheets/components/_onboarding.scss */
.ob-btn--invisible {
  visibility: hidden;
}

/* line 601, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: var(--ds-space-6);
  align-items: center;
}

@media (max-width: 720px) {
  /* line 601, app/assets/stylesheets/components/_onboarding.scss */
  .ob-avatar-field {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* line 612, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__caption {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
}

/* line 617, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__caption strong {
  display: block;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
  margin-bottom: var(--ds-space-1);
}

/* line 625, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__current {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: var(--ds-radius-2xl);
  overflow: hidden;
  box-shadow: var(--ds-shadow-md);
}

@media (max-width: 720px) {
  /* line 625, app/assets/stylesheets/components/_onboarding.scss */
  .ob-avatar-field__current {
    margin-inline: auto;
  }
}

/* line 638, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 645, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__remove {
  position: absolute;
  bottom: var(--ds-space-3);
  right: var(--ds-space-3);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  background: rgba(15, 23, 42, 0.85);
  color: white;
  border: none;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* line 662, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__dropzone {
  width: 220px;
  height: 220px;
  border-radius: var(--ds-radius-2xl);
  border: 2px dashed var(--ds-border-default);
  background: var(--ds-color-neutral-50);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--ds-space-4);
  cursor: pointer;
  transition: border-color var(--ds-duration-fast), background var(--ds-duration-fast), transform var(--ds-duration-fast);
  position: relative;
  overflow: hidden;
}

/* line 681, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__dropzone:hover {
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-primary-50);
}

/* line 686, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__dropzone.ob-dropzone--hover {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
  transform: scale(1.01);
}

@media (max-width: 720px) {
  /* line 662, app/assets/stylesheets/components/_onboarding.scss */
  .ob-avatar-field__dropzone {
    margin-inline: auto;
  }
}

/* line 697, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 704, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
}

/* line 712, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__placeholder strong {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 717, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__placeholder span {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 720, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__placeholder-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: var(--ds-space-1);
}

/* line 732, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-2);
  width: 100%;
  height: 100%;
  justify-content: center;
}

/* line 742, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__preview-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: var(--ds-shadow-md);
}

/* line 750, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__preview-name {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 759, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__preview-clear {
  background: transparent;
  border: none;
  color: var(--ds-color-primary-600);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  text-decoration: underline;
}

/* line 769, app/assets/stylesheets/components/_onboarding.scss */
.ob-avatar-field__error {
  position: absolute;
  bottom: var(--ds-space-2);
  left: var(--ds-space-2);
  right: var(--ds-space-2);
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
  padding: var(--ds-space-1) var(--ds-space-2);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-xs);
}

/* line 784, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group {
  margin-bottom: var(--ds-space-6);
}

/* line 787, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group--optional .ob-docs__group-icon {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
}

/* line 793, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group-header {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: var(--ds-space-3);
  align-items: center;
  margin-bottom: var(--ds-space-4);
}

/* line 801, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 810, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group-icon--required {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 816, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group-title {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 823, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__group-subtitle {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 829, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__list {
  display: grid;
  gap: var(--ds-space-3);
}

/* line 834, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__empty {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: var(--ds-space-3);
  align-items: center;
  padding: var(--ds-space-4);
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
}

/* line 846, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__empty i {
  color: var(--ds-color-primary-500);
  font-size: 22px;
}

/* line 847, app/assets/stylesheets/components/_onboarding.scss */
.ob-docs__empty p {
  margin: 0;
}

/* line 852, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-color-neutral-0);
  padding: var(--ds-space-4);
  transition: border-color var(--ds-duration-fast), box-shadow var(--ds-duration-fast);
}

/* line 860, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot:hover {
  box-shadow: var(--ds-shadow-sm);
}

/* line 862, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot--uploaded {
  border-color: var(--ds-color-success-500);
  background: var(--ds-color-success-50);
}

/* line 867, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--ds-space-3);
}

/* line 874, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__title {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-md);
}

/* line 882, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__title i {
  color: var(--ds-color-primary-500);
}

/* line 885, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__badge {
  margin-left: var(--ds-space-2);
  padding: 2px var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  font-size: 10px;
  font-weight: var(--ds-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 894, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__badge--required {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
}

/* line 900, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__remove {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: var(--ds-space-1) var(--ds-space-2);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
}

/* line 909, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__remove:hover {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-600);
}

/* line 912, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__filled {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: var(--ds-space-3);
  align-items: center;
  color: var(--ds-text-secondary);
}

/* line 920, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__file-icon {
  color: var(--ds-color-success-600);
  font-size: 22px;
}

/* line 925, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__file-meta {
  display: flex;
  flex-direction: column;
}

/* line 928, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__file-meta strong {
  color: var(--ds-text-primary);
}

/* line 929, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__file-meta span {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 932, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__dropzone {
  position: relative;
  display: block;
  border: 1.5px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  padding: var(--ds-space-5) var(--ds-space-4);
  cursor: pointer;
  transition: border-color var(--ds-duration-fast), background var(--ds-duration-fast);
  text-align: center;
  overflow: hidden;
}

/* line 944, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__dropzone:hover {
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-primary-50);
}

/* line 949, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__dropzone.ob-dropzone--hover {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
}

/* line 955, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 962, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 969, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__placeholder-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 980, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__placeholder-title {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 986, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__placeholder-sub {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 991, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  text-align: left;
}

/* line 999, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__preview-icon {
  color: var(--ds-color-success-600);
  font-size: 22px;
}

/* line 1004, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__preview-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-medium);
  font-size: var(--ds-font-size-sm);
}

/* line 1014, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__preview-clear {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: var(--ds-space-1);
}

/* line 1022, app/assets/stylesheets/components/_onboarding.scss */
.ob-doc-slot__error {
  margin-top: var(--ds-space-3);
  padding: var(--ds-space-2) var(--ds-space-3);
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-xs);
  text-align: left;
}

/* line 1035, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__top {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: var(--ds-space-6);
  align-items: center;
  margin-bottom: var(--ds-space-8);
}

@media (max-width: 720px) {
  /* line 1035, app/assets/stylesheets/components/_onboarding.scss */
  .ob-recap__top {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* line 1048, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  line-height: var(--ds-line-height-tight);
  color: var(--ds-text-primary);
}

/* line 1057, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__subtitle {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  line-height: var(--ds-line-height-relaxed);
}

/* line 1064, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-8);
}

@media (max-width: 720px) {
  /* line 1064, app/assets/stylesheets/components/_onboarding.scss */
  .ob-recap__grid {
    grid-template-columns: 1fr;
  }
}

/* line 1075, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-3);
}

/* line 1082, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__cta-hint {
  margin: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 1087, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap__cta-hint i {
  color: var(--ds-color-primary-500);
  margin-right: var(--ds-space-1);
}

/* line 1090, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card {
  display: flex;
  flex-direction: column;
  padding: var(--ds-space-4);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-color-neutral-0);
  transition: border-color var(--ds-duration-fast), box-shadow var(--ds-duration-fast);
}

/* line 1099, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card:hover {
  box-shadow: var(--ds-shadow-md);
}

/* line 1101, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__head {
  display: grid;
  grid-template-columns: 40px 1fr 32px;
  gap: var(--ds-space-3);
  align-items: center;
  margin-bottom: var(--ds-space-3);
}

/* line 1109, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 1120, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__head-text h3, .ob-recap-card__head-text .h3 {
  margin: 0 0 2px;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 1127, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__status {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 1137, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__status i {
  font-size: 10px;
}

/* line 1140, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__edit {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-0);
  color: var(--ds-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background var(--ds-duration-fast), color var(--ds-duration-fast);
}

/* line 1152, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__edit:hover {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-200);
}

/* line 1159, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__summary {
  margin: 0 0 var(--ds-space-1);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 1166, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card__detail {
  margin: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 1172, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card--ok {
  border-color: color-mix(in srgb, var(--ds-color-success-500) 50%, var(--ds-border-subtle));
}

/* line 1174, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card--ok .ob-recap-card__icon {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-600);
}

/* line 1178, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card--ok .ob-recap-card__status {
  color: var(--ds-color-success-600);
}

/* line 1181, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card--missing {
  border-color: color-mix(in srgb, var(--ds-color-warning-500) 50%, var(--ds-border-subtle));
}

/* line 1183, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card--missing .ob-recap-card__icon {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 1187, app/assets/stylesheets/components/_onboarding.scss */
.ob-recap-card--missing .ob-recap-card__status {
  color: var(--ds-color-warning-600);
}

/* line 1193, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal {
  position: fixed;
  inset: 0;
  background: var(--ds-surface-overlay);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: var(--ds-z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
  opacity: 0;
  transition: opacity var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 1206, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal--visible {
  opacity: 1;
}

/* line 1208, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__dialog {
  background: var(--ds-color-neutral-0);
  border-radius: var(--ds-radius-2xl);
  box-shadow: var(--ds-shadow-2xl);
  max-width: 480px;
  width: 100%;
  padding: var(--ds-space-8) var(--ds-space-8) var(--ds-space-6);
  position: relative;
  transform: translateY(8px) scale(0.98);
  transition: transform var(--ds-duration-base) var(--ds-ease-out);
  text-align: center;
}

/* line 1221, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal--visible .ob-skip-modal__dialog {
  transform: translateY(0) scale(1);
}

/* line 1225, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__close {
  position: absolute;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  width: 32px;
  height: 32px;
  border: none;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 1239, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__close:hover {
  background: var(--ds-color-neutral-200);
}

/* line 1242, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__media {
  margin-bottom: var(--ds-space-4);
  display: flex;
  justify-content: center;
}

/* line 1248, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__title {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
}

/* line 1256, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__text {
  margin: 0 0 var(--ds-space-4);
  color: var(--ds-text-secondary);
  line-height: var(--ds-line-height-relaxed);
  font-size: var(--ds-font-size-md);
}

/* line 1263, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__notice {
  display: flex;
  gap: var(--ds-space-2);
  align-items: flex-start;
  text-align: left;
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  margin-bottom: var(--ds-space-6);
}

/* line 1275, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__notice i {
  margin-top: 3px;
}

/* line 1276, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__notice strong {
  font-weight: var(--ds-font-weight-bold);
}

/* line 1279, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__actions {
  display: flex;
  gap: var(--ds-space-3);
  justify-content: center;
  flex-wrap: wrap;
}

/* line 1285, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__actions .ob-btn {
  flex: 1;
  min-width: 180px;
}

/* line 1288, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__skip-form {
  margin: 0;
  flex: 1;
  min-width: 180px;
  display: flex;
}

/* line 1294, app/assets/stylesheets/components/_onboarding.scss */
.ob-skip-modal__skip-form .ob-btn {
  flex: 1;
}

/* line 1300, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot {
  width: var(--ob-robot-size, 180px);
  height: var(--ob-robot-size, 180px);
  display: inline-block;
}

/* line 1305, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* line 1308, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot__body, .ob-robot__head, .ob-robot__antenna, .ob-robot__arms {
  transform-origin: center;
  animation: ob-robot-float 4s ease-in-out infinite;
}

/* line 1312, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot__head {
  animation-delay: -0.6s;
}

/* line 1313, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot__antenna {
  animation-delay: -0.2s;
}

/* line 1316, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot__eye {
  transform-origin: center;
  animation: ob-robot-blink 5s linear infinite;
}

/* line 1322, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot--wave .ob-robot__arm--right {
  transform-origin: 155px 130px;
  animation: ob-robot-wave 2s ease-in-out infinite;
}

/* line 1328, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot--wink .ob-robot__eye--left {
  animation: ob-robot-wink 3s ease-in-out infinite;
}

/* line 1333, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot--cheer .ob-robot__arm--right {
  transform-origin: 155px 130px;
  transform: rotate(-30deg);
  animation: ob-robot-cheer 2s ease-in-out infinite alternate;
}

/* line 1338, app/assets/stylesheets/components/_onboarding.scss */
.ob-robot--cheer .ob-robot__arm--left {
  transform-origin: 45px 145px;
  animation: ob-robot-cheer-left 2s ease-in-out infinite alternate;
}

@keyframes ob-robot-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes ob-robot-blink {
  0%, 92%, 100% {
    transform: scaleY(1);
  }
  95%, 97% {
    transform: scaleY(0.1);
  }
}

@keyframes ob-robot-wave {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(18deg);
  }
}

@keyframes ob-robot-wink {
  0%, 80%, 100% {
    transform: scaleY(1);
  }
  85%, 90% {
    transform: scaleY(0.05);
  }
}

@keyframes ob-robot-cheer {
  from {
    transform: rotate(-30deg);
  }
  to {
    transform: rotate(-50deg);
  }
}

@keyframes ob-robot-cheer-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-25deg);
  }
}

/* line 1376, app/assets/stylesheets/components/_onboarding.scss */
.ob-resume-banner {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: var(--ds-space-4);
  align-items: center;
  padding: var(--ds-space-4) var(--ds-space-5);
  margin-bottom: var(--ds-space-5);
  background: linear-gradient(120deg, var(--ds-color-primary-50), var(--ds-color-accent-50));
  border: 1px solid var(--ds-color-primary-100);
  border-radius: var(--ds-radius-lg);
}

/* line 1387, app/assets/stylesheets/components/_onboarding.scss */
.ob-resume-banner__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-500);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* line 1398, app/assets/stylesheets/components/_onboarding.scss */
.ob-resume-banner__title {
  margin: 0 0 var(--ds-space-1);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 1405, app/assets/stylesheets/components/_onboarding.scss */
.ob-resume-banner__subtitle {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
}

/* line 1412, app/assets/stylesheets/components/_onboarding.scss */
.ob-resume-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-5);
  border: none;
  background: var(--ds-color-primary-600);
  color: white;
  border-radius: var(--ds-radius-md);
  font-weight: var(--ds-font-weight-semibold);
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-size: var(--ds-font-size-sm);
}

/* line 1427, app/assets/stylesheets/components/_onboarding.scss */
.ob-resume-banner__cta:hover {
  background: var(--ds-color-primary-700);
  color: white;
}

@media (max-width: 720px) {
  /* line 1376, app/assets/stylesheets/components/_onboarding.scss */
  .ob-resume-banner {
    grid-template-columns: 56px 1fr;
  }
  /* line 1432, app/assets/stylesheets/components/_onboarding.scss */
  .ob-resume-banner .ob-resume-banner__cta {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

/* line 6, app/assets/stylesheets/components/_become_membre.scss */
.bm-no-scroll {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal {
  position: fixed;
  inset: 0;
  background: var(--ds-surface-overlay);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: var(--ds-z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
  opacity: 0;
  transition: opacity var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 21, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal--visible {
  opacity: 1;
}

/* line 23, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__dialog {
  background: var(--ds-color-neutral-0);
  border-radius: var(--ds-radius-2xl);
  box-shadow: var(--ds-shadow-2xl);
  max-width: 460px;
  width: 100%;
  padding: var(--ds-space-8) var(--ds-space-8) var(--ds-space-6);
  position: relative;
  transform: translateY(8px) scale(0.98);
  transition: transform var(--ds-duration-base) var(--ds-ease-out);
  text-align: center;
}

/* line 36, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal--visible .bm-modal__dialog {
  transform: translateY(0) scale(1);
}

/* line 40, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__close {
  position: absolute;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  width: 32px;
  height: 32px;
  border: none;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__close:hover {
  background: var(--ds-color-neutral-200);
}

/* line 57, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__media {
  margin-bottom: var(--ds-space-4);
  display: flex;
  justify-content: center;
}

/* line 63, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__icon {
  width: 64px;
  height: 64px;
  border-radius: var(--ds-radius-xl);
  background: linear-gradient(135deg, var(--ds-color-primary-500), var(--ds-color-primary-400));
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: var(--ds-shadow-md);
}

/* line 76, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
}

/* line 84, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__text {
  margin: 0 0 var(--ds-space-5);
  color: var(--ds-text-secondary);
  line-height: var(--ds-line-height-relaxed);
  font-size: var(--ds-font-size-md);
}

/* line 90, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__text strong {
  color: var(--ds-text-primary);
}

/* line 93, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  text-align: left;
  margin: 0;
}

/* line 101, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 108, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__input {
  width: 100%;
  padding: var(--ds-space-3) var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-lg);
  font-family: var(--ds-font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--ds-color-neutral-0);
  color: var(--ds-text-primary);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast);
}

/* line 122, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__input::-moz-placeholder {
  color: var(--ds-color-neutral-400);
  text-transform: none;
  letter-spacing: 0.02em;
  font-family: var(--ds-font-sans);
}
.bm-modal__input::placeholder {
  color: var(--ds-color-neutral-400);
  text-transform: none;
  letter-spacing: 0.02em;
  font-family: var(--ds-font-sans);
}

/* line 129, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 136, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__error {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-color-danger-100);
}

/* line 145, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__success {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: var(--ds-space-3);
  align-items: flex-start;
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-700);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-color-success-100);
  text-align: left;
  font-size: var(--ds-font-size-sm);
}

/* line 158, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__success i {
  font-size: 22px;
  color: var(--ds-color-success-600);
}

/* line 159, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__success strong {
  display: block;
  color: var(--ds-color-neutral-900);
  margin-bottom: 2px;
}

/* line 160, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__success span {
  line-height: var(--ds-line-height-snug);
}

/* line 163, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__actions {
  display: flex;
  gap: var(--ds-space-2);
  justify-content: flex-end;
  margin-top: var(--ds-space-2);
}

/* line 169, app/assets/stylesheets/components/_become_membre.scss */
.bm-modal__actions .ob-btn {
  min-width: 140px;
}

/* line 6, app/assets/stylesheets/components/_platform_tour.scss */
.pt-no-scroll {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/components/_platform_tour.scss */
.pt-root {
  position: relative;
}

/* line 12, app/assets/stylesheets/components/_platform_tour.scss */
.pt-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: var(--ds-z-modal);
}

/* line 19, app/assets/stylesheets/components/_platform_tour.scss */
.pt-spotlight {
  position: fixed;
  display: none;
  border-radius: var(--ds-radius-lg);
  box-shadow: 0 0 0 9999px rgba(15, 23, 42, 0.72);
  pointer-events: none;
  transition: top var(--ds-duration-base) var(--ds-ease-emphasized), left var(--ds-duration-base) var(--ds-ease-emphasized), width var(--ds-duration-base) var(--ds-ease-emphasized), height var(--ds-duration-base) var(--ds-ease-emphasized);
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
  animation: pt-spotlight-pulse 2.4s ease-in-out infinite;
}

@keyframes pt-spotlight-pulse {
  0%, 100% {
    outline-color: rgba(255, 255, 255, 0.55);
  }
  50% {
    outline-color: rgba(165, 180, 252, 0.85);
  }
}

/* line 44, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover {
  position: fixed;
  z-index: calc(var(--ds-z-modal) + 5);
  width: min(360px, calc(100vw - 32px));
  background: var(--ds-color-neutral-0);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-2xl);
  padding: var(--ds-space-5);
  opacity: 0;
  transform: scale(0.96) translateY(4px);
  transition: opacity var(--ds-duration-base) var(--ds-ease-out), transform var(--ds-duration-base) var(--ds-ease-out);
}

/* line 59, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover--visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* line 64, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__head {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin-bottom: var(--ds-space-3);
}

/* line 71, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__icon {
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  background: linear-gradient(135deg, var(--ds-color-primary-500), var(--ds-color-primary-400));
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

/* line 83, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__icon i {
  color: white;
}

/* line 86, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__counter {
  margin-left: auto;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 94, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__close {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: var(--ds-space-1) var(--ds-space-2);
  border-radius: var(--ds-radius-sm);
  transition: background var(--ds-duration-fast), color var(--ds-duration-fast);
}

/* line 103, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__close:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 109, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
  line-height: var(--ds-line-height-tight);
}

/* line 118, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__body {
  margin: 0 0 var(--ds-space-4);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-relaxed);
}

/* line 125, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 132, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  pointer-events: none;
}

/* line 138, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover__arrow::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--ds-color-neutral-0);
  transform: rotate(45deg);
  box-shadow: -1px -1px 2px rgba(15, 23, 42, 0.04);
}

/* line 152, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover[data-popper-placement^="top"] .pt-popover__arrow {
  bottom: -6px;
}

/* line 155, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover[data-popper-placement^="bottom"] .pt-popover__arrow {
  top: -6px;
}

/* line 158, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover[data-popper-placement^="left"] .pt-popover__arrow {
  right: -6px;
}

/* line 161, app/assets/stylesheets/components/_platform_tour.scss */
.pt-popover[data-popper-placement^="right"] .pt-popover__arrow {
  left: -6px;
}

/* line 167, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-4);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast), transform var(--ds-duration-fast), box-shadow var(--ds-duration-fast);
}

/* line 185, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 186, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 190, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 195, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn--primary {
  background: linear-gradient(180deg, var(--ds-color-primary-500), var(--ds-color-primary-600));
  color: white;
  box-shadow: var(--ds-shadow-sm);
}

/* line 200, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn--primary:hover:not(:disabled) {
  box-shadow: var(--ds-shadow-md), 0 0 0 4px rgba(79, 70, 229, 0.18);
}

/* line 203, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn--ghost {
  background: transparent;
  color: var(--ds-text-secondary);
  border-color: var(--ds-border-default);
}

/* line 208, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn--ghost:hover:not(:disabled) {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 214, app/assets/stylesheets/components/_platform_tour.scss */
.pt-btn--lg {
  padding: var(--ds-space-3) var(--ds-space-6);
  font-size: var(--ds-font-size-md);
  border-radius: var(--ds-radius-lg);
}

/* line 223, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal {
  position: fixed;
  inset: 0;
  background: var(--ds-surface-overlay);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: calc(var(--ds-z-modal) + 10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ds-space-4);
  opacity: 0;
  transition: opacity var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 236, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal--visible {
  opacity: 1;
}

/* line 238, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__dialog {
  background: var(--ds-color-neutral-0);
  border-radius: var(--ds-radius-2xl);
  box-shadow: var(--ds-shadow-2xl);
  max-width: 480px;
  width: 100%;
  padding: var(--ds-space-8) var(--ds-space-8) var(--ds-space-6);
  position: relative;
  transform: translateY(8px) scale(0.98);
  transition: transform var(--ds-duration-base) var(--ds-ease-out);
  text-align: center;
}

/* line 251, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal--visible .pt-modal__dialog {
  transform: translateY(0) scale(1);
}

/* line 253, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__close {
  position: absolute;
  top: var(--ds-space-3);
  right: var(--ds-space-3);
  width: 32px;
  height: 32px;
  border: none;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 267, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__close:hover {
  background: var(--ds-color-neutral-200);
}

/* line 270, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__media {
  margin-bottom: var(--ds-space-4);
  display: flex;
  justify-content: center;
}

/* line 276, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__title {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
}

/* line 284, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__text {
  margin: 0 0 var(--ds-space-6);
  color: var(--ds-text-secondary);
  line-height: var(--ds-line-height-relaxed);
  font-size: var(--ds-font-size-md);
}

/* line 291, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__actions {
  display: flex;
  justify-content: center;
  gap: var(--ds-space-3);
  flex-wrap: wrap;
}

/* line 297, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__actions--single {
  justify-content: center;
}

/* line 299, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__actions .pt-btn {
  min-width: 140px;
}

/* line 302, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__hint {
  margin: var(--ds-space-5) 0 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 307, app/assets/stylesheets/components/_platform_tour.scss */
.pt-modal__hint i {
  color: var(--ds-color-primary-500);
  margin-right: var(--ds-space-1);
}

/* line 9, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--ds-space-4);
  margin-top: var(--ds-space-4);
}

/* line 15, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* line 18, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-color-neutral-0);
  transition: box-shadow var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 28, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card:hover {
  box-shadow: var(--ds-shadow-sm);
}

/* line 30, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card--system {
  background: linear-gradient(160deg, var(--ds-color-primary-50), var(--ds-color-neutral-0));
  border-color: var(--ds-color-primary-200);
}

/* line 35, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card--archived {
  opacity: 0.7;
  background: var(--ds-color-neutral-50);
}

/* line 40, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__head {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
}

/* line 42, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__title {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 49, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  align-self: flex-start;
  padding: 2px var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 60, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__badge--official {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 66, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__desc {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
  flex: 1;
}

/* line 74, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__stats {
  display: flex;
  gap: var(--ds-space-4);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 80, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__stats i {
  color: var(--ds-color-primary-500);
  margin-right: var(--ds-space-1);
}

/* line 83, app/assets/stylesheets/components/_audit_builder.scss */
.aud-tpl-card__actions {
  display: flex;
  gap: var(--ds-space-2);
  flex-wrap: wrap;
}

/* line 95, app/assets/stylesheets/components/_audit_builder.scss */
.audb-body-shell {
  margin: 0;
  font-family: var(--ds-font-sans);
  color: var(--ds-text-primary);
  background: var(--ds-color-neutral-50);
}

/* line 102, app/assets/stylesheets/components/_audit_builder.scss */
.audb-page {
  background: var(--ds-color-neutral-50);
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 110, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header {
  background: var(--ds-color-neutral-0);
  border-bottom: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-4) var(--ds-space-8);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--ds-space-4);
  align-items: center;
  flex-shrink: 0;
  z-index: 2;
}

/* line 121, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__crumbs {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
  grid-column: 1 / -1;
}

/* line 130, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__crumb-link {
  color: var(--ds-text-secondary);
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__crumb-link:hover {
  color: var(--ds-color-primary-600);
}

/* line 136, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__title-row {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 142, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__title {
  margin: 0;
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 150, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__title-input {
  border: none;
  background: transparent;
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
  color: var(--ds-text-primary);
  padding: 4px 8px;
  margin-left: -8px;
  border-radius: var(--ds-radius-sm);
  transition: background var(--ds-duration-fast);
}

/* line 162, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__title-input:hover {
  background: var(--ds-color-neutral-100);
}

/* line 163, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__title-input:focus {
  outline: none;
  background: var(--ds-color-primary-50);
}

/* line 169, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__desc, .audb-header__desc-input {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
}

/* line 176, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__desc-input {
  border: 1px solid transparent;
  background: transparent;
  padding: 4px 8px;
  margin-left: -8px;
  width: 100%;
  resize: vertical;
  border-radius: var(--ds-radius-sm);
  font-family: inherit;
}

/* line 186, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__desc-input:hover {
  background: var(--ds-color-neutral-100);
}

/* line 187, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__desc-input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  background: var(--ds-color-neutral-0);
}

/* line 194, app/assets/stylesheets/components/_audit_builder.scss */
.audb-header__actions {
  display: flex;
  gap: var(--ds-space-2);
}

/* line 200, app/assets/stylesheets/components/_audit_builder.scss */
.audb-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  padding: 2px var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  letter-spacing: var(--ds-letter-spacing-wide);
  align-self: flex-start;
}

/* line 211, app/assets/stylesheets/components/_audit_builder.scss */
.audb-badge--official {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 217, app/assets/stylesheets/components/_audit_builder.scss */
.audb-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

@media (max-width: 900px) {
  /* line 217, app/assets/stylesheets/components/_audit_builder.scss */
  .audb-body {
    grid-template-columns: 1fr;
  }
}

/* line 232, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc {
  background: var(--ds-color-neutral-0);
  border-right: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  overflow-y: auto;
  height: 100%;
  min-height: 0;
}

/* line 243, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 245, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__scope {
  margin: 0;
  font-size: var(--ds-font-size-xs);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-bold);
}

/* line 253, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__scope i {
  margin-right: var(--ds-space-1);
  color: var(--ds-color-primary-500);
}

/* line 256, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 265, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__item {
  border-radius: var(--ds-radius-sm);
}

/* line 268, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__item--active {
  background: var(--ds-color-primary-50);
}

/* line 271, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__link {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
}

/* line 287, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__link:hover {
  background: var(--ds-color-neutral-100);
}

/* line 290, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__count {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  background: var(--ds-color-neutral-100);
  padding: 1px 8px;
  border-radius: var(--ds-radius-pill);
  min-width: 24px;
  text-align: center;
}

/* line 307, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__add {
  border: 1px dashed var(--ds-border-default);
  background: transparent;
  color: var(--ds-color-primary-600);
  padding: var(--ds-space-2);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  font-size: var(--ds-font-size-xs);
  font-family: inherit;
  transition: background var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 318, app/assets/stylesheets/components/_audit_builder.scss */
.audb-toc__add:hover {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-300);
}

/* line 327, app/assets/stylesheets/components/_audit_builder.scss */
.audb-content {
  padding: var(--ds-space-6) var(--ds-space-8);
  overflow-y: auto;
  height: 100%;
  min-height: 0;
}

/* line 335, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section-wrapper[hidden] {
  display: none;
}

/* line 337, app/assets/stylesheets/components/_audit_builder.scss */
.audb-empty {
  text-align: center;
  padding: var(--ds-space-16) var(--ds-space-8);
  color: var(--ds-text-muted);
}

/* line 342, app/assets/stylesheets/components/_audit_builder.scss */
.audb-empty i {
  font-size: 48px;
  color: var(--ds-color-neutral-300);
  margin-bottom: var(--ds-space-3);
}

/* line 343, app/assets/stylesheets/components/_audit_builder.scss */
.audb-empty h2, .audb-empty .h2 {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  margin: 0 0 var(--ds-space-2);
}

/* line 346, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-5);
  margin-bottom: var(--ds-space-5);
}

/* line 353, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--ds-space-3);
  margin-bottom: var(--ds-space-4);
}

/* line 361, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__title-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 368, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__scope-pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  padding: 2px var(--ds-space-2);
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 383, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__title-input, .audb-section__title {
  border: none;
  background: transparent;
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  padding: 4px 8px;
  margin-left: -8px;
  border-radius: var(--ds-radius-sm);
}

/* line 393, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__title-input:hover, .audb-section__title:hover {
  background: var(--ds-color-neutral-100);
}

/* line 394, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__title-input:focus, .audb-section__title:focus {
  outline: none;
  background: var(--ds-color-primary-50);
}

/* line 400, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__desc-input, .audb-section__desc {
  border: none;
  background: transparent;
  font-family: inherit;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  padding: 4px 8px;
  margin-left: -8px;
  width: 100%;
  resize: vertical;
  border-radius: var(--ds-radius-sm);
}

/* line 412, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__desc-input:hover, .audb-section__desc:hover {
  background: var(--ds-color-neutral-100);
}

/* line 413, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__desc-input:focus, .audb-section__desc:focus {
  outline: none;
  background: var(--ds-color-primary-50);
}

/* line 419, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__delete {
  color: var(--ds-color-danger-600);
  border-color: var(--ds-color-danger-100);
}

/* line 423, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__delete:hover {
  background: var(--ds-color-danger-50);
  border-color: var(--ds-color-danger-200);
}

/* line 429, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__questions {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 435, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__add-question {
  margin-top: var(--ds-space-3);
  width: 100%;
  border: 1px dashed var(--ds-border-default);
  background: transparent;
  padding: var(--ds-space-3);
  border-radius: var(--ds-radius-md);
  cursor: pointer;
  color: var(--ds-color-primary-600);
  font-family: inherit;
  transition: background var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 447, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__add-question:hover {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-300);
}

/* line 452, app/assets/stylesheets/components/_audit_builder.scss */
.audb-section__add-question i {
  margin-right: var(--ds-space-1);
}

/* line 456, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question {
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-4);
}

/* line 462, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__head {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin-bottom: var(--ds-space-3);
}

/* line 469, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__type-badge {
  padding: 2px var(--ds-space-2);
  background: var(--ds-color-neutral-200);
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-sm);
  font-size: 11px;
  font-weight: var(--ds-font-weight-medium);
}

/* line 478, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__required-pill, .audb-question__optional-pill {
  padding: 2px var(--ds-space-2);
  border-radius: var(--ds-radius-pill);
  font-size: 10px;
  font-weight: var(--ds-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 487, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__required-pill {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
}

/* line 492, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__optional-pill {
  background: var(--ds-color-neutral-200);
  color: var(--ds-text-muted);
}

/* line 497, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__delete {
  margin-left: auto;
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: var(--ds-space-1) var(--ds-space-2);
  border-radius: var(--ds-radius-sm);
}

/* line 506, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__delete:hover {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-600);
}

/* line 509, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__body {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 511, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__label-input, .audb-question__label {
  border: 1px solid transparent;
  background: var(--ds-color-neutral-0);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
  width: 100%;
}

/* line 521, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__label-input:hover, .audb-question__label:hover {
  border-color: var(--ds-border-default);
}

/* line 522, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__label-input:focus, .audb-question__label:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 529, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__desc-input, .audb-question__desc {
  border: 1px solid transparent;
  background: var(--ds-color-neutral-0);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  font-family: inherit;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  width: 100%;
  resize: vertical;
}

/* line 540, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__desc-input:hover, .audb-question__desc:hover {
  border-color: var(--ds-border-default);
}

/* line 541, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__desc-input:focus, .audb-question__desc:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 548, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--ds-space-3);
  align-items: center;
}

/* line 555, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 560, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__field span {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 567, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__field select {
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-neutral-0);
  font-family: inherit;
}

/* line 575, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__field--toggle {
  flex-direction: row;
  align-items: center;
  gap: var(--ds-space-2);
  cursor: pointer;
}

/* line 584, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__field--toggle input[type="checkbox"] {
  display: inline-block;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0;
  flex: none;
  accent-color: var(--ds-color-primary-600);
  cursor: pointer;
}

/* line 596, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__field--toggle span {
  text-transform: none;
  letter-spacing: 0;
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
}

/* line 605, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__options-edit, .audb-question__neg-action {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  padding: var(--ds-space-3);
}

/* line 611, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__options-edit h5, .audb-question__options-edit .h5, .audb-question__neg-action h5, .audb-question__neg-action .h5 {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 620, app/assets/stylesheets/components/_audit_builder.scss */
.audb-question__options-edit textarea, .audb-question__options-edit select, .audb-question__neg-action textarea, .audb-question__neg-action select {
  width: 100%;
  padding: var(--ds-space-2);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  font-family: inherit;
  font-size: var(--ds-font-size-sm);
}

/* line 633, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new {
  max-width: 560px;
  margin: var(--ds-space-12) auto;
  padding: var(--ds-space-6);
}

/* line 638, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__back {
  color: var(--ds-text-muted);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin-bottom: var(--ds-space-4);
}

/* line 647, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__back:hover {
  color: var(--ds-color-primary-600);
}

/* line 650, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 657, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__sub {
  margin: 0 0 var(--ds-space-6);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
}

/* line 663, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 665, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 670, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__field label {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
}

/* line 676, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__field input, .audb-new__field textarea {
  padding: var(--ds-space-3);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-family: inherit;
  font-size: var(--ds-font-size-md);
}

/* line 683, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__field input:focus, .audb-new__field textarea:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 691, app/assets/stylesheets/components/_audit_builder.scss */
.audb-new__actions {
  display: flex;
  justify-content: flex-end;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-4);
}

/* line 6, app/assets/stylesheets/components/_audit_runner.scss */
.aur-body {
  background: var(--ds-color-neutral-50);
  min-height: 100vh;
  margin: 0;
  font-family: var(--ds-font-sans);
  color: var(--ds-text-primary);
}

/* line 14, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header {
  background: var(--ds-color-neutral-0);
  border-bottom: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-3) var(--ds-space-6);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--ds-space-4);
  align-items: center;
  position: sticky;
  top: 0;
  z-index: var(--ds-z-sticky);
}

/* line 26, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__back {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-secondary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
}

/* line 36, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__back:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 42, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__title {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: center;
}

/* line 49, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__overline {
  color: var(--ds-color-primary-600);
  font-size: 11px;
  font-weight: var(--ds-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 57, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__ref {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
}

/* line 63, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__name {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
}

/* line 68, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__quit {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-muted);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
}

/* line 78, app/assets/stylesheets/components/_audit_runner.scss */
.aur-shell-header__quit:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 82, app/assets/stylesheets/components/_audit_runner.scss */
.aur-main {
  min-height: calc(100vh - 56px);
}

/* line 88, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick {
  max-width: 880px;
  margin: 0 auto;
  padding: var(--ds-space-12) var(--ds-space-6);
}

/* line 93, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__hero {
  text-align: center;
  margin-bottom: var(--ds-space-10);
}

/* line 95, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: var(--ds-radius-2xl);
  background: linear-gradient(135deg, var(--ds-color-primary-500), var(--ds-color-primary-400));
  color: white;
  font-size: 32px;
  box-shadow: var(--ds-shadow-md);
  margin-bottom: var(--ds-space-4);
}

/* line 109, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 116, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__sub {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-lg);
  line-height: var(--ds-line-height-relaxed);
}

/* line 123, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--ds-space-4);
}

/* line 129, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__card {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  transition: box-shadow var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 139, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__card:hover {
  box-shadow: var(--ds-shadow-md);
  border-color: var(--ds-color-primary-200);
}

/* line 142, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__card-head {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 144, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
  padding: 2px var(--ds-space-2);
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 157, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__card h2, .aur-pick__card .h2 {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 159, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__card-desc {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  flex: 1;
}

/* line 161, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__card-stats {
  display: flex;
  gap: var(--ds-space-4);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 168, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__cta {
  width: 100%;
}

/* line 170, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__empty {
  text-align: center;
  padding: var(--ds-space-12);
  background: var(--ds-color-warning-100);
  border: 1px solid var(--ds-color-warning-500);
  border-radius: var(--ds-radius-lg);
  color: var(--ds-color-warning-700);
}

/* line 178, app/assets/stylesheets/components/_audit_runner.scss */
.aur-pick__empty i {
  font-size: 28px;
  margin-bottom: var(--ds-space-2);
}

/* line 184, app/assets/stylesheets/components/_audit_runner.scss */
.aur-runner {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: calc(100vh - 56px);
}

@media (max-width: 900px) {
  /* line 184, app/assets/stylesheets/components/_audit_runner.scss */
  .aur-runner {
    grid-template-columns: 1fr;
  }
}

/* line 196, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc {
  background: var(--ds-color-neutral-0);
  border-right: 1px solid var(--ds-border-subtle);
  padding: var(--ds-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  overflow-y: auto;
  position: sticky;
  top: 56px;
  align-self: start;
  max-height: calc(100vh - 56px);
}

/* line 209, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__head h2, .aur-toc__head .h2 {
  margin: 0 0 var(--ds-space-1);
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 215, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__sub {
  margin: 0;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 221, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 223, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__scope {
  margin: 0;
  font-size: var(--ds-font-size-xs);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-bold);
}

/* line 231, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__scope i {
  margin-right: var(--ds-space-1);
  color: var(--ds-color-primary-500);
}

/* line 234, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 236, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__item {
  border-radius: var(--ds-radius-sm);
}

/* line 239, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__item--active {
  background: var(--ds-color-primary-50);
}

/* line 240, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__item--ok .aur-toc__state-icon {
  color: var(--ds-color-success-600);
}

/* line 241, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__item--partial .aur-toc__state-icon {
  color: var(--ds-color-warning-500);
}

/* line 242, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__item--todo .aur-toc__state-icon {
  color: var(--ds-color-neutral-400);
}

/* line 245, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__link {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: var(--ds-space-2);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
}

/* line 261, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__link:hover {
  background: var(--ds-color-neutral-100);
}

/* line 264, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__state-icon {
  font-size: 14px;
}

/* line 266, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 272, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__progress {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  background: var(--ds-color-neutral-100);
  padding: 1px 8px;
  border-radius: var(--ds-radius-pill);
  min-width: 36px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* line 283, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__footer {
  margin-top: auto;
  padding-top: var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 292, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__missing {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3);
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-xs);
  line-height: var(--ds-line-height-snug);
}

/* line 303, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__missing i {
  margin-top: 2px;
}

/* line 304, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__missing strong {
  font-size: var(--ds-font-size-sm);
}

/* line 307, app/assets/stylesheets/components/_audit_runner.scss */
.aur-toc__validate, .aur-toc__reserves {
  width: 100%;
  justify-content: center;
}

/* line 315, app/assets/stylesheets/components/_audit_runner.scss */
.aur-content {
  padding: var(--ds-space-6) var(--ds-space-8);
  overflow-y: auto;
  max-width: 880px;
  width: 100%;
}

/* line 322, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-6);
}

/* line 328, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group__head {
  margin-bottom: var(--ds-space-5);
}

/* line 330, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group__overline {
  color: var(--ds-color-primary-600);
  font-size: 11px;
  font-weight: var(--ds-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
  margin: 0 0 var(--ds-space-1);
}

/* line 338, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group__overline i {
  margin-right: var(--ds-space-1);
}

/* line 341, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group__title {
  margin: 0 0 var(--ds-space-1);
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 348, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group__desc {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  line-height: var(--ds-line-height-relaxed);
}

/* line 355, app/assets/stylesheets/components/_audit_runner.scss */
.aur-group__questions {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 364, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-4);
}

/* line 369, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__head {
  margin-bottom: var(--ds-space-3);
}

/* line 371, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__label {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 378, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__required {
  color: var(--ds-color-danger-500);
  font-weight: var(--ds-font-weight-bold);
  margin-left: 2px;
}

/* line 384, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__desc {
  margin: 4px 0 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
}

/* line 390, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__body {
  margin-bottom: var(--ds-space-3);
}

/* line 392, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__input, .aur-q__select, .aur-q__textarea {
  width: 100%;
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  font-family: inherit;
  font-size: var(--ds-font-size-sm);
  background: var(--ds-color-neutral-0);
}

/* line 401, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__input:focus, .aur-q__select:focus, .aur-q__textarea:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 408, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__input--narrow {
  max-width: 240px;
}

/* line 409, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__textarea {
  resize: vertical;
  min-height: 80px;
}

/* line 411, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__choices {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 412, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__choice {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  transition: background var(--ds-duration-fast);
}

/* line 422, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__choice:hover {
  background: var(--ds-color-neutral-50);
}

/* line 425, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note-wrapper {
  border-top: 1px dashed var(--ds-border-subtle);
  padding-top: var(--ds-space-3);
}

/* line 429, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note-wrapper summary {
  cursor: pointer;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  list-style: none;
}

/* line 434, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note-wrapper summary::marker {
  display: none;
}

/* line 436, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note-wrapper summary:hover {
  color: var(--ds-color-primary-600);
}

/* line 440, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note-pill {
  margin-left: var(--ds-space-2);
  padding: 1px 8px;
  background: var(--ds-color-info-50);
  color: var(--ds-color-info-600);
  border-radius: var(--ds-radius-pill);
  font-size: 10px;
}

/* line 449, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note {
  width: 100%;
  margin-top: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  font-family: inherit;
  font-size: var(--ds-font-size-sm);
  resize: vertical;
}

/* line 459, app/assets/stylesheets/components/_audit_runner.scss */
.aur-q__note:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 469, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 474, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-2);
}

/* line 480, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3);
  border: 1.5px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  cursor: pointer;
  transition: background var(--ds-duration-fast), border-color var(--ds-duration-fast);
}

/* line 491, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__choice input {
  display: none;
}

/* line 493, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__choice span {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-weight: var(--ds-font-weight-medium);
}

/* line 500, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__choice:hover {
  background: var(--ds-color-neutral-50);
}

/* line 502, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__choice:has(input:checked) {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-500);
  color: var(--ds-color-primary-700);
}

/* line 509, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__followup {
  background: var(--ds-color-warning-100);
  border: 1px solid var(--ds-color-warning-500);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3);
  color: var(--ds-color-warning-700);
  font-size: var(--ds-font-size-sm);
  line-height: var(--ds-line-height-snug);
}

/* line 519, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__upload, .aur-yn__explain {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
}

/* line 524, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__upload i, .aur-yn__explain i {
  font-size: 20px;
  margin-top: 2px;
}

/* line 526, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__upload strong, .aur-yn__explain strong {
  display: block;
  color: var(--ds-color-neutral-900);
}

/* line 527, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__upload p, .aur-yn__explain p {
  margin: 4px 0 0;
}

/* line 528, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__upload a, .aur-yn__explain a {
  color: var(--ds-color-primary-700);
  font-weight: var(--ds-font-weight-semibold);
  margin: 0 4px;
}

/* line 531, app/assets/stylesheets/components/_audit_runner.scss */
.aur-yn__warn {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 541, app/assets/stylesheets/components/_audit_runner.scss */
.aur-file__current {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  background: var(--ds-color-success-50);
  border: 1px solid var(--ds-color-success-500);
  border-radius: var(--ds-radius-sm);
  color: var(--ds-color-success-700);
  margin-bottom: var(--ds-space-2);
  font-size: var(--ds-font-size-sm);
}

/* line 554, app/assets/stylesheets/components/_audit_runner.scss */
.aur-file__view {
  margin-left: auto;
  color: var(--ds-color-primary-700);
}

/* line 556, app/assets/stylesheets/components/_audit_runner.scss */
.aur-file__hint {
  margin: 0 0 var(--ds-space-2);
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
}

/* line 562, app/assets/stylesheets/components/_audit_runner.scss */
.aur-file__input {
  display: block;
  width: 100%;
  padding: var(--ds-space-2);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-neutral-50);
  cursor: pointer;
  font-size: var(--ds-font-size-sm);
}

/* line 572, app/assets/stylesheets/components/_audit_runner.scss */
.aur-file__input:hover {
  border-color: var(--ds-color-primary-400);
}

/* line 578, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
}

/* line 583, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 590, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head i {
  font-size: 22px;
  margin-top: 2px;
}

/* line 592, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head strong {
  display: block;
  font-size: var(--ds-font-size-md);
}

/* line 593, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head p {
  margin: 4px 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 595, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head--ok {
  background: var(--ds-color-success-50);
}

/* line 597, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head--ok i {
  color: var(--ds-color-success-600);
}

/* line 598, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head--ok strong {
  color: var(--ds-color-success-700);
}

/* line 601, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head--warn {
  background: var(--ds-color-warning-100);
}

/* line 603, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head--warn i {
  color: var(--ds-color-warning-600);
}

/* line 604, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__head--warn strong {
  color: var(--ds-color-warning-700);
}

/* line 608, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__body {
  padding: var(--ds-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 611, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__group h5, .aur-ic__group .h5 {
  margin: 0 0 var(--ds-space-2);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 617, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__group h5 i, .aur-ic__group .h5 i {
  color: var(--ds-color-primary-500);
  margin-right: var(--ds-space-1);
}

/* line 620, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__group ul {
  margin: 0;
  padding-left: var(--ds-space-5);
  list-style: none;
}

/* line 622, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__group li {
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  padding: 2px 0;
}

/* line 627, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__group li i {
  color: var(--ds-color-danger-500);
  margin-right: var(--ds-space-2);
}

/* line 628, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__group li em {
  color: var(--ds-text-muted);
}

/* line 632, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__ok {
  color: var(--ds-color-success-700);
  font-size: var(--ds-font-size-sm);
}

/* line 636, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__ok i {
  margin-right: var(--ds-space-2);
}

/* line 639, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-2);
  padding: var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-0);
}

/* line 648, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border: 1.5px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
}

/* line 658, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__choice input {
  display: none;
}

/* line 660, app/assets/stylesheets/components/_audit_runner.scss */
.aur-ic__choice:has(input:checked) {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-500);
  color: var(--ds-color-primary-700);
}

/* line 670, app/assets/stylesheets/components/_audit_runner.scss */
.audi-page {
  padding: var(--ds-space-6);
  max-width: 1100px;
  margin: 0 auto;
}

/* line 672, app/assets/stylesheets/components/_audit_runner.scss */
.audi-header {
  margin-bottom: var(--ds-space-6);
}

/* line 675, app/assets/stylesheets/components/_audit_runner.scss */
.audi-header__overline {
  margin: 0 0 var(--ds-space-1);
  color: var(--ds-color-primary-600);
  font-size: 11px;
  font-weight: var(--ds-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 684, app/assets/stylesheets/components/_audit_runner.scss */
.audi-header__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 691, app/assets/stylesheets/components/_audit_runner.scss */
.audi-header__sub {
  margin: 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  max-width: 60ch;
  line-height: var(--ds-line-height-relaxed);
}

/* line 700, app/assets/stylesheets/components/_audit_runner.scss */
.audi-tabs {
  display: flex;
  gap: var(--ds-space-2);
  margin-bottom: var(--ds-space-5);
  border-bottom: 1px solid var(--ds-border-subtle);
  flex-wrap: wrap;
}

/* line 708, app/assets/stylesheets/components/_audit_runner.scss */
.audi-tab {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-4);
  text-decoration: none;
  color: var(--ds-text-secondary);
  border-bottom: 2px solid transparent;
  font-weight: var(--ds-font-weight-medium);
  font-size: var(--ds-font-size-sm);
}

/* line 719, app/assets/stylesheets/components/_audit_runner.scss */
.audi-tab--active {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-500);
}

/* line 724, app/assets/stylesheets/components/_audit_runner.scss */
.audi-tab:hover {
  color: var(--ds-text-primary);
}

/* line 726, app/assets/stylesheets/components/_audit_runner.scss */
.audi-tab__count {
  padding: 1px 8px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-muted);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
}

/* line 734, app/assets/stylesheets/components/_audit_runner.scss */
.audi-tab--active .audi-tab__count {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 740, app/assets/stylesheets/components/_audit_runner.scss */
.audi-list {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 742, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4);
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  transition: box-shadow var(--ds-duration-fast);
}

/* line 753, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row:hover {
  box-shadow: var(--ds-shadow-sm);
}

/* line 755, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__main {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  flex-wrap: wrap;
  flex: 1;
}

/* line 757, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__ref {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  font-family: var(--ds-font-mono);
}

/* line 763, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__name {
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-md);
}

/* line 765, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__meta {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-xs);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 773, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__pill {
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 781, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__pill--neutral {
  background: var(--ds-color-neutral-200);
  color: var(--ds-text-secondary);
}

/* line 782, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__pill--success {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-700);
}

/* line 783, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__pill--warn {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
}

/* line 784, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__pill--info {
  background: var(--ds-color-info-50);
  color: var(--ds-color-info-600);
}

/* line 787, app/assets/stylesheets/components/_audit_runner.scss */
.audi-row__actions {
  display: flex;
  gap: var(--ds-space-2);
}

/* line 790, app/assets/stylesheets/components/_audit_runner.scss */
.audi-empty {
  text-align: center;
  padding: var(--ds-space-16) var(--ds-space-8);
  color: var(--ds-text-muted);
}

/* line 795, app/assets/stylesheets/components/_audit_runner.scss */
.audi-empty i {
  font-size: 48px;
  color: var(--ds-color-neutral-300);
  margin-bottom: var(--ds-space-3);
}

/* line 796, app/assets/stylesheets/components/_audit_runner.scss */
.audi-empty h2, .audi-empty .h2 {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  margin: 0 0 var(--ds-space-2);
}

/* line 797, app/assets/stylesheets/components/_audit_runner.scss */
.audi-empty p {
  margin: 0;
}

/* line 802, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge {
  position: relative;
  margin-left: var(--ds-space-2);
}

/* line 806, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__trigger {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  border: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  font-family: inherit;
  transition: background var(--ds-duration-fast);
}

/* line 821, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--success {
  color: var(--ds-color-success-600);
}

/* line 821, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--success:hover .esm-audit-badge__trigger {
  background: var(--ds-color-success-50);
}

/* line 822, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--warn {
  color: var(--ds-color-warning-600);
}

/* line 822, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--warn:hover .esm-audit-badge__trigger {
  background: var(--ds-color-warning-100);
}

/* line 823, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--info {
  color: var(--ds-color-info-600);
}

/* line 823, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--info:hover .esm-audit-badge__trigger {
  background: var(--ds-color-info-50);
}

/* line 824, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--muted {
  color: var(--ds-text-muted);
}

/* line 824, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge--muted:hover .esm-audit-badge__trigger {
  background: var(--ds-color-neutral-100);
}

/* line 826, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 240px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-lg);
  z-index: var(--ds-z-popover);
  padding: var(--ds-space-1);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 848, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge.is-open .esm-audit-badge__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 855, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__item {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  text-decoration: none;
  color: var(--ds-text-primary);
  border-radius: var(--ds-radius-sm);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  width: 100%;
  text-align: left;
}

/* line 871, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__item:hover {
  background: var(--ds-color-neutral-100);
}

/* line 873, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__item--primary {
  color: var(--ds-color-primary-700);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 876, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__item--primary:hover {
  background: var(--ds-color-primary-50);
}

/* line 879, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__item--muted {
  color: var(--ds-text-muted);
}

/* line 882, app/assets/stylesheets/components/_audit_runner.scss */
.esm-audit-badge__sep {
  margin: var(--ds-space-1) 0;
  border: none;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 5, app/assets/stylesheets/components/_taches.scss */
.taches-page {
  padding: var(--ds-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  min-height: calc(100vh - 60px);
}

/* line 12, app/assets/stylesheets/components/_taches.scss */
.taches-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  flex-wrap: wrap;
}

/* line 20, app/assets/stylesheets/components/_taches.scss */
.taches-page__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: var(--ds-text-strong);
}

/* line 27, app/assets/stylesheets/components/_taches.scss */
.taches-page__title-count {
  font-weight: 500;
  color: var(--ds-text-muted);
  margin-left: 8px;
  font-size: 16px;
}

/* line 35, app/assets/stylesheets/components/_taches.scss */
.taches-page__subtitle {
  color: var(--ds-text-muted);
  font-size: 13px;
  margin: 4px 0 0;
}

/* line 42, app/assets/stylesheets/components/_taches.scss */
.taches-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow-x: auto;
}

/* line 53, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--ds-radius-md);
  font-size: 13px;
  font-weight: 500;
  color: var(--ds-text-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, color .15s;
}

/* line 66, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item:hover {
  background: var(--ds-surface-muted);
  color: var(--ds-text-strong);
}

/* line 71, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item--active {
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
}

/* line 76, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item .badge {
  background: var(--ds-surface-muted);
  color: var(--ds-text-muted);
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 9999px;
  font-weight: 600;
}

/* line 84, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item .badge.badge--alert {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

/* line 85, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item .badge.badge--warn {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

/* line 88, app/assets/stylesheets/components/_taches.scss */
.taches-tabs__item--active .badge {
  background: rgba(79, 70, 229, 0.16);
  color: #4f46e5;
}

/* line 92, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  flex-wrap: wrap;
}

/* line 98, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__search {
  flex: 1 1 320px;
  min-width: 240px;
  position: relative;
}

/* line 103, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__search input {
  width: 100%;
  padding: 9px 12px 9px 36px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
}

/* line 112, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__search input:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

/* line 119, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__search i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 13px;
}

/* line 129, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar select, .taches-toolbar .taches-toolbar__filter {
  padding: 9px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  font-size: 13px;
  color: var(--ds-text-strong);
  min-width: 140px;
}

/* line 139, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  background: #4f46e5;
  color: white;
  border: none;
  border-radius: var(--ds-radius-md);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, transform .05s;
}

/* line 153, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__cta:hover {
  background: #352be1;
  color: white;
}

/* line 154, app/assets/stylesheets/components/_taches.scss */
.taches-toolbar__cta:active {
  transform: translateY(1px);
}

/* line 158, app/assets/stylesheets/components/_taches.scss */
.taches-list {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/components/_taches.scss */
.taches-list__empty {
  padding: 56px 24px;
  text-align: center;
  color: var(--ds-text-muted);
}

/* line 170, app/assets/stylesheets/components/_taches.scss */
.taches-list__empty i {
  font-size: 36px;
  color: var(--ds-border-subtle);
  margin-bottom: 12px;
  display: block;
}

/* line 176, app/assets/stylesheets/components/_taches.scss */
.taches-list__empty h3, .taches-list__empty .h3 {
  font-size: 16px;
  margin: 0 0 6px;
  color: var(--ds-text-strong);
  font-weight: 600;
}

/* line 177, app/assets/stylesheets/components/_taches.scss */
.taches-list__empty p {
  font-size: 13px;
  margin: 0;
}

/* line 180, app/assets/stylesheets/components/_taches.scss */
.taches-list table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

/* line 182, app/assets/stylesheets/components/_taches.scss */
.taches-list thead th {
  text-align: left;
  padding: 11px 14px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ds-text-muted);
  background: var(--ds-surface-muted);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 194, app/assets/stylesheets/components/_taches.scss */
.taches-list tbody tr {
  border-bottom: 1px solid var(--ds-border-subtle);
  transition: background .1s;
}

/* line 198, app/assets/stylesheets/components/_taches.scss */
.taches-list tbody tr:last-child {
  border-bottom: none;
}

/* line 199, app/assets/stylesheets/components/_taches.scss */
.taches-list tbody tr:hover {
  background: var(--ds-surface-muted);
}

/* line 200, app/assets/stylesheets/components/_taches.scss */
.taches-list tbody tr.tache-row--cancelled td {
  opacity: .55;
}

/* line 201, app/assets/stylesheets/components/_taches.scss */
.taches-list tbody tr.tache-row--done .tache-row__title {
  text-decoration: line-through;
  color: var(--ds-text-muted);
}

/* line 204, app/assets/stylesheets/components/_taches.scss */
.taches-list tbody td {
  padding: 12px 14px;
  vertical-align: middle;
}

/* line 210, app/assets/stylesheets/components/_taches.scss */
.tache-row {
  cursor: pointer;
}

/* line 213, app/assets/stylesheets/components/_taches.scss */
.tache-row__title {
  font-weight: 500;
  color: var(--ds-text-strong);
  margin: 0 0 2px;
}

/* line 219, app/assets/stylesheets/components/_taches.scss */
.tache-row__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ds-text-muted);
  flex-wrap: wrap;
}

/* line 228, app/assets/stylesheets/components/_taches.scss */
.tache-row__actions {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

/* line 233, app/assets/stylesheets/components/_taches.scss */
.tache-row__actions .btn-icon {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 6px;
  color: var(--ds-text-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .12s, color .12s;
}

/* line 243, app/assets/stylesheets/components/_taches.scss */
.tache-row__actions .btn-icon:hover {
  background: var(--ds-surface-muted);
  color: #4f46e5;
}

/* line 244, app/assets/stylesheets/components/_taches.scss */
.tache-row__actions .btn-icon--danger:hover {
  color: #ef4444;
}

/* line 245, app/assets/stylesheets/components/_taches.scss */
.tache-row__actions .btn-icon--success:hover {
  color: #10b981;
}

/* line 250, app/assets/stylesheets/components/_taches.scss */
.tache-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 9999px;
  white-space: nowrap;
}

/* line 260, app/assets/stylesheets/components/_taches.scss */
.tache-status--open {
  background: rgba(79, 70, 229, 0.1);
  color: #4f46e5;
}

/* line 261, app/assets/stylesheets/components/_taches.scss */
.tache-status--in_progress {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

/* line 262, app/assets/stylesheets/components/_taches.scss */
.tache-status--done {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
}

/* line 263, app/assets/stylesheets/components/_taches.scss */
.tache-status--cancelled {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}

/* line 266, app/assets/stylesheets/components/_taches.scss */
.tache-priority {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
}

/* line 273, app/assets/stylesheets/components/_taches.scss */
.tache-priority--low {
  color: #64748b;
}

/* line 274, app/assets/stylesheets/components/_taches.scss */
.tache-priority--normal {
  color: #475569;
}

/* line 275, app/assets/stylesheets/components/_taches.scss */
.tache-priority--high {
  color: #b45309;
}

/* line 276, app/assets/stylesheets/components/_taches.scss */
.tache-priority--urgent {
  color: #ef4444;
}

/* line 279, app/assets/stylesheets/components/_taches.scss */
.tache-due {
  font-size: 12px;
}

/* line 281, app/assets/stylesheets/components/_taches.scss */
.tache-due--overdue {
  color: #ef4444;
  font-weight: 600;
}

/* line 282, app/assets/stylesheets/components/_taches.scss */
.tache-due--today {
  color: #b45309;
  font-weight: 600;
}

/* line 283, app/assets/stylesheets/components/_taches.scss */
.tache-due--soon {
  color: #475569;
}

/* line 284, app/assets/stylesheets/components/_taches.scss */
.tache-due--none {
  color: var(--ds-text-muted);
  font-style: italic;
}

/* line 287, app/assets/stylesheets/components/_taches.scss */
.tache-taskable {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  background: var(--ds-surface-muted);
  border-radius: 6px;
  font-size: 11px;
  color: var(--ds-text-strong);
  text-decoration: none;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 300, app/assets/stylesheets/components/_taches.scss */
.tache-taskable:hover {
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
}

/* line 303, app/assets/stylesheets/components/_taches.scss */
.tache-assignees-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 311, app/assets/stylesheets/components/_taches.scss */
.tache-assignees-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  background: var(--ds-surface-muted);
  border-radius: 6px;
  text-decoration: none;
  color: var(--ds-text-strong);
  font-size: 13px;
  transition: background .12s, color .12s;
}

/* line 323, app/assets/stylesheets/components/_taches.scss */
.tache-assignees-list__item:hover {
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
}

/* line 329, app/assets/stylesheets/components/_taches.scss */
.tache-assignees-list__name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

/* line 337, app/assets/stylesheets/components/_taches.scss */
.tache-assignees-list__icon {
  font-size: 11px;
  color: var(--ds-text-muted);
  opacity: 0;
  transition: opacity .12s;
}

/* line 344, app/assets/stylesheets/components/_taches.scss */
.tache-assignees-list__item:hover .tache-assignees-list__icon {
  opacity: 1;
  color: #4f46e5;
}

/* line 347, app/assets/stylesheets/components/_taches.scss */
.tache-assignees {
  display: inline-flex;
  align-items: center;
}

/* line 351, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ds-surface-card);
  margin-left: -8px;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 363, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__avatar:first-child {
  margin-left: 0;
}

/* line 365, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__avatar--photo {
  background: var(--ds-surface-muted);
  padding: 0;
}

/* line 366, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__avatar--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 368, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__avatar--xs {
  width: 22px;
  height: 22px;
  font-size: 10px;
}

/* line 369, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__avatar--lg {
  width: 36px;
  height: 36px;
  font-size: 13px;
}

/* line 372, app/assets/stylesheets/components/_taches.scss */
.tache-assignees__more {
  background: var(--ds-surface-muted);
  color: var(--ds-text-muted);
}

/* line 381, app/assets/stylesheets/components/_taches.scss */
.picker {
  position: relative;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: white;
  padding: 6px;
}

/* line 388, app/assets/stylesheets/components/_taches.scss */
.picker__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 30px;
  padding: 2px;
}

/* line 396, app/assets/stylesheets/components/_taches.scss */
.picker__empty-state {
  color: var(--ds-text-muted);
  font-size: 12px;
  padding: 4px 6px;
  font-style: italic;
}

/* line 403, app/assets/stylesheets/components/_taches.scss */
.picker__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 4px 4px 6px;
  background: rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.18);
  color: #4f46e5;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  max-width: 100%;
}

/* line 417, app/assets/stylesheets/components/_taches.scss */
.picker__chip-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 430, app/assets/stylesheets/components/_taches.scss */
.picker__chip-avatar--initials {
  padding: 0;
}

/* line 432, app/assets/stylesheets/components/_taches.scss */
.picker__chip-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 435, app/assets/stylesheets/components/_taches.scss */
.picker__chip-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

/* line 442, app/assets/stylesheets/components/_taches.scss */
.picker__chip-remove {
  background: rgba(79, 70, 229, 0.15);
  border: none;
  color: #4f46e5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  flex-shrink: 0;
}

/* line 456, app/assets/stylesheets/components/_taches.scss */
.picker__chip-remove:hover {
  background: #4f46e5;
  color: white;
}

/* line 459, app/assets/stylesheets/components/_taches.scss */
.picker__search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-top: 1px solid var(--ds-border-subtle);
  margin-top: 6px;
}

/* line 467, app/assets/stylesheets/components/_taches.scss */
.picker__search i {
  color: var(--ds-text-muted);
  font-size: 12px;
}

/* line 468, app/assets/stylesheets/components/_taches.scss */
.picker__search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 13px;
  background: transparent;
  padding: 4px 0;
}

/* line 478, app/assets/stylesheets/components/_taches.scss */
.picker__results {
  display: none;
  position: fixed;
  background: white;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  max-height: 280px;
  overflow-y: auto;
  z-index: 1100;
  padding: 4px;
}

/* line 493, app/assets/stylesheets/components/_taches.scss */
.picker__results--open {
  display: block;
}

/* line 496, app/assets/stylesheets/components/_taches.scss */
.picker__result {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 10px;
  background: transparent;
  border: none;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  font-size: 13px;
  color: var(--ds-text-strong);
  transition: background .12s;
}

/* line 511, app/assets/stylesheets/components/_taches.scss */
.picker__result:hover {
  background: rgba(79, 70, 229, 0.06);
}

/* line 513, app/assets/stylesheets/components/_taches.scss */
.picker__result i {
  color: #4f46e5;
}

/* line 516, app/assets/stylesheets/components/_taches.scss */
.picker__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 527, app/assets/stylesheets/components/_taches.scss */
.picker__avatar--initials {
  padding: 0;
}

/* line 528, app/assets/stylesheets/components/_taches.scss */
.picker__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 531, app/assets/stylesheets/components/_taches.scss */
.picker__result-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 538, app/assets/stylesheets/components/_taches.scss */
.picker__empty {
  padding: 12px;
  text-align: center;
  color: var(--ds-text-muted);
  font-size: 12px;
}

/* line 545, app/assets/stylesheets/components/_taches.scss */
.picker__cascade-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px;
  padding: 4px;
}

/* line 551, app/assets/stylesheets/components/_taches.scss */
.picker__cascade-row select {
  padding: 8px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 6px;
  font-size: 13px;
  background: white;
}

/* line 555, app/assets/stylesheets/components/_taches.scss */
.btn-secondary {
  padding: 9px 16px;
  background: var(--ds-surface-muted);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: var(--ds-text-strong);
}

/* line 565, app/assets/stylesheets/components/_taches.scss */
.btn-secondary:hover {
  background: #e2e8f0;
}

/* line 569, app/assets/stylesheets/components/_taches.scss */
.tache-fullpage {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 578, app/assets/stylesheets/components/_taches.scss */
.tache-fullpage__body {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 360px);
  gap: 32px;
}

/* line 584, app/assets/stylesheets/components/_taches.scss */
.tache-fullpage__body > .tache-drawer__section:first-child {
  grid-column: 1 / -1;
}

/* line 587, app/assets/stylesheets/components/_taches.scss */
.tache-fullpage__footer {
  padding: 14px 24px;
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-surface-muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 597, app/assets/stylesheets/components/_taches.scss */
.tache-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--ds-text-muted);
  text-decoration: none;
  margin-bottom: 8px;
}

/* line 606, app/assets/stylesheets/components/_taches.scss */
.tache-back-link:hover {
  color: #4f46e5;
}

/* line 609, app/assets/stylesheets/components/_taches.scss */
.tache-page__taskable-link {
  color: #4f46e5;
  text-decoration: none;
}

/* line 612, app/assets/stylesheets/components/_taches.scss */
.tache-page__taskable-link:hover {
  text-decoration: underline;
}

/* line 616, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 621, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__section h4, .quick-actions-config__section .h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--ds-text-strong);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 630, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  padding: 8px;
  min-height: 50px;
}

/* line 641, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__row {
  display: grid;
  grid-template-columns: 24px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  background: var(--ds-surface-muted);
  border-radius: 6px;
  font-size: 13px;
}

/* line 651, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__row > i {
  color: #4f46e5;
  font-size: 14px;
}

/* line 654, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__label {
  font-weight: 500;
  color: var(--ds-text-strong);
}

/* line 655, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__kind {
  font-size: 11px;
  color: var(--ds-text-muted);
  background: white;
  padding: 2px 8px;
  border-radius: 9999px;
  border: 1px solid var(--ds-border-subtle);
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 666, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__remove {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 677, app/assets/stylesheets/components/_taches.scss */
.quick-actions-config__remove:hover {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

/* line 681, app/assets/stylesheets/components/_taches.scss */
.quick-actions-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}

/* line 686, app/assets/stylesheets/components/_taches.scss */
.quick-actions-catalog__item-form {
  display: contents;
}

/* line 688, app/assets/stylesheets/components/_taches.scss */
.quick-actions-catalog__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: white;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  color: var(--ds-text-strong);
  width: 100%;
  transition: border-color .12s, background .12s;
}

/* line 703, app/assets/stylesheets/components/_taches.scss */
.quick-actions-catalog__item > i:first-child {
  color: #4f46e5;
}

/* line 705, app/assets/stylesheets/components/_taches.scss */
.quick-actions-catalog__item:hover {
  border-color: rgba(79, 70, 229, 0.35);
  background: rgba(79, 70, 229, 0.04);
}

/* line 711, app/assets/stylesheets/components/_taches.scss */
.quick-actions-catalog__add {
  margin-left: auto;
  color: var(--ds-text-muted);
  font-size: 11px;
}

/* line 719, app/assets/stylesheets/components/_taches.scss */
.tache-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1040;
}

/* line 727, app/assets/stylesheets/components/_taches.scss */
.tache-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(560px, 100vw);
  height: 100vh;
  background: var(--ds-surface-card);
  border-left: 1px solid var(--ds-border-subtle);
  box-shadow: -8px 0 24px rgba(15, 23, 42, 0.08);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideInRight .22s ease-out;
}

/* line 740, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__header {
  padding: 18px 22px;
  border-bottom: 1px solid var(--ds-border-subtle);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

/* line 749, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: var(--ds-text-strong);
  line-height: 1.35;
}

/* line 757, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__close {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
}

/* line 766, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__close:hover {
  background: var(--ds-surface-muted);
  color: var(--ds-text-strong);
}

/* line 769, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__body {
  padding: 18px 22px;
  flex: 1;
  overflow-y: auto;
}

/* line 775, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__footer {
  padding: 12px 22px;
  border-top: 1px solid var(--ds-border-subtle);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  background: var(--ds-surface-muted);
}

/* line 784, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__section {
  margin-bottom: 18px;
}

/* line 787, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 600;
  color: var(--ds-text-muted);
  margin-bottom: 6px;
}

/* line 797, app/assets/stylesheets/components/_taches.scss */
.tache-drawer__description {
  background: var(--ds-surface-muted);
  padding: 12px;
  border-radius: var(--ds-radius-md);
  font-size: 13px;
  color: var(--ds-text-strong);
  white-space: pre-wrap;
  line-height: 1.5;
}

/* line 807, app/assets/stylesheets/components/_taches.scss */
.tache-drawer .info-grid {
  display: grid;
  grid-template-columns: 110px 1fr;
  row-gap: 10px;
  font-size: 13px;
}

/* line 813, app/assets/stylesheets/components/_taches.scss */
.tache-drawer .info-grid dt {
  color: var(--ds-text-muted);
  font-weight: 500;
}

/* line 814, app/assets/stylesheets/components/_taches.scss */
.tache-drawer .info-grid dd {
  margin: 0;
  color: var(--ds-text-strong);
}

/* line 820, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__check-form, .tache-checklist__remove-form {
  display: contents;
}

/* line 822, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background .12s;
}

/* line 830, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__item:hover {
  background: var(--ds-surface-muted);
}

/* line 831, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__item--checked .tache-checklist__label {
  text-decoration: line-through;
  color: var(--ds-text-muted);
}

/* line 834, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__check {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1.5px solid var(--ds-border-subtle);
  background: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .12s;
}

/* line 843, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__check--checked {
  background: #10b981;
  border-color: #10b981;
  color: white;
  font-size: 11px;
}

/* line 846, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__label {
  flex: 1;
  font-size: 13px;
  color: var(--ds-text-strong);
}

/* line 848, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__remove {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .12s, color .12s, background .12s;
}

/* line 853, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__remove:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
}

/* line 856, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__item:hover .tache-checklist__remove {
  opacity: 1;
}

/* line 858, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__add {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

/* line 863, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__add input {
  flex: 1;
  padding: 7px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 6px;
  font-size: 13px;
}

/* line 871, app/assets/stylesheets/components/_taches.scss */
.tache-checklist__add button {
  padding: 7px 12px;
  background: #4f46e5;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

/* line 884, app/assets/stylesheets/components/_taches.scss */
.tache-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 1060;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 16px 16px;
  overflow-y: auto;
}

/* line 896, app/assets/stylesheets/components/_taches.scss */
.tache-modal__panel {
  background: var(--ds-surface-card);
  border-radius: var(--ds-radius-lg);
  width: min(560px, 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
  overflow: hidden;
  animation: zoomIn .18s ease-out;
}

/* line 905, app/assets/stylesheets/components/_taches.scss */
.tache-modal__header {
  padding: 18px 22px;
  border-bottom: 1px solid var(--ds-border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 910, app/assets/stylesheets/components/_taches.scss */
.tache-modal__header h3, .tache-modal__header .h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* line 912, app/assets/stylesheets/components/_taches.scss */
.tache-modal__header button {
  background: transparent;
  border: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  font-size: 16px;
}

/* line 918, app/assets/stylesheets/components/_taches.scss */
.tache-modal__body {
  padding: 20px 22px;
  max-height: 70vh;
  overflow-y: auto;
}

/* line 920, app/assets/stylesheets/components/_taches.scss */
.tache-modal__footer {
  padding: 12px 22px;
  border-top: 1px solid var(--ds-border-subtle);
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  background: var(--ds-surface-muted);
}

/* line 927, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-row {
  margin-bottom: 14px;
}

/* line 929, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-row label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ds-text-muted);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* line 938, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-row input[type="text"], .tache-modal .form-row input[type="datetime-local"], .tache-modal .form-row input[type="date"], .tache-modal .form-row select, .tache-modal .form-row textarea {
  width: 100%;
  padding: 9px 11px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 6px;
  font-size: 13px;
  background: white;
}

/* line 945, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-row input[type="text"]:focus, .tache-modal .form-row input[type="datetime-local"]:focus, .tache-modal .form-row input[type="date"]:focus, .tache-modal .form-row select:focus, .tache-modal .form-row textarea:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

/* line 951, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-row textarea {
  min-height: 90px;
  resize: vertical;
}

/* line 952, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-row .form-row__hint {
  font-size: 11px;
  color: var(--ds-text-muted);
  margin-top: 4px;
}

/* line 955, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* line 961, app/assets/stylesheets/components/_taches.scss */
.tache-modal .assignees-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 964, app/assets/stylesheets/components/_taches.scss */
.tache-modal .assignees-picker label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--ds-surface-muted);
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid transparent;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ds-text-strong);
  font-weight: 500;
  margin: 0;
}

/* line 978, app/assets/stylesheets/components/_taches.scss */
.tache-modal .assignees-picker label input {
  display: none;
}

/* line 979, app/assets/stylesheets/components/_taches.scss */
.tache-modal .assignees-picker label.is-selected {
  background: rgba(79, 70, 229, 0.1);
  border-color: #4f46e5;
  color: #4f46e5;
}

/* line 987, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-errors {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #ef4444;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 12px;
}

/* line 995, app/assets/stylesheets/components/_taches.scss */
.tache-modal .form-errors ul {
  margin: 0;
  padding-left: 18px;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 5, app/assets/stylesheets/components/_floating_hud.scss */
.hud {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/components/_floating_hud.scss */
.hud > * {
  pointer-events: auto;
}

/* line 19, app/assets/stylesheets/components/_floating_hud.scss */
.hud--dragging .hud__panel {
  display: none;
}

/* line 20, app/assets/stylesheets/components/_floating_hud.scss */
.hud--dragging .hud__bubble {
  cursor: grabbing;
}

/* line 23, app/assets/stylesheets/components/_floating_hud.scss */
.hud--hidden .hud__bubble, .hud--hidden .hud__panel {
  display: none;
}

/* line 25, app/assets/stylesheets/components/_floating_hud.scss */
.hud--hidden .hud__restore {
  display: inline-flex;
}

/* line 27, app/assets/stylesheets/components/_floating_hud.scss */
.hud__restore {
  display: none;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(79, 70, 229, 0.14);
  color: #4f46e5;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  font-size: 11px;
  opacity: .7;
  transition: opacity .15s, transform .15s;
}

/* line 42, app/assets/stylesheets/components/_floating_hud.scss */
.hud__restore:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* line 45, app/assets/stylesheets/components/_floating_hud.scss */
.hud__bubble {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: white;
  border: none;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.35), 0 4px 12px rgba(15, 23, 42, 0.12);
  cursor: grab;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform .18s, box-shadow .18s;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

/* line 63, app/assets/stylesheets/components/_floating_hud.scss */
.hud__bubble:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 36px rgba(79, 70, 229, 0.45);
}

/* line 67, app/assets/stylesheets/components/_floating_hud.scss */
.hud__bubble:active {
  transform: scale(0.97);
}

/* line 70, app/assets/stylesheets/components/_floating_hud.scss */
.hud__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: white;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 6px;
  min-width: 20px;
  text-align: center;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.35);
}

/* line 85, app/assets/stylesheets/components/_floating_hud.scss */
.hud__badge--hidden {
  display: none;
}

/* line 88, app/assets/stylesheets/components/_floating_hud.scss */
.hud__panel {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 380px;
  max-height: min(640px, calc(100vh - 140px));
  background: white;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25), 0 4px 16px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(8px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: transform .18s, opacity .18s;
}

/* line 106, app/assets/stylesheets/components/_floating_hud.scss */
.hud--open .hud__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* line 112, app/assets/stylesheets/components/_floating_hud.scss */
.hud__header {
  padding: 12px 14px 0;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}

/* line 121, app/assets/stylesheets/components/_floating_hud.scss */
.hud__tabs {
  display: flex;
  gap: 4px;
  flex: 1;
}

/* line 127, app/assets/stylesheets/components/_floating_hud.scss */
.hud__tab {
  background: transparent;
  border: none;
  padding: 8px 12px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .12s, border-color .12s;
}

/* line 142, app/assets/stylesheets/components/_floating_hud.scss */
.hud__tab:hover {
  color: #0f172a;
}

/* line 144, app/assets/stylesheets/components/_floating_hud.scss */
.hud__tab--active {
  color: #4f46e5;
  border-bottom-color: #4f46e5;
}

/* line 150, app/assets/stylesheets/components/_floating_hud.scss */
.hud__tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.14);
  color: #ef4444;
  font-size: 10px;
  font-weight: 700;
  border-radius: 9999px;
  padding: 1px 6px;
  min-width: 16px;
}

/* line 162, app/assets/stylesheets/components/_floating_hud.scss */
.hud__tab-badge--hidden {
  display: none;
}

/* line 165, app/assets/stylesheets/components/_floating_hud.scss */
.hud__close, .hud__icon-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
}

/* line 180, app/assets/stylesheets/components/_floating_hud.scss */
.hud__close:hover, .hud__icon-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
}

/* line 183, app/assets/stylesheets/components/_floating_hud.scss */
.hud__header-actions {
  display: flex;
  gap: 2px;
  align-items: flex-end;
}

/* line 189, app/assets/stylesheets/components/_floating_hud.scss */
.hud__body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}

/* line 195, app/assets/stylesheets/components/_floating_hud.scss */
.hud__section {
  display: none;
  padding: 12px;
}

/* line 199, app/assets/stylesheets/components/_floating_hud.scss */
.hud__section--active {
  display: block;
}

/* line 202, app/assets/stylesheets/components/_floating_hud.scss */
.hud__quick-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* line 212, app/assets/stylesheets/components/_floating_hud.scss */
.hud__quick-form input[type="text"], .hud__quick-form input[type="datetime-local"], .hud__quick-form select {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 12px;
  background: white;
}

/* line 219, app/assets/stylesheets/components/_floating_hud.scss */
.hud__quick-form input[type="text"]:focus, .hud__quick-form input[type="datetime-local"]:focus, .hud__quick-form select:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

/* line 222, app/assets/stylesheets/components/_floating_hud.scss */
.hud__quick-form button {
  padding: 8px 12px;
  background: #4f46e5;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

/* line 232, app/assets/stylesheets/components/_floating_hud.scss */
.hud__quick-form button:hover {
  background: #4338ca;
}

/* line 236, app/assets/stylesheets/components/_floating_hud.scss */
.hud__items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: stretch;
}

/* line 243, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background .12s;
  width: 100%;
  box-sizing: border-box;
}

/* line 255, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item:hover {
  background: #f1f5f9;
  color: inherit;
}

/* line 257, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item--unread {
  background: rgba(79, 70, 229, 0.04);
  border-left: 3px solid #4f46e5;
  padding-left: 7px;
}

/* line 264, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item-status {
  flex-shrink: 0;
  color: #4f46e5;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  padding-top: 2px;
}

/* line 272, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item-status .tache-status {
  font-size: 10px;
  padding: 2px 7px;
}

/* line 278, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 286, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item-title {
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 296, app/assets/stylesheets/components/_floating_hud.scss */
.hud__item-meta {
  font-size: 11px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 305, app/assets/stylesheets/components/_floating_hud.scss */
.hud__empty {
  padding: 32px 16px;
  text-align: center;
  color: #94a3b8;
}

/* line 310, app/assets/stylesheets/components/_floating_hud.scss */
.hud__empty i {
  font-size: 32px;
  display: block;
  margin-bottom: 8px;
  color: #cbd5e1;
}

/* line 311, app/assets/stylesheets/components/_floating_hud.scss */
.hud__empty p {
  font-size: 12px;
  margin: 0;
}

/* line 314, app/assets/stylesheets/components/_floating_hud.scss */
.hud__cta {
  display: block;
  margin-top: 10px;
  padding: 9px;
  text-align: center;
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
  cursor: pointer;
  transition: background .12s;
  width: 100%;
}

/* line 330, app/assets/stylesheets/components/_floating_hud.scss */
.hud__cta:hover {
  background: #e2e8f0;
  color: #4f46e5;
}

/* line 333, app/assets/stylesheets/components/_floating_hud.scss */
.hud__shortcuts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

/* line 339, app/assets/stylesheets/components/_floating_hud.scss */
.hud__shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: #0f172a;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  transition: background .12s, border-color .12s, transform .08s;
}

/* line 356, app/assets/stylesheets/components/_floating_hud.scss */
.hud__shortcut i {
  font-size: 18px;
  color: #4f46e5;
}

/* line 358, app/assets/stylesheets/components/_floating_hud.scss */
.hud__shortcut:hover {
  background: rgba(79, 70, 229, 0.06);
  border-color: #c7d2fe;
  color: #4f46e5;
  transform: translateY(-1px);
}

/* line 366, app/assets/stylesheets/components/_floating_hud.scss */
.hud__flash {
  position: absolute;
  bottom: 84px;
  right: 0;
  padding: 8px 14px;
  background: #0f172a;
  color: white;
  font-size: 12px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s, transform .18s;
}

/* line 380, app/assets/stylesheets/components/_floating_hud.scss */
.hud__flash--visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 381, app/assets/stylesheets/components/_floating_hud.scss */
.hud__flash--success {
  background: #047857;
}

/* line 382, app/assets/stylesheets/components/_floating_hud.scss */
.hud__flash--error {
  background: #dc2626;
}

@media (max-width: 720px) {
  /* line 387, app/assets/stylesheets/components/_floating_hud.scss */
  .hud {
    right: 12px;
    bottom: 12px;
  }
  /* line 391, app/assets/stylesheets/components/_floating_hud.scss */
  .hud__panel {
    width: calc(100vw - 24px);
    right: 0;
    bottom: 70px;
  }
}

/* line 5, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__trigger {
  position: relative;
}

/* line 14, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #ef4444;
  color: white;
  font-size: 9px;
  font-weight: 700;
  border-radius: 9999px;
  padding: 2px 5px;
  min-width: 16px;
  text-align: center;
  border: 1.5px solid var(--ds-surface-card, white);
}

/* line 28, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__badge--hidden {
  display: none;
}

/* line 31, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 360px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18), 0 4px 12px rgba(15, 23, 42, 0.06);
  z-index: 1070;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  pointer-events: none;
  transition: opacity .15s, transform .15s;
  overflow: hidden;
  max-height: 540px;
  display: flex;
  flex-direction: column;
}

/* line 51, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell--open .notif-bell__dropdown {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* line 57, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__header {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 64, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__header h4, .notif-bell__header .h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

/* line 67, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__mark-all {
  background: transparent;
  border: none;
  color: #4f46e5;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 500;
}

/* line 77, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__mark-all:hover {
  background: rgba(79, 70, 229, 0.08);
}

/* line 80, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__list {
  flex: 1;
  overflow-y: auto;
  padding: 4px;
}

/* line 86, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background .12s;
}

/* line 95, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item:hover {
  background: #f1f5f9;
  color: inherit;
}

/* line 96, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item--unread {
  background: rgba(79, 70, 229, 0.04);
}

/* line 98, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item--unread .notif-bell__item-title {
  font-weight: 600;
}

/* line 102, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(79, 70, 229, 0.1);
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

/* line 114, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item-body {
  flex: 1;
  min-width: 0;
}

/* line 116, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item-title {
  font-size: 13px;
  color: #0f172a;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 125, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__item-meta {
  font-size: 11px;
  color: #64748b;
  line-height: 1.4;
}

/* line 131, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__empty {
  padding: 32px 16px;
  text-align: center;
  color: #94a3b8;
}

/* line 136, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__empty i {
  font-size: 28px;
  display: block;
  margin-bottom: 6px;
  color: #cbd5e1;
}

/* line 137, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__empty p {
  font-size: 12px;
  margin: 0;
}

/* line 140, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__footer {
  padding: 10px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

/* line 146, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
  border-radius: 6px;
}

/* line 159, app/assets/stylesheets/components/_notification_center.scss */
.notif-bell__footer-link:hover {
  background: rgba(79, 70, 229, 0.06);
  color: #4f46e5;
}

/* line 164, app/assets/stylesheets/components/_notification_center.scss */
.notif-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 169, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__item {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  transition: border-color .12s;
}

/* line 178, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__item:hover {
  border-color: #c7d2fe;
}

/* line 179, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__item--unread {
  border-left: 3px solid #4f46e5;
}

/* line 182, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

/* line 191, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__icon--info {
  background: rgba(79, 70, 229, 0.12);
  color: #4f46e5;
}

/* line 192, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__icon--success {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
}

/* line 193, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__icon--warning {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

/* line 194, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__icon--danger {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
}

/* line 197, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__body {
  flex: 1;
}

/* line 199, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

/* line 206, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__text {
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* line 213, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #94a3b8;
  flex-wrap: wrap;
}

/* line 222, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__cta {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 500;
}

/* line 226, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__cta:hover {
  text-decoration: underline;
}

/* line 229, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__mark-link {
  background: transparent;
  border: none;
  color: #4f46e5;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

/* line 238, app/assets/stylesheets/components/_notification_center.scss */
.notif-list__mark-link:hover {
  color: #4338ca;
}

/* line 4, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

/* line 10, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ds-text-primary);
}

/* line 19, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__required {
  color: #ef4444;
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__help-icon {
  color: var(--ds-text-muted);
  font-size: 0.78rem;
  cursor: help;
}

/* line 30, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__help {
  margin: 0;
  font-size: 0.72rem;
  color: var(--ds-text-muted);
}

/* line 36, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  font-size: 0.88rem;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

/* line 46, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__input:focus {
  outline: none;
  border-color: var(--ds-accent, #6366f1);
  box-shadow: 0 0 0 3px var(--ds-accent-soft, rgba(99, 102, 241, 0.15));
}

/* line 52, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__input--textarea {
  resize: vertical;
  min-height: 100px;
}

/* line 60, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-card);
  cursor: pointer;
  transition: border-color 0.12s ease;
}

/* line 72, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 75, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 81, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool-switch {
  width: 36px;
  height: 20px;
  background: var(--ds-border-subtle);
  border-radius: 999px;
  position: relative;
  transition: background 0.18s ease;
}

/* line 89, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
  transition: transform 0.18s ease;
}

/* line 103, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool:has(input:checked) .cf-render__bool-switch {
  background: var(--ds-accent, #6366f1);
}

/* line 105, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool:has(input:checked) .cf-render__bool-switch::before {
  transform: translateX(16px);
}

/* line 108, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool-label {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* line 113, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool-label strong {
  font-size: 0.85rem;
  color: var(--ds-text-primary);
  font-weight: 600;
}

/* line 119, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__bool-label small, .cf-render__bool-label .small {
  font-size: 0.72rem;
  color: var(--ds-text-muted);
}

/* line 127, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 133, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1.5px solid var(--ds-border-subtle);
  border-radius: 999px;
  background: var(--ds-surface-card);
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--ds-text-secondary);
  transition: border-color 0.12s ease, background 0.12s ease, color 0.12s ease;
}

/* line 146, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 148, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__pill:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 152, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__pill--selected {
  border-color: var(--ds-accent, #6366f1);
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.1));
  color: var(--ds-accent, #6366f1);
  font-weight: 600;
}

/* line 162, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 168, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-card);
  cursor: pointer;
  transition: border-color 0.12s ease, background 0.12s ease;
}

/* line 180, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 182, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi-item:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 184, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi-item--selected {
  border-color: var(--ds-accent, #6366f1);
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.08));
}

/* line 190, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi-tick {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1.5px solid var(--ds-border-subtle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0.65rem;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

/* line 203, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-render__multi-item--selected .cf-render__multi-tick, .cf-render__multi-item:has(input:checked) .cf-render__multi-tick {
  background: var(--ds-accent, #6366f1);
  border-color: var(--ds-accent, #6366f1);
  color: #fff;
}

/* line 213, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section {
  margin: 16px 0;
  padding: 16px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px dashed var(--ds-border-subtle);
  border-radius: 10px;
}

/* line 220, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section__head {
  margin-bottom: 12px;
}

/* line 224, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 233, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section__title i {
  color: var(--ds-accent, #6366f1);
}

/* line 238, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section__sub {
  margin: 4px 0 0;
  font-size: 0.74rem;
  color: var(--ds-text-muted);
}

/* line 244, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

@media (max-width: 720px) {
  /* line 244, app/assets/stylesheets/components/_custom_fields_render.scss */
  .cf-create-section__grid {
    grid-template-columns: 1fr;
  }
}

/* line 253, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-create-section__grid .cf-render--boolean,
.cf-create-section__grid .cf-render--long-text,
.cf-create-section__grid .cf-render--multi-choice {
  grid-column: 1 / -1;
}

/* line 263, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section {
  margin: 12px 0 24px;
  padding: 18px 20px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 12px;
}

/* line 270, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 280, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 289, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section__title i {
  color: var(--ds-accent, #6366f1);
}

/* line 293, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section__edit-link button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 0.78rem;
  color: var(--ds-text-secondary);
  cursor: pointer;
}

/* line 305, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section__edit-link button:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
  color: var(--ds-text-primary);
}

/* line 312, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

@media (max-width: 720px) {
  /* line 312, app/assets/stylesheets/components/_custom_fields_render.scss */
  .cf-show-section__grid {
    grid-template-columns: 1fr;
  }
}

/* line 322, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section--compact {
  padding: 12px;
}

/* line 325, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-show-section--compact .cf-show-section__grid {
  grid-template-columns: 1fr;
}

/* line 333, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
}

/* line 339, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-text-muted);
}

/* line 346, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__value {
  font-size: 0.88rem;
  color: var(--ds-text-primary);
}

/* line 350, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__value--empty {
  color: var(--ds-text-muted);
  font-style: italic;
}

/* line 355, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__value--link {
  color: var(--ds-accent, #6366f1);
  text-decoration: none;
}

/* line 359, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__value--link:hover {
  text-decoration: underline;
}

/* line 361, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__value--link i {
  font-size: 0.7em;
  margin-left: 4px;
  opacity: 0.7;
}

/* line 369, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}

/* line 379, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__pill--on {
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
}

/* line 380, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__pill--off {
  background: rgba(148, 163, 184, 0.18);
  color: #475569;
}

/* line 383, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 389, app/assets/stylesheets/components/_custom_fields_render.scss */
.cf-readonly__chip {
  padding: 2px 8px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 999px;
  font-size: 0.75rem;
  color: var(--ds-text-secondary);
}

/* line 6, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

/* line 14, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: auto;
}

/* line 24, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__panel {
  position: relative;
  width: min(520px, 100vw);
  height: 100vh;
  background: var(--ds-surface-card, #fff);
  box-shadow: -16px 0 40px rgba(15, 23, 42, 0.22);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}

/* line 38, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer--open .cf-drawer__overlay {
  opacity: 1;
}

/* line 39, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer--open .cf-drawer__panel {
  transform: translateX(0);
}

/* line 44, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px 16px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 52, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__head-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 59, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__crumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 69, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__crumb i {
  color: var(--ds-accent, #6366f1);
}

/* line 72, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ds-text-primary);
}

/* line 79, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__sub {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ds-text-secondary);
}

/* line 85, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__close {
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  font-size: 1rem;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}

/* line 95, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__close:hover {
  background: var(--ds-surface-subtle, #f4f5f7);
  color: var(--ds-text-primary);
}

/* line 103, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__search {
  position: relative;
  padding: 12px 22px 8px;
}

/* line 107, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__search i {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 0.85rem;
}

/* line 116, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__search input {
  width: 100%;
  padding: 9px 12px 9px 36px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  font-size: 0.86rem;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

/* line 126, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__search input:focus {
  outline: none;
  border-color: var(--ds-accent, #6366f1);
  box-shadow: 0 0 0 3px var(--ds-accent-soft, rgba(99, 102, 241, 0.15));
}

/* line 136, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__errors {
  margin: 0 22px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 8px;
  color: #b91c1c;
  font-size: 0.78rem;
}

/* line 149, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__errors ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

/* line 154, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__errors code {
  background: rgba(239, 68, 68, 0.12);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 0.85em;
}

/* line 164, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

/* line 171, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 8px 22px 16px;
}

/* line 177, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 186, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
  transition: border-color 0.12s ease;
}

/* line 196, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 198, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: var(--ds-text-muted);
  font-size: 0.72rem;
}

/* line 206, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item-head i {
  font-size: 0.78em;
}

/* line 209, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item-iname {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.68rem;
  padding: 1px 6px;
  background: var(--ds-surface-card);
  border-radius: 4px;
  color: var(--ds-text-secondary);
}

/* line 218, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 6px;
  background: rgba(245, 158, 11, 0.15);
  color: #b45309;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
}

/* line 229, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item-badge i {
  font-size: 0.6em;
}

/* line 232, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item .cf-render {
  margin-bottom: 0;
}

/* line 233, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__item .cf-render__label {
  display: none;
}

/* line 236, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__empty {
  padding: 30px 14px;
  text-align: center;
  color: var(--ds-text-muted);
  font-size: 0.85rem;
}

/* line 242, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__empty i {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: var(--ds-accent, #6366f1);
  opacity: 0.6;
}

/* line 251, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__nohit {
  padding: 14px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--ds-text-muted);
  font-style: italic;
}

/* line 258, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__nohit i {
  margin-right: 6px;
}

/* line 263, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-drawer__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 22px;
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-surface-card);
}

/* line 276, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.esm_modal__footer-spacer {
  flex: 1 1 auto;
}

/* line 280, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-show-section__head--floating {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  padding: 0;
  border: 0;
}

/* line 288, app/assets/stylesheets/components/_custom_fields_drawer.scss */
.cf-show-section__compact-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
}

/* line 1, app/assets/stylesheets/components_views/etudes/show/etude_link.scss */
.etude_link {
  color: grey;
  font-size: 12px;
}

/* line 4, app/assets/stylesheets/components_views/etudes/show/etude_link.scss */
.etude_link a {
  color: grey;
}

/* line 7, app/assets/stylesheets/components_views/etudes/show/etude_link.scss */
.etude_link a:hover {
  color: var(--hover-blue);
}

/* line 1, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title {
  margin: 10px 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 7, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_name {
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_name .etude_name {
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  color: var(--noir);
  width: 100%;
}

/* line 17, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_name .etude_status {
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  padding: 2px 2px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  max-width: 175px;
}

/* line 28, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

/* line 34, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_info .infoline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}

/* line 40, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_info .infoline .linetitle {
  color: var(--noir);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

/* line 46, app/assets/stylesheets/components_views/etudes/show/page_title.scss */
.show_etude_title .title_info .infoline .lineawnser {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/components_views/etudes/show/etude_indicators.scss */
.show_etude_indicateurs {
  margin: 25px 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

/* line 9, app/assets/stylesheets/components_views/etudes/show/etude_indicators.scss */
.show_etude_indicateurs .indicateur_box {
  margin: 5px 0px;
  background-color: var(--blanc);
  border-radius: 10px;
  width: 200px;
  height: 78px;
  padding: 10px 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  vertical-align: middle;
}

/* line 19, app/assets/stylesheets/components_views/etudes/show/etude_indicators.scss */
.show_etude_indicateurs .indicateur_box .indicateur_montant {
  color: var(--noir);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

/* line 25, app/assets/stylesheets/components_views/etudes/show/etude_indicators.scss */
.show_etude_indicateurs .indicateur_box .indicateur_titre {
  color: var(--noir);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

/* line 1, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos {
  margin: 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

/* line 7, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container {
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
}

/* line 13, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-header {
  display: flex;
  align-items: center;
}

/* line 16, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-header .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

/* line 21, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-header .add-contact-btn {
  color: var(--jaune-hex);
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list {
  max-height: 21rem;
  overflow-y: auto;
}

/* line 34, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

/* line 39, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item:last-child {
  border-bottom: none;
}

/* line 42, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 53, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .info {
  margin-left: 10px;
  flex: 1;
}

/* line 56, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .info .name, .show_etude_infos .contacts-container .contacts-list .contact-item .info .entreprise, .show_etude_infos .contacts-container .contacts-list .contact-item .info .role {
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--noir);
}

/* line 61, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .info .entreprise {
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .info .role {
  font-style: italic;
  color: #888;
}

/* line 69, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .actions {
  margin-left: auto;
}

/* line 71, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .actions a {
  color: var(--jaune-hex);
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list .contact-item .actions a:hover {
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .contacts-container .contacts-list p {
  color: #888;
}

/* line 86, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info {
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
  min-width: 14%;
}

/* line 92, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .action_btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 97, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .action_btn .modal-button {
  width: 12.5px;
  border: none;
  color: red;
}

/* line 102, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .action_btn .titre_carte {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* line 108, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .titre {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 112, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .titre .logo {
  width: 100px;
  height: 100px;
  background-color: var(--jaune-hex);
  border: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

/* line 120, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .titre .entreprise {
  color: var(--noir);
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

/* line 127, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 4px 0px 0px;
  gap: 5px;
}

/* line 133, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .team {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 138, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .team .team_member {
  display: flex;
  align-items: center;
  background-color: var(--blanc);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}

/* line 146, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .team .team_member .avatar_team {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
}

/* line 153, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .team .team_member .name_team {
  font-weight: bold;
  color: var(--noir);
}

/* line 158, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .team .team_member .team_link {
  color: var(--jaune-hex);
  margin-left: 10px;
}

/* line 164, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .name {
  color: var(--noir);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

/* line 171, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .type {
  color: var(--noir);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 20px;
}

/* line 178, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info .info .awnser {
  color: var(--noir);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

/* line 188, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 192, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1%;
}

/* line 198, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos {
  width: 24%;
  min-width: 275px;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
}

/* line 205, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .action_btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 210, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .action_btn .modal-button {
  width: 12.5px;
  border: none;
  color: red;
}

/* line 215, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .action_btn .titre_carte {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* line 221, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .cdp {
  display: flex;
  flex-direction: column;
}

/* line 224, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .cdp .name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* line 229, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .cdp .name .avatar {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

/* line 234, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .cdp .name .user {
  display: flex;
  flex-direction: column;
}

/* line 237, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .cdp .name .user .nom {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 242, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .cdp .name .user .role {
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}

/* line 250, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info {
  width: 100%;
}

/* line 252, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info .type {
  color: var(--noir);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 20px;
}

/* line 259, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info .awnser {
  color: var(--noir);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

/* line 266, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info .status_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}

/* line 272, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info .status_btns form {
  width: 49%;
}

/* line 274, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info .status_btns form button {
  width: 100%;
}

/* line 276, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .info_etude .infos .info .status_btns form button .status_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2px;
  padding: 2px 3px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}

/* line 294, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_actions {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1%;
}

/* line 300, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_actions .step_action {
  width: 24%;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  color: var(--blanc);
  font-weight: 700;
}

/* line 310, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_actions .step_action:hover {
  opacity: 0.8;
}

/* line 314, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 10px;
}

/* line 321, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px;
}

/* line 329, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .icone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin: 0px 0px 5px 0px;
}

/* line 337, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .icone .step_type {
  font-weight: 600;
}

/* line 342, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .title {
  font-weight: 700;
}

/* line 345, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .status {
  padding-bottom: 10px;
}

/* line 348, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .infos {
  flex-grow: 1;
}

/* line 350, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .infos .info {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}

/* line 355, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .infos .info .type {
  font-weight: 700;
  font-size: 12px;
}

/* line 359, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .steps .step_list .step_info .infos .info .awnser {
  font-weight: 600;
  font-size: 11px;
}

/* line 368, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .voir_plus {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--bleu-hex);
  gap: 5px;
}

/* line 380, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .voir_plus .text {
  width: 0%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
}

/* line 388, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .voir_plus .icon {
  font-size: 15px;
}

/* line 392, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info:hover > .voir_plus > .text {
  animation: right_to_left 1s ease;
  width: 100%;
}

/* line 396, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .client_info:not(hover) > .voir_plus > .text {
  animation: left_to_right 1s ease;
  width: 0%;
}

/* line 400, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .voir_plus:hover {
  color: var(--hover-blue);
  cursor: pointer;
}

/* line 404, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .step_info:hover > .voir_plus > .text {
  animation: right_to_left 1s ease;
  width: 100%;
}

/* line 408, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .step_info:not(hover) > .voir_plus > .text {
  animation: left_to_right 1s ease;
  width: 0%;
}

/* line 412, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .voir_plus:hover {
  color: var(--hover-blue);
  cursor: pointer;
}

/* line 416, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-bar .current-date-marker {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--jaune-hex);
  z-index: 10;
}

/* line 426, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container {
  background-color: var(--blanc);
  position: relative;
  width: 100%;
  max-height: 300px;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: auto;
}

/* line 439, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-titre {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* line 444, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-bar-container {
  position: relative;
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

/* line 452, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-bar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-color: var(--bleu-hex);
  color: white;
  line-height: 20px;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 10px;
  text-align: center;
}

/* line 466, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-bar.small-bar .gantt-date-label {
  display: none;
}

/* line 472, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-date-label {
  position: absolute;
  color: #333;
  font-size: 12px;
  padding: 2px;
  background-color: var(--blanc);
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 482, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-date-label.start {
  left: 0;
  bottom: -20px;
}

/* line 487, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
.show_etude_infos .gantt-chart-container .gantt-date-label.end {
  right: 0;
  bottom: -20px;
}

@keyframes right_to_left {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes left_to_right {
  from {
    width: 100%;
  }
  to {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* line 515, app/assets/stylesheets/components_views/etudes/show/etude_infos.scss */
  .show_etude_infos {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

/* line 1, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 5, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 30px;
}

/* line 10, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info {
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 14%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 21, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_title {
  width: 100%;
}

/* line 23, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_title .icone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin: 0px 0px 5px 0px;
}

/* line 31, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_title .icone .step_type {
  font-weight: 600;
}

/* line 36, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_title .title {
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

/* line 42, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_title .status {
  font-weight: 600;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
}

/* line 50, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

/* line 57, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content .info {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}

/* line 62, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content .info .type {
  font-weight: 700;
  font-size: 15px;
}

/* line 66, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content .info .awnser {
  font-weight: 500;
  font-size: 14px;
}

/* line 71, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content .info_long {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 75, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content .info_long .type {
  font-weight: 700;
  font-size: 15px;
}

/* line 79, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info .etude_step_info_content .info_long .awnser {
  text-align: justify;
  font-weight: 500;
  font-size: 12px;
}

/* line 87, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 92, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1%;
}

/* line 97, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_actions form {
  flex-grow: 1;
}

/* line 99, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_actions form .step_action {
  width: 100%;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  color: var(--blanc);
  font-weight: 700;
}

/* line 111, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 20px;
}

/* line 117, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info {
  min-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px;
}

/* line 126, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_titre {
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

/* line 132, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_statut {
  font-weight: 600;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

/* line 138, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_content {
  width: 100%;
}

/* line 140, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_content .info {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}

/* line 145, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_content .info .type {
  font-weight: 700;
  font-size: 12px;
}

/* line 149, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_content .info .awnser {
  font-weight: 600;
  font-size: 11px;
}

/* line 155, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info form {
  flex-grow: 1;
}

/* line 156, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info form > .et_st_sttb_info_btn, .etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_info .et_st_sttb_info_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5px;
  padding: 2px 3px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}

/* line 169, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_table {
  min-width: 70%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px;
  overflow-y: scroll;
}

/* line 180, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_table .et_st_sttb_table_titre {
  width: 100%;
  font-weight: 700;
}

/* line 185, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_list {
  min-width: 70%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* line 192, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_content .et_st_container .et_st_sttb_list .et_st_sttb_list_item {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--blanc);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px;
}

/* line 206, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .voir_plus {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--bleu-hex);
  gap: 5px;
  align-self: flex-end;
}

/* line 219, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .voir_plus .text {
  width: 0%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
}

/* line 227, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .voir_plus .icon {
  font-size: 15px;
}

/* line 231, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info:hover > .voir_plus > .text {
  animation: right_to_left 1s ease;
  width: 100%;
}

/* line 235, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .etude_step_info:not(hover) > .voir_plus > .text {
  animation: left_to_right 1s ease;
  width: 0%;
}

/* line 239, app/assets/stylesheets/components_views/etudes/show/etude_etapes.scss */
.etude_etapes_desc .etude_etape .voir_plus:hover {
  color: var(--hover-blue);
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit {
  --esm-radius: 14px;
  --esm-radius-sm: 10px;
  --esm-shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
  --esm-shadow-pop: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
  --esm-border: 1px solid var(--ds-color-neutral-200);
  --esm-gap: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px 64px;
  background: var(--ds-color-neutral-50);
  min-height: calc(100vh - 80px);
  margin: calc(-1 * var(--ds-space-8, 2rem)) calc(-1 * var(--ds-space-6, 1.5rem)) calc(-1 * var(--ds-space-8, 2rem));
}

@media (max-width: 768px) {
  /* line 5, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
  .esm_cockpit {
    margin: calc(-1 * var(--ds-space-5, 1.25rem)) calc(-1 * var(--ds-space-4, 1rem)) calc(-1 * var(--ds-space-5, 1.25rem));
  }
}

/* line 33, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__toolbar {
  position: sticky;
  top: 0;
  z-index: 40;
  margin: 0 -24px 0;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 53, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__toolbar--scrolled {
  border-bottom-color: var(--ds-color-neutral-200);
  box-shadow: 0 6px 16px -8px rgba(15, 23, 42, 0.08);
}

/* line 59, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: var(--ds-color-neutral-900);
}

/* line 68, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-500);
  font-size: 0.85rem;
}

/* line 75, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__crumb-link {
  color: var(--ds-color-neutral-500);
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__crumb-link:hover {
  color: var(--ds-color-primary-600);
}

/* line 82, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__crumb-sep {
  font-size: 0.7rem;
}

/* line 87, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__ref {
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  font-size: 1rem;
}

/* line 93, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__name {
  color: var(--ds-color-neutral-600);
  font-weight: 500;
}

/* line 98, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__view-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: var(--ds-color-neutral-100);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 999px;
}

/* line 108, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 120, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill i {
  font-size: 0.8rem;
}

/* line 122, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ds-color-neutral-900);
}

/* line 127, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill--active {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-primary-600);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1);
}

/* line 132, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill--active:hover {
  color: var(--ds-color-primary-700);
}

/* line 135, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill--config {
  color: var(--ds-color-neutral-500);
  padding: 6px 10px;
}

/* line 140, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill--held {
  position: relative;
}

/* line 144, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_view-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ds-color-success-500);
  display: inline-block;
  margin-left: 2px;
}

/* line 154, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 162, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 167, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
}

@media (max-width: 720px) {
  /* line 167, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
  .esm_mission__row {
    grid-template-columns: 1fr;
  }
}

/* line 177, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__label {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 187, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__label i {
  color: var(--ds-color-primary-500);
}

/* line 190, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__value {
  color: var(--ds-color-neutral-800);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* line 194, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__value p {
  margin: 0 0 6px;
}

/* line 197, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__empty {
  color: var(--ds-color-neutral-400);
  font-style: italic;
  font-size: 0.85rem;
}

/* line 203, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--ds-color-neutral-200);
}

/* line 212, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border-radius: var(--esm-radius-sm);
}

/* line 220, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__chip > i {
  color: var(--ds-color-primary-500);
  flex-shrink: 0;
}

/* line 223, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__chip-label {
  color: var(--ds-color-neutral-500);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 230, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_mission__chip-value {
  color: var(--ds-color-neutral-900);
  font-weight: 600;
  font-size: 0.88rem;
}

/* line 237, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_cockpit__stream {
  display: grid;
  gap: var(--esm-gap);
}

/* line 245, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card {
  background: var(--ds-color-neutral-0);
  border: var(--esm-border);
  border-radius: var(--esm-radius);
  box-shadow: var(--esm-shadow-soft);
  overflow: hidden;
}

/* line 252, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 261, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--ds-color-neutral-800);
  font-size: 0.95rem;
}

/* line 270, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card__icon {
  color: var(--ds-color-primary-500);
  font-size: 0.85rem;
}

/* line 275, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 281, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card__body {
  padding: 16px 18px 18px;
}

/* line 285, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card--compact .esm_card__body {
  padding: 10px 14px 12px;
}

/* line 286, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card--placeholder {
  background: var(--ds-color-neutral-50);
}

/* line 287, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card__placeholder {
  color: var(--ds-color-neutral-500);
  font-style: italic;
  font-size: 0.85rem;
}

/* line 297, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* line 306, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status--signed {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 307, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status--negotiating {
  background: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 308, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status--done {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
}

/* line 309, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status--aborted {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 310, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status--standby {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 311, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_status--neutral {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
}

/* line 314, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* line 323, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_chip--neutral {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 324, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_chip--success {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 325, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_chip--warn {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 331, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.05s;
}

/* line 344, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn:active {
  transform: translateY(1px);
}

/* line 346, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn i {
  font-size: 0.8rem;
}

/* line 348, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--sm {
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 8px;
}

/* line 350, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--primary {
  background: var(--ds-color-primary-600);
  color: white;
}

/* line 353, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--primary:hover {
  background: var(--ds-color-primary-700);
  color: white;
}

/* line 355, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--success {
  background: var(--ds-color-success-600);
  color: white;
}

/* line 358, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--success:hover {
  background: var(--ds-color-success-700);
  color: white;
}

/* line 360, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--ghost {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-neutral-700);
  border-color: var(--ds-color-neutral-200);
}

/* line 364, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--ghost:hover {
  background: var(--ds-color-neutral-50);
  color: var(--ds-color-neutral-900);
}

/* line 366, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--signed {
  background: var(--ds-color-success-600);
  color: white;
}

/* line 366, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--signed:hover {
  background: var(--ds-color-success-700);
  color: white;
}

/* line 367, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--neutral {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 367, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_btn--neutral:hover {
  background: var(--ds-color-neutral-200);
}

/* line 373, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header {
  background: linear-gradient(180deg, #ffffff 0%, var(--ds-color-neutral-50) 100%);
  border: var(--esm-border);
  border-radius: var(--esm-radius);
  box-shadow: var(--esm-shadow-soft);
  padding: 22px 22px 18px;
}

/* line 380, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* line 389, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 396, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__ref {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  letter-spacing: -0.01em;
}

/* line 403, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__name {
  color: var(--ds-color-neutral-700);
  font-size: 1.1rem;
  font-weight: 500;
}

/* line 409, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__sep {
  color: var(--ds-color-neutral-400);
}

/* line 413, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 420, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
}

/* line 427, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 432, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-item i {
  color: var(--ds-color-neutral-400);
}

/* line 434, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-item--accent {
  color: var(--ds-color-success-700);
}

/* line 436, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-item--accent i {
  color: var(--ds-color-success-500);
}

/* line 440, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 446, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-link:hover {
  color: var(--ds-color-primary-600);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 452, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_header__meta-tag {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  border-radius: 4px;
}

/* line 468, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

/* line 474, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--ds-color-neutral-0);
  border: var(--esm-border);
  border-radius: var(--esm-radius);
  box-shadow: var(--esm-shadow-soft);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* line 485, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi:hover {
  transform: translateY(-1px);
  box-shadow: var(--esm-shadow-pop);
}

/* line 490, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 1rem;
}

/* line 501, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi--primary .esm_kpi__icon {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 502, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi--success .esm_kpi__icon {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-600);
}

/* line 504, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 505, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi__label {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 506, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi__value {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  line-height: 1.1;
}

/* line 507, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_kpi__sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 513, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

/* line 518, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team--compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

/* line 520, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__slot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 522, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__role {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 532, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__role i {
  font-size: 0.75rem;
  color: var(--ds-color-neutral-400);
}

/* line 535, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__person {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: var(--ds-color-neutral-50);
  border-radius: var(--esm-radius-sm);
  border: 1px dashed transparent;
}

/* line 544, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__person--empty {
  background: transparent;
  border-color: var(--ds-color-neutral-200);
}

/* line 550, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__name {
  font-weight: 500;
  color: var(--ds-color-neutral-800);
  font-size: 0.9rem;
}

/* line 551, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_team__name--muted {
  color: var(--ds-color-neutral-400);
  font-style: italic;
}

/* line 554, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  overflow: hidden;
}

/* line 562, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_avatar__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 564, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_avatar--placeholder {
  display: grid;
  place-items: center;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 573, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_avatar--empty {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-400);
}

/* line 578, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_avatar--link {
  text-decoration: none;
  transition: transform 0.1s ease, box-shadow 0.15s;
}

/* line 582, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_avatar--link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 595, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_card:has(.esm_timeline) {
  overflow: visible;
}

/* line 599, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline {
  position: relative;
  padding: 8px 0 0;
}

/* line 603, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__row--scale {
  margin-bottom: 12px;
}

/* line 607, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__scale {
  position: relative;
  height: 24px;
  border-bottom: 1px solid var(--ds-color-neutral-200);
}

/* line 613, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__tick {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  color: var(--ds-color-neutral-500);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 624, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__lanes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 633, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__today-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  pointer-events: none;
  z-index: 1;
}

/* line 643, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__today-spacer {
  /* empty cell for the label column */
}

/* line 645, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__today-track {
  position: relative;
}

/* line 649, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 12px;
}

/* line 656, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--ds-color-neutral-700);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 666, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__label--empty {
  display: block;
  height: 0;
}

/* line 669, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__num {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 681, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__name {
  font-weight: 500;
}

/* line 683, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__track {
  position: relative;
  height: 28px;
  background: var(--ds-color-neutral-100);
  border-radius: 8px;
  overflow: visible;
}

/* line 691, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__today {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--ds-color-danger-500);
  pointer-events: none;
}

/* line 699, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__today::after {
  content: "Aujourd'hui";
  position: absolute;
  top: 0;
  left: 6px;
  background: var(--ds-color-danger-500);
  color: white;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

/* line 714, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar {
  position: absolute;
  top: 4px;
  bottom: 4px;
  border-radius: 6px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s;
  background: var(--ds-color-neutral-500);
}

/* line 731, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar:hover {
  transform: translateY(-1px);
  box-shadow: var(--esm-shadow-pop);
  color: white;
}

/* line 735, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar:hover .esm_timeline__tooltip {
  display: block;
}

/* line 740, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar--planned {
  background: linear-gradient(180deg, var(--ds-color-neutral-400), var(--ds-color-neutral-500));
}

/* line 741, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar--active {
  background: linear-gradient(180deg, var(--ds-color-primary-500), var(--ds-color-primary-600));
}

/* line 742, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar--standby {
  background: linear-gradient(180deg, var(--ds-color-warning-500), var(--ds-color-warning-600));
}

/* line 743, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar--done {
  background: linear-gradient(180deg, var(--ds-color-success-500), var(--ds-color-success-600));
}

/* line 746, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__bar-label {
  display: inline-block;
}

/* line 748, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: var(--ds-color-neutral-900);
  color: white;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 400;
  z-index: 10;
  box-shadow: var(--esm-shadow-pop);
}

/* line 763, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__tooltip-title {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.85rem;
}

/* line 764, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__tooltip-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}

/* line 765, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__tooltip-row i {
  width: 12px;
  color: var(--ds-color-neutral-400);
}

/* line 768, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__legend {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 776, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 780, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

/* line 786, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_dot--planned {
  background: var(--ds-color-neutral-400);
}

/* line 787, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_dot--active {
  background: var(--ds-color-primary-500);
}

/* line 788, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_dot--standby {
  background: var(--ds-color-warning-500);
}

/* line 789, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_dot--done {
  background: var(--ds-color-success-500);
}

/* line 795, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase-grid {
  display: grid;
  gap: 12px;
}

/* line 799, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* line 800, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase-grid--standard {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* line 801, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase-grid--detailed {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

/* line 804, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: var(--esm-radius-sm);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 4px solid var(--ds-color-neutral-300);
  transition: box-shadow 0.15s, border-color 0.15s;
}

/* line 815, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase:hover {
  box-shadow: var(--esm-shadow-pop);
}

/* line 817, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--planned {
  border-left-color: var(--ds-color-neutral-400);
}

/* line 818, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--active {
  border-left-color: var(--ds-color-primary-500);
}

/* line 819, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--standby {
  border-left-color: var(--ds-color-warning-500);
}

/* line 820, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--done {
  border-left-color: var(--ds-color-success-500);
}

/* line 822, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 828, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__num {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 6px;
}

/* line 837, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__title {
  flex: 1;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
}

/* line 845, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__status {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
}

/* line 854, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--active .esm_phase__status {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 855, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--done .esm_phase__status {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 856, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase--standby .esm_phase__status {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 858, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  font-size: 0.82rem;
  color: var(--ds-color-neutral-700);
}

/* line 866, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__metric {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 871, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__metric i {
  color: var(--ds-color-neutral-400);
  width: 14px;
}

/* line 874, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__inline {
  color: var(--ds-color-neutral-600);
  font-size: 0.8rem;
}

/* line 876, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__desc {
  color: var(--ds-color-neutral-600);
  font-size: 0.82rem;
  line-height: 1.45;
  border-top: 1px dashed var(--ds-color-neutral-200);
  padding-top: 8px;
}

/* line 884, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_phase__foot {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

/* line 894, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  gap: 10px;
  color: var(--ds-color-neutral-500);
  text-align: center;
}

/* line 904, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_empty__icon {
  font-size: 1.6rem;
  color: var(--ds-color-neutral-300);
}

/* line 905, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_empty__text {
  font-size: 0.9rem;
}

/* line 907, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_empty--inline {
  padding: 10px 8px;
  color: var(--ds-color-neutral-500);
  font-size: 0.85rem;
  font-style: italic;
}

/* line 915, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 920, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_table th, .esm_table td {
  padding: 10px 12px;
  text-align: left;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 927, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_table th {
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 935, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_table tbody tr:hover {
  background: var(--ds-color-neutral-50);
}

/* line 937, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_table__strong {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
}

/* line 938, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_table__actions {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

/* line 944, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 953, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--esm-radius-sm);
  background: var(--ds-color-neutral-50);
  border: 1px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}

/* line 963, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc:hover {
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-color-neutral-200);
}

/* line 968, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 978, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__main {
  flex: 1;
  min-width: 0;
}

/* line 979, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__title {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  font-size: 0.9rem;
}

/* line 981, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 3px;
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 989, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 992, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__pending {
  color: var(--ds-color-warning-600);
}

/* line 994, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_doc__actions {
  display: inline-flex;
  gap: 4px;
}

/* line 1003, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}

/* line 1012, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--esm-radius-sm);
  background: var(--ds-color-neutral-50);
}

/* line 1020, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__main {
  flex: 1;
  min-width: 0;
}

/* line 1021, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__name {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 1030, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

/* line 1031, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 1037, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__link:hover {
  color: var(--ds-color-primary-600);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 1042, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__link--muted {
  color: var(--ds-color-neutral-500);
}

/* line 1044, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__link--muted:hover {
  color: var(--ds-color-primary-600);
}

/* line 1047, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_contact__role {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* line 1065, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0;
  border-left: 2px solid var(--ds-color-neutral-200);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 1074, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__item {
  position: relative;
  padding-left: 18px;
}

/* line 1079, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__dot {
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ds-color-primary-500);
  border: 2px solid white;
}

/* line 1090, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* line 1097, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__type {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ds-color-primary-600);
}

/* line 1105, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__date {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 1106, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__title {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  margin-top: 2px;
  font-size: 0.9rem;
}

/* line 1107, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__desc {
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  margin-top: 4px;
  line-height: 1.45;
}

/* line 1108, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_timeline-vertical__meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  margin-top: 4px;
  font-style: italic;
}

/* line 1114, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1119, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants__row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(160px, 1.5fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border-radius: var(--esm-radius-sm);
}

/* line 1129, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants__phase-name {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  font-size: 0.9rem;
}

/* line 1130, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants__phase-meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 1132, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants__progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 1133, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants__count {
  color: var(--ds-color-neutral-600);
  font-size: 0.78rem;
}

/* line 1135, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_intervenants__pool {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 1142, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_progress {
  height: 6px;
  border-radius: 999px;
  background: var(--ds-color-neutral-200);
  overflow: hidden;
}

/* line 1148, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_progress__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-success-500));
  border-radius: inherit;
  transition: width 0.3s ease;
}

/* line 1159, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 1164, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 1170, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 1177, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__logo--placeholder {
  display: grid;
  place-items: center;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-500);
}

/* line 1185, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 1.02rem;
}

/* line 1186, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 1192, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__link:hover {
  color: var(--ds-color-primary-600);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 1197, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.82rem;
  display: flex;
  gap: 4px;
}

/* line 1199, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

/* line 1205, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: var(--ds-color-neutral-50);
  border-radius: var(--esm-radius-sm);
  font-size: 0.85rem;
}

/* line 1214, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__field i {
  color: var(--ds-color-neutral-400);
}

/* line 1216, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__field-label {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 1217, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__field-value {
  color: var(--ds-color-neutral-900);
  font-weight: 500;
}

/* line 1220, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__signataire {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--ds-color-primary-50);
  border-radius: var(--esm-radius-sm);
  font-size: 0.85rem;
  color: var(--ds-color-neutral-800);
}

/* line 1230, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__signataire i {
  color: var(--ds-color-primary-500);
}

/* line 1232, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__signataire-label {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 1233, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_client__signataire-fonction {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
}

/* line 1240, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
  z-index: 1000;
  animation: esm-overlay-in 0.2s ease;
}

@keyframes esm-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1253, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card {
  position: relative;
  background: var(--ds-color-neutral-0);
  border-radius: 16px;
  padding: 22px 22px 18px;
  width: min(420px, calc(100vw - 32px));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

/* line 1264, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card--in {
  transform: translateY(0);
  opacity: 1;
}

/* line 1266, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--ds-color-neutral-400);
  cursor: pointer;
  transition: background 0.15s;
}

/* line 1279, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__close:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 1282, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  margin-bottom: 12px;
  padding-right: 24px;
}

/* line 1290, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__label {
  display: block;
  font-size: 0.85rem;
  color: var(--ds-color-neutral-700);
  font-weight: 500;
  margin-bottom: 6px;
}

/* line 1298, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__date {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--ds-color-neutral-300);
  font-size: 0.95rem;
  background: var(--ds-color-neutral-50);
}

/* line 1306, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__date:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  background: white;
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 1314, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__hint {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
  margin-top: 8px;
}

/* line 1320, app/assets/stylesheets/components_views/etudes/show_modules/_cockpit.scss */
.esm_smart-card__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

/* line 5, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_editor {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 10, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_editor__head h2, .esv_editor__head .h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  margin: 0 0 4px;
}

/* line 17, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_editor__sub {
  color: var(--ds-color-neutral-600);
  margin: 0;
  font-size: 0.9rem;
}

/* line 23, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_editor__role-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--ds-color-neutral-100);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 999px;
  align-self: flex-start;
}

/* line 34, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_role-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* line 48, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_role-tab:hover {
  color: var(--ds-color-neutral-900);
}

/* line 50, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_role-tab--active {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-primary-600);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

/* line 57, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_role-panel {
  display: none;
}

/* line 59, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_role-panel--active {
  display: block;
}

/* line 62, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_columns {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: start;
}

/* line 69, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 14px;
  padding: 16px;
  position: sticky;
  top: calc(var(--topbar-h, 44px) + 16px);
  max-height: calc(100vh - var(--topbar-h, 44px) - 32px);
  overflow-y: auto;
}

/* line 80, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library h3, .esv_library .h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  margin: 0;
}

/* line 87, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__hint {
  margin: 4px 0 12px;
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
}

/* line 93, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 102, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  background: var(--ds-color-neutral-50);
  transition: background 0.15s, transform 0.05s;
}

/* line 112, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__item:hover {
  background: var(--ds-color-primary-50);
}

/* line 113, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__item:active {
  transform: translateY(1px);
}

/* line 115, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__item > i:first-child {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-primary-600);
  border-radius: 8px;
  flex-shrink: 0;
}

/* line 127, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__name {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  font-size: 0.85rem;
}

/* line 133, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__desc {
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
  margin-top: 2px;
}

/* line 139, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_library__add {
  margin-left: auto;
  color: var(--ds-color-neutral-400);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--ds-color-neutral-0);
}

/* line 151, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_canvas {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 160, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_canvas__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 167, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_canvas__head h3, .esv_canvas__head .h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  margin: 0;
}

/* line 175, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_canvas__actions {
  display: inline-flex;
  gap: 8px;
}

/* line 180, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_canvas__empty {
  border: 1px dashed var(--ds-color-neutral-300);
  border-radius: 10px;
  padding: 20px;
  color: var(--ds-color-neutral-500);
  text-align: center;
  font-size: 0.9rem;
}

/* line 190, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_modules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 199, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module {
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  background: var(--ds-color-neutral-0);
  overflow: hidden;
}

/* line 205, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 213, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module__head > i:first-child {
  color: var(--ds-color-primary-600);
}

/* line 216, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
  flex: 1;
}

/* line 223, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module__controls {
  display: inline-flex;
  gap: 4px;
}

/* line 228, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module__config {
  padding: 12px 14px;
  display: grid;
  gap: 12px;
}

/* line 234, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module__no-config {
  padding: 10px 14px;
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
  font-style: italic;
}

/* line 241, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_module--pending {
  background: var(--ds-color-warning-50);
  border-color: var(--ds-color-warning-100);
}

/* line 247, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 0;
  background: transparent;
  color: var(--ds-color-neutral-500);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s, color 0.15s;
}

/* line 259, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_btn-icon:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-900);
}

/* line 264, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_btn-icon--danger:hover {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 270, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 275, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_field__label {
  color: var(--ds-color-neutral-700);
  font-size: 0.8rem;
  font-weight: 500;
}

/* line 281, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_field__input {
  padding: 8px 10px;
  border: 1px solid var(--ds-color-neutral-300);
  border-radius: 8px;
  background: var(--ds-color-neutral-50);
  font-size: 0.88rem;
}

/* line 288, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_field__input:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  background: white;
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 297, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 303, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_toggle input {
  display: none;
}

/* line 305, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_toggle__track {
  position: relative;
  width: 38px;
  height: 22px;
  background: var(--ds-color-neutral-300);
  border-radius: 999px;
  transition: background 0.15s;
}

/* line 314, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  transition: transform 0.15s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 326, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
input:checked + .esv_toggle__track {
  background: var(--ds-color-primary-500);
}

/* line 329, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
input:checked + .esv_toggle__track .esv_toggle__thumb {
  transform: translateX(16px);
}

/* line 333, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 339, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_chip-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* line 352, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_chip-toggle input {
  display: none;
}

/* line 354, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_chip-toggle:hover {
  background: var(--ds-color-neutral-200);
}

/* line 356, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_chip-toggle--on {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 360, app/assets/stylesheets/components_views/etudes/show_modules/_view_editor.scss */
.esv_chip-toggle--on::before {
  content: "✓";
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
body.esm_modal-lock {
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

/* line 20, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal[hidden] {
  display: none;
}

/* line 24, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal--open {
  opacity: 1;
  pointer-events: auto;
}

/* line 28, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal--open .esm_modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* line 34, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__panel {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  background: var(--ds-color-neutral-0);
  border-radius: 18px;
  box-shadow: 0 30px 80px -10px rgba(15, 23, 42, 0.35), 0 4px 16px rgba(15, 23, 42, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(8px) scale(0.99);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* line 60, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ds-color-neutral-100);
  background: linear-gradient(180deg, var(--ds-color-neutral-0) 0%, var(--ds-color-neutral-50) 100%);
}

/* line 70, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

/* line 77, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* line 89, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  line-height: 1.2;
}

/* line 97, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__sub {
  margin: 2px 0 0;
  color: var(--ds-color-neutral-500);
  font-size: 0.82rem;
}

/* line 103, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__close {
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--ds-color-neutral-500);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}

/* line 116, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__close:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-900);
}

/* line 122, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__body {
  padding: 22px;
  overflow-y: auto;
  flex: 1;
}

/* line 128, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__body .select2-container {
  width: 100% !important;
}

/* line 133, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal .select2-container--open {
  z-index: 1100;
}

/* line 136, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal .select2-container--open .select2-dropdown {
  border-color: var(--ds-color-primary-300);
  box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

/* line 144, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 18px;
  margin-top: 12px;
  border-top: 1px solid var(--ds-color-neutral-100);
  flex-wrap: wrap;
}

/* line 158, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 163, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__section {
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  padding: 14px 16px 16px;
  background: var(--ds-color-neutral-25);
  margin: 0;
  min-width: 0;
}

/* line 172, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__legend {
  padding: 0 8px;
  margin-left: -4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ds-color-neutral-600);
}

/* line 184, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__legend i {
  color: var(--ds-color-primary-500);
}

/* line 187, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 640px) {
  /* line 187, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
  .esm_form__grid {
    grid-template-columns: 1fr;
  }
}

/* line 197, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 203, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__field--wide {
  grid-column: 1 / -1;
}

/* line 206, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ds-color-neutral-700);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 214, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__label i {
  color: var(--ds-color-neutral-400);
}

/* line 216, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__label abbr {
  color: var(--ds-color-danger-500);
  border: 0;
  cursor: help;
}

/* line 219, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__input,
.esm_form input.esm_form__input[type="text"],
.esm_form input.esm_form__input[type="number"],
.esm_form input.esm_form__input[type="email"],
.esm_form input.esm_form__input[type="date"],
.esm_form select.esm_form__input,
.esm_form textarea.esm_form__input {
  width: 100%;
  padding: 9px 12px;
  border-radius: 9px;
  border: 1px solid var(--ds-color-neutral-300);
  background: var(--ds-color-neutral-0);
  font-size: 0.9rem;
  color: var(--ds-color-neutral-900);
  transition: border-color 0.15s, box-shadow 0.15s;
  font-family: inherit;
}

/* line 236, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__input:focus,
.esm_form input.esm_form__input[type="text"]:focus,
.esm_form input.esm_form__input[type="number"]:focus,
.esm_form input.esm_form__input[type="email"]:focus,
.esm_form input.esm_form__input[type="date"]:focus,
.esm_form select.esm_form__input:focus,
.esm_form textarea.esm_form__input:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 242, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__input:disabled,
.esm_form input.esm_form__input[type="text"]:disabled,
.esm_form input.esm_form__input[type="number"]:disabled,
.esm_form input.esm_form__input[type="email"]:disabled,
.esm_form input.esm_form__input[type="date"]:disabled,
.esm_form select.esm_form__input:disabled,
.esm_form textarea.esm_form__input:disabled {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-500);
}

/* line 248, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__hint {
  margin-top: 10px;
  color: var(--ds-color-warning-600);
  font-size: 0.8rem;
  font-style: italic;
}

/* line 255, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form__hint-inline {
  margin-top: 4px;
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
}

/* line 262, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .form-group, .esm_form .input {
  margin-bottom: 0;
}

/* line 265, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default .select2-selection--single {
  height: 38px;
  padding: 4px 12px;
  border-radius: 9px;
  border: 1px solid var(--ds-color-neutral-300);
  background: var(--ds-color-neutral-0);
}

/* line 272, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: var(--ds-color-neutral-900);
  padding: 0;
}

/* line 278, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 6px;
}

/* line 280, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--ds-color-neutral-400);
}

/* line 282, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default .select2-selection--single .select2-selection__clear {
  color: var(--ds-color-neutral-400);
}

/* line 284, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: var(--ds-color-danger-500);
}

/* line 288, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_form .select2-container--default.select2-container--focus .select2-selection--single,
.esm_form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 298, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 303, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px 6px;
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 311, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 4px;
  color: var(--ds-color-neutral-400);
  font-size: 0.78rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 323, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step--active {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-500);
}

/* line 328, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step--done {
  color: var(--ds-color-success-700);
}

/* line 333, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-dot {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

/* line 347, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step--active .esm_wizard__progress-dot {
  background: var(--ds-color-primary-600);
  color: white;
}

/* line 352, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step--done .esm_wizard__progress-dot {
  background: var(--ds-color-success-500);
  color: white;
}

/* line 356, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step--done .esm_wizard__progress-dot::before {
  content: "✓";
}

/* line 360, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-step--done .esm_wizard__progress-dot > * {
  display: none;
}

@media (max-width: 540px) {
  /* line 363, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
  .esm_wizard__progress-label {
    display: none;
  }
}

/* line 367, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__progress-text {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  font-weight: 500;
  margin-right: auto;
}

/* line 374, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__step {
  display: none;
  flex-direction: column;
  gap: 14px;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 382, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__step--active {
  display: flex;
}

/* line 385, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__step-head h3, .esm_wizard__step-head .h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
}

/* line 392, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__step-head p {
  margin: 0;
  color: var(--ds-color-neutral-500);
  font-size: 0.85rem;
}

/* line 400, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

/* line 406, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  background: var(--ds-color-neutral-0);
  border: 2px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s, transform 0.05s, background 0.15s;
}

/* line 420, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 422, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-card:hover {
  border-color: var(--ds-color-primary-300);
  background: var(--ds-color-primary-50);
}

/* line 427, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-card:has(input:checked) {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 434, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  display: grid;
  place-items: center;
  font-size: 1rem;
}

/* line 445, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ds-color-neutral-900);
}

/* line 452, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-tabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--ds-color-neutral-100);
  border-radius: 999px;
  align-self: flex-start;
  flex-wrap: wrap;
}

/* line 462, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 0;
  background: transparent;
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* line 476, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-tab:hover {
  color: var(--ds-color-neutral-900);
}

/* line 478, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-tab--active {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-primary-600);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

/* line 485, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-count {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 498, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-tab--active .esm_wizard__participants-count {
  background: var(--ds-color-primary-600);
  color: white;
}

/* line 503, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-summary {
  padding: 8px 12px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border: 1px solid var(--ds-color-primary-100);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 500;
}

/* line 513, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-pane {
  display: none;
  flex-direction: column;
  gap: 10px;
}

/* line 518, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-pane--active {
  display: flex;
}

/* line 521, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-search {
  margin: 0;
}

/* line 525, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}

/* line 534, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participants-section {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 4px 2px;
}

/* line 544, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s;
}

/* line 553, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-row input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 555, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-row:hover {
  background: var(--ds-color-neutral-50);
}

/* line 557, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-row:has(input:checked) {
  background: var(--ds-color-primary-50);
}

/* line 562, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-check {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid var(--ds-color-neutral-300);
  background: var(--ds-color-neutral-0);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}

/* line 573, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-check i {
  color: white;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.1s;
}

/* line 576, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-row:has(input:checked) .esm_wizard__participant-check {
  background: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-600);
}

/* line 580, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-row:has(input:checked) .esm_wizard__participant-check i {
  opacity: 1;
}

/* line 583, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 590, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-avatar--placeholder {
  display: grid;
  place-items: center;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 600, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 608, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 618, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-tag {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 1px 6px;
  border-radius: 999px;
}

/* line 629, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__participant-sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 637, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 643, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 8px 14px;
  background: var(--ds-color-neutral-0);
  border: 2px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ds-color-neutral-800);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

/* line 658, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-chip small, .esm_wizard__date-chip .small {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--ds-color-neutral-500);
}

/* line 664, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-chip:hover {
  border-color: var(--ds-color-primary-300);
  background: var(--ds-color-primary-50);
}

/* line 669, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-chip--active {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
}

/* line 673, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-chip--active small, .esm_wizard__date-chip--active .small {
  color: var(--ds-color-primary-700);
}

/* line 677, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__date-input {
  margin-top: 4px;
}

/* line 681, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap {
  margin-top: 6px;
  padding: 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 688, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ds-color-neutral-600);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

/* line 697, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

/* line 702, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-grid span {
  display: block;
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

/* line 711, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-grid strong {
  color: var(--ds-color-neutral-900);
  font-size: 0.88rem;
  font-weight: 600;
}

/* line 718, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-desc {
  margin-top: 12px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 8px;
}

/* line 725, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-desc-title {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

/* line 733, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__recap-desc div {
  color: var(--ds-color-neutral-800);
  font-size: 0.88rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

/* line 742, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__hint {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: var(--ds-color-info-50);
  color: var(--ds-color-info-600);
  border: 1px solid var(--ds-color-info-100);
  border-radius: 8px;
  font-size: 0.85rem;
}

/* line 753, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__hint i {
  color: var(--ds-color-info-500);
  flex-shrink: 0;
}

/* line 754, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__hint strong {
  color: var(--ds-color-neutral-900);
  font-weight: 600;
}

/* line 756, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__hint--warn {
  background: var(--ds-color-warning-50);
  color: var(--ds-color-warning-600);
  border-color: var(--ds-color-warning-100);
}

/* line 761, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__hint--warn i {
  color: var(--ds-color-warning-500);
}

/* line 765, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 4px;
}

/* line 772, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-card {
  padding: 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 778, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-card--success {
  background: var(--ds-color-success-50);
  border-color: var(--ds-color-success-100);
}

/* line 784, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-label {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

/* line 792, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-value {
  color: var(--ds-color-neutral-900);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 799, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-card--success .esm_wizard__finance-value {
  color: var(--ds-color-success-700);
}

/* line 803, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__finance-formula {
  margin-top: 4px;
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  min-height: 1em;
}

/* line 812, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__type-badge {
  margin-top: 4px;
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 6px;
  border-radius: 999px;
}

/* line 825, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 540px) {
  /* line 825, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
  .esm_wizard__mode-grid {
    grid-template-columns: 1fr;
  }
}

/* line 833, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 22px 18px;
  background: var(--ds-color-neutral-0);
  border: 2px solid var(--ds-color-neutral-200);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.05s, background 0.15s, box-shadow 0.15s;
}

/* line 847, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 849, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-card:hover {
  border-color: var(--ds-color-primary-300);
  background: var(--ds-color-primary-50);
}

/* line 854, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-card:has(input:checked) {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 861, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  font-size: 1.4rem;
}

/* line 869, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-icon--generate {
  background: var(--ds-color-info-50);
  color: var(--ds-color-info-600);
}

/* line 874, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-icon--signed {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-600);
}

/* line 880, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 1rem;
}

/* line 886, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__mode-desc {
  color: var(--ds-color-neutral-500);
  font-size: 0.82rem;
  line-height: 1.45;
}

/* line 893, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: var(--ds-color-neutral-50);
  border: 2px dashed var(--ds-color-neutral-300);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

/* line 905, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload input[type="file"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 911, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload:hover {
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-primary-50);
}

/* line 917, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-600);
}

/* line 924, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-empty > i {
  font-size: 1.4rem;
  color: var(--ds-color-primary-500);
}

/* line 930, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-title {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  font-size: 0.9rem;
}

/* line 936, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-hint {
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
}

/* line 941, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-filled {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ds-color-neutral-900);
}

/* line 947, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-filled > i:first-child {
  font-size: 1.2rem;
  color: var(--ds-color-success-600);
}

/* line 953, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-filename {
  font-weight: 500;
  font-size: 0.9rem;
  word-break: break-all;
}

/* line 959, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-clear {
  margin-left: auto;
  background: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  color: var(--ds-color-neutral-400);
  cursor: pointer;
  display: grid;
  place-items: center;
}

/* line 971, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_wizard__upload-clear:hover {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 981, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 986, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  flex-wrap: wrap;
}

/* line 997, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__head-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1004, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__head-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1011, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__download {
  align-self: flex-start;
}

/* line 1015, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__file {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: var(--ds-color-success-50);
  border: 1px solid var(--ds-color-success-100);
  border-radius: 8px;
  font-size: 0.88rem;
  margin-bottom: 8px;
}

/* line 1026, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__file i {
  color: var(--ds-color-success-600);
}

/* line 1027, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__file a {
  margin-left: auto;
  color: var(--ds-color-primary-600);
  text-decoration: none;
  font-size: 0.82rem;
}

/* line 1033, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__file a:hover {
  text-decoration: underline;
}

/* line 1037, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__delete {
  margin-right: auto;
}

/* line 1040, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-detail__delete:hover {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
  border-color: var(--ds-color-danger-100);
}

/* line 1051, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 1062, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status--idle {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 1063, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status--processing {
  background: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 1064, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status--done {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 1065, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status--failed {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 1067, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status__error {
  padding: 10px 12px;
  background: var(--ds-color-danger-50);
  border: 1px solid var(--ds-color-danger-100);
  border-radius: 8px;
  color: var(--ds-color-danger-700);
  font-size: 0.85rem;
}

/* line 1076, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status__empty {
  padding: 16px;
  background: var(--ds-color-warning-50);
  border: 1px solid var(--ds-color-warning-100);
  border-radius: 10px;
  color: var(--ds-color-warning-600);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1088, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_doc-status__footer {
  margin-top: 8px;
}

/* line 1096, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 540px) {
  /* line 1096, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
  .esm_add-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1106, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.1s, border-color 0.15s, box-shadow 0.15s;
}

/* line 1126, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card:hover {
  transform: translateY(-1px);
  border-color: var(--ds-color-primary-300);
  box-shadow: 0 6px 16px -8px rgba(15, 23, 42, 0.12);
  color: inherit;
}

/* line 1133, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card:focus-visible {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 1139, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 1rem;
}

/* line 1150, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.95rem;
}

/* line 1156, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card__desc {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
  line-height: 1.4;
}

/* line 1162, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card--phase .esm_add-card__icon {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 1163, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card--facture .esm_add-card__icon {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-600);
}

/* line 1164, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card--avenant .esm_add-card__icon {
  background: var(--ds-color-warning-50);
  color: var(--ds-color-warning-600);
}

/* line 1165, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_add-card--doc .esm_add-card__icon {
  background: var(--ds-color-info-50);
  color: var(--ds-color-info-600);
}

/* line 1172, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: var(--ds-color-primary-50);
  border: 1px dashed var(--ds-color-primary-200);
  border-radius: 12px;
  flex-wrap: wrap;
}

/* line 1182, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__empty > i {
  font-size: 1.6rem;
  color: var(--ds-color-primary-600);
}

/* line 1188, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__empty-title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.95rem;
}

/* line 1194, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__empty-sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.85rem;
  margin-top: 2px;
}

/* line 1200, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 1211, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__head-left, .esm_recrutement__head-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 1218, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__count {
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  font-weight: 500;
}

/* line 1223, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__count--muted {
  color: var(--ds-color-neutral-400);
}

/* line 1226, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__bulkbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  margin-bottom: 12px;
  background: var(--ds-color-primary-50);
  border: 1px solid var(--ds-color-primary-200);
  border-radius: 12px;
  box-shadow: 0 4px 12px -4px rgba(79, 70, 229, 0.18);
  animation: esm-bulkbar-in 0.18s ease;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 1241, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__bulkbar-info {
  color: var(--ds-color-primary-700);
  font-weight: 600;
  font-size: 0.92rem;
}

/* line 1247, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__bulkbar-actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1253, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__select-all {
  margin-bottom: 6px;
}

/* line 1257, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__select-all-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-600);
  font-size: 0.82rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1266, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_recrutement__select-all-label input {
  accent-color: var(--ds-color-primary-600);
}

@keyframes esm-bulkbar-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1276, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1285, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-left: 4px solid var(--ds-color-neutral-300);
  border-radius: var(--esm-radius-sm);
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

/* line 1296, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant:hover {
  box-shadow: 0 4px 12px -6px rgba(15, 23, 42, 0.08);
}

/* line 1298, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant:has(input[type='checkbox']:checked) {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-300);
}

/* line 1303, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant--ok {
  border-left-color: var(--ds-color-success-500);
}

/* line 1304, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant--mid {
  border-left-color: var(--ds-color-warning-500);
}

/* line 1305, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant--bad {
  border-left-color: var(--ds-color-danger-500);
}

/* line 1306, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant--neutral {
  border-left-color: var(--ds-color-neutral-300);
}

/* line 1308, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__checkbox-wrap {
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 1315, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__checkbox-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 1318, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__checkbox-mark {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--ds-color-neutral-300);
  border-radius: 6px;
  background: var(--ds-color-neutral-0);
  display: grid;
  place-items: center;
  transition: background 0.15s, border-color 0.15s;
}

/* line 1328, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__checkbox-mark i {
  color: white;
  font-size: 0.72rem;
  opacity: 0;
  transition: opacity 0.1s;
}

/* line 1331, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__checkbox-wrap:has(input:checked) .esm_postulant__checkbox-mark {
  background: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-600);
}

/* line 1334, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__checkbox-wrap:has(input:checked) .esm_postulant__checkbox-mark i {
  opacity: 1;
}

/* line 1337, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 1344, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__avatar--placeholder {
  display: grid;
  place-items: center;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.78rem;
  font-weight: 700;
}

/* line 1354, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 1362, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1372, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__note {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 999px;
}

/* line 1380, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__note--ok {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 1381, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__note--mid {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 1382, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__note--bad {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 1383, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__note--neutral {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 1386, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__msg {
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  font-style: italic;
}

/* line 1391, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__msg > i {
  color: var(--ds-color-neutral-300);
  margin-right: 4px;
}

/* line 1394, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1401, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__profile-link {
  color: var(--ds-color-primary-600);
  text-decoration: none;
  font-size: 0.8rem;
}

/* line 1406, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__profile-link:hover {
  text-decoration: underline;
}

/* line 1409, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_postulant__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 1421, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_bulk-accept__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1427, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_bulk-accept__empty {
  padding: 16px;
  background: var(--ds-color-warning-50);
  border: 1px solid var(--ds-color-warning-100);
  border-radius: 10px;
  color: var(--ds-color-warning-600);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1439, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_bulk-accept__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

@media (max-width: 540px) {
  /* line 1439, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
  .esm_bulk-accept__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* line 1455, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_bulk-accept__row-name {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ds-color-neutral-900);
  font-weight: 500;
  font-size: 0.9rem;
}

/* line 1464, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_bulk-accept__row-num {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.72rem;
  font-weight: 700;
}

/* line 1476, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_bulk-accept__row-input input {
  width: 100%;
}

/* line 1485, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenants__summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  margin-bottom: 12px;
}

/* line 1496, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenants__summary-card {
  text-align: center;
}

/* line 1500, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenants__summary-label {
  color: var(--ds-color-neutral-500);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

/* line 1508, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenants__summary-value {
  color: var(--ds-color-neutral-900);
  font-weight: 700;
  font-size: 1rem;
}

/* line 1515, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1524, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: var(--esm-radius-sm);
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

/* line 1535, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: 0 4px 12px -6px rgba(15, 23, 42, 0.08);
  background: var(--ds-color-neutral-50);
}

/* line 1541, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 1548, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__avatar--placeholder {
  display: grid;
  place-items: center;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.78rem;
  font-weight: 700;
}

/* line 1558, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 1566, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1576, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__ref-rm {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 2px 8px;
  border-radius: 999px;
}

/* line 1586, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__ref-rm--missing {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 1592, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ds-color-neutral-600);
  font-size: 0.8rem;
  flex-wrap: wrap;
}

/* line 1600, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__meta > span > i {
  color: var(--ds-color-neutral-400);
  margin-right: 4px;
}

/* line 1603, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 1614, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 1619, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  flex-wrap: wrap;
}

/* line 1631, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__head-left, .esm_intervenant-detail__head-right {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1638, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__docs {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--ds-color-neutral-100);
}

/* line 1644, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__docs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 1651, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__docs-title {
  font-weight: 600;
  color: var(--ds-color-neutral-800);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 1659, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__docs-title i {
  color: var(--ds-color-primary-500);
}

/* line 1662, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__danger {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--ds-color-neutral-100);
}

/* line 1669, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_intervenant-detail__danger .esm_doc-detail__delete:hover {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
  border-color: var(--ds-color-danger-100);
}

/* line 1677, app/assets/stylesheets/components_views/etudes/show_modules/_modal.scss */
.esm_chip--danger {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 12, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_contact-cockpit .esm_cockpit__toolbar {
  padding: 12px 24px;
}

/* line 18, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* line 28, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.85;
  flex-shrink: 0;
}

/* line 37, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill--success {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 38, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill--info {
  background: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 39, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill--warn {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 40, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill--accent {
  background: var(--ds-color-accent-100);
  color: var(--ds-color-accent-700);
}

/* line 41, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill--danger {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 42, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pill--neutral {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 48, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_icon-btn {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-neutral-500);
  border: 1px solid var(--ds-color-neutral-200);
  text-decoration: none;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
  font-size: 0.85rem;
}

/* line 61, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_icon-btn:hover {
  color: var(--ds-color-danger-600);
  background: var(--ds-color-danger-50);
  border-color: var(--ds-color-danger-200);
}

/* line 71, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero {
  --csm-hero-bg: var(--ds-color-primary-50);
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.95)), radial-gradient(circle at 0% 0%, var(--csm-hero-bg) 0%, transparent 55%), var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
}

@media (max-width: 900px) {
  /* line 71, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_hero {
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }
}

/* line 93, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  overflow: hidden;
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.35), inset 0 0 0 4px rgba(255, 255, 255, 0.18);
}

/* line 108, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar:hover .csm_hero__avatar-btn {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  /* line 93, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_hero__avatar {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    font-size: 1.6rem;
  }
}

/* line 121, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 128, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar-form {
  margin: 0;
}

/* line 129, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
}

/* line 139, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar-btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ds-color-neutral-800);
  border: 1px solid rgba(15, 23, 42, 0.08);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--ds-duration-fast, 150ms) ease, transform var(--ds-duration-fast, 150ms) ease, background-color var(--ds-duration-fast, 150ms) ease;
}

/* line 161, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar-btn:hover {
  background: white;
  color: var(--ds-color-primary-600);
}

/* line 162, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar-btn:focus-visible {
  opacity: 1;
  transform: translateY(0);
  outline: 2px solid var(--ds-color-primary-500);
  outline-offset: 2px;
}

/* line 170, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__avatar:focus-within .csm_hero__avatar-btn {
  opacity: 1;
  transform: translateY(0);
}

/* line 175, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 182, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

/* line 191, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__sub {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--ds-color-neutral-600);
  font-size: 0.95rem;
}

/* line 199, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__sub i {
  color: var(--ds-color-neutral-400);
}

/* line 202, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__role {
  font-weight: 600;
  color: var(--ds-color-neutral-800);
}

/* line 207, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__sub-sep {
  color: var(--ds-color-neutral-400);
}

/* line 209, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__entreprise {
  color: var(--ds-color-primary-600);
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-color 0.15s;
}

/* line 215, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__entreprise:hover {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 221, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

/* line 228, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--ds-color-neutral-700);
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

/* line 241, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip i {
  color: var(--ds-color-neutral-400);
  font-size: 0.8rem;
}

/* line 243, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip:hover {
  color: var(--ds-color-primary-700);
  border-color: var(--ds-color-primary-300);
  background: var(--ds-color-primary-50);
}

/* line 248, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip:hover i {
  color: var(--ds-color-primary-500);
}

/* line 251, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip--empty {
  color: var(--ds-color-neutral-400);
  font-style: italic;
  cursor: default;
}

/* line 256, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip--empty:hover {
  color: var(--ds-color-neutral-400);
  border-color: var(--ds-color-neutral-200);
  background: transparent;
}

/* line 261, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip--empty:hover i {
  color: var(--ds-color-neutral-400);
}

/* line 266, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__side {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  text-align: right;
  color: var(--ds-color-neutral-600);
  font-size: 0.83rem;
  border-left: 1px dashed var(--ds-color-neutral-200);
  padding-left: 22px;
}

@media (max-width: 900px) {
  /* line 266, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_hero__side {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px dashed var(--ds-color-neutral-200);
    padding-left: 0;
    padding-top: 12px;
    align-items: flex-start;
    text-align: left;
  }
}

/* line 287, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__side i {
  color: var(--ds-color-neutral-400);
  margin-right: 4px;
}

/* line 290, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__owner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 296, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__owner-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-color-neutral-500);
}

/* line 303, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__owner-name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.95rem;
}

/* line 309, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__owner-action {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

/* line 324, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__owner-action i {
  color: var(--ds-color-primary-500);
  font-size: 0.7rem;
}

/* line 326, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__owner-action:hover {
  border-color: var(--ds-color-primary-300);
  color: var(--ds-color-primary-700);
  background: var(--ds-color-primary-50);
}

/* line 333, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__since strong {
  color: var(--ds-color-neutral-800);
}

/* line 339, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_split {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: 16px;
  align-items: start;
}

@media (max-width: 1100px) {
  /* line 339, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_split {
    grid-template-columns: 1fr;
  }
}

/* line 349, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_split__main, .csm_split__side {
  display: grid;
  gap: 16px;
  min-width: 0;
}

/* line 363, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_etude-board.board {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

/* line 366, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_etude-board .board__column--avorte {
  border-left-color: var(--ds-color-danger-400);
  background-color: rgba(239, 68, 68, 0.05);
}

@media (max-width: 900px) {
  /* line 372, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_etude-board.board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  /* line 375, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_etude-board.board {
    grid-template-columns: 1fr;
  }
}

/* line 382, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_board-card strong {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 2px 6px;
  border-radius: 5px;
  align-self: flex-start;
  letter-spacing: 0.02em;
}

/* line 392, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_board-card span {
  margin-top: 4px;
  line-height: 1.3;
}

/* line 399, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_board-card__pin {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  margin-top: 4px !important;
  padding: 1px 6px;
  background: var(--ds-color-warning-50);
  color: var(--ds-color-warning-700, #b45309) !important;
  border: 1px solid var(--ds-color-warning-200, #fde68a);
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

/* line 413, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_board-card__pin i {
  font-size: 8px;
  opacity: 0.8;
}

/* line 420, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 426, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  padding: 8px 0;
  align-items: baseline;
  border-bottom: 1px dashed var(--ds-color-neutral-100);
}

/* line 434, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id__row:last-child {
  border-bottom: 0;
}

/* line 437, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id__label {
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 447, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id__label i {
  color: var(--ds-color-neutral-400);
  width: 12px;
}

/* line 450, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id__value {
  color: var(--ds-color-neutral-900);
  font-size: 0.88rem;
  font-weight: 500;
  margin: 0;
}

/* line 456, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_id__value--empty {
  color: var(--ds-color-neutral-400);
  font-style: italic;
  font-weight: 400;
}

/* line 467, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

/* line 472, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 479, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__logo--placeholder {
  display: grid;
  place-items: center;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-500);
  font-size: 1.1rem;
}

/* line 488, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 495, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 503, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__name:hover {
  color: var(--ds-color-primary-600);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 509, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

/* line 517, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__sub {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-600);
  font-size: 0.82rem;
  text-decoration: none;
}

/* line 525, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__sub i {
  color: var(--ds-color-neutral-400);
}

/* line 527, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__sub--link {
  color: var(--ds-color-primary-600);
}

/* line 529, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_company__sub--link:hover {
  color: var(--ds-color-primary-700);
  text-decoration: underline;
}

/* line 537, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 542, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_notes__textarea {
  width: 100%;
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--ds-font-sans);
  font-size: 0.9rem;
  color: var(--ds-color-neutral-900);
  background: var(--ds-color-neutral-50);
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

/* line 556, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_notes__textarea::-moz-placeholder {
  color: var(--ds-color-neutral-400);
}
.csm_notes__textarea::placeholder {
  color: var(--ds-color-neutral-400);
}

/* line 558, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_notes__textarea:focus {
  outline: none;
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-neutral-0);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 566, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_notes__actions {
  display: flex;
  justify-content: flex-end;
}

/* line 575, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_link {
  color: var(--ds-color-primary-600);
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 581, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_link:hover {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 586, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_link--small {
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 594, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_more {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-500);
  font-size: 0.82rem;
  text-align: center;
}

/* line 603, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_modal-hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 12px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: 10px;
  font-size: 0.82rem;
}

/* line 614, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_modal-hint i {
  color: var(--ds-color-primary-500);
}

/* line 616, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_modal-hint--warn {
  background: var(--ds-color-warning-50);
  color: var(--ds-color-warning-700);
}

/* line 620, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_modal-hint--warn i {
  color: var(--ds-color-warning-600);
}

/* line 628, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__head-actions {
  display: inline-flex;
  gap: 4px;
}

/* line 633, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 639, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__principal {
  background: linear-gradient(180deg, var(--ds-color-accent-50) 0%, transparent 90%);
  border: 1px solid var(--ds-color-accent-200);
  border-radius: 12px;
  padding: 12px 14px 14px;
}

/* line 646, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__principal-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  background: var(--ds-color-accent-100);
  color: var(--ds-color-accent-700);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

/* line 660, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__principal-flag i {
  font-size: 0.65rem;
}

/* line 663, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__role {
  margin-top: 4px;
  color: var(--ds-color-neutral-700);
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 672, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__role i {
  color: var(--ds-color-neutral-400);
}

/* line 675, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__group {
  background: var(--ds-color-neutral-50);
  border-radius: 10px;
  padding: 10px 12px;
}

/* line 681, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__group-head {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-600);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* line 692, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__group-head i {
  color: var(--ds-color-primary-500);
}

/* line 695, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__group-count {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 999px;
}

/* line 704, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 713, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 8px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 8px;
}

/* line 724, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  font-size: 0.85rem;
}

/* line 733, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list-name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  text-decoration: none;
}

/* line 738, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list-name:hover {
  color: var(--ds-color-primary-700);
}

/* line 741, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list-role {
  color: var(--ds-color-neutral-600);
  font-size: 0.78rem;
}

/* line 746, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__list-dates {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 753, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__history {
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  background: var(--ds-color-neutral-25, var(--ds-color-neutral-50));
  padding: 0;
}

/* line 760, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__history[open] .csm_pp__history-summary {
  border-bottom: 1px solid var(--ds-color-neutral-200);
}

/* line 764, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__history-summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 12px;
  color: var(--ds-color-neutral-700);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 777, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__history-summary::-webkit-details-marker {
  display: none;
}

/* line 779, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__history-summary i {
  color: var(--ds-color-neutral-500);
}

/* line 781, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__history-summary:hover {
  background: var(--ds-color-neutral-50);
}

/* line 784, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline {
  list-style: none;
  padding: 12px 14px 14px 22px;
  margin: 0;
  border-left: 2px solid var(--ds-color-neutral-200);
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 795, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-item {
  position: relative;
  padding-left: 14px;
}

/* line 800, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-dot {
  position: absolute;
  left: -7px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ds-color-neutral-400);
  border: 2px solid white;
}

/* line 811, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 818, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  text-decoration: none;
  font-size: 0.88rem;
}

/* line 824, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-name:hover {
  color: var(--ds-color-primary-700);
}

/* line 827, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-role {
  color: var(--ds-color-neutral-600);
  font-size: 0.8rem;
}

/* line 832, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-dates {
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 840, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_pp__timeline-note {
  color: var(--ds-color-neutral-600);
  font-size: 0.82rem;
  margin-top: 4px;
  font-style: italic;
  line-height: 1.4;
}

/* line 852, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse {
  margin-top: 10px;
}

/* line 855, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse__summary {
  list-style: none;
  cursor: pointer;
  color: var(--ds-color-primary-600);
  font-size: 0.82rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 867, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse__summary::-webkit-details-marker {
  display: none;
}

/* line 869, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse__summary i {
  font-size: 0.7rem;
}

/* line 871, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse__summary:hover {
  color: var(--ds-color-primary-700);
}

/* line 874, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse[open] > .csm_collapse__summary {
  color: var(--ds-color-neutral-800);
}

/* line 878, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_collapse .esm_form__grid {
  margin-top: 10px;
  padding: 12px;
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 890, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: linear-gradient(90deg, var(--ds-color-neutral-50), var(--ds-color-primary-50));
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  /* line 890, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_change-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }
  /* line 905, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_change-summary__arrow {
    transform: rotate(90deg);
  }
}

/* line 908, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__from, .csm_change-summary__to {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 915, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-color-neutral-500);
  font-weight: 600;
}

/* line 923, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-900);
  font-weight: 600;
  font-size: 0.92rem;
  flex-wrap: wrap;
}

/* line 932, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__value i {
  color: var(--ds-color-neutral-400);
}

/* line 934, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__value--placeholder {
  color: var(--ds-color-neutral-400);
  font-weight: 400;
  font-style: italic;
}

/* line 941, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__role {
  color: var(--ds-color-neutral-500);
  font-weight: 400;
  font-size: 0.85rem;
}

/* line 947, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_change-summary__arrow {
  color: var(--ds-color-primary-500);
  font-size: 1.2rem;
}

/* line 956, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_label-hint {
  color: var(--ds-color-neutral-400);
  font-weight: 400;
  font-size: 0.78rem;
}

/* line 962, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--ds-color-neutral-700);
  font-size: 0.88rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.15s;
}

/* line 974, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_check:hover {
  background: var(--ds-color-neutral-50);
}

/* line 979, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_check input[type="checkbox"] {
  display: inline-block !important;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--ds-color-primary-500);
  cursor: pointer;
  flex-shrink: 0;
}

/* line 992, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_check:has(input[type="checkbox"]:checked) {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
}

/* line 1002, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_link-wizard__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 1009, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 640px) {
  /* line 1009, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_mode-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1019, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  padding: 18px 18px 16px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

/* line 1031, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

/* line 1039, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card > input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 1047, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card--active {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 1052, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card--active .csm_mode-card__icon {
  background: var(--ds-color-primary-500);
  color: white;
}

/* line 1056, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card--active .csm_mode-card__title {
  color: var(--ds-color-primary-700);
}

/* line 1059, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  transition: background 0.15s, color 0.15s;
}

/* line 1069, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card__icon i {
  font-size: 0.95rem;
}

/* line 1072, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
}

/* line 1078, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_mode-card__sub {
  font-size: 0.8rem;
  color: var(--ds-color-neutral-500);
}

/* line 1087, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup {
  margin-top: 10px;
  padding: 12px 14px;
  background: var(--ds-color-warning-50);
  border: 1px solid var(--ds-color-warning-200, #fde68a);
  border-radius: 12px;
  color: var(--ds-color-warning-700, #b45309);
  font-size: 0.85rem;
}

/* line 1096, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

/* line 1102, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__head i {
  color: var(--ds-color-warning-600);
}

/* line 1105, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 1114, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-warning-100, #fef3c7);
  border-radius: 8px;
  flex-wrap: wrap;
}

/* line 1125, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
}

/* line 1130, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 1135, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__use {
  margin-left: auto;
  background: var(--ds-color-primary-600);
  color: white;
  border: 0;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s;
}

/* line 1150, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__use:hover {
  background: var(--ds-color-primary-700);
}

/* line 1151, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__use i {
  font-size: 0.7rem;
}

/* line 1154, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_dup__hint {
  margin-top: 6px;
  color: var(--ds-color-warning-700, #b45309);
  font-size: 0.75rem;
  font-style: italic;
}

/* line 1165, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 1170, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__target {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
}

/* line 1179, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__target > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 1rem;
  flex-shrink: 0;
}

/* line 1191, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__target-name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.95rem;
}

/* line 1197, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__target-sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
}

/* line 1203, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option {
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  padding: 14px 16px 16px;
  background: var(--ds-color-neutral-0);
}

/* line 1209, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option--end {
  border-left: 3px solid var(--ds-color-success-500);
}

/* line 1210, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option--detach {
  border-left: 3px solid var(--ds-color-danger-400);
  background: var(--ds-color-neutral-25, #fcfcfd);
}

/* line 1212, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1219, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
}

/* line 1227, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option-tag--good {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 1233, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 1242, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option-title i {
  color: var(--ds-color-neutral-500);
  font-size: 0.9rem;
}

/* line 1245, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option--end .csm_manage__option-title i {
  color: var(--ds-color-success-600);
}

/* line 1246, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option--detach .csm_manage__option-title i {
  color: var(--ds-color-danger-500);
}

/* line 1248, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__option-desc {
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 8px 0 12px;
}

/* line 1256, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1261, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__form button[type="submit"] {
  align-self: flex-start;
}

/* line 1264, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 1269, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__row .esm_form__label {
  font-size: 0.78rem;
}

/* line 1272, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_manage__footer {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* line 1280, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.esm_btn--danger {
  background: var(--ds-color-danger-600);
  color: white;
}

/* line 1284, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.esm_btn--danger:hover {
  background: var(--ds-color-danger-700);
  color: white;
}

/* line 1290, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: linear-gradient(90deg, var(--ds-color-neutral-50), var(--ds-color-primary-50));
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  /* line 1290, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_handover-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }
  /* line 1305, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_handover-summary__arrow {
    transform: rotate(90deg);
  }
}

/* line 1308, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary__from, .csm_handover-summary__to {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 1315, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-color-neutral-500);
  font-weight: 600;
}

/* line 1323, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary__value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-900);
  font-weight: 600;
  font-size: 0.92rem;
}

/* line 1331, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary__value i {
  color: var(--ds-color-neutral-400);
}

/* line 1333, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary__value--placeholder {
  color: var(--ds-color-neutral-400);
  font-weight: 400;
  font-style: italic;
}

/* line 1340, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-summary__arrow {
  color: var(--ds-color-primary-500);
  font-size: 1.2rem;
}

/* line 1346, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1354, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__item {
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 1361, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  flex-wrap: wrap;
}

/* line 1368, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__line i {
  color: var(--ds-color-primary-500);
  font-size: 0.75rem;
}

/* line 1371, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__name {
  font-weight: 500;
  color: var(--ds-color-neutral-700);
}

/* line 1375, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__name--to {
  color: var(--ds-color-primary-700);
  font-weight: 600;
}

/* line 1381, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__meta {
  margin-top: 4px;
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
}

/* line 1387, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__admin {
  color: var(--ds-color-warning-600);
  font-weight: 500;
}

/* line 1392, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_handover-history__note {
  margin-top: 6px;
  color: var(--ds-color-neutral-700);
  font-size: 0.82rem;
  font-style: italic;
  border-left: 2px solid var(--ds-color-neutral-300);
  padding-left: 8px;
}

/* line 1407, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact-group + .csm_ent-contact-group {
  margin-top: 16px;
}

/* line 1409, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact-group__head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-600);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

/* line 1420, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact-group__head i {
  color: var(--ds-color-primary-500);
  font-size: 0.7rem;
}

/* line 1424, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 1433, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  transition: border-color 0.15s, background 0.15s;
}

/* line 1444, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact:hover {
  border-color: var(--ds-color-primary-200);
  background: var(--ds-color-neutral-0);
}

/* line 1449, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact--past {
  opacity: 0.78;
  background: transparent;
  border-style: dashed;
}

/* line 1454, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact--past:hover {
  opacity: 1;
}

/* line 1457, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  text-decoration: none;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 1470, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 1478, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 1485, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__name {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.9rem;
}

/* line 1495, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__sub {
  color: var(--ds-color-neutral-600);
  font-size: 0.78rem;
}

/* line 1500, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__dates {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 1507, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_ent-contact__actions {
  display: inline-flex;
  gap: 4px;
}

/* line 1516, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_address {
  background: var(--ds-color-neutral-50);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.88rem;
  color: var(--ds-color-neutral-800);
  line-height: 1.5;
}

/* line 1524, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_address > div + div {
  margin-top: 2px;
}

/* line 1528, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip--readonly {
  cursor: default;
}

/* line 1530, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip--readonly:hover {
  color: var(--ds-color-neutral-700);
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-color-neutral-200);
}

/* line 1534, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_hero__contact-chip--readonly:hover i {
  color: var(--ds-color-neutral-400);
}

/* line 1541, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_action-badge {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 4px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
}

/* line 1559, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 1565, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  flex-wrap: wrap;
}

/* line 1577, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__stats {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 1583, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__stat {
  color: var(--ds-color-neutral-700);
  font-size: 0.92rem;
}

/* line 1587, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__stat strong {
  color: var(--ds-color-neutral-900);
  font-weight: 700;
}

/* line 1589, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__stat--sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 1595, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 1601, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
}

/* line 1612, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item i {
  font-size: 0.65rem;
  opacity: 0.85;
}

/* line 1614, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item--primary {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 1615, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item--success {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 1616, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item--info {
  background: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 1617, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item--warn {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-600);
}

/* line 1618, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__legend-item--danger {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 1621, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__list {
  list-style: none;
  padding: 0 0 0 14px;
  margin: 0;
  border-left: 2px solid var(--ds-color-neutral-200);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 1631, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__group-head {
  margin-left: -22px;
  margin-top: 4px;
  padding: 6px 10px;
  background: var(--ds-color-neutral-100);
  border-radius: 999px;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-color-neutral-600);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

/* line 1648, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__group-head:first-child {
  margin-top: 0;
}

/* line 1651, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__group-count {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-neutral-700);
  border: 1px solid var(--ds-color-neutral-200);
  padding: 0 6px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
}

/* line 1661, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__item {
  position: relative;
  padding-left: 30px;
}

/* line 1666, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__dot {
  position: absolute;
  left: -16px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
  display: grid;
  place-items: center;
  border: 2px solid white;
  box-shadow: 0 0 0 1px var(--ds-color-neutral-200);
  font-size: 0.78rem;
}

/* line 1681, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__dot--primary {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 1682, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__dot--success {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 1683, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__dot--info {
  background: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 1684, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__dot--warn {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700);
}

/* line 1685, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__dot--danger {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 1688, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__when {
  color: var(--ds-color-neutral-500);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1700, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__chip {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.7rem;
}

/* line 1711, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
  line-height: 1.35;
}

/* line 1717, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__title-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.15s, border-color 0.15s;
}

/* line 1723, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__title-link:hover {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-300);
}

/* line 1730, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__sub {
  color: var(--ds-color-neutral-600);
  font-size: 0.82rem;
  margin-top: 2px;
}

/* line 1736, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_global-tl__body-text {
  margin-top: 6px;
  padding: 8px 10px;
  background: var(--ds-color-neutral-50);
  border-left: 2px solid var(--ds-color-neutral-300);
  border-radius: 0 8px 8px 0;
  color: var(--ds-color-neutral-700);
  font-size: 0.82rem;
  line-height: 1.45;
}

/* line 1751, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, calc(100% + 40px));
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--ds-color-neutral-900);
  color: var(--ds-color-neutral-0);
  border-radius: 14px;
  box-shadow: 0 18px 40px -10px rgba(15, 23, 42, 0.45);
  font-size: 0.85rem;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s;
  opacity: 0;
  pointer-events: none;
}

/* line 1770, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar--visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 720px) {
  /* line 1751, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_bulk-bar {
    flex-wrap: wrap;
    width: calc(100vw - 32px);
    justify-content: center;
  }
}

/* line 1782, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 500;
}

/* line 1790, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__count strong {
  color: var(--ds-color-accent-300);
}

/* line 1793, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ds-color-success-500);
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  animation: csm-pulse 1.6s infinite;
}

/* line 1802, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__clear {
  background: transparent;
  border: 0;
  color: var(--ds-color-neutral-400);
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  font-size: 0.75rem;
}

/* line 1815, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__clear:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/* line 1821, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__actions {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

/* line 1827, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 9px;
  border: 0;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ds-color-neutral-0);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* line 1841, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn i {
  font-size: 0.75rem;
  opacity: 0.85;
}

/* line 1843, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* line 1845, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn--primary {
  background: var(--ds-color-primary-500);
}

/* line 1847, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn--primary:hover {
  background: var(--ds-color-primary-600);
}

/* line 1849, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn--danger {
  background: rgba(239, 68, 68, 0.18);
  color: #fecaca;
}

/* line 1853, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-bar__btn--danger:hover {
  background: rgba(239, 68, 68, 0.32);
  color: white;
}

@keyframes csm-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* line 1866, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: var(--ds-color-primary-50);
  border: 1px solid var(--ds-color-primary-200);
  border-radius: 12px;
  margin-bottom: 16px;
  color: var(--ds-color-primary-700);
  font-size: 0.85rem;
}

/* line 1878, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap > i {
  color: var(--ds-color-primary-500);
  margin-right: 6px;
}

/* line 1880, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap strong {
  color: var(--ds-color-primary-700);
  font-weight: 700;
}

/* line 1882, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap__names {
  color: var(--ds-color-neutral-600);
  font-size: 0.78rem;
}

/* line 1887, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap--danger {
  background: var(--ds-color-danger-50);
  border-color: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 1892, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap--danger > i {
  color: var(--ds-color-danger-500);
}

/* line 1893, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-recap--danger strong {
  color: var(--ds-color-danger-700);
}

/* line 1897, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_bulk-warning {
  margin: 0 0 14px;
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  line-height: 1.5;
}

/* line 1905, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 520px) {
  /* line 1905, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
  .csm_radio-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1913, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

/* line 1924, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card > input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* line 1932, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 1934, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card:has(input[type="radio"]:checked) {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 1940, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 1950, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card:has(input[type="radio"]:checked) .csm_radio-card__icon {
  background: var(--ds-color-primary-500);
  color: white;
}

/* line 1955, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_radio-card__title {
  font-weight: 500;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
}

/* line 1965, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.list-view__cell--check {
  width: 36px;
  text-align: center;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* line 1972, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.list-view__check {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

/* line 1981, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.list-view__check input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  display: block !important;
}

/* line 1992, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.list-view__check-box {
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--ds-color-neutral-300);
  border-radius: 4px;
  background: var(--ds-color-neutral-0);
  display: inline-grid;
  place-items: center;
  transition: background 0.12s, border-color 0.12s;
}

/* line 2002, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.list-view__check-box::after {
  content: "✓";
  color: white;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.12s;
}

/* line 2013, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
input[type="checkbox"]:checked + .list-view__check-box, input[type="checkbox"]:checked ~ .list-view__check-box {
  background: var(--ds-color-primary-500);
  border-color: var(--ds-color-primary-500);
}

/* line 2018, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
input[type="checkbox"]:checked + .list-view__check-box::after, input[type="checkbox"]:checked ~ .list-view__check-box::after {
  opacity: 1;
}

/* line 2021, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
input[type="checkbox"]:indeterminate + .list-view__check-box, input[type="checkbox"]:indeterminate ~ .list-view__check-box {
  background: var(--ds-color-primary-500);
  border-color: var(--ds-color-primary-500);
}

/* line 2026, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
input[type="checkbox"]:indeterminate + .list-view__check-box::after, input[type="checkbox"]:indeterminate ~ .list-view__check-box::after {
  content: "−";
  opacity: 1;
  font-size: 14px;
}

/* line 2032, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
body.csm_has-selection .list-view tbody tr:not(:has(input:checked)) {
  opacity: 0.7;
  transition: opacity 0.15s;
}

/* line 2040, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border: 1px solid var(--ds-color-primary-200);
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
}

/* line 2053, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_summary i {
  color: var(--ds-color-primary-500);
}

/* line 2057, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_recap-box {
  margin-top: 18px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
}

/* line 2064, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_recap-box__title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-color-neutral-500);
  font-weight: 700;
  margin-bottom: 8px;
}

/* line 2073, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_recap-box__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 6px 18px;
}

/* line 2078, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_recap-box__grid > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 2083, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_recap-box__grid > div span {
  color: var(--ds-color-neutral-500);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 2090, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_recap-box__grid > div strong {
  color: var(--ds-color-neutral-900);
  font-size: 0.88rem;
  font-weight: 600;
  word-break: break-word;
}

/* line 2101, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_icon-btn--ghost {
  background: transparent;
  border: 0;
  color: var(--ds-color-neutral-500);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  transition: background 0.15s, color 0.15s;
}

/* line 2113, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_icon-btn--ghost:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-900);
}

/* line 2119, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_icon-btn--micro {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
  color: var(--ds-color-neutral-400);
  border-radius: 6px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  transition: background 0.15s, color 0.15s;
  font-size: 0.78rem;
  padding: 0;
}

/* line 2133, app/assets/stylesheets/components_views/contacts/_show_cockpit.scss */
.csm_icon-btn--micro:hover {
  color: var(--ds-color-danger-600);
  background: var(--ds-color-danger-50);
}

/* line 8, app/assets/stylesheets/components_views/contacts/index.scss */
.statut-pill--neutral {
  --statut-bg:  var(--ds-color-neutral-100);
  --statut-fg:  var(--ds-text-secondary);
  --statut-dot: var(--ds-color-neutral-400);
}

/* line 18, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view__avatar-cell {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
}

/* line 26, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view__avatar {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

/* line 42, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 49, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view__avatar-initials {
  line-height: 1;
  display: inline-block;
}

/* line 54, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view__name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  min-width: 0;
}

/* line 62, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view .is-link {
  color: var(--ds-color-primary-600);
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/components_views/contacts/index.scss */
.list-view .is-link:hover {
  text-decoration: underline;
}

/* line 72, app/assets/stylesheets/components_views/contacts/index.scss */
.kanban .kanban__card-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  flex-shrink: 0;
}

/* line 87, app/assets/stylesheets/components_views/contacts/index.scss */
.kanban .kanban__card-ref {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-medium);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/components_views/entreprises/index.scss */
.list-view__truncated {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 9, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--ds-space-3);
}

/* line 15, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-xs);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* line 26, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi:hover {
  transform: translateY(-1px);
  box-shadow: var(--ds-shadow-sm);
}

/* line 28, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 1rem;
  flex-shrink: 0;
}

/* line 40, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi--primary .p-dash__kpi-icon {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 41, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi--success .p-dash__kpi-icon {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-600);
}

/* line 42, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi--danger .p-dash__kpi-icon {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-600);
}

/* line 43, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi--warn .p-dash__kpi-icon {
  background: var(--ds-color-warning-50);
  color: var(--ds-color-warning-600);
}

/* line 45, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 46, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi-label {
  color: var(--ds-text-secondary);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 53, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 60, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi-sub {
  color: var(--ds-text-muted);
  font-size: 0.78rem;
}

/* line 64, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__kpi-sub strong {
  color: var(--ds-text-primary);
}

/* line 68, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: var(--ds-space-3);
}

/* line 74, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__panel {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--ds-border-subtle);
  color: var(--ds-text-primary);
  font-size: 0.92rem;
  font-weight: 600;
  background: var(--ds-color-neutral-25, var(--ds-color-neutral-50));
}

/* line 93, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__panel-head i {
  color: var(--ds-color-primary-500);
  font-size: 0.9rem;
}

/* line 96, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__panel-body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 103, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__row {
  display: grid;
  grid-template-columns: 160px 1fr 36px;
  align-items: center;
  gap: 12px;
}

/* line 110, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__row-label {
  color: var(--ds-text-secondary);
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 118, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__row-bar {
  height: 8px;
  background: var(--ds-color-neutral-100);
  border-radius: 999px;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__row-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.3s ease;
}

/* line 131, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.p-dash__row-count {
  text-align: right;
  color: var(--ds-text-primary);
  font-weight: 600;
  font-size: 0.85rem;
  font-variant-numeric: tabular-nums;
}

/* line 143, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 151, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__item {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
}

/* line 161, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__form {
  flex: 1;
  min-width: 0;
}

/* line 163, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__row {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
}

/* line 170, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}

/* line 176, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__field--grow {
  flex: 1;
  min-width: 200px;
}

/* line 178, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__field .esm_form__label {
  font-size: 0.72rem;
}

/* line 181, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__actions {
  display: inline-flex;
  gap: 6px;
}

/* line 183, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__delete {
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  align-self: flex-end;
}

/* line 196, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.csm_manage-list__delete:hover {
  color: var(--ds-color-danger-600);
  background: var(--ds-color-danger-50);
}

/* line 200, app/assets/stylesheets/components_views/prospections/_dashboard.scss */
.view-toolbar__scope-manage {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}

/* line 5, app/assets/stylesheets/components_views/prospections/_inline_field.scss */
.inline-field__wrap {
  display: inline-block;
  min-width: 180px;
}

/* line 10, app/assets/stylesheets/components_views/prospections/_inline_field.scss */
.inline-field__select {
  width: 100%;
}

/* line 15, app/assets/stylesheets/components_views/prospections/_inline_field.scss */
td[data-controller="inline-field"] {
  position: relative;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/components_views/prospections/_inline_field.scss */
td[data-controller="inline-field"] > [data-inline-field-target="display"] {
  cursor: pointer;
  transition: filter 0.15s ease;
}

/* line 23, app/assets/stylesheets/components_views/prospections/_inline_field.scss */
td[data-controller="inline-field"] > [data-inline-field-target="display"]:hover {
  filter: brightness(0.95);
}

/* line 27, app/assets/stylesheets/components_views/prospections/_inline_field.scss */
.inline-field__wrap .select2-dropdown {
  border-color: var(--ds-color-primary-300);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.18);
  border-radius: 10px;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-shell {
  margin: calc(-1 * var(--ds-space-8, 2rem)) calc(-1 * var(--ds-space-6, 1.5rem)) calc(-1 * var(--ds-space-8, 2rem));
  background: var(--ds-surface-app);
  min-height: 100vh;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
  .jc-page-shell {
    margin: calc(-1 * var(--ds-space-5, 1.25rem)) calc(-1 * var(--ds-space-4, 1rem)) calc(-1 * var(--ds-space-5, 1.25rem));
  }
}

/* line 17, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ds-border-subtle);
  position: sticky;
  top: 0;
  z-index: 30;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
  .jc-page-header {
    padding: 12px 16px;
  }
}

/* line 38, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__title-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 45, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--ds-text-muted);
}

/* line 52, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

/* line 53, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__breadcrumbs a:hover {
  color: var(--ds-text-link-hover);
}

/* line 56, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0;
  line-height: 1.2;
}

/* line 64, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__sub {
  font-size: 0.85rem;
  color: var(--ds-text-secondary);
  margin: 0;
}

/* line 70, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 79, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-shell {
  display: grid;
  grid-template-columns: 264px 1fr;
  gap: 24px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 28px 64px;
}

@media (max-width: 1024px) {
  /* line 79, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
  .jc-shell {
    grid-template-columns: 1fr;
    padding: 16px 16px 48px;
  }
}

/* line 94, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-panels {
  min-width: 0;
}

/* line 100, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
.jc-page-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 28px 64px;
}

@media (max-width: 1024px) {
  /* line 100, app/assets/stylesheets/components_views/junior_configurations/_layout.scss */
  .jc-page-body {
    padding: 16px 16px 48px;
  }
}

/* line 6, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 12px);
  padding: 12px 8px;
  max-height: calc(100vh - var(--topbar-h, 44px) - 110px);
  overflow-y: auto;
}

@media (max-width: 1024px) {
  /* line 6, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
  .jc-sidebar {
    position: static;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px;
    display: flex;
    gap: 12px;
    white-space: nowrap;
  }
}

/* line 33, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__group + .jc-sidebar__group {
  margin-top: 14px;
}

@media (max-width: 1024px) {
  /* line 32, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
  .jc-sidebar__group {
    flex: 0 0 auto;
  }
  /* line 37, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
  .jc-sidebar__group + .jc-sidebar__group {
    margin-top: 0;
    border-left: 1px solid var(--ds-border-subtle);
    padding-left: 12px;
  }
}

/* line 41, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__group-label {
  display: block;
  padding: 4px 12px 6px;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-text-muted);
}

/* line 51, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

@media (max-width: 1024px) {
  /* line 51, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
  .jc-sidebar__list {
    flex-direction: row;
    gap: 4px;
  }
}

/* line 65, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--ds-text-secondary);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease;
}

/* line 79, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__link i {
  width: 16px;
  flex: 0 0 auto;
  font-size: 0.9rem;
  color: var(--ds-text-muted);
  text-align: center;
}

/* line 87, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__link:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 93, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__link--active {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
}

/* line 97, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__link--active i {
  color: var(--ds-color-primary-600);
}

/* line 101, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__count {
  margin-left: auto;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 1px 7px;
  border-radius: 999px;
  min-width: 18px;
  text-align: center;
}

/* line 112, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__link--active .jc-sidebar__count {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 118, app/assets/stylesheets/components_views/junior_configurations/_sidebar.scss */
.jc-sidebar__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 12px);
  padding: 24px 28px 28px;
}

/* line 11, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section--active {
  animation: jc-section-fade-in 0.18s ease;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
  .jc-section {
    padding: 18px 16px 22px;
  }
}

/* line 19, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 29, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0 0 2px;
  line-height: 1.2;
}

/* line 37, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__sub {
  font-size: 0.85rem;
  color: var(--ds-text-secondary);
  margin: 0;
  max-width: 65ch;
}

/* line 44, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 51, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 57, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 62, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__group + .jc-section__group {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 68, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section__group-title {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ds-text-muted);
  margin: 0;
}

/* line 80, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
  .jc-section .esm_form__grid {
    grid-template-columns: 1fr;
  }
}

/* line 90, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__grid .esm_form__field--full {
  grid-column: 1 / -1;
}

/* line 93, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 100, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ds-text-secondary);
}

/* line 106, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__hint {
  font-size: 0.78rem;
  color: var(--ds-text-muted);
}

/* line 111, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__input,
.jc-section .esm_form__select,
.jc-section .esm_form__textarea {
  width: 100%;
  padding: 9px 12px;
  font-size: 0.9rem;
  background: var(--ds-color-neutral-0);
  color: var(--ds-text-primary);
  border: 1px solid var(--ds-border-default);
  border-radius: 8px;
  transition: border-color 0.12s, box-shadow 0.12s;
}

/* line 123, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__input:hover,
.jc-section .esm_form__select:hover,
.jc-section .esm_form__textarea:hover {
  border-color: var(--ds-border-strong);
}

/* line 125, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__input:focus,
.jc-section .esm_form__select:focus,
.jc-section .esm_form__textarea:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 132, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-section .esm_form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 157, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-perm-matrix input[type="checkbox"],
.jc-section .esm_form__label > input[type="checkbox"],
.jc-section .jc-webhook-events input[type="checkbox"],
.esm_modal .esm_form__label > input[type="checkbox"] {
  display: inline-block;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  vertical-align: middle;
  accent-color: var(--ds-color-primary-600);
  cursor: pointer;
}

@keyframes jc-section-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 178, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 32px 16px;
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-border-subtle);
  border-radius: 10px;
  color: var(--ds-text-secondary);
}

/* line 191, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-empty__icon {
  font-size: 1.4rem;
  color: var(--ds-text-muted);
  margin-bottom: 4px;
}

/* line 197, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-empty__title {
  font-weight: 600;
  color: var(--ds-text-primary);
  font-size: 0.95rem;
}

/* line 203, app/assets/stylesheets/components_views/junior_configurations/_section.scss */
.jc-empty__sub {
  font-size: 0.85rem;
  color: var(--ds-text-secondary);
  max-width: 40ch;
}

/* line 2, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 10, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 999px;
  padding: 4px 4px 4px 14px;
  font-size: 0.85rem;
  color: var(--ds-text-primary);
  transition: border-color 0.12s, background-color 0.12s;
}

/* line 22, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__item:hover {
  border-color: var(--ds-color-primary-300);
  background: var(--ds-color-primary-50);
}

/* line 28, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__name {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

/* line 36, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__name:hover {
  color: var(--ds-color-primary-700);
}

/* line 37, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__name:focus-visible {
  outline: 2px solid var(--ds-border-focus);
  outline-offset: 2px;
  border-radius: 4px;
}

/* line 40, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__delete {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--ds-text-muted);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: background-color 0.12s, color 0.12s;
  margin: 0;
  padding: 0;
}

/* line 56, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__delete:hover {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-600);
}

/* line 62, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__delete form {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 66, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__swatch {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* line 75, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__tag {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* line 86, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__tag--niveau-0 {
  background: #fef3c7;
  color: #b45309;
}

/* line 87, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__tag--niveau-1 {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 88, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__tag--niveau-2 {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-muted);
}

/* line 92, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__reorder {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  margin-right: 2px;
}

/* line 99, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__move-form {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* line 106, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__move {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--ds-text-muted);
  width: 18px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  padding: 0;
  border-radius: 4px;
  transition: background-color 0.12s, color 0.12s;
}

/* line 121, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__move:hover:not(:disabled) {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 126, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list__move:disabled {
  opacity: 0.25;
  cursor: default;
}

/* line 131, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list--ordered {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 6px;
}

/* line 137, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list--ordered .jc-chip-list__item {
  border-radius: 10px;
  padding: 6px 8px 6px 8px;
  justify-content: flex-start;
}

/* line 143, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-chip-list--ordered .jc-chip-list__name {
  flex: 1 1 auto;
  text-align: left;
}

/* line 150, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-color-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 155, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-color-field__input {
  width: 48px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: none;
  cursor: pointer;
}

/* line 165, app/assets/stylesheets/components_views/junior_configurations/_chip_list.scss */
.jc-color-field__hint {
  font-size: 0.78rem;
  color: var(--ds-text-muted);
}

/* line 3, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip-input__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px;
  min-height: 38px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-default);
  border-radius: 8px;
  transition: border-color 0.12s, box-shadow 0.12s;
}

/* line 14, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip-input__chips:focus-within {
  border-color: var(--ds-border-focus);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 20, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip-input__entry {
  flex: 1;
  min-width: 140px;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
  color: var(--ds-text-primary);
  padding: 4px 6px;
}

/* line 29, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip-input__entry:focus {
  outline: none;
}

/* line 30, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip-input__entry::-moz-placeholder {
  color: var(--ds-text-muted);
}
.jc-chip-input__entry::placeholder {
  color: var(--ds-text-muted);
}

/* line 34, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: 999px;
  padding: 3px 4px 3px 10px;
  font-size: 0.82rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.12s, box-shadow 0.12s;
}

/* line 47, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip:hover {
  background: var(--ds-color-primary-100);
}

/* line 51, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip--editing {
  background: var(--ds-color-neutral-0);
  box-shadow: 0 0 0 2px var(--ds-color-primary-300);
  cursor: text;
}

/* line 57, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip__label {
  cursor: text;
}

/* line 61, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip__edit {
  background: transparent;
  border: 0;
  color: var(--ds-color-primary-700);
  font: inherit;
  padding: 0;
  margin: 0;
  min-width: 60px;
}

/* line 70, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip__edit:focus {
  outline: none;
}

/* line 73, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip__remove {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: background-color 0.12s;
  flex-shrink: 0;
}

/* line 88, app/assets/stylesheets/components_views/junior_configurations/_chip_input.scss */
.jc-chip__remove:hover {
  background: var(--ds-color-primary-200);
}

/* line 2, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px;
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-border-default);
  border-radius: 10px;
}

/* line 11, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader__preview {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 23, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 6px;
}

/* line 24, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader__preview i {
  font-size: 1.6rem;
  color: var(--ds-text-muted);
}

/* line 27, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

/* line 35, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader__hint {
  font-size: 0.82rem;
  color: var(--ds-text-secondary);
}

/* line 40, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 48, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-logo-uploader input[type="file"] {
  display: none;
}

/* line 51, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-color-picker {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 56, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-color-picker__swatch {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--ds-border-default);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-color-picker__swatch::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 68, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-color-picker__swatch::-webkit-color-swatch {
  border: 0;
  border-radius: 6px;
}

/* line 69, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-color-picker__swatch::-moz-color-swatch {
  border: 0;
  border-radius: 6px;
}

/* line 72, app/assets/stylesheets/components_views/junior_configurations/_branding.scss */
.jc-color-picker__hex {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 0.85rem;
  width: 110px;
}

/* line 5, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-wizard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

/* line 12, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-clone {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
}

/* line 22, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-search {
  position: relative;
}

/* line 25, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-search input {
  width: 100%;
  padding: 9px 12px 9px 36px;
  border: 1px solid var(--ds-border-default);
  border-radius: 8px;
  font-size: 0.9rem;
}

/* line 33, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-search i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
}

/* line 42, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain[open] {
  border-color: var(--ds-color-primary-200);
}

/* line 52, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

/* line 60, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__head::-webkit-details-marker {
  display: none;
}

/* line 61, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__head::marker {
  display: none;
}

/* line 64, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

/* line 76, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__label {
  font-weight: 600;
  color: var(--ds-text-primary);
  flex: 1;
  min-width: 0;
}

/* line 83, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__count {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: 999px;
  padding: 2px 9px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 92, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__chevron {
  color: var(--ds-text-muted);
  transition: transform 0.15s ease;
}

/* line 97, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain[open] .jc-perm-domain__chevron {
  transform: rotate(90deg);
}

/* line 99, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__body {
  border-top: 1px solid var(--ds-border-subtle);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 107, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-domain__bulk-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

/* line 115, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

/* line 120, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix th, .jc-perm-matrix td {
  text-align: center;
  padding: 6px 8px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 126, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix th:first-child, .jc-perm-matrix td:first-child {
  text-align: left;
  color: var(--ds-text-primary);
}

/* line 131, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix thead th {
  font-weight: 600;
  color: var(--ds-text-secondary);
  text-transform: capitalize;
  font-size: 0.78rem;
}

/* line 138, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix tbody tr:last-child td {
  border-bottom: 0;
}

/* line 141, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix tr[hidden] {
  display: none;
}

/* line 144, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-matrix input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--ds-color-primary-600);
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-recap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

/* line 157, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-recap__card {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
  padding: 12px;
}

/* line 164, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-recap__title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ds-text-primary);
  margin: 0 0 8px;
}

/* line 171, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-recap__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 177, app/assets/stylesheets/components_views/junior_configurations/_permissions.scss */
.jc-perm-recap__pill {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* line 2, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table thead th {
  text-align: left;
  padding: 10px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-text-muted);
  background: var(--ds-color-neutral-50);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 23, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table tbody td {
  padding: 12px;
  border-bottom: 1px solid var(--ds-border-subtle);
  color: var(--ds-text-primary);
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table tbody tr:last-child td {
  border-bottom: 0;
}

/* line 32, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table tbody tr:hover {
  background: var(--ds-color-neutral-50);
}

/* line 38, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table__actions {
  text-align: right;
  white-space: nowrap;
}

/* line 43, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table th.jc-table__actions {
  text-align: right;
}

/* line 47, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table td.jc-table__actions {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 57, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table td.jc-table__actions > form,
.jc-table td.jc-table__actions > .btn-ds,
.jc-table td.jc-table__actions > button,
.jc-table td.jc-table__actions > a,
.jc-table td.jc-table__actions > select,
.jc-table td.jc-table__actions > span {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* line 70, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table td.jc-table__actions > form {
  display: inline-flex;
  align-items: center;
}

/* line 79, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table .jc-mandat-decision {
  min-width: 320px;
}

/* line 82, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table .jc-mandat-decision__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

/* line 90, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table .jc-mandat-decision__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-text-muted);
  width: 100%;
}

/* line 98, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table .jc-mandat-decision__select {
  flex: 1 1 180px;
  min-width: 0;
}

/* line 102, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table .jc-mandat-decision__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* line 109, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: 999px;
  padding: 2px 9px;
  font-size: 0.72rem;
  font-weight: 600;
}

/* line 120, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table__pill--success {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 125, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table__pill--info {
  background: var(--ds-color-info-100);
  color: var(--ds-color-info-600);
}

/* line 130, app/assets/stylesheets/components_views/junior_configurations/_table.scss */
.jc-table__pill--muted {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-muted);
}

/* line 7, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  margin-bottom: 18px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
}

/* line 17, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ds-text-secondary);
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease, transform 0.12s ease;
}

/* line 31, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs__tab:hover {
  color: var(--ds-text-primary);
}

/* line 33, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs__tab--active {
  background: var(--ds-surface-card);
  border-color: var(--ds-border-subtle);
  color: var(--ds-text-primary);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

/* line 40, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs__tab i {
  font-size: 0.85em;
  opacity: 0.8;
}

/* line 43, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--ds-border-subtle);
  color: var(--ds-text-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

/* line 56, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-tabs__tab--active .cf-tabs__count {
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.12));
  color: var(--ds-accent, #6366f1);
}

/* line 64, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-panel {
  animation: jc-section-fade-in 0.15s ease;
}

/* line 66, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 71, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* line 78, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__search {
  position: relative;
  flex: 1 1 320px;
  max-width: 480px;
}

/* line 83, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__search i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 0.85rem;
}

/* line 92, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__search input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  font-size: 0.88rem;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

/* line 102, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__search input:focus {
  outline: none;
  border-color: var(--ds-accent, #6366f1);
  box-shadow: 0 0 0 3px var(--ds-accent-soft, rgba(99, 102, 241, 0.15));
}

/* line 110, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__count {
  font-size: 0.8rem;
  color: var(--ds-text-muted);
  white-space: nowrap;
}

/* line 116, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__cap {
  margin-left: 6px;
  color: var(--ds-text-muted);
  opacity: 0.7;
}

/* line 122, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 134, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card {
  display: grid;
  grid-template-columns: 28px 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
}

/* line 145, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
}

/* line 150, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card--ghost {
  opacity: 0.5;
  border-style: dashed;
}

/* line 155, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__handle {
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  font-size: 0.95rem;
  cursor: grab;
  padding: 4px;
}

/* line 163, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__handle:active {
  cursor: grabbing;
}

/* line 164, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__handle:hover {
  color: var(--ds-text-primary);
}

/* line 167, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.12));
  color: var(--ds-accent, #6366f1);
  font-size: 0.95rem;
}

/* line 179, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__main {
  min-width: 0;
}

/* line 181, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 188, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__name {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--ds-text-primary);
}

/* line 194, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__iname {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.75rem;
  color: var(--ds-text-muted);
  background: var(--ds-surface-subtle, #f4f5f7);
  padding: 2px 7px;
  border-radius: 5px;
}

/* line 203, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__lock {
  color: var(--ds-text-muted);
  font-size: 0.75rem;
}

/* line 208, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

/* line 215, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__meta-item {
  font-size: 0.75rem;
  color: var(--ds-text-muted);
}

/* line 221, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 227, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 7px;
  font-size: 0.78rem;
  color: var(--ds-text-secondary);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}

/* line 241, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__action:hover {
  background: var(--ds-surface-subtle, #f4f5f7);
  color: var(--ds-text-primary);
}

/* line 246, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-card__action--ghost form button {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* line 257, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
}

/* line 266, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-badge i {
  font-size: 0.65em;
}

/* line 268, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-badge--info {
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.12));
  color: var(--ds-accent, #6366f1);
}

/* line 272, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-badge--warn {
  background: rgba(245, 158, 11, 0.15);
  color: #b45309;
}

/* line 280, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed var(--ds-border-subtle);
}

/* line 285, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__summary {
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--ds-text-secondary);
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

/* line 295, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__summary::-webkit-details-marker {
  display: none;
}

/* line 298, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__items {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 307, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border-radius: 8px;
  opacity: 0.85;
}

/* line 318, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--ds-text-secondary);
}

/* line 326, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__name {
  font-weight: 500;
  color: var(--ds-text-primary);
}

/* line 328, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__iname {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.72rem;
  color: var(--ds-text-muted);
  background: var(--ds-surface-card);
  padding: 1px 6px;
  border-radius: 4px;
}

/* line 337, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-archived__actions {
  display: inline-flex;
  gap: 4px;
}

/* line 340, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-danger {
  color: #b91c1c !important;
}

/* line 342, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-danger:hover {
  background: rgba(239, 68, 68, 0.08) !important;
}

/* line 347, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal-frame {
  display: contents;
}

/* line 352, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cf-modal-in 0.18s ease;
}

/* line 361, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* line 368, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__panel {
  position: relative;
  background: var(--ds-surface-card);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
  width: min(1100px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 380, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 388, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 394, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.12));
  color: var(--ds-accent, #6366f1);
}

/* line 405, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: var(--ds-text-primary);
}

/* line 412, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__sub {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--ds-text-muted);
}

/* line 418, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__close {
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: 6px 8px;
  font-size: 1rem;
  border-radius: 6px;
}

/* line 427, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__close:hover {
  background: var(--ds-surface-subtle, #f4f5f7);
  color: var(--ds-text-primary);
}

/* line 433, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  background: var(--ds-surface-canvas, #f8f9fb);
}

/* line 439, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 0;
  min-height: 100%;
}

/* line 446, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__edit {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: var(--ds-surface-card);
}

/* line 454, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__preview {
  padding: 22px 24px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border-left: 1px solid var(--ds-border-subtle);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 463, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 22px;
  background: var(--ds-surface-card);
  border-top: 1px solid var(--ds-border-subtle);
}

@media (max-width: 980px) {
  /* line 474, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
  .cf-modal__layout {
    grid-template-columns: 1fr;
  }
  /* line 475, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
  .cf-modal__preview {
    border-left: 0;
    border-top: 1px solid var(--ds-border-subtle);
  }
}

@keyframes cf-modal-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 486, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-form {
  display: contents;
}

/* line 490, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 498, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field__legend {
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ds-text-muted);
  margin-bottom: 4px;
}

/* line 507, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ds-text-primary);
}

/* line 513, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field__hint {
  margin: 4px 0 0;
  font-size: 0.74rem;
  color: var(--ds-text-muted);
}

/* line 518, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field__hint code {
  background: var(--ds-surface-subtle, #f4f5f7);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.85em;
}

/* line 526, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field__error {
  margin: 4px 0 0;
  font-size: 0.74rem;
  color: #b91c1c;
}

/* line 532, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-field--inline {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

/* line 539, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 16px;
}

@media (max-width: 780px) {
  /* line 539, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
  .cf-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* line 549, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  font-size: 0.88rem;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

/* line 559, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input:focus {
  outline: none;
  border-color: var(--ds-accent, #6366f1);
  box-shadow: 0 0 0 3px var(--ds-accent-soft, rgba(99, 102, 241, 0.15));
}

/* line 565, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input--mono {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.82rem;
}

/* line 570, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input--sm {
  padding: 7px 10px;
  font-size: 0.82rem;
}

/* line 572, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input--error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

/* line 577, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input[readonly] {
  background: var(--ds-surface-subtle, #f4f5f7);
  cursor: not-allowed;
}

/* line 583, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input-with-suffix {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 589, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-input__lock {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 0.78rem;
}

/* line 599, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}

/* line 605, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 12px;
  border: 1.5px solid var(--ds-border-subtle);
  border-radius: 9px;
  background: var(--ds-surface-card);
  cursor: pointer;
  transition: border-color 0.12s ease, background 0.12s ease, transform 0.12s ease;
}

/* line 617, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 619, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card > i {
  color: var(--ds-text-secondary);
  font-size: 1rem;
}

/* line 624, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ds-text-primary);
}

/* line 630, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card__hint {
  font-size: 0.7rem;
  color: var(--ds-text-muted);
  line-height: 1.3;
}

/* line 636, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 640, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card--selected {
  border-color: var(--ds-accent, #6366f1);
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.08));
}

/* line 644, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card--selected > i {
  color: var(--ds-accent, #6366f1);
}

/* line 647, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-type-card input:disabled ~ * {
  opacity: 0.6;
}

/* line 652, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-widgets > [data-default-widget][hidden] {
  display: none !important;
}

/* line 655, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  cursor: pointer;
  background: var(--ds-surface-card);
}

/* line 665, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 667, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool__switch {
  width: 32px;
  height: 18px;
  background: var(--ds-border-subtle);
  border-radius: 999px;
  position: relative;
  transition: background 0.18s ease;
}

/* line 675, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool__switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.18);
  transition: transform 0.18s ease;
}

/* line 689, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool:has(input:checked) .cf-default-bool__switch {
  background: var(--ds-accent, #6366f1);
}

/* line 691, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool:has(input:checked) .cf-default-bool__switch::before {
  transform: translateX(14px);
}

/* line 694, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-bool__label {
  font-size: 0.84rem;
  color: var(--ds-text-secondary);
}

/* line 700, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-multi {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 705, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-multi__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 7px;
  font-size: 0.82rem;
  cursor: pointer;
  color: var(--ds-text-secondary);
}

/* line 717, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-multi__item:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 719, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-multi__item input {
  accent-color: var(--ds-accent, #6366f1);
}

/* line 723, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-empty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px dashed var(--ds-border-subtle);
  border-radius: 8px;
  font-size: 0.78rem;
  color: var(--ds-text-muted);
}

/* line 734, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-default-empty i {
  color: var(--ds-accent, #6366f1);
}

/* line 739, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-options__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 748, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-options__add {
  align-self: flex-start;
  margin-top: 8px;
}

/* line 754, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1.2fr) minmax(0, 1fr) 32px;
  align-items: end;
  gap: 8px;
  padding: 6px 8px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
}

/* line 764, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option--ghost {
  opacity: 0.5;
  border-style: dashed;
}

/* line 766, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option__handle {
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  cursor: grab;
  padding: 4px;
  align-self: center;
}

/* line 775, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option__sublabel {
  display: block;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-text-muted);
  margin-bottom: 2px;
}

/* line 784, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option__remove {
  background: transparent;
  border: 0;
  color: var(--ds-text-muted);
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  align-self: center;
  transition: background 0.12s ease, color 0.12s ease;
}

/* line 794, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option__remove:hover:not(:disabled) {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
}

/* line 798, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-option__remove:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 803, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 809, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  cursor: pointer;
  background: var(--ds-surface-card);
  transition: border-color 0.12s ease;
}

/* line 821, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle:hover {
  border-color: var(--ds-accent-soft, rgba(99, 102, 241, 0.45));
}

/* line 823, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 828, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 830, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle__switch {
  width: 36px;
  height: 20px;
  background: var(--ds-border-subtle);
  border-radius: 999px;
  position: relative;
  transition: background 0.18s ease;
}

/* line 838, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle__switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
  transition: transform 0.18s ease;
}

/* line 852, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
input:checked ~ .cf-toggle__switch, .cf-toggle:has(input:checked) .cf-toggle__switch {
  background: var(--ds-accent, #6366f1);
}

/* line 856, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
input:checked ~ .cf-toggle__switch::before, .cf-toggle:has(input:checked) .cf-toggle__switch::before {
  transform: translateX(16px);
}

/* line 859, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* line 864, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle__text strong {
  font-size: 0.85rem;
  color: var(--ds-text-primary);
  font-weight: 600;
}

/* line 869, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-toggle__text small, .cf-toggle__text .small {
  font-size: 0.72rem;
  color: var(--ds-text-muted);
}

/* line 877, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-errors {
  border: 1px solid rgba(239, 68, 68, 0.4);
  background: rgba(239, 68, 68, 0.06);
  border-radius: 8px;
  padding: 10px 14px;
}

/* line 883, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-errors h4, .cf-errors .h4 {
  margin: 0 0 6px;
  font-size: 0.82rem;
  color: #b91c1c;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 892, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-errors ul {
  margin: 0;
  padding-left: 18px;
  font-size: 0.78rem;
  color: #991b1b;
}

/* line 903, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 909, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--ds-accent-soft, rgba(99, 102, 241, 0.12));
  color: var(--ds-accent, #6366f1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}

/* line 922, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__hint {
  margin: 0;
  font-size: 0.76rem;
  color: var(--ds-text-muted);
}

/* line 928, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__card {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 938, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__label-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 944, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ds-text-primary);
}

/* line 950, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__required {
  color: #ef4444;
  font-weight: 700;
}

/* line 955, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__help {
  margin: 4px 0 0;
  font-size: 0.74rem;
  color: var(--ds-text-muted);
}

/* line 961, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__widget {
  margin-top: 4px;
}

/* line 965, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__api {
  background: var(--ds-surface-card);
  border: 1px dashed var(--ds-border-subtle);
  border-radius: 8px;
  padding: 12px 14px;
}

/* line 971, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__api-title {
  font-size: 0.72rem;
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

/* line 979, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-preview__api-code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.82rem;
  color: var(--ds-accent, #6366f1);
}

/* line 988, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: 8px;
  background: var(--ds-surface-subtle, #f4f5f7);
  color: var(--ds-text-secondary);
  font-size: 0.88rem;
  pointer-events: none;
}

/* line 999, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-text-secondary);
  font-size: 0.85rem;
}

/* line 1006, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-toggle input {
  display: none;
}

/* line 1008, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-toggle__switch {
  width: 30px;
  height: 18px;
  background: var(--ds-border-subtle);
  border-radius: 999px;
  position: relative;
}

/* line 1015, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-toggle__switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}

/* line 1028, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 1034, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-pill {
  padding: 5px 12px;
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 999px;
  color: var(--ds-text-secondary);
  font-size: 0.78rem;
}

/* line 1043, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-multi {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 1049, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--ds-text-secondary);
}

/* line 1057, app/assets/stylesheets/components_views/junior_configurations/_custom_fields.scss */
.cf-prev-empty {
  padding: 12px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--ds-text-muted);
  background: var(--ds-surface-subtle, #f4f5f7);
  border: 1px dashed var(--ds-border-subtle);
  border-radius: 8px;
}

/* line 9, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-6);
}

/* line 16, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat {
  display: flex;
  align-items: center;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4) var(--ds-space-5);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 26, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--ds-radius-md);
  font-size: 18px;
  flex-shrink: 0;
}

/* line 35, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat__icon--primary {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 36, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat__icon--accent {
  background: var(--ds-color-accent-100);
  color: var(--ds-color-accent-600);
}

/* line 37, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat__icon--success {
  background: var(--ds-color-success-50);
  color: var(--ds-color-success-600);
}

/* line 40, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat__value {
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 48, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-stat__label {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 55, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-4);
  flex-wrap: wrap;
  margin-bottom: var(--ds-space-5);
}

/* line 64, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-search {
  position: relative;
  flex: 1 1 320px;
  max-width: 460px;
}

/* line 69, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-search > i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  font-size: 14px;
  pointer-events: none;
}

/* line 79, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-search input {
  width: 100%;
  height: 42px;
  padding: 0 var(--ds-space-4) 0 38px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  transition: border-color var(--ds-duration-base) var(--ds-ease-standard), box-shadow var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 91, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-search input::-moz-placeholder {
  color: var(--ds-text-muted);
}
.admin-juniors .aj-search input::placeholder {
  color: var(--ds-text-muted);
}

/* line 93, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-search input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 101, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-toolbar__count {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  white-space: nowrap;
}

/* line 106, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-toolbar__count [data-admin-juniors-target="count"] {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 113, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--ds-space-5);
}

/* line 120, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  padding: var(--ds-space-5);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  transition: transform var(--ds-duration-base) var(--ds-ease-standard), box-shadow var(--ds-duration-base) var(--ds-ease-standard), border-color var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 133, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-lg);
  border-color: var(--ds-border-default);
}

/* line 139, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__head {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
}

/* line 145, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__avatar {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: var(--ds-radius-md);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--ds-surface-muted);
  display: grid;
  place-items: center;
}

/* line 158, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 167, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__initials {
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-color-primary-600);
  letter-spacing: var(--ds-letter-spacing-tight);
}

/* line 174, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__title {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 180, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__title h2, .admin-juniors .je-card__title .h2 {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 191, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__subdomain {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-family: var(--ds-font-mono);
  font-size: var(--ds-font-size-xs);
  text-decoration: none;
  transition: background var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 204, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__subdomain:hover {
  background: var(--ds-color-primary-100);
}

/* line 206, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__subdomain .je-card__host {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 207, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__subdomain .je-card__ext {
  margin-left: auto;
  font-size: 10px;
  opacity: .7;
}

/* line 209, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__subdomain--missing {
  background: var(--ds-color-warning-50);
  color: var(--ds-color-warning-600);
  font-family: var(--ds-font-sans);
  cursor: help;
}

/* line 217, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) 0;
  border-top: 1px solid var(--ds-border-subtle);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 226, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
}

/* line 233, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 241, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__actions {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 248, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-card__actions form {
  display: contents;
}

/* line 252, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  max-width: 100%;
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-surface-muted);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  white-space: nowrap;
}

/* line 266, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-chip i {
  font-size: 9px;
}

/* line 269, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

/* line 275, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-stat__num {
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 282, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .je-stat__lbl {
  font-size: 11px;
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--ds-letter-spacing-wide);
}

/* line 291, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  height: 38px;
  padding: 0 var(--ds-space-4);
  border-radius: var(--ds-radius-md);
  border: 1px solid transparent;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--ds-duration-base) var(--ds-ease-standard), border-color var(--ds-duration-base) var(--ds-ease-standard), color var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 308, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--primary {
  background: var(--ds-color-primary-600);
  color: var(--ds-text-inverse);
}

/* line 311, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--primary:hover {
  background: var(--ds-color-primary-700);
}

/* line 315, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--ghost, .admin-juniors .aj-btn--danger {
  width: 38px;
  padding: 0;
  background: var(--ds-surface-card);
  border-color: var(--ds-border-subtle);
}

/* line 323, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--ghost {
  color: var(--ds-text-secondary);
}

/* line 325, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--ghost:hover {
  background: var(--ds-surface-muted);
  color: var(--ds-text-primary);
  border-color: var(--ds-border-default);
}

/* line 332, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--danger {
  color: var(--ds-color-danger-600);
}

/* line 334, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-btn--danger:hover {
  background: var(--ds-color-danger-50);
  border-color: var(--ds-color-danger-100);
}

/* line 342, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-empty {
  text-align: center;
  padding: var(--ds-space-12) var(--ds-space-4);
  color: var(--ds-text-muted);
}

/* line 347, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-empty i {
  font-size: 28px;
  margin-bottom: var(--ds-space-3);
  opacity: .5;
}

/* line 348, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
.admin-juniors .aj-empty p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
}

@media (max-width: 640px) {
  /* line 352, app/assets/stylesheets/components_views/juniors/_admin_index.scss */
  .admin-juniors .aj-grid {
    grid-template-columns: 1fr;
  }
}

/* line 7, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 13, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--ds-space-5);
  align-items: start;
}

/* line 20, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__card {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  padding: var(--ds-space-6);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
}

/* line 31, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__card-title {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 40, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__card-title i {
  color: var(--ds-color-primary-600);
  font-size: 14px;
}

/* line 43, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__card-lede {
  margin: -8px 0 0 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 49, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__errors {
  display: flex;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  background: var(--ds-color-danger-50);
  border: 1px solid var(--ds-color-danger-100);
  border-radius: var(--ds-radius-md);
  color: var(--ds-color-danger-700);
  font-size: var(--ds-font-size-sm);
}

/* line 59, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__errors > i {
  font-size: 16px;
  margin-top: 2px;
}

/* line 60, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__errors ul {
  margin: 4px 0 0 0;
  padding-left: var(--ds-space-5);
}

/* line 63, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ds-space-3);
  padding-top: var(--ds-space-2);
}

/* line 72, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 77, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-4);
}

@media (max-width: 520px) {
  /* line 77, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
  .admin-juniors .je-field__row {
    grid-template-columns: 1fr;
  }
}

/* line 85, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
}

/* line 91, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__input {
  width: 100%;
  height: 42px;
  padding: 0 var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  transition: border-color var(--ds-duration-base) var(--ds-ease-standard), box-shadow var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 103, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__input::-moz-placeholder {
  color: var(--ds-text-muted);
}
.admin-juniors .je-field__input::placeholder {
  color: var(--ds-text-muted);
}

/* line 105, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 113, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__affix {
  display: flex;
  align-items: stretch;
}

/* line 117, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__affix .je-field__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

/* line 124, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__suffix {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--ds-space-3);
  background: var(--ds-surface-muted);
  border: 1px solid var(--ds-border-default);
  border-top-right-radius: var(--ds-radius-md);
  border-bottom-right-radius: var(--ds-radius-md);
  color: var(--ds-text-muted);
  font-family: var(--ds-font-mono);
  font-size: var(--ds-font-size-xs);
  white-space: nowrap;
}

/* line 138, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__hint {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  line-height: var(--ds-line-height-snug);
}

/* line 147, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-field__hint i {
  margin-top: 2px;
  color: var(--ds-color-info-500);
}

/* line 152, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo {
  display: flex;
  align-items: center;
  gap: var(--ds-space-4);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__preview {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: var(--ds-radius-md);
  overflow: hidden;
  background: var(--ds-surface-muted);
  border: 1px solid var(--ds-border-subtle);
  display: grid;
  place-items: center;
}

/* line 171, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--ds-surface-card);
}

/* line 181, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__placeholder {
  color: var(--ds-text-muted);
  font-size: 22px;
}

/* line 183, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__cta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 185, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  align-self: flex-start;
  padding: var(--ds-space-2) var(--ds-space-4);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  transition: background var(--ds-duration-base) var(--ds-ease-standard), border-color var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 201, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo:hover .admin-juniors .je-logo__btn {
  background: var(--ds-surface-muted);
  border-color: var(--ds-border-strong);
}

/* line 206, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 215, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-logo__file {
  display: none;
}

/* line 219, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-color {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-3);
  height: 42px;
  padding: 0 var(--ds-space-3) 0 6px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 231, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-color input[type="color"] {
  width: 34px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* line 239, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-color input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 240, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-color input[type="color"]::-webkit-color-swatch {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
}

/* line 241, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-color input[type="color"]::-moz-color-swatch {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
}

/* line 244, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .je-color__value {
  font-family: var(--ds-font-mono);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  text-transform: uppercase;
}

/* line 253, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .aj-btn--secondary {
  width: auto;
  padding: 0 var(--ds-space-4);
  background: var(--ds-surface-card);
  border-color: var(--ds-border-default);
  color: var(--ds-text-secondary);
}

/* line 260, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .aj-btn--secondary:hover {
  background: var(--ds-surface-muted);
  color: var(--ds-text-primary);
  border-color: var(--ds-border-strong);
}

/* line 267, app/assets/stylesheets/components_views/juniors/_admin_form.scss */
.admin-juniors .aj-btn--lg {
  height: 44px;
  padding: 0 var(--ds-space-6);
}

/* line 3, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-dashboard {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 9, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ds-space-4);
}

@media (max-width: 992px) {
  /* line 9, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
  .jf-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  /* line 9, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
  .jf-stat-grid {
    grid-template-columns: 1fr;
  }
}

/* line 18, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  padding: var(--ds-space-5);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 31, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--jf-stat-accent, var(--ds-color-primary-500));
}

/* line 39, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat:hover {
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
}

/* line 44, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat__label {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-text-muted);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 54, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat__label i {
  color: var(--jf-stat-accent, var(--ds-color-primary-500));
}

/* line 57, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat__value {
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 65, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 70, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat--primary {
  --jf-stat-accent: var(--ds-color-primary-500);
}

/* line 71, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat--accent {
  --jf-stat-accent: var(--ds-color-accent-500);
}

/* line 72, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat--success {
  --jf-stat-accent: var(--ds-color-success-500);
}

/* line 73, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-stat--info {
  --jf-stat-accent: var(--ds-color-info-500, #06b6d4);
}

/* line 77, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ds-space-4);
}

@media (max-width: 768px) {
  /* line 77, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
  .jf-quick-actions {
    grid-template-columns: 1fr;
  }
}

/* line 85, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-4);
  padding: var(--ds-space-5);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 99, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: var(--ds-radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: var(--jf-qa-bg, var(--ds-color-primary-50));
  color: var(--jf-qa-fg, var(--ds-color-primary-600));
}

/* line 120, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action__body {
  min-width: 0;
}

/* line 122, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action__title {
  margin: 0 0 var(--ds-space-1);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 129, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action__sub {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 135, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action--primary {
  --jf-qa-bg: var(--ds-color-primary-50);
  --jf-qa-fg: var(--ds-color-primary-600);
}

/* line 136, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action--accent {
  --jf-qa-bg: rgba(255, 186, 9, 0.14);
  --jf-qa-fg: #b27406;
}

/* line 137, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-quick-action--feedback {
  --jf-qa-bg: var(--ds-color-success-50, #e7f7ee);
  --jf-qa-fg: var(--ds-color-success-600);
}

/* line 141, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
}

/* line 147, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4) var(--ds-space-5);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 156, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__title {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 165, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__title i {
  color: var(--ds-color-primary-500);
}

/* line 168, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__body {
  padding: 0;
}

/* line 170, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__empty {
  padding: var(--ds-space-8) var(--ds-space-5);
  text-align: center;
  color: var(--ds-text-secondary);
}

/* line 175, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__empty .jf-section__empty-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto var(--ds-space-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-500);
  font-size: 22px;
}

/* line 188, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__empty h3, .jf-section__empty .h3 {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 195, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-section__empty p {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-font-size-sm);
}

/* line 200, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--ds-font-size-sm);
}

/* line 205, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent th, .jf-recent td {
  padding: var(--ds-space-3) var(--ds-space-5);
  text-align: left;
  vertical-align: middle;
}

/* line 211, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent thead th {
  background: var(--ds-surface-muted);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-text-muted);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 221, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent tbody tr {
  border-top: 1px solid var(--ds-border-subtle);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 225, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent tbody tr:hover {
  background: var(--ds-surface-muted);
}

/* line 228, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__title {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 233, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__title:hover {
  color: var(--ds-color-primary-700);
  text-decoration: none;
}

/* line 236, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__desc {
  margin-top: 2px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 242, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__num {
  font-variant-numeric: tabular-nums;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 248, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__rate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-variant-numeric: tabular-nums;
  color: var(--ds-text-secondary);
}

/* line 255, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__rate .bar {
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background: var(--ds-color-neutral-100);
  overflow: hidden;
  position: relative;
}

/* line 264, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent__rate .bar > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-400), var(--ds-color-primary-600));
}

/* line 271, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent td.jf-recent__actions {
  text-align: right;
  white-space: nowrap;
}

/* line 275, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-recent td.jf-recent__actions a, .jf-recent td.jf-recent__actions button {
  margin-left: 4px;
}

/* line 282, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
}

/* line 293, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

/* line 301, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-status--draft {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
}

/* line 302, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-status--published {
  background: var(--ds-color-success-50, #e7f7ee);
  color: var(--ds-color-success-700);
}

/* line 303, app/assets/stylesheets/components_views/jestionform/_dashboard.scss */
.jf-status--archived {
  background: rgba(120, 113, 108, 0.14);
  color: #57534e;
}

/* line 6, app/assets/stylesheets/components_views/jestionform/_forms_index.scss */
.jf-forms-list__title-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* line 13, app/assets/stylesheets/components_views/jestionform/_forms_index.scss */
.jf-forms-list__lock {
  color: var(--ds-text-muted);
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/components_views/jestionform/_forms_index.scss */
.kanban__column[data-status="draft"] .kanban__count {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 21, app/assets/stylesheets/components_views/jestionform/_forms_index.scss */
.kanban__column[data-status="published"] .kanban__count {
  background: var(--ds-color-success-50, #e7f7ee);
  color: var(--ds-color-success-700);
}

/* line 22, app/assets/stylesheets/components_views/jestionform/_forms_index.scss */
.kanban__column[data-status="archived"] .kanban__count {
  background: rgba(120, 113, 108, 0.14);
  color: #57534e;
}

/* line 6, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--ds-space-3);
  margin-top: var(--ds-space-3);
}

/* line 13, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  padding: var(--ds-space-4);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 26, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card:hover {
  border-color: var(--ds-color-primary-300);
  transform: translateY(-1px);
}

/* line 37, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card--active, .jf-template-card:has(input[type="radio"]:checked) {
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 43, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__title {
  margin: 0 0 var(--ds-space-1);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 52, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__title i {
  color: var(--ds-color-primary-500);
}

/* line 55, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__desc {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  line-height: 1.45;
}

/* line 62, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 71, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
}

/* line 82, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__chip--public {
  background: var(--ds-color-success-50, #ecfdf5);
  color: var(--ds-color-success-700);
}

/* line 88, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-template-card__meta-count {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}

/* line 95, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle-row {
  margin-top: var(--ds-space-4);
}

/* line 99, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  cursor: pointer;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 110, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 112, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 118, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle__switch {
  display: inline-block;
  flex: 0 0 auto;
  width: 38px;
  height: 22px;
  border-radius: 11px;
  background: var(--ds-color-neutral-300);
  position: relative;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
  margin-top: 2px;
}

/* line 129, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle__switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ds-color-neutral-0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 141, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
input[type="checkbox"]:checked ~ .jf-toggle__switch, input[type="checkbox"]:checked + .jf-toggle__switch {
  background: var(--ds-color-primary-500);
}

/* line 145, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
input[type="checkbox"]:checked ~ .jf-toggle__switch::after, input[type="checkbox"]:checked + .jf-toggle__switch::after {
  transform: translateX(16px);
}

/* line 149, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle:has(input[type="checkbox"]:checked) .jf-toggle__switch {
  background: var(--ds-color-primary-500);
}

/* line 152, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle:has(input[type="checkbox"]:checked) .jf-toggle__switch::after {
  transform: translateX(16px);
}

/* line 155, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 160, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle__body strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 166, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle__body small, .jf-toggle__body .small {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  line-height: 1.45;
}

/* line 171, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-toggle__body small em, .jf-toggle__body .small em {
  font-style: italic;
  color: var(--ds-text-muted);
}

/* line 176, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.jf-empty-hint {
  margin: var(--ds-space-3) 0;
  padding: var(--ds-space-4);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  background: var(--ds-surface-muted);
}

/* line 187, app/assets/stylesheets/components_views/jestionform/_form_wizard.scss */
.esm_wizard__substep {
  margin-top: var(--ds-space-4);
}

/* line 4, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: var(--ds-space-4);
  align-items: center;
  margin-bottom: var(--ds-space-5);
  padding-bottom: var(--ds-space-3);
  border-bottom: 1px solid var(--ds-border-subtle);
}

@media (max-width: 1024px) {
  /* line 4, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
  .jf-subnav {
    grid-template-columns: 1fr;
    gap: var(--ds-space-2);
  }
}

/* line 18, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__title {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  min-width: 0;
}

/* line 24, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__title > i {
  color: var(--ds-color-primary-500);
  flex: 0 0 auto;
}

/* line 27, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__title-text {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* line 37, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__tabs {
  display: flex;
  gap: 2px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-md);
  padding: 3px;
  flex-wrap: wrap;
}

/* line 46, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__tab {
  padding: 6px 14px;
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
  text-decoration: none;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 58, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__tab > i {
  font-size: 12px;
  opacity: 0.8;
}

/* line 60, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__tab:hover {
  color: var(--ds-text-primary);
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__tab.is-active {
  color: var(--ds-color-primary-700);
  background: var(--ds-color-neutral-0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 71, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-subnav__tab.is-active > i {
  opacity: 1;
  color: var(--ds-color-primary-500);
}

@media (max-width: 1024px) {
  /* line 75, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
  .jf-subnav__back {
    display: none;
  }
}

/* line 81, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  margin-bottom: var(--ds-space-4);
}

/* line 88, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-header__title {
  min-width: 0;
}

/* line 89, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-header__actions {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  flex-wrap: wrap;
}

/* line 95, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-page-stub {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 100, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-page-stub__notice {
  background: var(--ds-color-info-50, #eff6ff);
  border: 1px solid var(--ds-color-info-100, #dbeafe);
  color: var(--ds-color-info-700, #1d4ed8);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3) var(--ds-space-4);
  font-size: var(--ds-font-size-sm);
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 111, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-page-stub__notice i {
  color: var(--ds-color-info-500, #3b82f6);
}

/* line 115, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: var(--ds-space-6);
  align-items: start;
}

@media (max-width: 1024px) {
  /* line 115, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
  .jf-builder {
    grid-template-columns: 1fr;
  }
}

/* line 127, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-savestate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 134, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-savestate[data-state="saving"] {
  color: var(--ds-text-secondary);
}

/* line 135, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-savestate[data-state="saved"] {
  color: var(--ds-color-success-600, #059669);
}

/* line 136, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-savestate[data-state="error"] {
  color: var(--ds-color-danger-600);
}

/* line 140, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-switch {
  position: relative;
}

/* line 144, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 50;
  min-width: 240px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-md);
  padding: 4px;
  display: none;
}

/* line 159, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-switch.is-open .jf-builder-status-menu {
  display: block;
}

/* line 163, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-menu__item {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  width: 100%;
  background: none;
  border: 0;
  padding: 8px 12px;
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  text-align: left;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 177, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-menu__item:hover {
  background: var(--ds-surface-muted);
}

/* line 179, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-menu__item.is-active {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
}

/* line 181, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder-status-menu__item > .jf-status {
  flex: 0 0 auto;
}

/* line 185, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__settings {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  position: sticky;
  top: calc(var(--topbar-h, 44px) + 12px);
}

@media (max-width: 1024px) {
  /* line 185, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
  .jf-builder__settings {
    position: static;
  }
}

/* line 201, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__panel-title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 210, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__panel-title i {
  color: var(--ds-color-primary-500);
}

/* line 213, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__field {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
}

/* line 218, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__field > label {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 226, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__field input[type="text"],
.jf-builder__field input[type="email"],
.jf-builder__field input[type="tel"],
.jf-builder__field input[type="url"],
.jf-builder__field input[type="number"],
.jf-builder__field input[type="date"],
.jf-builder__field input[type="datetime-local"],
.jf-builder__field input[type="search"],
.jf-builder__field input[type="password"],
.jf-builder__field textarea,
.jf-builder__field select:not([multiple]) {
  width: 100%;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 8px 10px;
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  color: var(--ds-text-primary);
  background: var(--ds-surface-card);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 248, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__field input[type="text"]:focus,
.jf-builder__field input[type="email"]:focus,
.jf-builder__field input[type="tel"]:focus,
.jf-builder__field input[type="url"]:focus,
.jf-builder__field input[type="number"]:focus,
.jf-builder__field input[type="date"]:focus,
.jf-builder__field input[type="datetime-local"]:focus,
.jf-builder__field input[type="search"]:focus,
.jf-builder__field input[type="password"]:focus,
.jf-builder__field textarea:focus,
.jf-builder__field select:not([multiple]):focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 255, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__field textarea {
  resize: vertical;
  min-height: 64px;
}

/* line 257, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__field--switch {
  gap: 0;
}

/* line 260, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__hint {
  margin: 4px 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  line-height: 1.4;
}

/* line 268, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__canvas {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 274, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__canvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
}

/* line 281, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__sections {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 287, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__empty {
  background: var(--ds-surface-card);
  border: 2px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-8) var(--ds-space-5);
  text-align: center;
  color: var(--ds-text-secondary);
}

/* line 295, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__empty .jf-builder__empty-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: var(--ds-space-3);
}

/* line 308, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__empty h3, .jf-builder__empty .h3 {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 315, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-builder__empty p {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-font-size-sm);
}

/* line 319, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 326, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card:hover {
  border-color: var(--ds-color-primary-200);
}

/* line 328, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__head {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
  background: var(--ds-surface-muted);
}

/* line 337, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__handle {
  color: var(--ds-text-muted);
  cursor: grab;
  padding: 4px;
  flex: 0 0 auto;
}

/* line 343, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__handle:active {
  cursor: grabbing;
}

/* line 346, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__title {
  flex: 1;
  border: 1px solid transparent;
  background: transparent;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  padding: 4px 8px;
  border-radius: var(--ds-radius-sm);
}

/* line 356, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__title:hover {
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-border-subtle);
}

/* line 357, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__title:focus {
  outline: none;
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-color-primary-400);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 365, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__count {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}

/* line 372, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__delete {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: var(--ds-radius-sm);
  border: 1px solid transparent;
  background: transparent;
  color: var(--ds-text-muted);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 382, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__delete:hover {
  color: var(--ds-color-danger-600);
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.3);
}

/* line 389, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__fields {
  padding: var(--ds-space-3);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 40px;
}

/* line 397, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__empty {
  margin: 0;
  padding: var(--ds-space-3);
  text-align: center;
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  font-style: italic;
}

/* line 406, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-section-card__foot {
  padding: var(--ds-space-2) var(--ds-space-3);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-0);
}

/* line 414, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 10px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 424, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: var(--ds-shadow-xs);
}

/* line 429, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__handle {
  color: var(--ds-text-muted);
  cursor: grab;
  padding: 2px;
  flex: 0 0 auto;
}

/* line 435, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__handle:active {
  cursor: grabbing;
}

/* line 438, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* line 450, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 458, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__label {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  font-size: var(--ds-font-size-sm);
  line-height: 1.3;
}

/* line 465, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__required {
  color: var(--ds-color-danger-600);
  font-weight: var(--ds-font-weight-bold);
}

/* line 470, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__type {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 475, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__help {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  font-style: italic;
}

/* line 481, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-card__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 489, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-icon-btn {
  width: 30px;
  height: 30px;
  border-radius: var(--ds-radius-sm);
  border: 1px solid transparent;
  background: transparent;
  color: var(--ds-text-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 502, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-icon-btn:hover {
  background: var(--ds-surface-muted);
  color: var(--ds-text-primary);
}

/* line 507, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-icon-btn--toggle.is-active {
  color: var(--ds-color-warning-600, #d97706);
  background: rgba(245, 158, 11, 0.12);
}

/* line 512, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-icon-btn--danger:hover {
  color: var(--ds-color-danger-600);
  background: rgba(220, 38, 38, 0.08);
}

/* line 519, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ds-space-3);
}

@media (max-width: 640px) {
  /* line 519, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
  .jf-field-picker {
    grid-template-columns: 1fr;
  }
}

/* line 527, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker__option {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  text-align: left;
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 539, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker__option:hover {
  border-color: var(--ds-color-primary-400);
  background: var(--ds-color-primary-50);
  transform: translateY(-1px);
}

/* line 545, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker__option__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-sm);
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* line 557, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker__option__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 563, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker__option__body strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 569, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-picker__option__body small, .jf-field-picker__option__body .small {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  line-height: 1.4;
}

/* line 578, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.sortable-ghost {
  opacity: 0.4;
  background: var(--ds-color-primary-50) !important;
}

/* line 582, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.sortable-drag {
  cursor: grabbing;
  box-shadow: var(--ds-shadow-md);
}

/* line 588, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-presets {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 6px;
  margin-top: 6px;
}

/* line 595, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 4px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  font-size: 11px;
  color: var(--ds-text-secondary);
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 609, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preset:hover {
  border-color: var(--ds-color-primary-300);
  transform: translateY(-1px);
  color: var(--ds-text-primary);
}

/* line 615, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preset__swatches {
  display: inline-flex;
  gap: 2px;
}

/* line 619, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preset__swatches > span {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: inline-block;
}

/* line 627, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preset__label {
  font-weight: var(--ds-font-weight-medium);
}

/* line 632, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-colors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: var(--ds-space-3);
}

/* line 639, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-color {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-surface-card);
  font-size: 11px;
  color: var(--ds-text-secondary);
  cursor: pointer;
}

/* line 652, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-color:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 654, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-color > span {
  flex: 1;
}

/* line 656, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-color > input[type="color"] {
  flex: 0 0 auto;
  width: 28px;
  height: 24px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  padding: 0;
  background: transparent;
  cursor: pointer;
}

/* line 668, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preview {
  margin-top: var(--ds-space-3);
  padding: 6px;
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: repeating-linear-gradient(45deg, var(--ds-surface-muted) 0, var(--ds-surface-muted) 6px, var(--ds-color-neutral-0) 6px, var(--ds-color-neutral-0) 12px);
}

/* line 681, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preview__inner {
  background: var(--jf-tp-bg, #ffffff);
  color: var(--jf-tp-text, #0f172a);
  padding: var(--ds-space-4);
  border-radius: var(--ds-radius-sm);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

/* line 692, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preview__logo {
  max-height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: flex-start;
}

/* line 699, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preview__title {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--jf-tp-text, #0f172a);
}

/* line 705, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preview__field {
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid var(--jf-tp-primary, #2563eb);
  font-size: 11px;
  color: var(--jf-tp-text, #0f172a);
  border-radius: 4px 4px 0 0;
}

/* line 714, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-theme-preview__btn {
  align-self: flex-start;
  padding: 6px 14px;
  background: var(--jf-tp-primary, #2563eb);
  color: #fff;
  border: 0;
  border-radius: var(--ds-radius-sm);
  font-size: 12px;
  font-weight: var(--ds-font-weight-semibold);
  cursor: default;
  pointer-events: none;
}

/* line 729, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-edit {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 734, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-edit__type-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
  width: -moz-fit-content;
  width: fit-content;
}

/* line 746, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-field-edit__type-pill i {
  font-size: 13px;
}

/* line 751, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

/* line 758, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-surface-card);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 768, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__row:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 770, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__row > input[type="text"] {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 6px 8px;
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  color: var(--ds-text-primary);
}

/* line 779, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__row > input[type="text"]:focus {
  outline: none;
  background: var(--ds-color-primary-50);
  border-radius: var(--ds-radius-sm);
}

/* line 787, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__handle {
  flex: 0 0 auto;
  color: var(--ds-text-muted);
  cursor: grab;
  padding: 2px;
}

/* line 793, app/assets/stylesheets/components_views/jestionform/_form_builder.scss */
.jf-options-editor__handle:active {
  cursor: grabbing;
}

/* line 5, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-status-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-md);
  margin-bottom: var(--ds-space-4);
}

/* line 15, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-status-tab {
  padding: 6px 14px;
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 27, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-status-tab:hover {
  color: var(--ds-text-primary);
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-status-tab.is-active {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-primary-700);
  box-shadow: var(--ds-shadow-xs);
}

/* line 35, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-status-tab__count {
  font-variant-numeric: tabular-nums;
  font-weight: var(--ds-font-weight-semibold);
  background: rgba(0, 0, 0, 0.06);
  padding: 0 6px;
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
}

/* line 44, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-status-tab.is-active .jf-status-tab__count {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 51, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-list {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 57, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto auto;
  gap: var(--ds-space-4);
  align-items: center;
  padding: var(--ds-space-4) var(--ds-space-5);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  text-decoration: none;
  color: inherit;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

@media (max-width: 900px) {
  /* line 57, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
  .jf-campaign-card {
    grid-template-columns: 1fr;
    gap: var(--ds-space-2);
  }
}

/* line 75, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
  color: inherit;
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 89, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__title strong {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 98, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__title small, .jf-campaign-card__title .small {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 104, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

@media (max-width: 900px) {
  /* line 104, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
  .jf-campaign-card__meta {
    text-align: left;
  }
}

/* line 112, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__meta small, .jf-campaign-card__meta .small {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 113, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__meta strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 116, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__rate {
  min-width: 100px;
}

/* line 119, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__rate .bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--ds-color-neutral-100);
  overflow: hidden;
  margin-top: 4px;
}

/* line 127, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-campaign-card__rate .bar > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-400), var(--ds-color-primary-600));
}

/* line 137, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-response-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--ds-space-2) var(--ds-space-4);
  margin-top: var(--ds-space-2);
}

/* line 144, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-response-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 0;
}

/* line 150, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-response-row__label {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 158, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-response-row__value {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  word-break: break-word;
}

/* line 166, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
}

/* line 177, app/assets/stylesheets/components_views/jestionform/_feedback.scss */
.jf-pill i {
  font-size: 10px;
}

/* line 14, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_cockpit .esm_cockpit__toolbar {
  padding: 12px 24px;
}

/* line 20, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  border-radius: 999px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ds-color-neutral-700);
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

/* line 34, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill:hover {
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-color-neutral-300);
}

/* line 39, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill__bullet {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  font-size: 0.65rem;
}

/* line 48, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill__bullet--valid {
  background: var(--ds-color-success-500);
}

/* line 49, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill__bullet--pending {
  background: var(--ds-color-warning-500);
}

/* line 50, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill__bullet--invalid {
  background: var(--ds-color-danger-500);
}

/* line 53, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier-pill__count {
  color: var(--ds-color-neutral-500);
  font-weight: 500;
}

/* line 63, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_hero__bareme {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 76, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_hero__bareme i {
  font-size: 0.65rem;
}

/* line 82, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 87, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* line 93, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress-bar {
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: var(--ds-color-neutral-100);
  overflow: hidden;
}

/* line 101, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-success-500));
  transition: width 0.4s ease;
}

/* line 107, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress-fill--invalid {
  background: linear-gradient(90deg, var(--ds-color-danger-500), var(--ds-color-warning-500));
}

/* line 108, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress-fill--pending {
  background: linear-gradient(90deg, var(--ds-color-warning-500), var(--ds-color-accent-500));
}

/* line 111, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress-count {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  white-space: nowrap;
}

/* line 117, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__progress-count span {
  color: var(--ds-color-neutral-500);
  font-weight: 500;
}

/* line 120, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}

/* line 126, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  color: var(--ds-color-neutral-800);
  font: inherit;
  transition: border-color 0.15s, background 0.15s, transform 0.05s;
}

/* line 140, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip:hover {
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-color-primary-300);
}

/* line 144, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip:active {
  transform: translateY(1px);
}

/* line 147, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  color: white;
  font-size: 0.78rem;
}

/* line 157, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip--valid .adhm_dossier__chip-icon {
  background: var(--ds-color-success-500);
}

/* line 158, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip--pending .adhm_dossier__chip-icon {
  background: var(--ds-color-warning-500);
}

/* line 159, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip--invalid .adhm_dossier__chip-icon {
  background: var(--ds-color-danger-500);
}

/* line 160, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip--missing .adhm_dossier__chip-icon {
  background: var(--ds-color-neutral-300);
  color: var(--ds-color-neutral-600);
}

/* line 162, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip--missing {
  border-style: dashed;
  color: var(--ds-color-neutral-600);
}

/* line 167, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip-main {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  flex: 1;
}

/* line 175, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip-name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.86rem;
  line-height: 1.25;
}

/* line 182, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_dossier__chip-status {
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 193, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 202, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 212, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  font-size: 0.95rem;
}

/* line 223, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item__main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 224, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.9rem;
}

/* line 225, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  line-height: 1.3;
}

/* line 233, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item__meta i {
  color: var(--ds-color-neutral-400);
  margin-right: 4px;
}

/* line 236, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_doc-item__actions {
  display: inline-flex;
  gap: 4px;
}

/* line 242, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending {
  background: linear-gradient(180deg, var(--ds-color-warning-50) 0%, var(--ds-color-warning-50) 100%);
  border: 1px solid var(--ds-color-warning-200, #fde68a);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 251, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ds-color-warning-700, #b45309);
  font-weight: 600;
  font-size: 0.88rem;
}

/* line 259, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__head i {
  font-size: 0.85rem;
}

/* line 262, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 268, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 279, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 280, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.9rem;
}

/* line 285, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__sub {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 290, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-pending__actions {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

/* line 297, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl {
  list-style: none;
  padding: 4px 0 0 8px;
  margin: 0;
  border-left: 2px solid var(--ds-color-neutral-200);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 306, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__item {
  position: relative;
  padding-left: 18px;
}

/* line 310, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__item--current .adhm_mandat-tl__dot {
  background: var(--ds-color-primary-500);
}

/* line 311, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__item--future .adhm_mandat-tl__dot {
  background: var(--ds-color-info-500, var(--ds-color-primary-400));
}

/* line 312, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__item--past {
  opacity: 0.78;
}

/* line 315, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__dot {
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ds-color-neutral-400);
  border: 2px solid white;
}

/* line 326, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 333, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.95rem;
}

/* line 339, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__pole {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
}

/* line 344, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 354, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__chip--current {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 355, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__chip--future {
  background: var(--ds-color-info-100, var(--ds-color-primary-50));
  color: var(--ds-color-info-600, var(--ds-color-primary-600));
}

/* line 356, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__chip--past {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
}

/* line 359, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.8rem;
  margin-top: 4px;
}

/* line 365, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__perm {
  color: var(--ds-color-neutral-700);
  font-size: 0.8rem;
  margin-top: 2px;
}

/* line 370, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__perm i {
  color: var(--ds-color-primary-500);
  margin-right: 6px;
}

/* line 373, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mandat-tl__actions {
  margin-top: 8px;
  display: inline-flex;
  gap: 6px;
}

/* line 383, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_missions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 388, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_missions__group-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-600);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 398, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_missions__group-head i {
  color: var(--ds-color-primary-500);
}

/* line 401, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_missions__group-count {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 410, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_missions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
}

/* line 417, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.1s ease, box-shadow 0.15s;
}

/* line 429, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission:hover {
  border-color: var(--ds-color-primary-300);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -4px rgba(15, 23, 42, 0.08);
}

/* line 435, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission--accepted {
  border-left: 3px solid var(--ds-color-success-500);
}

/* line 436, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission--pending {
  border-left: 3px solid var(--ds-color-warning-500);
}

/* line 437, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission--refused {
  border-left: 3px solid var(--ds-color-danger-500);
  opacity: 0.78;
}

/* line 439, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__ref {
  display: inline-block;
  padding: 1px 7px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  align-self: flex-start;
}

/* line 451, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
  line-height: 1.3;
}

/* line 452, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__company {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 453, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 462, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__amount {
  color: var(--ds-color-success-700);
  font-weight: 600;
  font-size: 0.82rem;
}

/* line 463, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__status-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 473, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__status-pill--accepted {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 474, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__status-pill--pending {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700, #b45309);
}

/* line 475, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_mission__status-pill--refused {
  background: var(--ds-color-danger-100);
  color: var(--ds-color-danger-700);
}

/* line 482, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 488, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 10px;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px dashed var(--ds-color-neutral-100);
}

/* line 496, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__row:last-child {
  border-bottom: 0;
}

/* line 499, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__label {
  color: var(--ds-color-neutral-500);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 509, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__label i {
  color: var(--ds-color-neutral-400);
  width: 12px;
}

/* line 512, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__value {
  color: var(--ds-color-neutral-900);
  font-family: var(--ds-font-mono, "SF Mono", Menlo, monospace);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  word-break: break-all;
}

/* line 520, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__copy {
  background: transparent;
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 7px;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: var(--ds-color-neutral-500);
  cursor: pointer;
  font-size: 0.75rem;
  transition: color 0.15s, background 0.15s;
}

/* line 533, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_secret-list__copy:hover {
  color: var(--ds-color-primary-600);
  background: var(--ds-color-primary-50);
}

/* line 539, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
[data-controller="reveal"][data-reveal-revealed="false"] .adhm_secret-list__value {
  filter: blur(6px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: filter 0.2s;
}

/* line 544, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
[data-controller="reveal"][data-reveal-revealed="false"] .adhm_secret-list__copy {
  opacity: 0.4;
  pointer-events: none;
}

/* line 548, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
[data-controller="reveal"][data-reveal-revealed="true"] .adhm_secret-list__value {
  filter: none;
}

/* line 552, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_reveal-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

/* line 566, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_reveal-btn:hover {
  border-color: var(--ds-color-primary-300);
  color: var(--ds-color-primary-700);
  background: var(--ds-color-primary-50);
}

/* line 572, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_reveal-btn i {
  font-size: 0.7rem;
}

/* line 578, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

/* line 584, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, background 0.15s, transform 0.1s ease;
}

/* line 598, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action:hover {
  background: var(--ds-color-neutral-0);
  border-color: var(--ds-color-primary-300);
  transform: translateY(-1px);
}

/* line 604, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
  font-size: 0.85rem;
}

/* line 614, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  line-height: 1.25;
}

/* line 620, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action__sub {
  font-size: 0.72rem;
  color: var(--ds-color-neutral-500);
}

/* line 625, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action--accent .adhm_quick-action__icon {
  background: var(--ds-color-success-100);
  color: var(--ds-color-success-700);
}

/* line 626, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action--warm .adhm_quick-action__icon {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700, #b45309);
}

/* line 627, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_quick-action--neutral .adhm_quick-action__icon {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
}

/* line 633, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 638, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__preview {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

/* line 650, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__preview::-webkit-scrollbar {
  width: 6px;
}

/* line 651, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__preview::-webkit-scrollbar-thumb {
  background: var(--ds-color-neutral-200);
  border-radius: 999px;
}

/* line 657, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__msg {
  max-width: 85%;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-800);
  font-size: 0.85rem;
  line-height: 1.4;
  align-self: flex-start;
}

/* line 667, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__msg--mine {
  background: var(--ds-color-primary-500);
  color: white;
  align-self: flex-end;
}

/* line 674, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__msg-meta {
  display: block;
  margin-top: 2px;
  font-size: 0.66rem;
  color: var(--ds-color-neutral-500);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 682, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__msg--mine .adhm_chat__msg-meta {
  color: rgba(255, 255, 255, 0.75);
}

/* line 684, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__empty {
  padding: 18px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-color-neutral-200);
  border-radius: 12px;
  color: var(--ds-color-neutral-500);
  text-align: center;
  font-size: 0.85rem;
}

/* line 694, app/assets/stylesheets/components_views/adherents/_show_cockpit.scss */
.adhm_chat__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* line 14, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_cockpit .esm_cockpit__toolbar {
  padding: 12px 24px;
}

/* line 20, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 31, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-pill__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px currentColor;
  opacity: 0.4;
}

/* line 39, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-pill--active {
  background: var(--ds-color-success-50, #ecfdf5);
  color: var(--ds-color-success-700, #047857);
}

/* line 42, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-pill--active .mbm_status-pill__bullet {
  background: var(--ds-color-success-500, #10b981);
  color: var(--ds-color-success-200, #a7f3d0);
}

/* line 45, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-pill--inactive {
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
}

/* line 48, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-pill--inactive .mbm_status-pill__bullet {
  background: var(--ds-color-neutral-400);
  color: var(--ds-color-neutral-200);
}

/* line 52, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border: 1px solid var(--ds-color-primary-100);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

/* line 66, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-pill:hover {
  background: var(--ds-color-primary-100);
  border-color: var(--ds-color-primary-200, var(--ds-color-primary-100));
}

/* line 71, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-pill__pole {
  color: var(--ds-color-primary-500);
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-pill i {
  font-size: 0.7rem;
}

/* line 79, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_admin-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700, #b45309);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 92, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_admin-badge i {
  font-size: 0.65rem;
}

/* line 95, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_toggle-form {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

/* line 104, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_kpis {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* line 114, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_full {
  display: grid;
  gap: 16px;
  min-width: 0;
}

/* line 122, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_side-grid {
  display: grid;
  gap: 16px;
}

/* line 126, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_side-grid--1 {
  grid-template-columns: 1fr;
}

/* line 127, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_side-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 800px) {
  /* line 130, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_side-grid--2 {
    grid-template-columns: 1fr;
  }
}

/* line 138, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_main-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 16px;
  align-items: start;
}

@media (max-width: 1280px) {
  /* line 138, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_main-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  }
}

@media (max-width: 980px) {
  /* line 138, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_main-grid {
    grid-template-columns: 1fr;
  }
}

/* line 153, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_main-grid__col {
  display: grid;
  gap: 16px;
  min-width: 0;
}

/* line 164, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_perf-card .esm_card__body {
  padding: 0 0 18px;
}

/* line 167, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--ds-color-neutral-100);
  background: var(--ds-color-neutral-50);
}

/* line 175, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: left;
  color: var(--ds-color-neutral-600);
  font: inherit;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

/* line 189, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab:hover:not(:disabled) {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-neutral-900);
}

/* line 194, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab--active {
  background: var(--ds-color-neutral-0);
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-500);
}

/* line 199, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab--active .mbm_role-tab__icon {
  background: var(--ds-color-primary-100);
  color: var(--ds-color-primary-700);
}

/* line 205, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab--disabled, .mbm_role-tab:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* line 210, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-600);
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

/* line 223, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab__label {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

/* line 230, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab__name {
  font-size: 0.86rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.2;
}

/* line 237, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-tab__count {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--ds-color-neutral-500);
}

@media (max-width: 800px) {
  /* line 175, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_role-tab {
    grid-column: span 1;
    padding: 10px 12px;
  }
  /* line 246, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_role-tab .mbm_role-tab__name {
    font-size: 0.78rem;
  }
}

@media (max-width: 800px) {
  /* line 251, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_role-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 254, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-panel {
  display: none;
  padding: 18px;
  flex-direction: column;
  gap: 18px;
}

/* line 260, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-panel--active {
  display: flex;
}

/* line 262, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-panel__head {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 2fr;
  gap: 18px;
  align-items: center;
  padding: 12px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-100);
  border-radius: 12px;
}

@media (max-width: 720px) {
  /* line 262, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_role-panel__head {
    grid-template-columns: 1fr;
  }
}

/* line 277, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-panel__empty {
  margin: 18px;
}

/* line 279, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-panel__groups {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 287, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-stat__chart {
  position: relative;
  height: 170px;
  width: 100%;
}

/* line 292, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-stat__chart canvas {
  max-height: 170px;
}

/* line 295, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_role-stat__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* line 302, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
}

/* line 311, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_metric__value {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
}

/* line 317, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_metric__label {
  color: var(--ds-color-neutral-500);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* line 329, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_studies-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 334, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_studies-group__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-600);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 345, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_studies-group__label {
  color: var(--ds-color-neutral-700);
}

/* line 347, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_studies-group__count {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 357, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 363, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-dot--success {
  background: #10B981;
}

/* line 364, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-dot--primary {
  background: #3B82F6;
}

/* line 365, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-dot--warning {
  background: #F59E0B;
}

/* line 366, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-dot--neutral {
  background: #94A3B8;
}

/* line 367, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_status-dot--danger {
  background: #EF4444;
}

/* line 370, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

/* line 376, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.1s ease, box-shadow 0.15s;
}

/* line 388, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study:hover {
  border-color: var(--ds-color-primary-300);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -4px rgba(15, 23, 42, 0.08);
}

/* line 394, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study--success {
  border-left: 3px solid #10B981;
}

/* line 395, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study--primary {
  border-left: 3px solid #3B82F6;
}

/* line 396, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study--warning {
  border-left: 3px solid #F59E0B;
}

/* line 397, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study--neutral {
  border-left: 3px solid #94A3B8;
  opacity: 0.85;
}

/* line 398, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study--danger {
  border-left: 3px solid #EF4444;
  opacity: 0.78;
}

/* line 400, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study__ref {
  display: inline-block;
  padding: 1px 7px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  align-self: flex-start;
}

/* line 412, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study__title {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.92rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

/* line 420, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study__company {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 425, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
  color: var(--ds-color-neutral-500);
  font-size: 0.76rem;
}

/* line 433, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study__meta i {
  color: var(--ds-color-neutral-400);
  margin-right: 3px;
}

/* line 436, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_study__presta {
  display: inline-block;
  padding: 1px 7px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* line 451, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 10px;
}

/* line 456, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio__head-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 458, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio__chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
}

/* line 469, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio__chip--success {
  background: var(--ds-color-success-50, #ecfdf5);
  color: var(--ds-color-success-700, #047857);
}

/* line 475, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio__more {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

/* line 482, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.1s ease, box-shadow 0.15s;
}

/* line 494, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card:hover {
  border-color: var(--ds-color-primary-300);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -4px rgba(15, 23, 42, 0.08);
}

/* line 500, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__head {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

/* line 508, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.78rem;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 521, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__avatar span {
  font-weight: 700;
}

/* line 524, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 530, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__id {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

/* line 531, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.88rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 541, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__company {
  color: var(--ds-color-neutral-500);
  font-size: 0.74rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* line 548, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__company i {
  color: var(--ds-color-neutral-400);
  font-size: 0.65rem;
}

/* line 551, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__role {
  color: var(--ds-color-neutral-700);
  font-size: 0.74rem;
  font-style: italic;
}

/* line 557, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
  border-top: 1px dashed var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-500);
  font-size: 0.74rem;
}

/* line 567, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__meta i {
  color: var(--ds-color-neutral-400);
  margin-right: 3px;
}

/* line 570, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__metric {
  color: var(--ds-color-neutral-700);
  font-weight: 600;
}

/* line 575, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_portfolio-card__last--cold {
  color: var(--ds-color-neutral-400);
}

/* line 581, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

@media (max-width: 700px) {
  /* line 581, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
  .mbm_pipeline {
    grid-template-columns: 1fr;
  }
}

/* line 592, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 12px;
}

/* line 602, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--ds-color-neutral-100);
  color: var(--ds-color-neutral-700);
  font-size: 1rem;
}

/* line 613, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__count {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  line-height: 1.1;
}

/* line 620, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__label {
  font-size: 0.78rem;
  color: var(--ds-color-neutral-500);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 2px;
}

/* line 629, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__bar {
  margin-top: 6px;
  height: 4px;
  background: var(--ds-color-neutral-100);
  border-radius: 999px;
  overflow: hidden;
}

/* line 637, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__fill {
  height: 100%;
  border-radius: inherit;
  transition: width 0.4s ease;
}

/* line 642, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__fill--success {
  background: var(--ds-color-success-500);
}

/* line 643, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__fill--warning {
  background: var(--ds-color-warning-500);
}

/* line 644, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step .mbm_pipeline__fill--neutral {
  background: var(--ds-color-neutral-400);
}

/* line 647, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step--success .mbm_pipeline__icon {
  background: var(--ds-color-success-50, #ecfdf5);
  color: var(--ds-color-success-700, #047857);
}

/* line 648, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pipeline__step--warning .mbm_pipeline__icon {
  background: var(--ds-color-warning-100);
  color: var(--ds-color-warning-700, #b45309);
}

/* line 654, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 660, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 12px;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-color-neutral-200);
  border-radius: 10px;
  transition: border-color 0.15s;
}

/* line 670, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row:hover {
  border-color: var(--ds-color-neutral-300);
}

/* line 672, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

/* line 674, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__name {
  font-weight: 600;
  color: var(--ds-color-neutral-900);
  font-size: 0.88rem;
}

/* line 679, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__name i {
  color: var(--ds-color-neutral-400);
  margin-right: 4px;
}

/* line 682, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__contact {
  color: var(--ds-color-neutral-500);
  font-weight: 500;
}

/* line 687, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ds-color-neutral-500);
  font-size: 0.76rem;
}

/* line 694, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__meta i {
  color: var(--ds-color-neutral-400);
  margin-right: 3px;
}

/* line 697, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_pros-row__status {
  align-self: center;
}

/* line 703, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  background: linear-gradient(180deg, var(--ds-color-primary-50), var(--ds-color-neutral-0));
  border: 1px solid var(--ds-color-primary-100);
  border-radius: 12px;
}

/* line 712, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__head {
  display: flex;
}

/* line 713, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__title {
  font-weight: 700;
  color: var(--ds-color-neutral-900);
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 4px;
}

/* line 720, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__sub {
  color: var(--ds-color-neutral-600);
  font-size: 0.82rem;
}

/* line 723, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__sub i {
  color: var(--ds-color-primary-500);
  margin-right: 5px;
}

/* line 725, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__perm {
  color: var(--ds-color-neutral-700);
  font-size: 0.82rem;
  margin-top: 4px;
}

/* line 729, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__perm i {
  color: var(--ds-color-primary-500);
  margin-right: 6px;
}

/* line 731, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
  margin-top: 8px;
}

/* line 739, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__dates i {
  color: var(--ds-color-neutral-400);
  margin-right: 3px;
}

/* line 740, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-active__dates strong {
  color: var(--ds-color-neutral-800);
  font-weight: 600;
}

/* line 744, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past {
  margin-top: 14px;
}

/* line 747, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-500);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* line 758, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past__head i {
  color: var(--ds-color-neutral-400);
}

/* line 761, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 770, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past__item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-100);
  border-radius: 8px;
  font-size: 0.82rem;
}

/* line 781, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past__title {
  color: var(--ds-color-neutral-800);
  font-weight: 500;
}

/* line 786, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_mandat-past__meta {
  color: var(--ds-color-neutral-500);
  font-size: 0.78rem;
}

/* line 792, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity {
  list-style: none;
  padding: 4px 0 0 8px;
  margin: 0;
  border-left: 2px solid var(--ds-color-neutral-200);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 801, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity__item {
  position: relative;
  padding-left: 18px;
}

/* line 806, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity__dot {
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ds-color-primary-500);
  border: 2px solid var(--ds-color-neutral-0);
}

/* line 817, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 824, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 1px 7px;
  border-radius: 5px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-size: 0.7rem;
  font-weight: 600;
}

/* line 836, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity__date {
  color: var(--ds-color-neutral-500);
  font-size: 0.74rem;
}

/* line 841, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_activity__text {
  color: var(--ds-color-neutral-700);
  font-size: 0.85rem;
  line-height: 1.4;
  margin-top: 4px;
}

/* line 853, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-block + .mbm_handover-block {
  margin-top: 16px;
}

/* line 855, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-block__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-neutral-600);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* line 866, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-block__head i {
  color: var(--ds-color-neutral-400);
}

/* line 869, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-block__count {
  background: var(--ds-color-neutral-200);
  color: var(--ds-color-neutral-700);
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  margin-left: 4px;
}

/* line 880, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 889, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-color-neutral-100);
  border-radius: 8px;
  font-size: 0.82rem;
}

/* line 899, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item__contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-color-neutral-900);
  font-weight: 600;
  text-decoration: none;
}

/* line 907, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item__contact:hover {
  color: var(--ds-color-primary-700);
}

/* line 909, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item__contact i {
  color: var(--ds-color-neutral-400);
  font-size: 0.75rem;
}

/* line 912, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--ds-color-neutral-500);
  font-size: 0.74rem;
}

/* line 919, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item__meta strong {
  color: var(--ds-color-neutral-700);
  font-weight: 600;
}

/* line 922, app/assets/stylesheets/components_views/membres/_show_cockpit.scss */
.mbm_handover-item__date {
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-6);
  padding: var(--ds-space-3) var(--ds-space-4);
  background: var(--ds-surface, #fff);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 25, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__year {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-1);
}

/* line 31, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__year-nav {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-secondary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.12s, color 0.12s, border-color 0.12s;
}

/* line 44, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__year-nav:hover {
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-color: var(--ds-color-primary-300);
}

/* line 47, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__year-select {
  height: 34px;
  min-width: 92px;
  padding: 0 var(--ds-space-3);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__year-select:focus-visible {
  outline: none;
  box-shadow: var(--ds-shadow-focus-ring);
  border-color: var(--ds-border-focus);
}

/* line 62, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__stats {
  display: inline-flex;
  gap: var(--ds-space-4);
  margin-left: var(--ds-space-2);
  color: var(--ds-text-muted);
  font-size: 0.85rem;
}

/* line 69, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__stats strong {
  color: var(--ds-text-primary);
  font-size: 1rem;
}

/* line 72, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__views {
  margin-left: auto;
  display: inline-flex;
  padding: 3px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-md);
  gap: 2px;
}

/* line 81, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 0;
  background: transparent;
  border-radius: var(--ds-radius-sm);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ds-text-muted);
  cursor: pointer;
  transition: background-color 0.12s, color 0.12s, box-shadow 0.12s;
}

/* line 95, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__view:hover {
  color: var(--ds-text-primary);
}

/* line 97, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-toolbar__view.is-active {
  background: #fff;
  color: var(--ds-color-primary-700);
  box-shadow: var(--ds-shadow-sm);
}

/* line 108, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  background: #fff;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  min-width: 210px;
  transition: box-shadow 0.14s, transform 0.14s, border-color 0.14s;
}

/* line 120, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card:hover {
  box-shadow: var(--ds-shadow-md);
  transform: translateY(-1px);
  border-color: var(--ds-color-primary-200);
}

/* line 126, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

/* line 141, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 143, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 145, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__name {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ds-text-primary);
  line-height: 1.2;
}

/* line 152, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__name-link {
  color: inherit;
  text-decoration: none;
}

/* line 155, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__name-link:hover {
  color: var(--ds-color-primary-700);
  text-decoration: underline;
}

/* line 158, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__poste {
  font-size: 0.8rem;
  color: var(--ds-text-secondary);
  line-height: 1.2;
}

/* line 164, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__pole {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ds-text-muted);
}

/* line 174, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-card__pole-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pole-color, var(--ds-color-primary-500));
  flex: 0 0 auto;
}

/* line 186, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau {
  margin-bottom: var(--ds-space-6);
  padding: var(--ds-space-4);
  background: linear-gradient(135deg, var(--ds-color-accent-100), #fff 70%);
  border: 1px solid var(--ds-color-accent-100);
  border-radius: var(--ds-radius-xl);
}

/* line 193, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--ds-space-3);
  font-weight: 700;
  color: var(--ds-color-accent-700);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
}

/* line 205, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau__icon {
  color: var(--ds-color-accent-700);
}

/* line 207, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau__row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-5);
}

/* line 209, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau__group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 211, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau__poste {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ds-text-muted);
}

/* line 219, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-bureau__cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-3);
}

/* line 225, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--ds-space-5);
  align-items: start;
}

/* line 232, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-column {
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  overflow: hidden;
}

/* line 238, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-column__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--ds-space-3) var(--ds-space-4);
  color: #fff;
  background: var(--pole-color, var(--ds-color-primary-500));
  font-weight: 700;
}

/* line 248, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-column__name {
  font-size: 0.95rem;
}

/* line 250, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-column__count {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: var(--ds-radius-pill);
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* line 262, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-column__body {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4);
}

/* line 271, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-poste-group__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: var(--ds-space-2);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ds-text-muted);
}

/* line 283, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-poste-group__count {
  font-size: 0.68rem;
  background: var(--ds-color-neutral-200);
  color: var(--ds-text-secondary);
  padding: 1px 6px;
  border-radius: var(--ds-radius-pill);
}

/* line 291, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-poste-group__cards {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 297, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree {
  overflow-x: auto;
  padding: var(--ds-space-4) var(--ds-space-2) var(--ds-space-6);
}

/* line 301, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__root, .org-tree__poles {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 308, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__root {
  text-align: center;
}

/* line 310, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__root-item {
  display: inline-block;
  position: relative;
}

/* line 313, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree .org-node--bureau {
  display: inline-block;
  margin: 0 auto var(--ds-space-2);
  padding: var(--ds-space-4);
  background: linear-gradient(135deg, var(--ds-color-accent-100), #fff 75%);
  border: 1px solid var(--ds-color-accent-100);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-sm);
}

/* line 323, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree .org-node__head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--ds-space-3);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-color-accent-700);
}

/* line 335, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree .org-node__bureau-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ds-space-5);
}

/* line 336, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree .org-node__bureau-group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 337, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree .org-node__bureau-poste {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ds-text-muted);
}

/* line 346, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: var(--ds-space-8);
}

/* line 354, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree .org-tree__root-item > .org-tree__poles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: var(--ds-space-8);
  border-left: 2px solid var(--ds-color-neutral-300);
}

/* line 365, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole {
  position: relative;
  padding: var(--ds-space-8) var(--ds-space-3) 0;
}

/* line 370, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole::before, .org-tree__poles > .org-pole::after {
  content: "";
  position: absolute;
  top: 0;
  height: var(--ds-space-8);
  width: 50%;
  border-top: 2px solid var(--ds-color-neutral-300);
}

/* line 380, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole::before {
  right: 50%;
  border-right: 2px solid var(--ds-color-neutral-300);
}

/* line 381, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole::after {
  left: 50%;
}

/* line 384, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole:first-child::before {
  border: 0;
}

/* line 385, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole:last-child::after {
  border: 0;
}

/* line 386, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole:first-child::after {
  border-radius: 6px 0 0 0;
}

/* line 387, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole:last-child::before {
  border-right: 2px solid var(--ds-color-neutral-300);
  border-radius: 0 6px 0 0;
}

/* line 390, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree__poles > .org-pole:only-child::before, .org-tree__poles > .org-pole:only-child::after {
  width: 50%;
}

/* line 394, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree.org-tree--rootless .org-tree__poles {
  flex-wrap: wrap;
  gap: var(--ds-space-5);
  padding-top: 0;
}

/* line 399, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree.org-tree--rootless .org-tree__poles > .org-pole {
  padding-top: 0;
}

/* line 400, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-tree.org-tree--rootless .org-tree__poles > .org-pole::before, .org-tree.org-tree--rootless .org-tree__poles > .org-pole::after {
  display: none;
}

/* line 404, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole {
  list-style: none;
  vertical-align: top;
  min-width: 240px;
}

/* line 409, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__details {
  width: 100%;
}

/* line 410, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__details > summary {
  list-style: none;
}

/* line 411, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__details > summary::-webkit-details-marker {
  display: none;
}

/* line 413, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: var(--ds-space-2) var(--ds-space-3);
  background: var(--pole-color, var(--ds-color-primary-500));
  color: #fff;
  border-radius: var(--ds-radius-md);
  font-weight: 700;
  box-shadow: var(--ds-shadow-sm);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 427, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  flex: 0 0 auto;
}

/* line 428, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__name {
  flex: 1;
  text-align: left;
  font-size: 0.92rem;
}

/* line 430, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: var(--ds-radius-pill);
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
}

/* line 442, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__postes {
  list-style: none;
  margin: var(--ds-space-3) 0 0;
  padding: 0 0 0 var(--ds-space-3);
  border-left: 2px solid var(--ds-border-subtle);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  text-align: left;
}

/* line 453, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__poste {
  position: relative;
}

/* line 456, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__poste::before {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(-1 * var(--ds-space-3) - 2px);
  width: var(--ds-space-3);
  height: 0;
  border-top: 2px solid var(--ds-border-subtle);
}

/* line 466, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__poste-label {
  margin-bottom: var(--ds-space-2);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ds-text-muted);
}

/* line 475, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pole__poste-cards {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 481, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-empty {
  text-align: center;
  padding: var(--ds-space-16) var(--ds-space-4);
  color: var(--ds-text-muted);
}

/* line 486, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-empty__icon {
  font-size: 2.5rem;
  color: var(--ds-color-neutral-300);
  margin-bottom: var(--ds-space-4);
}

/* line 487, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-empty__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ds-text-secondary);
  margin: 0 0 var(--ds-space-2);
}

/* line 488, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-empty__text {
  max-width: 460px;
  margin: 0 auto;
  font-size: 0.9rem;
}

/* line 494, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pdf-head {
  margin-bottom: var(--ds-space-5);
}

/* line 496, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pdf-head__title {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}

/* line 497, app/assets/stylesheets/components_views/organigramme/index.scss */
.org-pdf-head__sub {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  /* line 505, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-toolbar__views {
    margin-left: 0;
    width: 100%;
  }
  /* line 506, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-toolbar__stats {
    order: 3;
    width: 100%;
  }
  /* line 510, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-tree__poles {
    flex-direction: column;
    align-items: stretch;
    gap: var(--ds-space-3);
    padding-top: var(--ds-space-4);
  }
  /* line 518, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-tree__poles > .org-pole {
    padding: 0;
  }
  /* line 519, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-tree__poles > .org-pole::before, .org-tree__poles > .org-pole::after {
    display: none;
  }
  /* line 521, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-tree .org-tree__root-item > .org-tree__poles::before {
    display: none;
  }
  /* line 523, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-tree .org-node--bureau {
    display: block;
  }
  /* line 526, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-pole {
    min-width: 0;
  }
  /* line 530, app/assets/stylesheets/components_views/organigramme/index.scss */
  .org-pole__postes {
    gap: var(--ds-space-3);
  }
}

/* line 7, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  overflow: hidden;
  background: var(--ds-color-neutral-0);
}

/* line 13, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__inner {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

/* line 19, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__inner thead {
  background: var(--ds-surface-muted);
}

/* line 22, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__inner thead th {
  padding: 10px 12px;
  text-align: left;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--ds-border-subtle);
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__inner thead th.treso-taux-table__th-actions {
  width: 56px;
}

/* line 40, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__row {
  background: var(--ds-color-neutral-0);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 44, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__row:hover {
  background: var(--ds-surface-muted);
}

/* line 45, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__row + .treso-taux-table__row {
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 48, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__cell {
  padding: 8px 10px;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__cell--actions {
  width: 56px;
  text-align: center;
}

/* line 58, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__input {
  width: 100%;
  padding: 7px 10px;
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  color: var(--ds-text-primary);
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 70, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__input:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 78, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table select.treso-taux-table__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%2364748b' d='M3.5 5.5l4.5 4.5 4.5-4.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 28px;
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__row-rm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--ds-radius-sm);
  background: transparent;
  border: 1px solid transparent;
  color: var(--ds-text-muted);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 102, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__row-rm i {
  font-size: 12px;
}

/* line 104, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__row-rm:hover {
  color: var(--ds-color-danger-700, #b91c1c);
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.3);
}

/* line 111, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: 10px 12px;
  background: var(--ds-surface-muted);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 121, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.treso-taux-table__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-style: italic;
  text-align: right;
  flex: 1;
}

/* line 131, app/assets/stylesheets/components_views/tresorerie/_taux_table.scss */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: var(--ds-space-4);
  align-items: center;
  margin-bottom: var(--ds-space-5);
  padding-bottom: var(--ds-space-3);
  border-bottom: 1px solid var(--ds-border-subtle);
}

@media (max-width: 1024px) {
  /* line 6, app/assets/stylesheets/components_views/tresorerie/index.scss */
  .treso-subnav {
    grid-template-columns: 1fr;
    gap: var(--ds-space-2);
  }
}

/* line 20, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__title {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
  min-width: 0;
  flex-wrap: wrap;
}

/* line 27, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__title > i {
  color: var(--ds-color-primary-500);
  flex: 0 0 auto;
}

/* line 30, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__title-text {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 36, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__exercice-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  font-variant-numeric: tabular-nums;
}

/* line 48, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__exercice-badge > i {
  font-size: 10px;
}

/* line 50, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__exercice-badge--auto {
  background: var(--ds-color-success-50, #ecfdf5);
  color: var(--ds-color-success-700);
}

/* line 55, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__exercice-badge--none {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

/* line 61, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__exercice-closed {
  margin-left: 6px;
  padding: 1px 6px;
  background: rgba(120, 113, 108, 0.18);
  color: #57534e;
  border-radius: var(--ds-radius-pill);
  font-size: 10px;
}

/* line 70, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__tabs {
  display: flex;
  gap: 2px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-md);
  padding: 3px;
  flex-wrap: wrap;
}

/* line 79, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__tab {
  padding: 6px 14px;
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 91, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__tab > i {
  font-size: 12px;
  opacity: 0.8;
}

/* line 93, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__tab:hover {
  color: var(--ds-text-primary);
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__tab.is-active {
  color: var(--ds-color-primary-700);
  background: var(--ds-color-neutral-0);
  box-shadow: var(--ds-shadow-xs);
}

/* line 104, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__tab.is-active > i {
  opacity: 1;
  color: var(--ds-color-primary-500);
}

/* line 108, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__soon {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  background: rgba(245, 158, 11, 0.18);
  color: #b45309;
  border-radius: var(--ds-radius-pill);
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-left: 4px;
}

/* line 122, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__switch {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: 4px 8px;
}

/* line 132, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__switch-label {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 139, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__switch-label > i {
  font-size: 10px;
}

/* line 142, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__switch-select {
  border: 0;
  background: transparent;
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
  color: var(--ds-text-primary);
  cursor: pointer;
  max-width: 280px;
}

/* line 151, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-subnav__switch-select:focus {
  outline: none;
}

/* line 156, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-8) var(--ds-space-6);
  text-align: center;
}

/* line 163, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--ds-space-4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-pill);
  background: rgba(245, 158, 11, 0.16);
  color: #b45309;
  font-size: 32px;
}

/* line 176, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 183, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__sub {
  max-width: 580px;
  margin: 0 auto var(--ds-space-6);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  line-height: 1.5;
}

/* line 191, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercises {
  text-align: left;
  max-width: 560px;
  margin: 0 auto var(--ds-space-6);
}

/* line 197, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__section-title {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 var(--ds-space-2);
}

/* line 206, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercises-list {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 212, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-form {
  margin: 0;
}

/* line 214, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 227, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-btn:hover {
  border-color: var(--ds-color-primary-400);
  transform: translateY(-1px);
  box-shadow: var(--ds-shadow-sm);
}

/* line 234, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-name {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 241, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-name > i {
  color: var(--ds-color-primary-500);
}

/* line 244, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
}

/* line 253, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-status > i {
  font-size: 8px;
}

/* line 255, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-status.is-active {
  background: var(--ds-color-success-50, #ecfdf5);
  color: var(--ds-color-success-700);
}

/* line 260, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__exercise-status.is-closed {
  background: rgba(120, 113, 108, 0.16);
  color: #57534e;
}

/* line 266, app/assets/stylesheets/components_views/tresorerie/index.scss */
.treso-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ds-space-2);
}

/* line 10, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 16, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ds-space-4);
}

@media (max-width: 992px) {
  /* line 16, app/assets/stylesheets/components_views/learning_center/_hub.scss */
  .lc-hub__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  /* line 16, app/assets/stylesheets/components_views/learning_center/_hub.scss */
  .lc-hub__stats {
    grid-template-columns: 1fr;
  }
}

/* line 25, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  padding: var(--ds-space-5);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 38, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--lc-stat-accent, var(--ds-color-primary-500));
}

/* line 46, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat:hover {
  box-shadow: var(--ds-shadow-sm);
  transform: translateY(-1px);
}

/* line 51, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat__label {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ds-text-muted);
}

/* line 61, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat__label i {
  color: var(--lc-stat-accent, var(--ds-color-primary-500));
}

/* line 64, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat__value {
  font-size: var(--ds-font-size-3xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 72, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 77, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat--primary {
  --lc-stat-accent: var(--ds-color-primary-500);
}

/* line 78, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat--accent {
  --lc-stat-accent: var(--ds-color-accent-500);
}

/* line 79, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat--success {
  --lc-stat-accent: var(--ds-color-success-500);
}

/* line 80, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-stat--info {
  --lc-stat-accent: #06b6d4;
}

/* line 83, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 94, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-search {
  position: relative;
  flex: 1 1 320px;
  min-width: 240px;
}

/* line 99, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-search input {
  width: 100%;
  height: 38px;
  padding: 0 14px 0 38px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-primary);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 111, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-search input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 118, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-search .lc-hub__filters-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  pointer-events: none;
}

/* line 128, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-seg {
  display: inline-flex;
  height: 38px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  overflow: hidden;
}

/* line 136, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-seg button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: transparent;
  border: 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-secondary);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 150, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-seg button + button {
  border-left: 1px solid var(--ds-border-default);
}

/* line 152, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-seg button:hover {
  color: var(--ds-text-primary);
}

/* line 154, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-seg button.is-active {
  background: var(--ds-surface-card);
  color: var(--ds-color-primary-700);
  box-shadow: inset 0 0 0 1px var(--ds-color-primary-200);
}

/* line 162, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-hub__filters-spacer {
  flex: 1;
}

/* line 166, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 171, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-4);
}

/* line 178, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__title {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 187, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__title i {
  color: var(--ds-color-primary-500);
}

/* line 188, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__title .lc-section__title-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 8px;
  margin-left: 4px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 204, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__sub {
  margin: 2px 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 210, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__actions {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 217, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--ds-space-4);
}

/* line 224, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-10) var(--ds-space-6);
  background: var(--ds-surface-card);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-xl);
  text-align: center;
}

/* line 236, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-empty__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-500);
  font-size: 24px;
}

/* line 248, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-empty h2, .lc-empty .h2 {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 255, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-empty p {
  margin: 0;
  max-width: 480px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 263, app/assets/stylesheets/components_views/learning_center/_hub.scss */
.lc-section__empty {
  padding: var(--ds-space-6);
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-lg);
  text-align: center;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 3, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card {
  display: flex;
  flex-direction: column;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  box-shadow: var(--ds-shadow-xs);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 17, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card:hover {
  border-color: var(--ds-color-primary-300);
  box-shadow: var(--ds-shadow-md);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__banner {
  position: relative;
  aspect-ratio: 16 / 7;
  background: linear-gradient(135deg, var(--ds-color-primary-100) 0%, var(--ds-color-primary-50) 100%);
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 38, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__banner-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-color-primary-400);
  font-size: 32px;
}

/* line 49, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__logo {
  position: absolute;
  bottom: -22px;
  left: 16px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  box-shadow: var(--ds-shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

/* line 65, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 71, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__logo-fallback {
  color: var(--ds-color-primary-500);
  font-size: 22px;
}

/* line 77, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  border-radius: var(--ds-radius-pill);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

/* line 92, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier i {
  color: var(--lc-tier-color, #f5d76e);
}

/* line 94, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier.is-platine {
  --lc-tier-color: #e5e4e2;
}

/* line 95, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier.is-or {
  --lc-tier-color: #f6c947;
}

/* line 96, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier.is-argent {
  --lc-tier-color: #c0c0c0;
}

/* line 97, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier.is-bronze {
  --lc-tier-color: #c87f43;
}

/* line 98, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__badge-tier.is-na {
  --lc-tier-color: #94a3b8;
}

/* line 101, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
  padding: var(--ds-space-5) var(--ds-space-4) var(--ds-space-4);
}

/* line 108, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__title {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 120, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__desc {
  margin: 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 131, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-1);
}

/* line 139, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: var(--ds-radius-pill);
  background: var(--lc-chip-bg, var(--ds-color-neutral-100));
  color: var(--lc-chip-fg, var(--ds-text-secondary));
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  line-height: 1;
}

/* line 151, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip i {
  font-size: 10px;
}

/* line 153, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--success {
  --lc-chip-bg: #ecfdf5;
  --lc-chip-fg: #047857;
}

/* line 154, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--warning {
  --lc-chip-bg: #fffbeb;
  --lc-chip-fg: #b45309;
}

/* line 155, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--danger {
  --lc-chip-bg: #fef2f2;
  --lc-chip-fg: #b91c1c;
}

/* line 156, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--info {
  --lc-chip-bg: #eff6ff;
  --lc-chip-fg: #1d4ed8;
}

/* line 157, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--primary {
  --lc-chip-bg: var(--ds-color-primary-50);
  --lc-chip-fg: var(--ds-color-primary-700);
}

/* line 158, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--public {
  --lc-chip-bg: rgba(6, 182, 212, 0.12);
  --lc-chip-fg: #0e7490;
}

/* line 159, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--draft {
  --lc-chip-bg: #fef3c7;
  --lc-chip-fg: #92400e;
}

/* line 160, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__chip--neutral {
  --lc-chip-bg: var(--ds-color-neutral-100);
  --lc-chip-fg: var(--ds-text-secondary);
}

/* line 163, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__progress {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: var(--ds-space-2);
}

/* line 170, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 177, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__progress-row strong {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  font-variant-numeric: tabular-nums;
}

/* line 184, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-100);
  overflow: hidden;
}

/* line 192, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-primary-600));
  border-radius: inherit;
  transition: width var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 201, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
}

/* line 211, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__footer-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 218, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card__footer-meta i {
  color: var(--ds-text-muted);
}

/* line 221, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card--draft {
  border-style: dashed;
  background: var(--ds-color-neutral-50);
}

/* line 229, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card--course .lc-card__banner {
  aspect-ratio: 16 / 9;
}

/* line 234, app/assets/stylesheets/components_views/learning_center/_card.scss */
.lc-card:has(.lc-card__logo) .lc-card__body {
  padding-top: var(--ds-space-6);
}

/* line 3, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 9, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-breadcrumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 17, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-breadcrumbs a {
  color: var(--ds-text-secondary);
  text-decoration: none;
  border-radius: var(--ds-radius-sm);
  padding: 2px 6px;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 24, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-breadcrumbs a:hover {
  color: var(--ds-color-primary-700);
  background: var(--ds-color-primary-50);
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-breadcrumbs i.lc-breadcrumbs__sep {
  font-size: 8px;
  color: var(--ds-text-muted);
}

/* line 32, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-breadcrumbs__current {
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-semibold);
  padding: 2px 6px;
}

/* line 39, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--ds-space-6);
  align-items: stretch;
}

@media (max-width: 768px) {
  /* line 39, app/assets/stylesheets/components_views/learning_center/_builder.scss */
  .lc-builder__hero {
    grid-template-columns: 1fr;
  }
}

/* line 49, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-banner {
  position: relative;
  border-radius: var(--ds-radius-xl);
  background: linear-gradient(135deg, var(--ds-color-primary-100), var(--ds-color-primary-50));
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

/* line 56, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 62, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-banner-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-color-primary-400);
  font-size: 36px;
}

/* line 73, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--ds-space-3);
}

/* line 80, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-title {
  margin: 0;
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
}

/* line 87, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
}

/* line 93, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-desc {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  line-height: 1.6;
  max-width: 70ch;
  white-space: pre-line;
}

/* line 102, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-builder__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-2);
}

/* line 111, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-tree {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 117, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  box-shadow: var(--ds-shadow-xs);
}

/* line 124, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__header {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  background: var(--ds-color-neutral-50);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 133, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__handle {
  color: var(--ds-text-muted);
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 24px;
  text-align: center;
}

/* line 140, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__handle:active {
  cursor: grabbing;
}

/* line 143, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 157, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__title {
  flex: 1;
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 164, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__title a {
  color: inherit;
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__title a:hover {
  color: var(--ds-color-primary-700);
}

/* line 168, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__count {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-medium);
}

/* line 174, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 180, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__lessons {
  display: flex;
  flex-direction: column;
}

/* line 185, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-chapter__empty {
  padding: var(--ds-space-5);
  text-align: center;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 193, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  text-decoration: none;
  color: inherit;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 203, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson:hover {
  background: var(--ds-color-neutral-50);
  text-decoration: none;
  color: inherit;
}

/* line 209, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__handle {
  width: 24px;
  text-align: center;
  color: var(--ds-text-muted);
  cursor: grab;
}

/* line 215, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__handle:active {
  cursor: grabbing;
}

/* line 218, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 231, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__title {
  flex: 1;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-medium);
}

/* line 238, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__meta {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-3);
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 245, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__meta i {
  color: var(--ds-text-muted);
}

/* line 248, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-lesson__actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 256, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-elements {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 262, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 268, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__header {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
}

/* line 277, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__handle {
  color: var(--ds-text-muted);
  cursor: grab;
}

/* line 282, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 294, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__title {
  flex: 1;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-medium);
}

/* line 301, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 307, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__body {
  padding: var(--ds-space-4);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  line-height: 1.6;
}

/* line 313, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ds-radius-md);
}

/* line 319, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-element__body iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--ds-radius-md);
}

/* line 329, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-add-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  width: 100%;
  padding: var(--ds-space-3);
  background: transparent;
  color: var(--ds-color-primary-700);
  border: 1px dashed var(--ds-color-primary-300);
  border-radius: var(--ds-radius-lg);
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 346, app/assets/stylesheets/components_views/learning_center/_builder.scss */
.lc-add-row:hover {
  background: var(--ds-color-primary-50);
  border-color: var(--ds-color-primary-500);
}

/* line 6, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training {
  --lc-sidebar-w: 320px;
  display: grid;
  grid-template-columns: var(--lc-sidebar-w) 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "topbar topbar" "sidebar main";
  gap: var(--ds-space-4);
  min-height: calc(100vh - 120px);
}

@media (max-width: 992px) {
  /* line 6, app/assets/stylesheets/components_views/learning_center/_training.scss */
  .lc-training {
    grid-template-columns: 1fr;
    grid-template-areas: "topbar" "sidebar" "main";
  }
}

/* line 27, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar {
  grid-area: topbar;
  display: flex;
  align-items: center;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 38, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-border-default);
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-secondary);
  text-decoration: none;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 51, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-back:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-info {
  flex: 1;
  min-width: 0;
}

/* line 59, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-title {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 69, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ds-space-2);
  margin-top: 4px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 78, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-meta i {
  color: var(--ds-text-muted);
}

/* line 81, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-progress {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 200px;
}

@media (max-width: 768px) {
  /* line 81, app/assets/stylesheets/components_views/learning_center/_training.scss */
  .lc-training__topbar-progress {
    display: none;
  }
}

/* line 90, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-progress-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 97, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-progress-row strong {
  color: var(--ds-text-primary);
  font-variant-numeric: tabular-nums;
}

/* line 100, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-progress-bar {
  width: 100%;
  height: 6px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-pill);
  overflow: hidden;
}

/* line 107, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__topbar-progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-success-500));
  border-radius: inherit;
  transition: width 240ms var(--ds-ease-standard);
}

/* line 117, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar {
  grid-area: sidebar;
  display: flex;
  flex-direction: column;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
  align-self: start;
  position: sticky;
  top: var(--ds-space-4);
  max-height: calc(100vh - 140px);
}

/* line 131, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--ds-space-3) var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 138, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar-header h3, .lc-training__sidebar-header .h3 {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 147, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar-header span {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-variant-numeric: tabular-nums;
}

/* line 154, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding: var(--ds-space-2) 0;
}

/* line 160, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar-chapter {
  margin-bottom: var(--ds-space-2);
}

/* line 163, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__sidebar-chapter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--ds-space-2) var(--ds-space-4);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 177, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link {
  --lc-lesson-bg-hover: var(--ds-color-primary-50);
  --lc-lesson-fg: var(--ds-text-primary);
  --lc-lesson-bullet: var(--ds-color-neutral-300);
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 10px var(--ds-space-4);
  cursor: pointer;
  text-decoration: none;
  color: var(--lc-lesson-fg);
  border-left: 3px solid transparent;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard);
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  width: 100%;
}

/* line 198, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link:hover {
  background: var(--lc-lesson-bg-hover);
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 204, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link.is-active {
  background: var(--ds-color-primary-50);
  border-left-color: var(--ds-color-primary-500);
  --lc-lesson-bullet: var(--ds-color-primary-500);
}

/* line 210, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link.is-completed {
  --lc-lesson-bullet: var(--ds-color-success-500);
}

/* line 214, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link__bullet {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: var(--ds-radius-pill);
  border: 2px solid var(--lc-lesson-bullet);
  background: var(--ds-surface-card);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--lc-lesson-bullet);
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 229, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link.is-completed .lc-training__lesson-link__bullet {
  background: var(--ds-color-success-500);
  color: #fff;
}

/* line 234, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link__title {
  flex: 1;
  font-size: var(--ds-font-size-sm);
  line-height: 1.4;
  text-align: left;
}

/* line 241, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-link__meta {
  flex-shrink: 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-variant-numeric: tabular-nums;
}

/* line 249, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__main {
  grid-area: main;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

/* line 261, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--ds-space-3);
  padding: var(--ds-space-5);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 270, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-head-info {
  min-width: 0;
  flex: 1;
}

/* line 272, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-head h2, .lc-training__lesson-head .h2 {
  margin: 0;
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  line-height: 1.3;
}

/* line 280, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-head p {
  margin: 4px 0 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  line-height: 1.6;
  white-space: pre-line;
}

/* line 288, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__lesson-head-meta {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 297, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__elements {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  padding: var(--ds-space-6) var(--ds-space-5);
}

/* line 305, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 311, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--titre h3, .lc-training__element--titre .h3 {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  padding-bottom: var(--ds-space-2);
  border-bottom: 2px solid var(--ds-color-primary-200);
}

/* line 321, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--texte {
  font-size: var(--ds-font-size-base);
  color: var(--ds-text-primary);
  line-height: 1.7;
}

/* line 326, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--texte p {
  margin: 0 0 var(--ds-space-2);
}

/* line 330, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ds-radius-md);
  box-shadow: var(--ds-shadow-sm);
}

/* line 339, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--video .lc-training__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--ds-radius-md);
  overflow: hidden;
  background: #000;
  box-shadow: var(--ds-shadow-sm);
}

/* line 348, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--video .lc-training__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 360, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--fichier .lc-training__file {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  background: var(--ds-color-primary-50);
  border: 1px solid var(--ds-color-primary-200);
  border-radius: var(--ds-radius-md);
  color: var(--ds-color-primary-700);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 373, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--fichier .lc-training__file:hover {
  background: var(--ds-color-primary-100);
  text-decoration: none;
}

/* line 375, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--fichier .lc-training__file i {
  font-size: 18px;
}

/* line 381, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--depot .lc-training__depot {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
}

/* line 390, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--depot .lc-training__depot-prompt {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 395, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--depot .lc-training__depot-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 404, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--depot .lc-training__depot-status.is-pending {
  background: #fffbeb;
  color: #b45309;
}

/* line 405, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--depot .lc-training__depot-status.is-accepted {
  background: #ecfdf5;
  color: #047857;
}

/* line 406, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__element--depot .lc-training__depot-status.is-refused {
  background: #fef2f2;
  color: #b91c1c;
}

/* line 413, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  padding: var(--ds-space-5);
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
}

/* line 422, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__header {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 427, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__header i {
  color: var(--ds-color-accent-500);
}

/* line 429, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__header h3, .lc-qcm__header .h3 {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 436, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__question {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-4);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 443, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__question.is-question-wrong {
  border-color: #fecaca;
  box-shadow: inset 3px 0 0 #ef4444;
}

/* line 448, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__question-prompt {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-font-size-base);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
}

/* line 460, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__hint {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: #fef2f2;
  color: #b91c1c;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
}

/* line 471, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__hint i {
  font-size: 10px;
}

/* line 474, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 480, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: 10px 14px;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 492, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer input {
  display: none;
}

/* line 494, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer-mark {
  width: 22px;
  height: 22px;
  border-radius: var(--ds-radius-sm);
  border: 2px solid var(--ds-border-default);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 505, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer-mark i {
  font-size: 12px;
  color: #fff;
  opacity: 0;
}

/* line 508, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer-text {
  flex: 1;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 514, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer:hover {
  border-color: var(--ds-color-primary-300);
  background: var(--ds-surface-card);
}

/* line 519, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-selected {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
}

/* line 523, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-selected .lc-qcm__answer-mark {
  background: var(--ds-color-primary-500);
  border-color: var(--ds-color-primary-500);
}

/* line 526, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-selected .lc-qcm__answer-mark i {
  opacity: 1;
}

/* line 530, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-correct {
  border-color: var(--ds-color-success-500);
  background: #ecfdf5;
}

/* line 534, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-correct .lc-qcm__answer-mark {
  background: var(--ds-color-success-500);
  border-color: var(--ds-color-success-500);
}

/* line 537, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-correct .lc-qcm__answer-mark i {
  opacity: 1;
}

/* line 541, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-wrong {
  border-color: var(--ds-color-danger-500, #ef4444);
  background: #fef2f2;
}

/* line 545, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-wrong .lc-qcm__answer-mark {
  background: var(--ds-color-danger-500, #ef4444);
  border-color: var(--ds-color-danger-500, #ef4444);
}

/* line 548, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__answer.is-wrong .lc-qcm__answer-mark i {
  opacity: 1;
}

/* line 553, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
}

/* line 560, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__feedback {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
}

/* line 564, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__feedback.is-success {
  color: var(--ds-color-success-700);
}

/* line 565, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-qcm__feedback.is-error {
  color: #b91c1c;
}

/* line 570, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4) var(--ds-space-5);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
}

/* line 579, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav > div {
  flex: 1;
  min-width: 0;
}

/* line 580, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav > div + div {
  text-align: right;
}

/* line 583, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--ds-space-2) var(--ds-space-3);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 598, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav-btn:hover {
  background: var(--ds-color-neutral-100);
  text-decoration: none;
}

/* line 599, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav-btn:disabled, .lc-training__nav-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* line 601, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav-btn--primary {
  background: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-600);
  color: #fff;
}

/* line 606, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__nav-btn--primary:hover {
  background: var(--ds-color-primary-700);
  border-color: var(--ds-color-primary-700);
  color: #fff;
}

/* line 611, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-10);
  text-align: center;
}

/* line 621, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__empty i {
  font-size: 32px;
  color: var(--ds-text-muted);
}

/* line 622, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__empty h2, .lc-training__empty .h2 {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  color: var(--ds-text-primary);
}

/* line 623, app/assets/stylesheets/components_views/learning_center/_training.scss */
.lc-training__empty p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 3, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-4);
  align-items: start;
}

@media (max-width: 1024px) {
  /* line 3, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
  .lc-tracker {
    grid-template-columns: 1fr;
  }
}

/* line 12, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 28, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-title {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 37, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-title i {
  color: var(--ds-color-primary-500);
}

/* line 40, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-search {
  position: relative;
  flex: 0 1 280px;
}

/* line 44, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-search input {
  width: 100%;
  height: 34px;
  padding: 0 12px 0 32px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
}

/* line 53, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-search input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 60, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-search i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  pointer-events: none;
}

/* line 70, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-body {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

/* line 75, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__panel-empty {
  padding: var(--ds-space-6);
  text-align: center;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
}

/* line 83, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
  background: transparent;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
  width: 100%;
  text-align: left;
}

/* line 98, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row:first-child {
  border-top: 0;
}

/* line 99, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row:hover {
  background: var(--ds-color-neutral-50);
}

/* line 101, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row.is-active {
  background: var(--ds-color-primary-50);
}

/* line 103, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 110, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__name-strong {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 119, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__email {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 127, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__progress {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  min-width: 110px;
}

/* line 135, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__progress-pct {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  font-variant-numeric: tabular-nums;
  color: var(--ds-text-primary);
}

/* line 142, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__progress-bar {
  width: 110px;
  height: 4px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-pill);
  overflow: hidden;
}

/* line 149, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-success-500));
  transition: width var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 157, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__user-row__cta {
  color: var(--ds-color-primary-600);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
}

/* line 164, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  padding: var(--ds-space-4);
}

/* line 170, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-empty {
  padding: var(--ds-space-8);
  text-align: center;
  color: var(--ds-text-muted);
}

/* line 175, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-empty i {
  font-size: 28px;
  opacity: 0.6;
}

/* line 176, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-empty h3, .lc-tracker__detail-empty .h3 {
  margin: var(--ds-space-3) 0 4px;
  font-size: var(--ds-font-size-md);
  color: var(--ds-text-primary);
}

/* line 177, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-empty p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
}

/* line 180, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-section {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 185, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-section h4, .lc-tracker__detail-section .h4 {
  margin: 0;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 195, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--ds-font-size-sm);
}

/* line 200, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-table th, .lc-tracker__detail-table td {
  padding: var(--ds-space-2) var(--ds-space-3);
  text-align: left;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 206, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-table thead th {
  background: var(--ds-color-neutral-50);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 215, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-table .lc-tracker__progress-input {
  width: 90px;
  padding: 4px 8px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  font-variant-numeric: tabular-nums;
}

/* line 223, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-table .lc-tracker__progress-input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 230, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__detail-table .lc-tracker__validation-select {
  padding: 4px 8px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  font-size: var(--ds-font-size-sm);
  background: var(--ds-surface-card);
}

/* line 241, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__qcm {
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3);
}

/* line 247, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__qcm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--ds-space-2);
}

/* line 253, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__qcm-head p {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
}

/* line 256, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__qcm-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 265, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__qcm-state.is-success {
  background: #ecfdf5;
  color: #047857;
}

/* line 266, app/assets/stylesheets/components_views/learning_center/_tracker.scss */
.lc-tracker__qcm-state.is-error {
  background: #fef2f2;
  color: #b91c1c;
}

/* line 4, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 9, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form label {
  display: block;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
  margin-bottom: 4px;
}

/* line 17, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form input[type="text"],
.lc-form input[type="number"],
.lc-form input[type="url"],
.lc-form input[type="email"],
.lc-form textarea,
.lc-form select {
  width: 100%;
  padding: 9px 12px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 33, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form input[type="text"]:focus,
.lc-form input[type="number"]:focus,
.lc-form input[type="url"]:focus,
.lc-form input[type="email"]:focus,
.lc-form textarea:focus,
.lc-form select:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 40, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form textarea {
  min-height: 110px;
  resize: vertical;
}

/* line 42, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  margin-top: 4px;
}

/* line 48, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ds-space-3);
}

@media (max-width: 540px) {
  /* line 48, app/assets/stylesheets/components_views/learning_center/_elements.scss */
  .lc-form .lc-form__row {
    grid-template-columns: 1fr;
  }
}

/* line 56, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__check input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--ds-color-primary-600);
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__file {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 90, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__file img {
  max-width: 60px;
  max-height: 60px;
  border-radius: var(--ds-radius-sm);
}

/* line 93, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-form .lc-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ds-space-2);
  padding-top: var(--ds-space-3);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 104, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--ds-space-2);
}

/* line 109, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: var(--ds-space-3);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  cursor: pointer;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 122, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type__card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 128, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type__card i {
  font-size: 22px;
  color: var(--ds-color-primary-500);
}

/* line 129, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type__card span {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
  color: var(--ds-text-primary);
}

/* line 131, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type__card:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 132, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-element-type__card.is-active {
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px var(--ds-color-primary-100);
}

/* line 137, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
}

/* line 142, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__question {
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: var(--ds-space-3);
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 152, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__question-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-2);
}

/* line 158, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__question-head span {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ds-text-muted);
}

/* line 167, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__answer {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 172, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__answer input[type="text"] {
  flex: 1;
}

/* line 175, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__correct {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-xs);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 190, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__correct.is-correct {
  background: #ecfdf5;
  border-color: var(--ds-color-success-500);
  color: var(--ds-color-success-700);
}

/* line 197, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__remove {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  color: var(--ds-text-muted);
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-qcm-builder__remove:hover {
  color: #b91c1c;
  border-color: #fecaca;
  background: #fef2f2;
}

/* line 215, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-modal-section + .lc-modal-section {
  margin-top: var(--ds-space-4);
  padding-top: var(--ds-space-4);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 221, app/assets/stylesheets/components_views/learning_center/_elements.scss */
.lc-modal-section__title {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 3, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hub {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-6);
}

/* line 10, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero {
  position: relative;
  overflow: hidden;
  padding: var(--ds-space-6) var(--ds-space-6);
  background: linear-gradient(135deg, #1d2667 0%, #4338ca 45%, #f59e0b 130%);
  color: #fff;
  border-radius: var(--ds-radius-xl);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--ds-space-5);
  box-shadow: var(--ds-shadow-md);
}

/* line 24, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero::before, .cs-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero::before {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
}

/* line 33, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero::after {
  width: 220px;
  height: 220px;
  right: -50px;
  top: -30px;
}

@media (max-width: 768px) {
  /* line 10, app/assets/stylesheets/components_views/consultant/_hub.scss */
  .cs-hero {
    grid-template-columns: 1fr;
    padding: var(--ds-space-5);
  }
}

/* line 40, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-2);
}

/* line 48, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__overline {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.78);
}

/* line 56, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__hello {
  margin: 0;
  font-size: 32px;
  font-weight: var(--ds-font-weight-bold);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #ffffff;
}

/* line 66, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__hello em {
  font-style: normal;
  color: #ffd87d;
}

/* line 72, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__subline {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: rgba(255, 255, 255, 0.85);
  max-width: 60ch;
}

/* line 79, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__stats {
  position: relative;
  z-index: 1;
  display: flex;
  gap: var(--ds-space-4);
}

@media (max-width: 540px) {
  /* line 79, app/assets/stylesheets/components_views/consultant/_hub.scss */
  .cs-hero__stats {
    flex-wrap: wrap;
  }
}

/* line 88, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-3) var(--ds-space-4);
  min-width: 130px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* line 96, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__stat-label {
  font-size: var(--ds-font-size-xs);
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 102, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-hero__stat-value {
  font-size: var(--ds-font-size-2xl);
  font-weight: var(--ds-font-weight-bold);
  color: #ffffff;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 113, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--ds-space-3);
}

@media (max-width: 1100px) {
  /* line 113, app/assets/stylesheets/components_views/consultant/_hub.scss */
  .cs-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/components_views/consultant/_hub.scss */
  .cs-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* line 122, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 132, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--ds-radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cs-kpi-bg, var(--ds-color-primary-50));
  color: var(--cs-kpi-fg, var(--ds-color-primary-600));
  font-size: 18px;
}

/* line 145, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi__body {
  min-width: 0;
}

/* line 146, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi__label {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 147, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi__value {
  font-size: var(--ds-font-size-xl);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

/* line 148, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  margin-top: 2px;
}

/* line 150, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi--primary {
  --cs-kpi-bg: var(--ds-color-primary-50);
  --cs-kpi-fg: var(--ds-color-primary-700);
}

/* line 151, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi--accent {
  --cs-kpi-bg: rgba(245, 158, 11, 0.15);
  --cs-kpi-fg: #b45309;
}

/* line 152, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi--success {
  --cs-kpi-bg: #ecfdf5;
  --cs-kpi-fg: #047857;
}

/* line 153, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi--info {
  --cs-kpi-bg: #ecfeff;
  --cs-kpi-fg: #0e7490;
}

/* line 154, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-kpi--warn {
  --cs-kpi-bg: #fffbeb;
  --cs-kpi-fg: #b45309;
}

/* line 158, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--ds-space-5);
}

@media (max-width: 992px) {
  /* line 158, app/assets/stylesheets/components_views/consultant/_hub.scss */
  .cs-grid {
    grid-template-columns: 1fr;
  }
}

/* line 166, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-grid__col {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  min-width: 0;
}

/* line 173, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 180, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4) var(--ds-space-5);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 189, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__title {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 198, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__title i {
  color: var(--ds-color-primary-500);
}

/* line 201, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 8px;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-700);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  margin-left: 4px;
}

/* line 216, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__sub {
  margin: 2px 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 222, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__cta {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 231, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__cta:hover {
  color: var(--ds-color-primary-800);
  text-decoration: none;
}

/* line 234, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__body {
  padding: var(--ds-space-4) var(--ds-space-5);
}

/* line 235, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__list {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-4);
}

/* line 236, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__list--flush {
  padding: 0;
}

/* line 238, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__empty {
  padding: var(--ds-space-6);
  text-align: center;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
}

/* line 244, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-section__empty i {
  display: block;
  font-size: 26px;
  opacity: 0.5;
  margin-bottom: var(--ds-space-2);
}

/* line 249, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-5);
  border-top: 1px solid var(--ds-border-subtle);
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 257, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row:first-child {
  border-top: 0;
}

/* line 258, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row:hover {
  background: var(--ds-color-neutral-50);
}

/* line 260, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row__bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ds-color-primary-500);
}

/* line 268, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row--urgent .cs-task-row__bullet {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.18);
}

/* line 269, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row--soon .cs-task-row__bullet {
  background: var(--ds-color-accent-500);
}

/* line 270, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row--later .cs-task-row__bullet {
  background: var(--ds-color-neutral-400);
}

/* line 272, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row__title {
  flex: 1;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-medium);
}

/* line 278, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-task-row__meta {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-variant-numeric: tabular-nums;
}

/* line 286, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-5);
  border-top: 1px solid var(--ds-border-subtle);
  text-decoration: none;
  color: inherit;
  transition: background-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 296, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row:first-child {
  border-top: 0;
}

/* line 297, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row:hover {
  background: var(--ds-color-neutral-50);
  color: inherit;
  text-decoration: none;
}

/* line 299, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 311, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row__body {
  flex: 1;
  min-width: 0;
}

/* line 312, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row__title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 320, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row__progress {
  margin-top: 4px;
  height: 4px;
  background: var(--ds-color-neutral-100);
  border-radius: var(--ds-radius-pill);
  overflow: hidden;
}

/* line 326, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-success-500));
  transition: width var(--ds-duration-base) var(--ds-ease-standard);
}

/* line 333, app/assets/stylesheets/components_views/consultant/_hub.scss */
.cs-learning-row__pct {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-variant-numeric: tabular-nums;
}

/* line 5, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4) var(--ds-space-5) var(--ds-space-4) calc(var(--ds-space-5) + 4px);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: inset 4px 0 0 var(--cs-mc-accent, var(--ds-color-primary-500)), var(--ds-shadow-xs);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 27, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card:hover {
  border-color: var(--cs-mc-accent, var(--ds-color-primary-300));
  box-shadow: inset 4px 0 0 var(--cs-mc-accent, var(--ds-color-primary-500)), var(--ds-shadow-md);
  transform: translateY(-1px);
  text-decoration: none;
  color: inherit;
}

/* line 37, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--active {
  --cs-mc-accent: var(--ds-color-primary-500);
}

/* line 38, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--pending {
  --cs-mc-accent: var(--ds-color-accent-500);
}

/* line 39, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--refused {
  --cs-mc-accent: #ef4444;
}

/* line 40, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--finished {
  --cs-mc-accent: var(--ds-color-success-500);
}

/* line 41, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--open {
  --cs-mc-accent: var(--ds-color-primary-500);
}

/* line 43, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-3);
}

/* line 50, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__heading {
  min-width: 0;
  flex: 1;
}

/* line 52, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__ref {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--cs-mc-accent, var(--ds-color-primary-700));
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 60, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__title {
  margin: 4px 0 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  line-height: 1.3;
}

/* line 68, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: var(--ds-radius-pill);
  background: var(--cs-mc-pill-bg, var(--ds-color-primary-50));
  color: var(--cs-mc-pill-fg, var(--ds-color-primary-700));
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 80, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__pill--accent {
  --cs-mc-pill-bg: rgba(245, 158, 11, 0.15);
  --cs-mc-pill-fg: #b45309;
}

/* line 81, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__pill--danger {
  --cs-mc-pill-bg: #fef2f2;
  --cs-mc-pill-fg: #b91c1c;
}

/* line 82, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__pill--success {
  --cs-mc-pill-bg: #ecfdf5;
  --cs-mc-pill-fg: #047857;
}

/* line 83, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__pill--neutral {
  --cs-mc-pill-bg: var(--ds-color-neutral-100);
  --cs-mc-pill-fg: var(--ds-text-secondary);
}

/* line 86, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__desc {
  margin: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ds-space-2) var(--ds-space-4);
  padding-top: var(--ds-space-2);
  border-top: 1px dashed var(--ds-border-subtle);
}

@media (max-width: 540px) {
  /* line 98, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
  .cs-mission-card__facts {
    grid-template-columns: 1fr;
  }
}

/* line 108, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* line 114, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__fact-label {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 121, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__fact-value {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
  font-weight: var(--ds-font-weight-medium);
}

/* line 126, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__fact i {
  color: var(--cs-mc-accent, var(--ds-color-primary-500));
  margin-right: 4px;
}

/* line 129, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding-top: var(--ds-space-2);
}

/* line 136, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card__footer .cs-mission-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
}

/* line 148, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--compact {
  padding: var(--ds-space-3) var(--ds-space-4);
  gap: var(--ds-space-2);
}

/* line 152, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--compact .cs-mission-card__title {
  font-size: var(--ds-font-size-sm);
}

/* line 153, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--compact .cs-mission-card__desc {
  display: none;
}

/* line 154, app/assets/stylesheets/components_views/consultant/_mission_card.scss */
.cs-mission-card--compact .cs-mission-card__facts {
  padding-top: 0;
  border-top: 0;
}

/* line 3, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 9, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
}

/* line 20, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-search {
  position: relative;
  flex: 1 1 320px;
  min-width: 240px;
}

/* line 25, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-search input {
  width: 100%;
  height: 38px;
  padding: 0 14px 0 38px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
}

/* line 34, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-search input:focus {
  outline: none;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 40, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-search i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  pointer-events: none;
}

/* line 50, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-seg {
  display: inline-flex;
  height: 38px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-seg button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: transparent;
  border: 0;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  cursor: pointer;
  font-weight: var(--ds-font-weight-medium);
}

/* line 70, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-seg button + button {
  border-left: 1px solid var(--ds-border-default);
}

/* line 72, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-seg button.is-active {
  background: var(--ds-surface-card);
  color: var(--ds-color-primary-700);
  box-shadow: inset 0 0 0 1px var(--ds-color-primary-200);
}

/* line 80, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__filters-empty-hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 86, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: var(--ds-space-4);
}

/* line 92, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-10) var(--ds-space-6);
  background: var(--ds-surface-card);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-xl);
  text-align: center;
}

/* line 104, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__empty-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-pill);
  background: rgba(245, 158, 11, 0.15);
  color: #b45309;
  font-size: 24px;
}

/* line 115, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__empty h2, .cs-marketplace__empty .h2 {
  margin: 0;
  font-size: var(--ds-font-size-lg);
  color: var(--ds-text-primary);
}

/* line 116, app/assets/stylesheets/components_views/consultant/_marketplace.scss */
.cs-marketplace__empty p {
  margin: 0;
  max-width: 480px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 3, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 9, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs {
  display: flex;
  gap: 2px;
  padding: 4px;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  align-self: flex-start;
  flex-wrap: wrap;
}

/* line 19, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: transparent;
  border: 0;
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  cursor: pointer;
  font-weight: var(--ds-font-weight-medium);
}

/* line 32, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button .cs-portfolio__tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-pill);
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 46, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button:hover {
  color: var(--ds-text-primary);
}

/* line 48, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button.is-active {
  background: var(--cs-tab-bg, var(--ds-color-primary-50));
  color: var(--cs-tab-fg, var(--ds-color-primary-700));
}

/* line 52, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button.is-active .cs-portfolio__tab-count {
  background: var(--cs-tab-fg, var(--ds-color-primary-700));
  color: #fff;
}

/* line 58, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button.is-active[data-tab="active"] {
  --cs-tab-bg: var(--ds-color-primary-50);
  --cs-tab-fg: var(--ds-color-primary-700);
}

/* line 59, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button.is-active[data-tab="pending"] {
  --cs-tab-bg: rgba(245, 158, 11, 0.15);
  --cs-tab-fg: #b45309;
}

/* line 60, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button.is-active[data-tab="refused"] {
  --cs-tab-bg: #fef2f2;
  --cs-tab-fg: #b91c1c;
}

/* line 61, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__tabs button.is-active[data-tab="finished"] {
  --cs-tab-bg: #ecfdf5;
  --cs-tab-fg: #047857;
}

/* line 65, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__pane {
  display: none;
}

/* line 68, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__pane.is-active {
  display: block;
}

/* line 71, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: var(--ds-space-4);
}

/* line 77, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-10) var(--ds-space-6);
  background: var(--ds-color-neutral-50);
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-xl);
  text-align: center;
}

/* line 89, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__empty i {
  font-size: 28px;
  color: var(--ds-text-muted);
}

/* line 90, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__empty h3, .cs-portfolio__empty .h3 {
  margin: 0;
  font-size: var(--ds-font-size-md);
  color: var(--ds-text-primary);
}

/* line 91, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-portfolio__empty p {
  margin: 0;
  max-width: 480px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 96, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-mission-card__status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: var(--ds-space-2);
  border-top: 1px dashed var(--ds-border-subtle);
}

/* line 103, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-mission-card__status-row .cs-mission-card__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-medium);
}

/* line 114, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-mission-card__status-row .cs-mission-card__status i {
  font-size: 10px;
}

/* line 116, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-mission-card__status-row .cs-mission-card__status--ok {
  background: #ecfdf5;
  color: #047857;
}

/* line 117, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-mission-card__status-row .cs-mission-card__status--wip {
  background: #fffbeb;
  color: #b45309;
}

/* line 118, app/assets/stylesheets/components_views/consultant/_portfolio.scss */
.cs-mission-card__status-row .cs-mission-card__status--ko {
  background: #fef2f2;
  color: #b91c1c;
}

/* line 5, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
}

/* line 12, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero {
  position: relative;
  overflow: hidden;
  padding: var(--ds-space-6);
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-xl);
  box-shadow: var(--ds-shadow-xs);
}

/* line 21, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-accent-500));
}

/* line 31, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-4);
  flex-wrap: wrap;
}

/* line 39, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-heading {
  flex: 1;
  min-width: 0;
}

/* line 44, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-ref {
  display: inline-block;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--ds-color-primary-50);
  padding: 3px 10px;
  border-radius: var(--ds-radius-pill);
}

/* line 56, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-title {
  margin: var(--ds-space-2) 0 0;
  font-size: 26px;
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

/* line 65, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-2);
}

/* line 73, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: var(--ds-radius-pill);
  background: var(--cs-pill-bg, var(--ds-color-primary-50));
  color: var(--cs-pill-fg, var(--ds-color-primary-700));
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 84, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-pill i {
  font-size: 10px;
}

/* line 86, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-pill--success {
  --cs-pill-bg: #ecfdf5;
  --cs-pill-fg: #047857;
}

/* line 87, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-pill--accent {
  --cs-pill-bg: rgba(245, 158, 11, 0.15);
  --cs-pill-fg: #b45309;
}

/* line 88, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-pill--neutral {
  --cs-pill-bg: var(--ds-color-neutral-100);
  --cs-pill-fg: var(--ds-text-secondary);
}

/* line 91, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-actions {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  flex-shrink: 0;
}

/* line 98, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ds-space-3);
  margin-top: var(--ds-space-5);
}

@media (max-width: 992px) {
  /* line 98, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
  .cs-mission-show__hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  /* line 98, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
  .cs-mission-show__hero-stats {
    grid-template-columns: 1fr;
  }
}

/* line 108, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--ds-space-3);
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
}

/* line 117, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-stat-label {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 124, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-stat-label i {
  color: var(--ds-color-primary-500);
  margin-right: 4px;
}

/* line 126, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-stat-value {
  font-size: var(--ds-font-size-lg);
  font-weight: var(--ds-font-weight-bold);
  color: var(--ds-text-primary);
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

/* line 133, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__hero-stat-hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 141, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ds-space-5);
}

@media (max-width: 992px) {
  /* line 141, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
  .cs-mission-show__grid {
    grid-template-columns: 1fr;
  }
}

/* line 149, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__col {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-5);
  min-width: 0;
}

/* line 157, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 164, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  padding: var(--ds-space-4) var(--ds-space-5);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 173, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-title {
  margin: 0;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 182, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-title i {
  color: var(--ds-color-primary-500);
}

/* line 185, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-sub {
  margin: 2px 0 0;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 191, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-body {
  padding: var(--ds-space-4) var(--ds-space-5);
}

/* line 195, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-empty {
  padding: var(--ds-space-6);
  text-align: center;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
}

/* line 201, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-mission-show__block-empty i {
  display: block;
  font-size: 24px;
  opacity: 0.5;
  margin-bottom: var(--ds-space-2);
}

/* line 206, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-list {
  display: flex;
  flex-direction: column;
}

/* line 211, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-5);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 218, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row:first-child {
  border-top: 0;
}

/* line 220, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 233, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 236, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row__info {
  flex: 1;
  min-width: 0;
}

/* line 238, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row__name {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 244, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row__role {
  font-size: var(--ds-font-size-xs);
  color: var(--cs-team-tone, var(--ds-text-muted));
  font-weight: var(--ds-font-weight-medium);
}

/* line 250, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row__detail {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 255, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row--client {
  --cs-team-tone: #b45309;
}

/* line 256, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-team-row--je {
  --cs-team-tone: var(--ds-color-primary-700);
}

/* line 260, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--ds-space-3);
  padding: var(--ds-space-4) var(--ds-space-5);
}

/* line 267, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--ds-space-3);
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  transition: border-color var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 277, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 279, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card__head {
  display: flex;
  align-items: center;
  gap: var(--ds-space-2);
}

/* line 285, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card__icon {
  width: 32px;
  height: 32px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 297, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card__name {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 307, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card__meta {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 312, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-doc-card__missing {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-style: italic;
}

/* line 320, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-bv-banner {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) var(--ds-space-5);
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.08), transparent);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 328, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-bv-banner__icon {
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-md);
  background: rgba(245, 158, 11, 0.18);
  color: #b45309;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 340, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-bv-banner__title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 346, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-bv-banner__sub {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 351, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-bv-banner__status {
  margin-left: auto;
}

/* line 357, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-brief {
  font-size: var(--ds-font-size-sm);
  line-height: 1.7;
  color: var(--ds-text-primary);
  white-space: pre-line;
}

/* line 365, app/assets/stylesheets/components_views/consultant/_mission_show.scss */
.cs-upload-form {
  padding: var(--ds-space-4) var(--ds-space-5);
  border-top: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-50);
}

/* line 8, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-muted {
  color: var(--ds-text-muted);
}

/* line 10, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--badge, #64748b);
  background: color-mix(in srgb, var(--badge, #64748b) 12%, white);
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--badge, #64748b);
}

/* line 18, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-badge--lg {
  padding: 5px 14px;
  font-size: var(--ds-font-size-sm);
}

/* line 19, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-badge--sm {
  padding: 2px 8px;
}

/* line 20, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-badge--xs {
  padding: 1px 7px;
  font-size: 10px;
}

/* line 23, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-prio {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--prio, #64748b);
  background: color-mix(in srgb, var(--prio, #64748b) 14%, white);
}

/* line 27, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-prio--xs {
  padding: 1px 6px;
}

/* line 30, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-progress {
  flex: 1;
  height: 8px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-100);
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-progress__bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ds-color-primary-500), var(--ds-color-primary-600));
  transition: width var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 34, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-progress--sm {
  height: 6px;
}

/* line 35, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-progress--xs {
  height: 5px;
}

/* line 36, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-progress--lg {
  height: 12px;
}

/* line 39, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ds-color-primary-600);
  color: #fff;
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  flex: 0 0 auto;
}

/* line 44, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-avatar--sm {
  width: 22px;
  height: 22px;
  font-size: 10px;
}

/* line 45, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-avatar--xs {
  width: 20px;
  height: 20px;
  font-size: 9px;
}

/* line 46, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-avatar--empty {
  background: var(--ds-color-neutral-200);
  color: var(--ds-text-muted);
}

/* line 50, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-tabs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: var(--ds-space-3);
  border-bottom: 1px solid var(--ds-border-subtle);
  padding-bottom: 2px;
}

/* line 54, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: var(--ds-radius-md) var(--ds-radius-md) 0 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

/* line 59, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-tab:hover {
  color: var(--ds-text-primary);
  background: var(--ds-color-neutral-50);
}

/* line 60, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-tab.is-active {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-600);
}

/* line 61, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-tab__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* line 64, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-statut-filter {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 65, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-statut-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: var(--ds-radius-pill);
  border: 1px solid var(--ds-border-default);
  background: var(--ds-surface-card);
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  cursor: pointer;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 71, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-statut-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pill-color, #94a3b8);
}

/* line 72, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-statut-pill:hover {
  border-color: var(--pill-color, var(--ds-color-primary-400));
  color: var(--ds-text-primary);
}

/* line 73, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-statut-pill.is-active {
  color: #fff;
  border-color: var(--pill-color, var(--ds-color-primary-600));
  background: var(--pill-color, var(--ds-color-primary-600));
}

/* line 76, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-statut-pill.is-active .pa-statut-pill__dot {
  background: #fff;
}

/* line 81, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--ds-space-4);
  margin-top: var(--ds-space-4);
}

/* line 85, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card {
  position: relative;
  display: flex;
  text-decoration: none;
  color: inherit;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 14px);
  overflow: hidden;
  box-shadow: var(--ds-shadow-xs);
  transition: box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 90, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card:hover {
  box-shadow: var(--ds-shadow-md);
  transform: translateY(-2px);
  border-color: var(--ds-border-default);
}

/* line 91, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__bar {
  width: 5px;
  flex: 0 0 5px;
  background: var(--pa-color, var(--ds-color-primary-600));
}

/* line 92, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__inner {
  flex: 1;
  padding: var(--ds-space-4);
  min-width: 0;
}

/* line 93, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 94, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__vis {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
}

/* line 95, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__title {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin: 0 0 6px;
  line-height: 1.3;
}

/* line 96, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__objectif {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
  margin: 0 0 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* line 99, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__progress-val {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  min-width: 34px;
  text-align: right;
}

/* line 100, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 101, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__meta i {
  margin-right: 3px;
}

/* line 102, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__meta .is-late {
  color: var(--ds-color-danger-600);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 104, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-card__owner {
  margin-left: auto;
}

/* line 107, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 24px;
  color: var(--ds-text-muted);
}

/* line 110, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-empty > i {
  font-size: 40px;
  color: var(--ds-color-neutral-300, #cbd5e1);
  margin-bottom: 16px;
}

/* line 111, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-empty h3, .pa-empty .h3 {
  font-size: var(--ds-font-size-lg, 18px);
  color: var(--ds-text-primary);
  margin: 0 0 8px;
}

/* line 112, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-empty p {
  max-width: 420px;
  margin: 0 0 18px;
  line-height: 1.5;
}

/* line 114, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-pagination {
  margin-top: var(--ds-space-5);
  display: flex;
  justify-content: center;
}

/* line 117, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* line 119, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal--hidden {
  display: none;
}

/* line 120, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* line 121, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__panel {
  position: relative;
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--ds-surface-card);
  border-radius: var(--ds-radius-xl, 18px);
  box-shadow: var(--ds-shadow-2xl);
  animation: pa-pop 0.16s var(--ds-ease-standard);
}

/* line 126, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 129, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__header h2, .pa-modal__header .h2 {
  font-size: var(--ds-font-size-lg, 18px);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 129, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__header h2 i, .pa-modal__header .h2 i {
  color: var(--ds-color-primary-600);
}

/* line 131, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__close {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--ds-text-muted);
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__close:hover {
  color: var(--ds-text-primary);
}

/* line 133, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 134, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 6px;
}

@keyframes pa-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 138, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 140, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-field > label {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
}

/* line 141, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-field__hint {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  margin: 2px 0 0;
}

/* line 143, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* line 144, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-input {
  width: 100%;
  padding: 9px 12px;
  font-size: var(--ds-font-size-sm);
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
}

/* line 147, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-input:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 148, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-input--multi {
  padding: 6px;
}

/* line 150, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-form-errors {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-700);
  font-size: var(--ds-font-size-sm);
}

/* line 154, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-color-picker {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 155, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-color-swatch {
  position: relative;
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-color-swatch input {
  position: absolute;
  opacity: 0;
}

/* line 158, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-color-swatch__dot {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--c);
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px white inset;
  transition: transform var(--ds-duration-fast);
}

/* line 159, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-color-swatch input:checked + .pa-color-swatch__dot {
  border-color: var(--c);
  transform: scale(1.15);
  box-shadow: 0 0 0 3px white inset;
}

/* line 161, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 162, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  transition: all var(--ds-duration-fast);
}

/* line 165, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio input {
  display: none;
}

/* line 166, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
}

/* line 167, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio__text {
  display: flex;
  flex-direction: column;
}

/* line 167, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio__text strong {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-primary);
}

/* line 167, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio__text small, .pa-radio__text .small {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 168, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio:hover {
  border-color: var(--ds-color-primary-400);
}

/* line 169, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio.is-active {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
}

/* line 170, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-radio.is-active .pa-radio__icon {
  background: var(--ds-color-primary-600);
  color: #fff;
}

/* line 174, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__head {
  position: relative;
  padding: 22px 28px 0;
  margin-bottom: var(--ds-space-4);
  background: linear-gradient(180deg, color-mix(in srgb, var(--pa-color, #2563eb) 9%, white), var(--ds-surface-card));
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 14px);
}

/* line 178, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 179, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__head-actions {
  display: flex;
  gap: 8px;
}

/* line 181, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  text-decoration: none;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 182, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__back:hover {
  color: var(--ds-color-primary-700);
}

/* line 183, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 184, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 185, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__objectif {
  margin: 10px 0 0;
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-md);
  line-height: 1.5;
  max-width: 900px;
}

/* line 186, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__stats {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin: 18px 0;
}

/* line 187, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__progress {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  flex: 1;
  max-width: 360px;
}

/* line 188, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__progress .pa-progress {
  flex: 1;
}

/* line 189, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__progress-val {
  font-size: 22px;
  font-weight: 700;
  color: var(--ds-color-primary-700);
}

/* line 189, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__progress-val small, .pa-show__progress-val .small {
  font-size: 13px;
  font-weight: 600;
}

/* line 190, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__metrics {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* line 191, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-metric {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
}

/* line 192, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-metric strong {
  color: var(--ds-text-primary);
}

/* line 193, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-metric i {
  color: var(--ds-text-muted);
}

/* line 194, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-metric--danger {
  color: var(--ds-color-danger-600);
}

/* line 194, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-metric--danger strong, .pa-metric--danger i {
  color: var(--ds-color-danger-600);
}

/* line 196, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__tabs {
  display: flex;
  gap: 2px;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 197, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

/* line 201, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__tab:hover {
  color: var(--ds-text-primary);
}

/* line 202, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-show__tab.is-active {
  color: var(--ds-color-primary-700);
  border-bottom-color: var(--ds-color-primary-600);
}

/* line 206, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: var(--ds-space-4);
  padding: 0 4px;
}

/* line 208, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__search {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 209, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__search i {
  position: absolute;
  left: 11px;
  color: var(--ds-text-muted);
  font-size: 13px;
}

/* line 210, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__search input {
  padding: 8px 12px 8px 32px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  min-width: 220px;
}

/* line 211, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__search input:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 213, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__select {
  padding: 8px 10px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  font-size: var(--ds-font-size-sm);
  background: var(--ds-surface-card);
  color: var(--ds-text-primary);
}

/* line 214, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  cursor: pointer;
}

/* line 218, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__check input[type="checkbox"] {
  display: inline-block;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  width: 15px;
  height: 15px;
  margin: 0;
  flex: none;
  accent-color: var(--ds-color-primary-600);
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__group-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 221, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__group-by > span {
  font-weight: var(--ds-font-weight-semibold);
}

/* line 222, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-border-default);
  color: var(--ds-text-secondary);
  text-decoration: none;
}

/* line 223, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-filters__reset:hover {
  color: var(--ds-color-danger-600);
  border-color: var(--ds-color-danger-400);
}

/* line 225, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-chip {
  padding: 4px 10px;
  border-radius: var(--ds-radius-pill);
  border: 1px solid var(--ds-border-default);
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  text-decoration: none;
}

/* line 228, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-chip.is-active {
  background: var(--ds-color-primary-600);
  color: #fff;
  border-color: var(--ds-color-primary-600);
}

/* line 232, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-tableau {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
}

/* line 233, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 14px);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 236, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: color-mix(in srgb, var(--axe-color, #6366f1) 7%, white);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 237, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__bar {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: var(--axe-color, #6366f1);
}

/* line 238, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__title-wrap {
  flex: 1;
  min-width: 0;
}

/* line 239, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__title {
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 240, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__desc {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  margin: 2px 0 0;
}

/* line 241, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__prog {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 140px;
}

/* line 241, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__prog .pa-progress {
  width: 90px;
}

/* line 242, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-axe__prog-val {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
}

/* line 244, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe {
  margin: 10px 14px 4px;
  border-left: 3px solid var(--sub-color, #a5b4fc);
  padding-left: 12px;
}

/* line 246, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
}

/* line 247, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe__head i {
  color: var(--sub-color, #a5b4fc);
}

/* line 248, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe__title {
  color: var(--ds-text-primary);
}

/* line 249, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe__count {
  font-size: 11px;
  padding: 1px 7px;
  border-radius: var(--ds-radius-pill);
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-muted);
}

/* line 250, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe__head .pa-axe__prog {
  margin-left: auto;
}

/* line 251, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-subaxe__empty {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  padding: 4px 0 8px;
}

/* line 255, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-track {
  padding: 4px 0;
}

/* line 256, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-track__head {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 1.2fr 1fr 1.3fr 1.5fr 0.9fr;
  gap: 12px;
  padding: 6px 18px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 260, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 1.2fr 1fr 1.3fr 1.5fr 0.9fr;
  gap: 12px;
  align-items: center;
  padding: 10px 18px;
  border-top: 1px solid var(--ds-border-subtle);
  transition: background var(--ds-duration-fast);
}

/* line 263, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row:hover {
  background: var(--ds-color-neutral-50);
}

/* line 264, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row.is-late {
  background: color-mix(in srgb, var(--ds-color-danger-500) 4%, white);
}

/* line 265, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* line 266, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
}

/* line 267, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__main-text {
  min-width: 0;
}

/* line 268, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 269, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__desc {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 270, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__owner {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  min-width: 0;
}

/* line 271, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__owner .pa-row__owner-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 272, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__prog {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 273, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__prog-val {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
}

/* line 274, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__indics {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* line 275, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__date {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  white-space: nowrap;
}

/* line 276, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-row__date.is-late {
  color: var(--ds-color-danger-600);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 278, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-select {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-pill);
  padding: 3px 10px;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  cursor: pointer;
  color: var(--s, var(--ds-text-secondary));
  background: color-mix(in srgb, var(--s, #64748b) 10%, white);
}

/* line 282, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-select.is-saving {
  opacity: .6;
}

/* line 282, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-select.is-saved {
  box-shadow: 0 0 0 2px var(--ds-color-success-200, #bbf7d0);
}

/* line 282, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-select.is-error {
  box-shadow: 0 0 0 2px var(--ds-color-danger-200);
}

/* line 284, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-num {
  width: 52px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 3px 6px;
  font-size: var(--ds-font-size-xs);
  text-align: center;
}

/* line 286, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-num.is-saved {
  border-color: var(--ds-color-success-500, #22c55e);
}

/* line 286, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-mini-num.is-error {
  border-color: var(--ds-color-danger-500);
}

/* line 288, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--ds-text-secondary);
}

/* line 290, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__label {
  color: var(--ds-text-muted);
}

/* line 291, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__input {
  width: 48px;
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 11px;
  text-align: center;
}

/* line 292, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__input.is-saved {
  border-color: var(--ds-color-success-500, #22c55e);
}

/* line 292, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__input.is-error {
  border-color: var(--ds-color-danger-500);
}

/* line 293, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__target {
  color: var(--ds-text-muted);
}

/* line 294, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__unit {
  color: var(--ds-text-muted);
}

/* line 298, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kanban {
  padding-top: 4px;
}

/* line 299, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-left: 3px solid var(--s, #94a3b8);
  border-radius: var(--ds-radius-md);
  padding: 10px 12px;
  margin-bottom: 8px;
  box-shadow: var(--ds-shadow-xs);
  cursor: grab;
}

/* line 302, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard.is-late {
  border-color: var(--ds-color-danger-300, #fca5a5);
}

/* line 303, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 6px;
}

/* line 304, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  line-height: 1.35;
  margin-bottom: 8px;
}

/* line 305, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__indic {
  font-size: 11px;
  color: var(--ds-text-muted);
  margin-bottom: 8px;
}

/* line 305, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__indic i {
  margin-right: 4px;
}

/* line 306, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__prog {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

/* line 307, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__prog-val {
  font-size: 10px;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
}

/* line 308, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 309, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__date {
  font-size: 11px;
  color: var(--ds-text-muted);
}

/* line 309, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-kcard__date.is-late {
  color: var(--ds-color-danger-600);
  font-weight: 600;
}

/* line 313, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 14px);
  overflow: hidden;
}

/* line 315, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 316, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__zoom-label {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 317, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__zoom {
  display: inline-flex;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__zoom button {
  border: none;
  background: var(--ds-surface-card);
  padding: 5px 12px;
  font-size: var(--ds-font-size-xs);
  cursor: pointer;
  color: var(--ds-text-secondary);
  border-right: 1px solid var(--ds-border-subtle);
}

/* line 319, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__zoom button:last-child {
  border-right: none;
}

/* line 319, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__zoom button.is-active {
  background: var(--ds-color-primary-600);
  color: #fff;
}

/* line 320, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__unplanned {
  margin-left: auto;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 320, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__unplanned i {
  margin-right: 4px;
}

/* line 321, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__scroll {
  overflow-x: auto;
}

/* line 322, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__canvas {
  width: var(--gantt-width, 100%);
  min-width: 680px;
}

/* line 324, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__header {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--ds-border-subtle);
  height: 34px;
}

/* line 325, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__header-spacer {
  border-right: 1px solid var(--ds-border-subtle);
}

/* line 326, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__header-timeline {
  position: relative;
}

/* line 327, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__month {
  position: absolute;
  top: 9px;
  transform: translateX(2px);
  font-size: 11px;
  color: var(--ds-text-muted);
  white-space: nowrap;
  border-left: 1px solid var(--ds-border-subtle);
  padding-left: 6px;
  height: 34px;
}

/* line 330, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__rows {
  position: relative;
}

/* line 331, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__today {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--ds-color-danger-500);
  left: calc(220px + (100% - 220px) * var(--today) / 100);
  z-index: 2;
  opacity: .7;
}

/* line 333, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__lane-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  background: color-mix(in srgb, var(--axe-color, #6366f1) 6%, white);
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 335, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__lane-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--axe-color, #6366f1);
}

/* line 336, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 36px;
  align-items: center;
  border-top: 1px solid var(--ds-border-subtle);
}

/* line 337, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__row-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid var(--ds-border-subtle);
}

/* line 339, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__row-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
}

/* line 340, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__track {
  position: relative;
  height: 36px;
}

/* line 341, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__bar {
  position: absolute;
  top: 7px;
  height: 22px;
  border-radius: 6px;
  overflow: hidden;
  background: color-mix(in srgb, var(--s, #2563eb) 28%, white);
  border: 1px solid color-mix(in srgb, var(--s, #2563eb) 55%, white);
  display: flex;
  align-items: center;
  min-width: 6px;
}

/* line 343, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__bar-fill {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--s, #2563eb) 60%, white);
}

/* line 344, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-gantt__bar-label {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  font-size: 11px;
  color: var(--ds-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

/* line 348, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-dashboard__toolbar {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 12px;
}

/* line 353, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab {
  min-height: 100vh;
  background: var(--ds-color-neutral-50);
}

/* line 355, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  background: var(--ds-surface-card);
  border-bottom: 2px solid var(--pa-color, var(--ds-color-primary-600));
  box-shadow: var(--ds-shadow-sm);
}

/* line 358, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ds-text-secondary);
  text-decoration: none;
  font-weight: var(--ds-font-weight-semibold);
  font-size: var(--ds-font-size-sm);
}

/* line 359, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__back:hover {
  color: var(--ds-color-primary-700);
}

/* line 360, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__topbar-title {
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 360, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__topbar-title i {
  color: var(--pa-color, var(--ds-color-primary-600));
  margin-right: 6px;
}

/* line 361, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__autosave {
  margin-left: auto;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 361, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__autosave i {
  margin-right: 5px;
  color: var(--ds-color-success-500, #22c55e);
}

/* line 362, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__canvas {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 363, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__axes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 364, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__add-axe {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 2px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
  color: var(--ds-text-secondary);
  font-weight: var(--ds-font-weight-semibold);
  cursor: pointer;
  transition: all var(--ds-duration-fast);
}

/* line 367, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__add-axe:hover {
  border-color: var(--ds-color-primary-500);
  color: var(--ds-color-primary-700);
}

/* line 368, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab__hint {
  color: var(--ds-text-muted);
  font-size: var(--ds-font-size-sm);
  text-align: center;
}

/* line 370, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-left: 5px solid var(--pa-color, var(--ds-color-primary-600));
  border-radius: var(--ds-radius-lg, 14px);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--ds-shadow-xs);
}

/* line 373, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__row {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* line 374, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__title {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 4px 2px;
  color: var(--ds-text-primary);
}

/* line 375, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__title:focus {
  outline: none;
  border-bottom-color: var(--ds-color-primary-400);
}

/* line 376, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__statut {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-pill);
  padding: 5px 12px;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 377, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__obj {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 8px 12px;
  font-size: var(--ds-font-size-sm);
  resize: vertical;
  font-family: inherit;
}

/* line 378, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__obj:focus {
  outline: none;
  border-color: var(--ds-color-primary-500);
}

/* line 379, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__dates {
  display: flex;
  gap: 18px;
}

/* line 379, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__dates label {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 380, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta__dates input {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 5px 8px;
  font-size: var(--ds-font-size-sm);
}

/* line 383, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 14px);
  box-shadow: var(--ds-shadow-xs);
  overflow: hidden;
}

/* line 385, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: color-mix(in srgb, var(--axe-color, #6366f1) 8%, white);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 386, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe__drag {
  cursor: grab;
  color: var(--ds-text-muted);
  background: none;
  border: none;
}

/* line 387, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe__chip {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  color: #fff;
  background: var(--axe-color, #6366f1);
  padding: 2px 8px;
  border-radius: var(--ds-radius-pill);
}

/* line 388, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe__title {
  flex: 1;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  border: none;
  background: transparent;
  padding: 4px;
  color: var(--ds-text-primary);
}

/* line 389, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe__title:focus {
  outline: none;
  background: white;
  border-radius: 6px;
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 390, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe__body {
  padding: 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 392, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

/* line 393, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe {
  border: 1px solid var(--ds-border-subtle);
  border-left: 4px solid var(--sub-color, #a5b4fc);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
}

/* line 395, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
}

/* line 396, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe__drag {
  cursor: grab;
  color: var(--ds-text-muted);
  background: none;
  border: none;
}

/* line 397, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe__chip {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  color: var(--sub-color, #6366f1);
  background: color-mix(in srgb, var(--sub-color, #a5b4fc) 22%, white);
  padding: 2px 7px;
  border-radius: var(--ds-radius-pill);
}

/* line 398, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe__title {
  flex: 1;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  border: none;
  background: transparent;
  padding: 3px;
}

/* line 398, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe__title:focus {
  outline: none;
  background: white;
  border-radius: 5px;
}

/* line 399, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe .pab-actions {
  padding: 0 12px;
}

/* line 400, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe .pab-add-btn {
  margin: 0 12px 12px;
}

/* line 402, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

/* line 403, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-surface-card);
}

/* line 406, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action__drag {
  cursor: grab;
  color: var(--ds-text-muted);
  background: none;
  border: none;
  padding-top: 4px;
}

/* line 407, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

/* line 408, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action__title {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  border: none;
  border-bottom: 1px solid transparent;
  padding: 3px 2px;
  color: var(--ds-text-primary);
}

/* line 409, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action__title:focus {
  outline: none;
  border-bottom-color: var(--ds-color-primary-400);
}

/* line 410, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 411, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-action__del {
  align-self: flex-start;
}

/* line 413, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-sel {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 4px 8px;
  font-size: var(--ds-font-size-xs);
  background: var(--ds-surface-card);
  color: var(--ds-text-secondary);
}

/* line 415, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-sel--statut {
  color: var(--s, var(--ds-text-secondary));
  font-weight: var(--ds-font-weight-semibold);
}

/* line 417, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 418, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-date input {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 4px 6px;
  font-size: var(--ds-font-size-xs);
}

/* line 419, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-num-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
}

/* line 420, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-num-wrap .pab-num {
  width: 56px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 4px 6px;
  font-size: var(--ds-font-size-xs);
  text-align: center;
}

/* line 421, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indics {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 422, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
}

/* line 424, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic__icon {
  color: var(--ds-color-primary-500);
  font-size: 12px;
}

/* line 425, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic__lib {
  flex: 1;
  min-width: 90px;
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 3px 7px;
  font-size: var(--ds-font-size-xs);
}

/* line 426, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic__type {
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 11px;
}

/* line 427, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic__num {
  width: 64px;
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 11px;
}

/* line 428, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic__unit {
  width: 60px;
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 11px;
}

/* line 430, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-add-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 1px dashed var(--ds-border-default);
  border-radius: var(--ds-radius-pill);
  background: transparent;
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
  cursor: pointer;
  transition: all var(--ds-duration-fast);
}

/* line 434, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-add-btn:hover {
  color: var(--ds-color-primary-700);
  border-color: var(--ds-color-primary-400);
}

/* line 435, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-add-btn--sub {
  color: var(--ds-color-primary-600);
}

/* line 436, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-add-btn--indic {
  font-size: 11px;
  padding: 3px 10px;
}

/* line 438, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--ds-radius-md);
  border: 1px solid transparent;
  background: none;
  color: var(--ds-text-muted);
  cursor: pointer;
  transition: all var(--ds-duration-fast);
}

/* line 441, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-icon-btn:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-primary);
}

/* line 442, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-icon-btn--danger:hover {
  background: var(--ds-color-danger-50);
  color: var(--ds-color-danger-600);
}

/* line 443, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-icon-btn--mini {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

/* line 448, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta input.is-saved, .pab-meta select.is-saved, .pab-meta textarea.is-saved, .pab-axe input.is-saved, .pab-axe select.is-saved, .pab-axe textarea.is-saved, .pab-action input.is-saved, .pab-action select.is-saved, .pab-action textarea.is-saved, .pab-indic input.is-saved, .pab-indic select.is-saved, .pab-indic textarea.is-saved {
  box-shadow: 0 0 0 2px var(--ds-color-success-200, #bbf7d0) !important;
}

/* line 449, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-meta input.is-error, .pab-meta select.is-error, .pab-meta textarea.is-error, .pab-axe input.is-error, .pab-axe select.is-error, .pab-axe textarea.is-error, .pab-action input.is-error, .pab-action select.is-error, .pab-action textarea.is-error, .pab-indic input.is-error, .pab-indic select.is-error, .pab-indic textarea.is-error {
  box-shadow: 0 0 0 2px var(--ds-color-danger-200) !important;
}

/* line 451, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-ghost {
  opacity: .5;
  background: var(--ds-color-primary-50) !important;
}

/* line 454, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objectives-section {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg, 14px);
  padding: 16px 18px;
  box-shadow: var(--ds-shadow-xs);
}

/* line 458, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-section-head {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
  margin-bottom: 12px;
}

/* line 460, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-section-head i {
  color: var(--ds-color-primary-600);
  margin-right: 7px;
}

/* line 462, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objectives {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 463, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
}

/* line 466, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective__drag {
  cursor: grab;
  color: var(--ds-text-muted);
  background: none;
  border: none;
  padding-top: 6px;
}

/* line 467, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

/* line 468, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective__top {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 469, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective__icon {
  color: var(--ds-color-primary-500);
}

/* line 470, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective__lib {
  flex: 1;
  min-width: 160px;
  border: 1px solid var(--ds-border-default);
  border-radius: 6px;
  padding: 5px 9px;
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
}

/* line 471, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-objective__desc {
  border: 1px solid var(--ds-border-default);
  border-radius: 6px;
  padding: 4px 9px;
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-secondary);
}

/* line 473, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-add-btn--obj {
  margin-top: 10px;
  color: var(--ds-color-primary-600);
}

/* line 476, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-collapse {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ds-text-muted);
  padding: 2px 4px;
}

/* line 478, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-collapse i {
  transition: transform var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 479, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-collapse:hover {
  color: var(--ds-text-primary);
}

/* line 481, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-axe.is-collapsed .pab-axe__body {
  display: none;
}

/* line 482, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-subaxe.is-collapsed > .pab-actions,
.pab-subaxe.is-collapsed > .pab-add-btn {
  display: none;
}

/* line 484, app/assets/stylesheets/components_views/plan_actions/index.scss */
.is-collapsed > .pab-axe__head .pab-collapse i,
.is-collapsed > .pab-subaxe__head .pab-collapse i {
  transform: rotate(-90deg);
}

/* line 487, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pab-indic__bool {
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
  background: var(--ds-surface-card);
  color: var(--ds-text-secondary);
}

/* line 493, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-indic__bool {
  border: 1px solid var(--ds-border-default);
  border-radius: 5px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: var(--ds-font-weight-semibold);
}

/* line 496, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__bool {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 3px 8px;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
}

/* line 502, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objectives {
  margin: 4px 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: color-mix(in srgb, var(--pa-color, #2563eb) 4%, white);
}

/* line 505, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objectives__title {
  font-size: var(--ds-font-size-xs);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-muted);
  margin-bottom: 12px;
}

/* line 506, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objectives__title i {
  color: var(--ds-color-primary-600);
  margin-right: 6px;
}

/* line 507, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objectives__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

/* line 509, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  padding: 12px 14px;
}

/* line 511, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__lib {
  font-size: var(--ds-font-size-sm);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-primary);
}

/* line 512, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__desc {
  font-size: var(--ds-font-size-xs);
  color: var(--ds-text-muted);
  margin: 4px 0 0;
  line-height: 1.4;
}

/* line 513, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__value {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 10px 0 8px;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
}

/* line 514, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__input {
  width: 70px;
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-md);
  padding: 3px 7px;
  font-size: var(--ds-font-size-md);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-color-primary-700);
}

/* line 515, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__input.is-saved {
  border-color: var(--ds-color-success-500, #22c55e);
}

/* line 515, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__input.is-error {
  border-color: var(--ds-color-danger-500);
}

/* line 516, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__target, .pa-objective__unit {
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-muted);
  font-weight: 400;
}

/* line 517, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__display {
  color: var(--ds-color-primary-700);
}

/* line 518, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__prog {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 519, app/assets/stylesheets/components_views/plan_actions/index.scss */
.pa-objective__pct {
  font-size: var(--ds-font-size-xs);
  font-weight: var(--ds-font-weight-semibold);
  color: var(--ds-text-secondary);
}

/* line 6, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  border-radius: .6rem;
  background: linear-gradient(135deg, var(--ds-color-primary-500), #2563eb);
  color: var(--ds-color-neutral-0);
  font-size: .95rem;
}

/* line 20, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-empty {
  text-align: center;
  max-width: 560px;
  margin: 2rem auto;
  padding: 2.5rem 2rem;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 1rem;
}

/* line 29, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-empty__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  font-size: 1.6rem;
}

/* line 41, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-empty__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--ds-text-primary);
}

/* line 42, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-empty__text {
  color: var(--ds-text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* line 46, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 52, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-kpi {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  padding: 1.1rem 1.25rem;
}

/* line 58, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-kpi__value {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--ds-text-primary);
  line-height: 1.1;
}

/* line 59, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-kpi__label {
  color: var(--ds-text-secondary);
  font-size: .85rem;
  margin-top: .25rem;
}

/* line 63, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 69, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.1rem;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}

/* line 81, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar:hover {
  border-color: var(--ds-color-primary-200);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.08);
  transform: translateY(-1px);
}

/* line 87, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  color: var(--ds-color-neutral-0);
  font-size: 1.05rem;
}

/* line 98, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon--blue {
  background: #2563eb;
}

/* line 99, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon--violet {
  background: #7c3aed;
}

/* line 100, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon--green {
  background: #16a34a;
}

/* line 101, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon--amber {
  background: #f59e0b;
}

/* line 102, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon--pink {
  background: #db2777;
}

/* line 103, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__icon--slate {
  background: var(--ds-text-secondary);
}

/* line 105, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* line 106, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__title {
  font-weight: 700;
  color: var(--ds-text-primary);
}

/* line 107, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__meta {
  color: var(--ds-text-secondary);
  font-size: .82rem;
}

/* line 108, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar__chev {
  color: var(--ds-color-neutral-300);
}

/* line 112, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  overflow: hidden;
}

/* line 118, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel__head {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 122, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0;
}

/* line 123, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel__empty {
  padding: 1.5rem 1.25rem;
  color: var(--ds-text-muted);
}

/* line 126, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 131, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__row {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .65rem 1.25rem;
  border-bottom: 1px solid var(--ds-color-neutral-100);
  font-size: .88rem;
}

/* line 139, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__row:last-child {
  border-bottom: 0;
}

/* line 141, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__type {
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 600;
  padding: .15rem .5rem;
  border-radius: .4rem;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
  text-transform: uppercase;
  letter-spacing: .02em;
}

/* line 152, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__type--form_submit, .mkt-activity__type--widget_view {
  background: #dcfce7;
  color: #15803d;
}

/* line 153, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__type--click {
  background: #fef3c7;
  color: #b45309;
}

/* line 155, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__path {
  flex: 1 1 auto;
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 156, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__site {
  color: var(--ds-text-muted);
}

/* line 157, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-activity__time {
  color: var(--ds-color-neutral-300);
  flex: 0 0 auto;
}

/* line 160, app/assets/stylesheets/components_views/marketing/index.scss */
.btn-ds--lg {
  padding: .7rem 1.25rem;
  font-size: 1rem;
}

/* line 161, app/assets/stylesheets/components_views/marketing/index.scss */
.btn-ds--sm {
  padding: .35rem .65rem;
  font-size: .82rem;
}

/* line 162, app/assets/stylesheets/components_views/marketing/index.scss */
.btn-ds--danger {
  color: #b91c1c;
}

/* line 163, app/assets/stylesheets/components_views/marketing/index.scss */
.btn-ds--danger:hover {
  background: #fef2f2;
  border-color: #fecaca;
}

/* line 166, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 600;
  padding: .2rem .55rem;
  border-radius: 999px;
}

/* line 175, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status--pending {
  background: #fef9c3;
  color: #a16207;
}

/* line 176, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status--verified {
  background: #dcfce7;
  color: #15803d;
}

/* line 177, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status--failed {
  background: #fee2e2;
  color: #b91c1c;
}

/* line 181, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1rem;
}

/* line 186, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  overflow: hidden;
}

/* line 192, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__head {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.1rem;
}

/* line 193, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__favicon {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .6rem;
  background: var(--ds-color-primary-50);
  color: var(--ds-color-primary-600);
}

/* line 198, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__id {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* line 199, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__domain {
  font-weight: 700;
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 200, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__domain:hover {
  text-decoration: underline;
}

/* line 201, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__name {
  font-size: .8rem;
  color: var(--ds-text-muted);
}

/* line 202, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-site-card__foot {
  display: flex;
  gap: .5rem;
  padding: .65rem 1.1rem;
  border-top: 1px solid var(--ds-color-neutral-100);
  background: var(--ds-color-neutral-50);
}

/* line 209, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: .9rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-0);
}

/* line 219, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner__icon {
  font-size: 1.6rem;
}

/* line 220, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* line 221, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner__body strong {
  color: var(--ds-text-primary);
}

/* line 222, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner__body span {
  color: var(--ds-text-secondary);
  font-size: .9rem;
}

/* line 224, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner--pending {
  border-color: #fde68a;
  background: #fffbeb;
}

/* line 225, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner--pending .mkt-status-banner__icon {
  color: #d97706;
}

/* line 226, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner--verified {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

/* line 227, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner--verified .mkt-status-banner__icon {
  color: #16a34a;
}

/* line 228, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner--failed {
  border-color: #fecaca;
  background: #fef2f2;
}

/* line 229, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-status-banner--failed .mkt-status-banner__icon {
  color: #dc2626;
}

/* line 233, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

/* line 239, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel__body {
  padding: 1.1rem 1.25rem;
}

/* line 240, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel + .mkt-panel {
  margin-top: 1.25rem;
}

/* line 242, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-help {
  color: var(--ds-text-secondary);
  line-height: 1.55;
  margin-bottom: .75rem;
}

/* line 243, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-help--muted {
  color: var(--ds-text-muted);
  font-size: .85rem;
  margin-bottom: 0;
  margin-top: .5rem;
}

/* line 244, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-help code {
  background: var(--ds-color-neutral-100);
  padding: .1rem .35rem;
  border-radius: .3rem;
  font-size: .85em;
}

/* line 247, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-code {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: var(--ds-text-primary);
  border-radius: .6rem;
  padding: .65rem .85rem;
}

/* line 255, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-code code {
  flex: 1 1 auto;
  color: var(--ds-border-subtle);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .82rem;
  white-space: pre-wrap;
  word-break: break-all;
}

/* line 263, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-code--block {
  align-items: flex-start;
}

/* line 265, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-code__copy {
  flex: 0 0 auto;
  border: 0;
  background: #1e293b;
  color: var(--ds-color-neutral-300);
  border-radius: .45rem;
  padding: .35rem .6rem;
  font-size: .78rem;
  cursor: pointer;
  transition: background .15s;
}

/* line 276, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-code__copy:hover {
  background: var(--ds-text-secondary);
  color: var(--ds-color-neutral-0);
}

/* line 277, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-code__copy.is-copied {
  background: #16a34a;
  color: var(--ds-color-neutral-0);
}

/* line 281, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 282, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-form--inline {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}

/* line 288, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

/* line 289, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field label {
  font-size: .85rem;
  font-weight: 600;
  color: var(--ds-text-secondary);
}

/* line 290, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field__hint {
  font-size: .78rem;
  color: var(--ds-text-muted);
  margin: 0;
}

/* line 291, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-input {
  border: 1px solid #d1d5db;
  border-radius: .55rem;
  padding: .55rem .7rem;
  font-size: .92rem;
  min-width: 220px;
  transition: border-color .15s, box-shadow .15s;
}

/* line 299, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-input:focus {
  outline: 0;
  border-color: var(--ds-color-primary-500);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

/* line 301, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-form-errors {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  border-radius: .55rem;
  padding: .6rem .8rem;
  font-size: .88rem;
}

/* line 308, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-switch {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--ds-text-secondary);
  cursor: pointer;
}

/* line 314, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-cards {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

/* line 315, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  border: 1px solid var(--ds-border-subtle);
  border-radius: .6rem;
  padding: .7rem .85rem;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}

/* line 321, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card:hover {
  border-color: var(--ds-color-primary-200);
}

/* line 322, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card input {
  margin-top: .2rem;
}

/* line 323, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card input:checked ~ .mkt-radio-card__body .mkt-radio-card__title {
  color: var(--ds-color-primary-600);
}

/* line 324, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card:has(input:checked) {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-primary-50);
}

/* line 326, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card__body {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

/* line 327, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card__title {
  font-weight: 600;
  color: var(--ds-text-primary);
}

/* line 328, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-radio-card__desc {
  font-size: .82rem;
  color: var(--ds-text-secondary);
}

/* line 332, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

/* line 341, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

/* line 346, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__panel {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--ds-color-neutral-0);
  border-radius: 1rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

/* line 356, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--ds-color-neutral-100);
}

/* line 360, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__header h2, .mkt-modal__header .h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 361, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__close {
  border: 0;
  background: transparent;
  color: var(--ds-text-muted);
  font-size: 1.1rem;
  cursor: pointer;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  border-radius: .45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 367, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__close:hover {
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
}

/* line 368, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__body {
  padding: 1.25rem;
}

/* line 369, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--ds-color-neutral-100);
}

/* line 373, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-modal .mkt-form {
  padding: 1.25rem;
}

/* line 377, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

/* line 382, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  padding: 1rem 1.1rem;
}

/* line 391, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 392, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card__type {
  font-size: .78rem;
  color: var(--ds-text-secondary);
  font-weight: 600;
}

/* line 393, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card__name {
  font-weight: 700;
  color: var(--ds-text-primary);
  text-decoration: none;
  font-size: 1.02rem;
}

/* line 394, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card__name:hover {
  text-decoration: underline;
}

/* line 395, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card__meta {
  font-size: .82rem;
  color: var(--ds-text-muted);
  display: flex;
  align-items: center;
  gap: .35rem;
}

/* line 396, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-widget-card__foot {
  display: flex;
  gap: .5rem;
  margin-top: .35rem;
}

/* line 400, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

@media (max-width: 1024px) {
  /* line 400, app/assets/stylesheets/components_views/marketing/index.scss */
  .mkt-builder {
    grid-template-columns: 1fr;
  }
}

/* line 408, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-builder__config {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* line 409, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-builder__preview {
  position: sticky;
  top: 1rem;
}

/* line 410, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-builder__save {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
}

/* line 412, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 413, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field-row {
  display: flex;
  gap: .75rem;
}

/* line 414, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field-row .mkt-field {
  flex: 1 1 0;
  min-width: 0;
}

/* line 415, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-input--color {
  padding: .2rem;
  height: 2.4rem;
  min-width: 0;
}

/* line 417, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-fields {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

/* line 418, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field-row--card {
  align-items: flex-end;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .6rem;
  padding: .65rem .75rem;
  position: relative;
}

/* line 426, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field-remove {
  border: 0;
  background: transparent;
  color: var(--ds-color-neutral-300);
  cursor: pointer;
  font-size: .9rem;
  padding: .55rem .4rem;
}

/* line 430, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-field-remove:hover {
  color: #dc2626;
}

/* line 433, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-frame {
  background: var(--ds-border-subtle);
  border: 1px solid var(--ds-border-subtle);
  border-radius: 1rem;
  overflow: hidden;
}

/* line 439, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-browser {
  display: flex;
  gap: .4rem;
  padding: .7rem .9rem;
  background: var(--ds-color-neutral-0);
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 442, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-browser span {
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: var(--ds-border-subtle);
}

/* line 444, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-stage {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  background: repeating-linear-gradient(45deg, var(--ds-color-neutral-100) 0, var(--ds-color-neutral-100) 10px, var(--ds-color-neutral-50) 10px, var(--ds-color-neutral-50) 20px);
}

/* line 451, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview {
  background: var(--ds-color-neutral-0);
  border-radius: 14px;
  padding: 1.5rem;
  width: 300px;
  max-width: 100%;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

/* line 459, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview__headline {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ds-text-primary);
  margin-bottom: .35rem;
}

/* line 460, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview__desc {
  font-size: .88rem;
  color: var(--ds-text-secondary);
  margin-bottom: .9rem;
}

/* line 461, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview__fields {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: .9rem;
}

/* line 462, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview__input {
  padding: .6rem .7rem;
  border: 1px solid #d1d5db;
  border-radius: .5rem;
  font-size: .85rem;
  width: 100%;
  background: var(--ds-color-neutral-50);
}

/* line 463, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview__btn {
  width: 100%;
  border: 0;
  border-radius: .5rem;
  padding: .65rem;
  color: var(--ds-color-neutral-0);
  font-weight: 600;
  background: var(--ds-color-primary-600);
  cursor: default;
}

/* line 467, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-filterbar {
  display: flex;
  gap: .6rem;
  align-items: center;
  margin-bottom: .9rem;
  flex-wrap: wrap;
}

/* line 470, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-filterbar__search {
  position: relative;
  flex: 1 1 280px;
}

/* line 471, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-filterbar__search i {
  position: absolute;
  left: .7rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
}

/* line 472, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-filterbar__search .mkt-input {
  padding-left: 2rem;
  width: 100%;
}

/* line 474, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-stage-chips {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

/* line 475, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  border: 1px solid var(--ds-border-subtle);
  background: var(--ds-color-neutral-0);
  color: var(--ds-text-secondary);
  font-size: .85rem;
  text-decoration: none;
  cursor: pointer;
}

/* line 481, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chip:hover {
  border-color: var(--ds-color-primary-200);
}

/* line 482, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chip.is-active {
  background: var(--ds-color-primary-600);
  border-color: var(--ds-color-primary-600);
  color: var(--ds-color-neutral-0);
}

/* line 483, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chip__count {
  font-size: .75rem;
  opacity: .8;
}

/* line 486, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-table-wrap {
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  overflow: hidden;
}

/* line 487, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}

/* line 490, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-table th {
  text-align: left;
  padding: .7rem 1rem;
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-secondary);
  font-weight: 600;
  font-size: .8rem;
  border-bottom: 1px solid var(--ds-border-subtle);
}

/* line 491, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-table td {
  padding: .7rem 1rem;
  border-bottom: 1px solid var(--ds-color-neutral-100);
  vertical-align: middle;
}

/* line 492, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-table tr:last-child td {
  border-bottom: 0;
}

/* line 493, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-table tr:hover td {
  background: var(--ds-color-neutral-50);
}

/* line 495, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lead-name {
  text-decoration: none;
  color: var(--ds-text-primary);
  display: flex;
  flex-direction: column;
}

/* line 496, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lead-name:hover strong {
  text-decoration: underline;
}

/* line 497, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lead-email {
  font-size: .8rem;
  color: var(--ds-text-muted);
}

/* line 498, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-muted {
  color: var(--ds-text-muted);
  font-size: .85rem;
}

/* line 499, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-td-actions {
  text-align: right;
}

/* line 501, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lifecycle {
  display: inline-block;
  padding: .15rem .55rem;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 600;
  background: var(--ds-color-neutral-100);
  color: var(--ds-text-secondary);
}

/* line 505, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lifecycle--subscriber {
  background: #e0f2fe;
  color: #0369a1;
}

/* line 506, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lifecycle--lead {
  background: var(--ds-color-primary-100);
  color: #6d28d9;
}

/* line 507, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lifecycle--mql {
  background: #fef9c3;
  color: #a16207;
}

/* line 508, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lifecycle--sql {
  background: #ffedd5;
  color: #c2410c;
}

/* line 509, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-lifecycle--customer {
  background: #dcfce7;
  color: #15803d;
}

/* line 512, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .12rem .5rem;
  margin: .1rem;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 600;
  color: var(--c, var(--ds-color-primary-500));
  background: color-mix(in srgb, var(--c, var(--ds-color-primary-500)) 14%, white);
}

/* line 519, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-tag-pill__x {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: .9rem;
  line-height: 1;
  padding: 0;
}

/* line 521, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-inline-form {
  display: inline;
}

/* line 522, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pagination {
  margin-top: 1rem;
}

/* line 525, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .5rem 1rem;
  margin: 0;
}

/* line 526, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-dl dt {
  color: var(--ds-text-muted);
  font-size: .85rem;
}

/* line 527, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-dl dd {
  margin: 0;
  color: var(--ds-text-primary);
  font-size: .9rem;
}

/* line 528, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  margin-bottom: .75rem;
}

/* line 529, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-tag-add .mkt-input, .mkt-stage-form .mkt-input {
  width: 100%;
}

/* line 531, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 532, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--ds-border-subtle);
}

/* line 533, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__item {
  position: relative;
  display: flex;
  gap: .75rem;
  padding: .5rem 0 .5rem 1.5rem;
}

/* line 534, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__dot {
  position: absolute;
  left: 0;
  top: .8rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ds-color-primary-200);
  border: 3px solid var(--ds-color-neutral-0);
  box-shadow: 0 0 0 1px var(--ds-color-primary-200);
}

/* line 535, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__item--interaction .mkt-timeline__dot {
  background: #fcd34d;
  box-shadow: 0 0 0 1px #fcd34d;
}

/* line 536, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__body {
  flex: 1 1 auto;
}

/* line 537, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__label {
  font-weight: 600;
  color: var(--ds-text-primary);
  font-size: .88rem;
}

/* line 538, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__detail {
  color: var(--ds-text-secondary);
  font-size: .82rem;
  word-break: break-all;
}

/* line 539, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-timeline__time {
  color: var(--ds-color-neutral-300);
  font-size: .78rem;
  flex: 0 0 auto;
}

/* line 542, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-tag-manage, .mkt-list-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 543, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-tag-manage__row, .mkt-list-rows__row {
  display: flex;
  align-items: center;
  gap: .75rem;
}

/* line 544, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-list-rows__name {
  font-weight: 600;
  color: var(--ds-text-primary);
  text-decoration: none;
  flex: 1 1 auto;
}

/* line 545, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-list-rows__name:hover {
  text-decoration: underline;
}

/* line 546, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-icon-btn {
  border: 0;
  background: transparent;
  color: var(--ds-color-neutral-300);
  cursor: pointer;
  padding: .3rem;
}

/* line 547, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-icon-btn:hover {
  color: #dc2626;
}

/* line 550, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-list {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

/* line 551, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-row {
  display: flex;
  align-items: center;
  gap: .9rem;
  background: var(--ds-color-neutral-0);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .9rem;
  padding: .9rem 1.1rem;
}

/* line 555, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-row__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  border-radius: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecfdf5;
  color: #059669;
}

/* line 560, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-row__body {
  flex: 1 1 auto;
}

/* line 561, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-row__name {
  font-weight: 700;
  color: var(--ds-text-primary);
  text-decoration: none;
}

/* line 562, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-row__name:hover {
  text-decoration: underline;
}

/* line 563, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-auto-row__meta {
  font-size: .82rem;
  color: var(--ds-text-muted);
}

/* line 566, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-steps {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 567, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-step {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .6rem;
  padding: .6rem .8rem;
}

/* line 571, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-step__num {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ds-color-primary-600);
  color: var(--ds-color-neutral-0);
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 576, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-step__body {
  flex: 1 1 auto;
}

/* line 577, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-step__label {
  font-weight: 600;
  color: var(--ds-text-primary);
  font-size: .9rem;
}

/* line 578, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-step__detail {
  font-size: .8rem;
  color: var(--ds-text-secondary);
}

/* line 580, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-action-add {
  border-top: 1px dashed var(--ds-border-subtle);
  padding-top: 1rem;
}

/* line 583, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-block-add-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

/* line 584, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-blocks {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

/* line 585, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-block-row {
  background: var(--ds-color-neutral-50);
  border: 1px solid var(--ds-border-subtle);
  border-radius: .6rem;
  padding: .6rem .75rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

/* line 589, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-block-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 590, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-block-row__type {
  font-size: .78rem;
  font-weight: 600;
  color: var(--ds-text-secondary);
  text-transform: capitalize;
}

/* line 592, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-email-preview {
  background: var(--ds-color-neutral-0);
  min-height: 320px;
  padding: 1.5rem;
  margin: 1rem;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  overflow-wrap: anywhere;
}

/* line 603, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-range {
  display: inline-flex;
  border: 1px solid var(--ds-border-subtle);
  border-radius: .6rem;
  overflow: hidden;
}

/* line 604, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-range__btn {
  padding: .4rem .8rem;
  font-size: .85rem;
  color: var(--ds-text-secondary);
  text-decoration: none;
  background: var(--ds-color-neutral-0);
  border-right: 1px solid var(--ds-border-subtle);
}

/* line 607, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-range__btn:last-child {
  border-right: 0;
}

/* line 608, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-range__btn.is-active {
  background: var(--ds-color-primary-600);
  color: var(--ds-color-neutral-0);
}

/* line 611, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chart {
  display: flex;
  align-items: flex-end;
  gap: .5rem;
  height: 180px;
  padding-top: 10px;
}

/* line 612, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chart__col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

/* line 613, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chart__bar {
  width: 70%;
  min-height: 2px;
  background: linear-gradient(180deg, var(--ds-color-primary-500), var(--ds-color-primary-600));
  border-radius: 4px 4px 0 0;
  transition: height .2s;
}

/* line 617, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-chart__label {
  font-size: .68rem;
  color: var(--ds-text-muted);
  margin-top: .35rem;
}

/* line 619, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ranked {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

/* line 620, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ranked__row {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .85rem;
}

/* line 621, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ranked__key {
  flex: 0 0 30%;
  color: var(--ds-text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 622, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ranked__bar {
  flex: 1 1 auto;
  height: 8px;
  background: var(--ds-color-neutral-100);
  border-radius: 999px;
  overflow: hidden;
}

/* line 623, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ranked__fill {
  display: block;
  height: 100%;
  background: var(--ds-color-primary-500);
  border-radius: 999px;
}

/* line 624, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ranked__count {
  flex: 0 0 auto;
  color: var(--ds-text-secondary);
  font-variant-numeric: tabular-nums;
}

/* line 630, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-kpi, .mkt-pillar, .mkt-panel, .mkt-site-card, .mkt-widget-card,
.mkt-auto-row, .mkt-status-banner, .mkt-table-wrap, .mkt-empty {
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
}

/* line 635, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-pillar:hover {
  box-shadow: var(--ds-shadow-md);
}

/* line 638, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-input:focus {
  outline: 0;
  border-color: var(--ds-border-focus);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 643, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-input {
  border-color: var(--ds-border-default);
  border-radius: var(--ds-radius-md);
}

/* line 646, app/assets/stylesheets/components_views/marketing/index.scss */
.btn-ds--danger {
  color: var(--ds-color-danger-700);
}

/* line 647, app/assets/stylesheets/components_views/marketing/index.scss */
.btn-ds--danger:hover {
  background: var(--ds-color-danger-50);
  border-color: var(--ds-color-danger-100);
}

/* line 652, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-settings {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

/* line 653, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-settings .mkt-field {
  flex: 1 1 180px;
}

/* line 655, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-studio {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) 280px;
  gap: 1rem;
  align-items: start;
}

@media (max-width: 1100px) {
  /* line 655, app/assets/stylesheets/components_views/marketing/index.scss */
  .mes-studio {
    grid-template-columns: 1fr;
  }
}

/* line 662, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  padding: .75rem;
  position: sticky;
  top: 1rem;
}

/* line 670, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette__title {
  font-size: var(--ds-font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ds-text-muted);
  margin-bottom: .5rem;
}

/* line 672, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette__item {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .55rem .65rem;
  margin-bottom: .35rem;
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-md);
  background: var(--ds-color-neutral-50);
  color: var(--ds-text-secondary);
  font-size: var(--ds-font-size-sm);
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: all var(--ds-duration-fast) var(--ds-ease-standard);
}

/* line 679, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette__item:hover {
  border-color: var(--ds-color-primary-300);
  color: var(--ds-color-primary-700);
  background: var(--ds-color-primary-50);
}

/* line 680, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette__item i {
  width: 1rem;
  text-align: center;
  color: var(--ds-color-primary-500);
}

/* line 683, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-canvas-wrap {
  background: var(--ds-color-neutral-100);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  padding: 1.25rem;
  min-height: 480px;
  overflow: auto;
}

/* line 692, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-doc {
  padding: 1rem 0;
}

/* line 693, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-content {
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--ds-shadow-md);
}

/* line 694, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-block {
  position: relative;
  padding: 8px 28px;
  cursor: pointer;
  border: 2px solid transparent;
}

/* line 697, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-block:hover {
  background: rgba(79, 70, 229, 0.04);
}

/* line 698, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-block.is-selected {
  border-color: var(--ds-color-primary-400);
  background: rgba(79, 70, 229, 0.06);
}

/* line 699, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-block h1, .mes-block .h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

/* line 701, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-block h1, .mes-block .h1, .mes-block div {
  outline: none;
}

/* line 702, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-tools {
  position: absolute;
  top: 2px;
  right: 6px;
  display: none;
  gap: 2px;
  z-index: 2;
}

/* line 704, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-tools button {
  border: 0;
  background: var(--ds-color-neutral-900);
  color: #fff;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  font-size: 11px;
  cursor: pointer;
}

/* line 707, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-block:hover .mes-tools, .mes-block.is-selected .mes-tools {
  display: flex;
}

/* line 708, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-btn {
  display: inline-block;
  color: #fff;
  padding: 11px 22px;
  border-radius: 8px;
  font-weight: 600;
}

/* line 709, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-img-ph {
  background: var(--ds-color-neutral-100);
  border: 1px dashed var(--ds-border-default);
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  color: var(--ds-text-muted);
}

/* line 711, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-cols {
  display: flex;
  gap: 12px;
}

/* line 712, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-col {
  flex: 1;
  background: var(--ds-color-neutral-50);
  border-radius: 6px;
  padding: 8px;
}

/* line 714, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-inspector {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  padding: 1rem;
  position: sticky;
  top: 1rem;
}

/* line 722, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-insp-head {
  font-weight: 700;
  color: var(--ds-text-primary);
  margin-bottom: .75rem;
}

/* line 723, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-f {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-bottom: .65rem;
}

/* line 724, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-f span {
  font-size: var(--ds-font-size-xs);
  font-weight: 600;
  color: var(--ds-text-secondary);
}

/* line 725, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-f input, .mes-f select, .mes-f textarea {
  border: 1px solid var(--ds-border-default);
  border-radius: var(--ds-radius-sm);
  padding: .45rem .55rem;
  font-size: var(--ds-font-size-sm);
  font-family: inherit;
}

/* line 729, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-f input[type=color] {
  padding: 2px;
  height: 2.2rem;
}

/* line 731, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-global-btn {
  margin-top: .5rem;
  width: 100%;
}

/* line 736, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
  align-items: start;
}

@media (max-width: 1024px) {
  /* line 736, app/assets/stylesheets/components_views/marketing/index.scss */
  .wf-layout {
    grid-template-columns: 1fr;
  }
}

/* line 743, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-canvas {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  background-color: var(--ds-color-neutral-50);
  background-image: radial-gradient(var(--ds-color-neutral-300) 1px, transparent 1px);
  background-size: 18px 18px;
  padding: 2rem 1rem;
  min-height: 460px;
  overflow: auto;
}

/* line 754, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 755, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 320px;
  max-width: 100%;
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  padding: .8rem 1rem;
  cursor: pointer;
  position: relative;
  transition: border-color var(--ds-duration-fast), box-shadow var(--ds-duration-fast);
}

/* line 766, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node:hover {
  border-color: var(--ds-color-primary-300);
}

/* line 767, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node.is-selected {
  border-color: var(--ds-color-primary-500);
  box-shadow: var(--ds-shadow-focus-ring);
}

/* line 769, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node--trigger {
  border-color: var(--ds-color-primary-300);
  background: var(--ds-color-primary-50);
}

/* line 771, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__icon {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--ds-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ds-color-primary-600);
  color: #fff;
}

/* line 775, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__icon--action {
  background: var(--ds-color-success-600);
}

/* line 777, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--ds-color-neutral-900);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 784, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__body {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 785, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__kicker {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ds-color-primary-600);
  font-weight: 700;
}

/* line 786, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__title {
  font-weight: 700;
  color: var(--ds-text-primary);
}

/* line 787, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__sub {
  font-size: .8rem;
  color: var(--ds-text-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 788, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__del {
  border: 0;
  background: transparent;
  color: var(--ds-color-neutral-300);
  cursor: pointer;
  padding: .3rem;
}

/* line 789, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-node__del:hover {
  color: var(--ds-color-danger-600);
}

/* line 791, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-connector {
  width: 2px;
  height: 28px;
  background: var(--ds-border-default);
}

/* line 792, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-add {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px dashed var(--ds-border-default);
  background: var(--ds-surface-card);
  color: var(--ds-text-secondary);
  border-radius: var(--ds-radius-pill);
  padding: .55rem 1.1rem;
  font-size: var(--ds-font-size-sm);
  font-weight: 600;
  cursor: pointer;
}

/* line 797, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-add:hover {
  border-color: var(--ds-color-primary-400);
  color: var(--ds-color-primary-700);
}

/* line 798, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-add.is-selected {
  border-style: solid;
  border-color: var(--ds-color-primary-500);
  color: var(--ds-color-primary-700);
}

/* line 800, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-inspector {
  background: var(--ds-surface-card);
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-sm);
  padding: 1.1rem;
  position: sticky;
  top: 1rem;
}

/* line 808, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-inspector__title {
  font-weight: 700;
  color: var(--ds-text-primary);
  margin: 0 0 .85rem;
}

/* line 809, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-inspector__empty {
  text-align: center;
  color: var(--ds-text-muted);
  padding: 1.5rem .5rem;
}

/* line 810, app/assets/stylesheets/components_views/marketing/index.scss */
.wf-inspector__empty i {
  font-size: 1.8rem;
  margin-bottom: .5rem;
  display: block;
  color: var(--ds-color-neutral-300);
}

/* line 817, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-switch input[type="checkbox"],
.mkt-form input[type="checkbox"],
.mkt-panel input[type="checkbox"],
.mes-settings input[type="checkbox"],
.wf-inspector input[type="checkbox"],
.mkt-modal input[type="checkbox"] {
  display: inline-block !important;
  -webkit-appearance: checkbox;
  -moz-appearance: auto;
       appearance: auto;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  position: static;
  accent-color: var(--ds-color-primary-600);
  flex: 0 0 auto;
  cursor: pointer;
}

/* line 831, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-switch input[type="checkbox"] + span,
.mkt-form input[type="checkbox"] + span,
.mkt-panel input[type="checkbox"] + span {
  padding-left: 0;
  position: static;
}

/* line 835, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-switch {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 840, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-fields .mkt-field-row--card {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: flex-end;
}

/* line 843, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-fields .mkt-field-row--card .mkt-field {
  flex: 1 1 110px;
  min-width: 0;
  margin: 0;
}

/* line 844, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-fields .mkt-field-row--card .mkt-field .mkt-input,
.mkt-fields .mkt-field-row--card .mkt-field select {
  width: 100%;
  min-width: 0;
}

/* line 846, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-fields .mkt-field-remove {
  flex: 0 0 auto;
  align-self: center;
}

/* line 849, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview {
  --w-color: var(--ds-color-primary-600);
}

/* line 850, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview__btn {
  background: var(--w-color);
  cursor: default;
}

/* line 853, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--popup, .mkt-wpreview--inline_form {
  width: 320px;
  max-width: 100%;
}

/* line 856, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--inline_form {
  box-shadow: none;
  border: 1px solid var(--ds-border-subtle);
  width: 100%;
}

/* line 859, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-stage:has(.mkt-wpreview--banner) {
  align-items: stretch;
  padding: 0;
}

/* line 860, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--banner {
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* line 862, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--banner .mkt-wpreview__headline {
  margin: 0;
  font-size: 1rem;
}

/* line 863, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--banner .mkt-wpreview__desc {
  margin: 0;
  flex: 1 1 160px;
}

/* line 864, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--banner .mkt-wpreview__fields {
  display: flex;
  flex-direction: row;
  gap: .5rem;
  margin: 0;
}

/* line 865, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--banner .mkt-wpreview__btn {
  width: auto;
}

/* line 869, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-stage:has(.mkt-wpreview--slide_in) {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 870, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--slide_in {
  width: 280px;
}

/* line 873, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-preview-stage:has(.mkt-wpreview--floating_button) {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 874, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--floating_button {
  width: auto;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

/* line 876, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--floating_button .mkt-wpreview__headline, .mkt-wpreview--floating_button .mkt-wpreview__desc, .mkt-wpreview--floating_button .mkt-wpreview__fields {
  display: none;
}

/* line 877, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-wpreview--floating_button .mkt-wpreview__btn {
  width: auto;
  border-radius: 999px;
  padding: .8rem 1.5rem;
  box-shadow: var(--ds-shadow-lg);
}

/* line 881, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-component {
  background: var(--ds-color-primary-50);
  border: 1px dashed var(--ds-color-primary-300);
  border-radius: var(--ds-radius-md);
  padding: .8rem 1rem;
  color: var(--ds-color-primary-800);
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

/* line 886, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-component__tag {
  background: var(--ds-color-primary-600);
  color: #fff;
  border-radius: 999px;
  padding: .1rem .5rem;
  font-size: .7rem;
  font-weight: 700;
}

/* line 887, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-component__lock {
  font-size: .75rem;
  color: var(--ds-text-muted);
  margin-left: auto;
}

/* line 888, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-comp-note {
  font-size: .8rem;
  color: var(--ds-text-secondary);
  background: var(--ds-color-neutral-50);
  padding: .6rem;
  border-radius: var(--ds-radius-sm);
  margin-bottom: .6rem;
}

/* line 889, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-f-row {
  display: flex;
  gap: .5rem;
}

/* line 890, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-f-row .mes-f {
  flex: 1;
}

/* line 891, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette__manage {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: .75rem;
  font-size: var(--ds-font-size-sm);
  color: var(--ds-text-secondary);
  text-decoration: none;
}

/* line 895, app/assets/stylesheets/components_views/marketing/index.scss */
.mes-palette__manage:hover {
  color: var(--ds-color-primary-700);
}

/* line 898, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* line 899, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-card {
  border: 1px solid var(--ds-border-subtle);
  border-radius: var(--ds-radius-lg);
  padding: 1rem;
  background: var(--ds-color-neutral-50);
}

/* line 902, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-card--win {
  border-color: var(--ds-color-success-500);
  background: var(--ds-color-success-50);
}

/* line 903, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-card__head {
  font-weight: 700;
  color: var(--ds-text-primary);
  margin-bottom: .25rem;
}

/* line 904, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-card__tpl {
  font-size: .85rem;
  color: var(--ds-text-secondary);
  margin-bottom: .6rem;
}

/* line 905, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-card__stats {
  display: flex;
  gap: 1rem;
  font-size: .85rem;
  color: var(--ds-text-secondary);
  flex-wrap: wrap;
}

/* line 906, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-card__stats strong {
  color: var(--ds-text-primary);
}

/* line 908, app/assets/stylesheets/components_views/marketing/index.scss */
.mkt-ab-win {
  color: var(--ds-color-success-700);
  font-size: .75rem;
  font-weight: 700;
}
