/* Third Party styles */
@import url(/assets/fontawesome/fontawesome.min-401af14c9a23a63fd4f804e139de9cfebb77f163429d1492c90588194ff67f76.css);
@import url(/assets/fontawesome/solid.min-952246e39be07d284ad2557c8a00028bd2674c841823ba0d65db4960096eb71f.css);
@import url(/assets/fontawesome/regular.min-7ffea317e61cd3f0fdaa01b9025eaa9157f27e02a0d092df79a3ae1297ecbb2e.css);
@import url(/assets/fontawesome/sharp-light.min-37a5c902b70b1b6404488afb03d741bda907f7782c69eb3b267a4980d3977bfc.css);
@import url(/assets/fontawesome/sharp-regular.min-ac87e4b40dfa0455f8c79556e669bfc00c364e2673833efdfbeabaecaf9c9740.css);
@import url(/assets/fontawesome/sharp-solid.min-414119ed2c311706e0f0e0e059ace5a21ae081e5d6ed8f49dfd6364e39480b5c.css);
@import url(/assets/fontawesome/sharp-thin.min-b5ee6393b96f7b4d9b00bf73826610e597d33dcbca42d16ae04f9d1484f10514.css);
@charset "UTF-8";
/* Diese File
  - überschreibt die Bootstrap-Variablen
  - importiert ein Teil der Bootstrap-Dateien um die Variablen und Themes zu überschreiben
  - definiert eigene Variablen und mapped diese in die Bootstrap-Themes
  - importiert die restlichen Bootstrap-Dateien
  - importiert Korrektur-Bootstrap für spezielle Korrektur Fälle
*/
/*!
   * Bootstrap  v5.2.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, app/assets/stylesheets/bootstrap_5/_root.scss */
:root {
  --bs-blue: #00aeef;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --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: #4183A3;
  --bs-secondary: #bdbdbd;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-fei: #6f42c1;
  --bs-primary-rgb: 65, 131, 163;
  --bs-secondary-rgb: 189, 189, 189;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-fei-rgb: 111, 66, 193;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: #212529;
  --bs-body-bg: #fff;
  --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.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #4183A3;
  --bs-link-hover-color: #346982;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

/* line 49, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, app/assets/stylesheets/bootstrap_5/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 237, app/assets/stylesheets/bootstrap_5/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, app/assets/stylesheets/bootstrap_5/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, app/assets/stylesheets/bootstrap_5/_reboot.scss */
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, app/assets/stylesheets/bootstrap_5/_reboot.scss */
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

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

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

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

/* line 303, app/assets/stylesheets/bootstrap_5/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, app/assets/stylesheets/bootstrap_5/_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.25rem;
}

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

/* line 327, app/assets/stylesheets/bootstrap_5/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

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

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

/* line 349, app/assets/stylesheets/bootstrap_5/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

/* line 382, app/assets/stylesheets/bootstrap_5/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, app/assets/stylesheets/bootstrap_5/_reboot.scss */
button {
  border-radius: 0;
}

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

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

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

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

/* line 428, app/assets/stylesheets/bootstrap_5/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, app/assets/stylesheets/bootstrap_5/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, app/assets/stylesheets/bootstrap_5/_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 451, app/assets/stylesheets/bootstrap_5/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/* line 473, app/assets/stylesheets/bootstrap_5/_reboot.scss */
textarea {
  resize: vertical;
}

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

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

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

/* line 505, app/assets/stylesheets/bootstrap_5/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, app/assets/stylesheets/bootstrap_5/_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 523, app/assets/stylesheets/bootstrap_5/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

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

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

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

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

/* line 575, app/assets/stylesheets/bootstrap_5/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, app/assets/stylesheets/bootstrap_5/_reboot.scss */
iframe {
  border: 0;
}

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

/* line 599, app/assets/stylesheets/bootstrap_5/_reboot.scss */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 14, app/assets/stylesheets/bootstrap_5/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

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

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

/* line 39, app/assets/stylesheets/bootstrap_5/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap_5/_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 9, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 44, app/assets/stylesheets/bootstrap_5/_tables.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, app/assets/stylesheets/bootstrap_5/_tables.scss */
.caption-top {
  caption-side: top;
}

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

/* line 79, app/assets/stylesheets/bootstrap_5/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, app/assets/stylesheets/bootstrap_5/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

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

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

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

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

/* line 124, app/assets/stylesheets/bootstrap_5/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, app/assets/stylesheets/bootstrap_5/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d9e6ed;
  --bs-table-border-color: #c3cfd5;
  --bs-table-striped-bg: #cedbe1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3cfd5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9d5db;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #f2f2f2;
  --bs-table-border-color: #dadada;
  --bs-table-striped-bg: #e6e6e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dadada;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e0e0e0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap_5/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --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/bootstrap_5/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --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 159, app/assets/stylesheets/bootstrap_5/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

/* line 26, app/assets/stylesheets/bootstrap_5/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, app/assets/stylesheets/bootstrap_5/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, app/assets/stylesheets/bootstrap_5/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, app/assets/stylesheets/bootstrap_5/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: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  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/bootstrap_5/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

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

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

/* line 34, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #a0c1d1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
}

/* line 50, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, app/assets/stylesheets/bootstrap_5/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: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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 76, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

/* line 136, app/assets/stylesheets/bootstrap_5/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 143, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

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

/* line 160, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 164, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 174, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

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

/* line 183, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 193, app/assets/stylesheets/bootstrap_5/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, app/assets/stylesheets/bootstrap_5/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: 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");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

/* line 27, app/assets/stylesheets/bootstrap_5/forms/_form-select.scss */
.form-select:focus {
  border-color: #a0c1d1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
}

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

/* line 44, app/assets/stylesheets/bootstrap_5/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, app/assets/stylesheets/bootstrap_5/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 57, app/assets/stylesheets/bootstrap_5/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: 0.25rem;
}

/* line 65, app/assets/stylesheets/bootstrap_5/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 5, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

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

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

/* line 29, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}

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

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

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

/* line 56, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #a0c1d1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
}

/* line 62, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #4183A3;
  border-color: #4183A3;
}

/* line 66, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-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 74, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-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 83, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #4183A3;
  border-color: #4183A3;
  background-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 94, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

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

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

/* line 123, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

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

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

/* line 135, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: 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 146, app/assets/stylesheets/bootstrap_5/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

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

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

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

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

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

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

/* line 19, app/assets/stylesheets/bootstrap_5/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
}

/* line 20, app/assets/stylesheets/bootstrap_5/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
}

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

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

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

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

/* line 43, app/assets/stylesheets/bootstrap_5/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

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

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

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

/* line 69, app/assets/stylesheets/bootstrap_5/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

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

/* line 83, app/assets/stylesheets/bootstrap_5/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, app/assets/stylesheets/bootstrap_5/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

/* line 4, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px 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 11, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

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

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

/* line 36, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
.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 42, app/assets/stylesheets/bootstrap_5/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 48, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
.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 {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

/* line 71, app/assets/stylesheets/bootstrap_5/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

/* line 12, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

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

/* line 47, app/assets/stylesheets/bootstrap_5/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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* line 68, app/assets/stylesheets/bootstrap_5/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: 0.5rem;
}

/* line 77, app/assets/stylesheets/bootstrap_5/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: 0.25rem;
}

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

/* line 101, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, app/assets/stylesheets/bootstrap_5/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 25, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, app/assets/stylesheets/bootstrap_5/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: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

/* line 50, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  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='%23198754' 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.1z'/%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 67, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, app/assets/stylesheets/bootstrap_5/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]) {
  padding-right: 4.125rem;
  background-image: 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"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.1z'/%3e%3c/svg%3e");
  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 98, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 117, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 121, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 125, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

/* line 7, app/assets/stylesheets/bootstrap_5/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 25, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, app/assets/stylesheets/bootstrap_5/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: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

/* line 50, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  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='%23dc3545'%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='%23dc3545' 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 67, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, app/assets/stylesheets/bootstrap_5/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]) {
  padding-right: 4.125rem;
  background-image: 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"), 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  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 98, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 117, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 121, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 125, app/assets/stylesheets/bootstrap_5/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

/* line 7, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/_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: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --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;
  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/bootstrap_5/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4183A3;
  --bs-btn-border-color: #4183A3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #376f8b;
  --bs-btn-hover-border-color: #346982;
  --bs-btn-focus-shadow-rgb: 94, 150, 177;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #346982;
  --bs-btn-active-border-color: #31627a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4183A3;
  --bs-btn-disabled-border-color: #4183A3;
}

/* line 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #bdbdbd;
  --bs-btn-border-color: #bdbdbd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c7c7c7;
  --bs-btn-hover-border-color: #c4c4c4;
  --bs-btn-focus-shadow-rgb: 161, 161, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cacaca;
  --bs-btn-active-border-color: #c4c4c4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #bdbdbd;
  --bs-btn-disabled-border-color: #bdbdbd;
}

/* line 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, app/assets/stylesheets/bootstrap_5/_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 123, app/assets/stylesheets/bootstrap_5/_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 123, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-fei {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e38a4;
  --bs-btn-hover-border-color: #59359a;
  --bs-btn-focus-shadow-rgb: 133, 94, 202;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #59359a;
  --bs-btn-active-border-color: #533291;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6f42c1;
  --bs-btn-disabled-border-color: #6f42c1;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #4183A3;
  --bs-btn-border-color: #4183A3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4183A3;
  --bs-btn-hover-border-color: #4183A3;
  --bs-btn-focus-shadow-rgb: 65, 131, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4183A3;
  --bs-btn-active-border-color: #4183A3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4183A3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4183A3;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #bdbdbd;
  --bs-btn-border-color: #bdbdbd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bdbdbd;
  --bs-btn-hover-border-color: #bdbdbd;
  --bs-btn-focus-shadow-rgb: 189, 189, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bdbdbd;
  --bs-btn-active-border-color: #bdbdbd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bdbdbd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bdbdbd;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap_5/_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 149, app/assets/stylesheets/bootstrap_5/_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 149, app/assets/stylesheets/bootstrap_5/_buttons.scss */
.btn-outline-fei {
  --bs-btn-color: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6f42c1;
  --bs-btn-hover-border-color: #6f42c1;
  --bs-btn-focus-shadow-rgb: 111, 66, 193;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6f42c1;
  --bs-btn-active-border-color: #6f42c1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6f42c1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6f42c1;
  --bs-gradient: none;
}

/* line 161, app/assets/stylesheets/bootstrap_5/_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: none;
  --bs-btn-focus-shadow-rgb: 94, 150, 177;
  text-decoration: underline;
}

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

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

/* line 201, app/assets/stylesheets/bootstrap_5/_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: 0.5rem;
}

/* line 205, app/assets/stylesheets/bootstrap_5/_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: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

/* line 31, app/assets/stylesheets/bootstrap_5/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 59, app/assets/stylesheets/bootstrap_5/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, app/assets/stylesheets/bootstrap_5/_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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4183A3;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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/bootstrap_5/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

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

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

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

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

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

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

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

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

/* line 31, app/assets/stylesheets/bootstrap_5/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 59, app/assets/stylesheets/bootstrap_5/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 31, app/assets/stylesheets/bootstrap_5/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 59, app/assets/stylesheets/bootstrap_5/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

/* line 50, app/assets/stylesheets/bootstrap_5/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 59, app/assets/stylesheets/bootstrap_5/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 164, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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;
}

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

/* line 195, app/assets/stylesheets/bootstrap_5/_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 202, app/assets/stylesheets/bootstrap_5/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

/* line 217, app/assets/stylesheets/bootstrap_5/_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 227, app/assets/stylesheets/bootstrap_5/_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 234, app/assets/stylesheets/bootstrap_5/_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: #4183A3;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

/* line 15, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

/* line 36, app/assets/stylesheets/bootstrap_5/_button-group.scss */
.btn-group {
  border-radius: 0.375rem;
}

/* line 40, app/assets/stylesheets/bootstrap_5/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

/* line 127, app/assets/stylesheets/bootstrap_5/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 133, app/assets/stylesheets/bootstrap_5/_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 138, app/assets/stylesheets/bootstrap_5/_button-group.scss */
.btn-group-vertical > .btn ~ .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/bootstrap_5/_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: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/bootstrap_5/_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;
  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/bootstrap_5/_nav.scss */
  .nav-link {
    transition: none;
  }
}

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

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

/* line 51, app/assets/stylesheets/bootstrap_5/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, app/assets/stylesheets/bootstrap_5/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  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 70, app/assets/stylesheets/bootstrap_5/_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 77, app/assets/stylesheets/bootstrap_5/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #4183A3;
}

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

/* line 117, app/assets/stylesheets/bootstrap_5/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, app/assets/stylesheets/bootstrap_5/_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 137, app/assets/stylesheets/bootstrap_5/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap_5/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --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(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 0.55%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(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, app/assets/stylesheets/bootstrap_5/_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 103, app/assets/stylesheets/bootstrap_5/_navbar.scss */
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

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

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

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

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

/* line 148, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

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

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

/* line 171, app/assets/stylesheets/bootstrap_5/_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 182, app/assets/stylesheets/bootstrap_5/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 204, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, app/assets/stylesheets/bootstrap_5/_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 214, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 227, app/assets/stylesheets/bootstrap_5/_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 242, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 196, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 204, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, app/assets/stylesheets/bootstrap_5/_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 214, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 227, app/assets/stylesheets/bootstrap_5/_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 242, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 196, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 204, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, app/assets/stylesheets/bootstrap_5/_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 214, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 227, app/assets/stylesheets/bootstrap_5/_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 242, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 196, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, app/assets/stylesheets/bootstrap_5/_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 214, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 227, app/assets/stylesheets/bootstrap_5/_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 242, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 196, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, app/assets/stylesheets/bootstrap_5/_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 214, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 227, app/assets/stylesheets/bootstrap_5/_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 242, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, app/assets/stylesheets/bootstrap_5/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

/* line 208, app/assets/stylesheets/bootstrap_5/_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 214, app/assets/stylesheets/bootstrap_5/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

/* line 227, app/assets/stylesheets/bootstrap_5/_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 242, app/assets/stylesheets/bootstrap_5/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

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

/* line 267, app/assets/stylesheets/bootstrap_5/_navbar.scss */
.navbar-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 5, app/assets/stylesheets/bootstrap_5/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --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);
  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 38, app/assets/stylesheets/bootstrap_5/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

/* line 47, app/assets/stylesheets/bootstrap_5/_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 52, app/assets/stylesheets/bootstrap_5/_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 60, app/assets/stylesheets/bootstrap_5/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, app/assets/stylesheets/bootstrap_5/_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 74, app/assets/stylesheets/bootstrap_5/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

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

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

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

/* line 101, app/assets/stylesheets/bootstrap_5/_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 108, app/assets/stylesheets/bootstrap_5/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 113, app/assets/stylesheets/bootstrap_5/_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 119, app/assets/stylesheets/bootstrap_5/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 129, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 141, app/assets/stylesheets/bootstrap_5/_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 147, app/assets/stylesheets/bootstrap_5/_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 157, app/assets/stylesheets/bootstrap_5/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, app/assets/stylesheets/bootstrap_5/_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 168, app/assets/stylesheets/bootstrap_5/_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 181, app/assets/stylesheets/bootstrap_5/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, app/assets/stylesheets/bootstrap_5/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 190, app/assets/stylesheets/bootstrap_5/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 195, app/assets/stylesheets/bootstrap_5/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 202, app/assets/stylesheets/bootstrap_5/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 205, app/assets/stylesheets/bootstrap_5/_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 210, app/assets/stylesheets/bootstrap_5/_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 217, app/assets/stylesheets/bootstrap_5/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap_5/_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 225, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_accordion.scss */
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --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: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --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='%23212529'%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-.708z'/%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='%233b7693'%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-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #a0c1d1;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #3b7693;
  --bs-accordion-active-bg: #ecf3f6;
}

/* line 32, app/assets/stylesheets/bootstrap_5/_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 32, app/assets/stylesheets/bootstrap_5/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, app/assets/stylesheets/bootstrap_5/_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 52, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, app/assets/stylesheets/bootstrap_5/_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 59, app/assets/stylesheets/bootstrap_5/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

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

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

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

/* line 87, app/assets/stylesheets/bootstrap_5/_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 92, app/assets/stylesheets/bootstrap_5/_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 95, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

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

/* line 105, app/assets/stylesheets/bootstrap_5/_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 109, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, app/assets/stylesheets/bootstrap_5/_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 120, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, app/assets/stylesheets/bootstrap_5/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/bootstrap_5/_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: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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/bootstrap_5/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, app/assets/stylesheets/bootstrap_5/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.8rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #4183A3;
  --bs-pagination-active-border-color: #4183A3;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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: 0.5rem;
}

/* line 107, app/assets/stylesheets/bootstrap_5/_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: 0.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap_5/_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: 3px;
  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/bootstrap_5/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 5, app/assets/stylesheets/bootstrap_5/_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: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  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 27, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 33, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-link {
  font-weight: 700;
}

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

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

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-primary {
  --bs-alert-color: #274f62;
  --bs-alert-bg: #d9e6ed;
  --bs-alert-border-color: #c6dae3;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #1f3f4e;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-secondary {
  --bs-alert-color: #717171;
  --bs-alert-bg: #f2f2f2;
  --bs-alert-border-color: #ebebeb;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #5a5a5a;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-info {
  --bs-alert-color: #087990;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-info .alert-link {
  color: #066173;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-warning {
  --bs-alert-color: #997404;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #7a5d03;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-light {
  --bs-alert-color: #959596;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-light .alert-link {
  color: #777778;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

/* line 67, app/assets/stylesheets/bootstrap_5/_alert.scss */
.alert-fei {
  --bs-alert-color: #432874;
  --bs-alert-bg: #e2d9f3;
  --bs-alert-border-color: #d4c6ec;
}

/* line 11, app/assets/stylesheets/bootstrap_5/mixins/_alert.scss */
.alert-fei .alert-link {
  color: #36205d;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, app/assets/stylesheets/bootstrap_5/_progress.scss */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #4183A3;
  --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 32, app/assets/stylesheets/bootstrap_5/_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 32, app/assets/stylesheets/bootstrap_5/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 44, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

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

/* line 5, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #4183A3;
  --bs-list-group-active-border-color: #4183A3;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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

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

/* line 57, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action: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 65, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, app/assets/stylesheets/bootstrap_5/_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 84, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

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

/* line 92, app/assets/stylesheets/bootstrap_5/_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 100, app/assets/stylesheets/bootstrap_5/_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 108, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, app/assets/stylesheets/bootstrap_5/_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 126, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_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 140, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_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 126, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_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 140, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_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 126, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_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 140, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_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 126, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_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 140, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_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 126, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_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 140, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_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 126, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap_5/_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 135, app/assets/stylesheets/bootstrap_5/_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 140, app/assets/stylesheets/bootstrap_5/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap_5/_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 148, app/assets/stylesheets/bootstrap_5/_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 164, app/assets/stylesheets/bootstrap_5/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

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

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

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-primary {
  color: #274f62;
  background-color: #d9e6ed;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #274f62;
  background-color: #c3cfd5;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #274f62;
  border-color: #274f62;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #717171;
  background-color: #f2f2f2;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #717171;
  background-color: #dadada;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-info {
  color: #087990;
  background-color: #cff4fc;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #087990;
  background-color: #badce3;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #087990;
  border-color: #087990;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-warning {
  color: #997404;
  background-color: #fff3cd;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #997404;
  background-color: #e6dbb9;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #997404;
  border-color: #997404;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-light {
  color: #959596;
  background-color: #fefefe;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #959596;
  background-color: #e5e5e5;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #959596;
  border-color: #959596;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 5, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-fei {
  color: #432874;
  background-color: #e2d9f3;
}

/* line 10, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-fei.list-group-item-action:hover, .list-group-item-fei.list-group-item-action:focus {
  color: #432874;
  background-color: #cbc3db;
}

/* line 16, app/assets/stylesheets/bootstrap_5/mixins/_list-group.scss */
.list-group-item-fei.list-group-item-action.active {
  color: #fff;
  background-color: #432874;
  border-color: #432874;
}

/* line 6, app/assets/stylesheets/bootstrap_5/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, app/assets/stylesheets/bootstrap_5/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, app/assets/stylesheets/bootstrap_5/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 131, 163, 0.25);
  opacity: 1;
}

/* line 30, app/assets/stylesheets/bootstrap_5/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

/* line 1, app/assets/stylesheets/bootstrap_5/_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(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  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/bootstrap_5/_toasts.scss */
.toast.showing {
  opacity: 0;
}

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

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

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

/* line 54, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, app/assets/stylesheets/bootstrap_5/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  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/bootstrap_5/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

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

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

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

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

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

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

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

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

/* line 95, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

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

/* line 125, app/assets/stylesheets/bootstrap_5/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  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 134, app/assets/stylesheets/bootstrap_5/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

/* line 157, app/assets/stylesheets/bootstrap_5/_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 171, app/assets/stylesheets/bootstrap_5/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

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

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

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

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

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

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

@media (max-width: 575.98px) {
  /* line 214, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap_5/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, app/assets/stylesheets/bootstrap_5/_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: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --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;
  padding: var(--bs-tooltip-arrow-height);
  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 31, app/assets/stylesheets/bootstrap_5/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

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

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

/* line 47, app/assets/stylesheets/bootstrap_5/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 50, app/assets/stylesheets/bootstrap_5/_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 58, app/assets/stylesheets/bootstrap_5/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, app/assets/stylesheets/bootstrap_5/_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 72, app/assets/stylesheets/bootstrap_5/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 75, app/assets/stylesheets/bootstrap_5/_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 83, app/assets/stylesheets/bootstrap_5/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, app/assets/stylesheets/bootstrap_5/_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 113, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --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/bootstrap_5/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_carousel.scss */
.carousel {
  position: relative;
}

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

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

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

/* line 29, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

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

/* rtl:begin:ignore */
/* line 46, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
/* line 64, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, app/assets/stylesheets/bootstrap_5/_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 77, app/assets/stylesheets/bootstrap_5/_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 77, app/assets/stylesheets/bootstrap_5/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, app/assets/stylesheets/bootstrap_5/_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;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

/* line 110, app/assets/stylesheets/bootstrap_5/_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 118, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

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

/* line 128, app/assets/stylesheets/bootstrap_5/_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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 146, app/assets/stylesheets/bootstrap_5/_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 0z'/%3e%3c/svg%3e");
}

/* line 149, app/assets/stylesheets/bootstrap_5/_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-.708z'/%3e%3c/svg%3e");
}

/* line 158, app/assets/stylesheets/bootstrap_5/_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%;
  list-style: none;
}

/* line 173, app/assets/stylesheets/bootstrap_5/_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: #fff;
  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 173, app/assets/stylesheets/bootstrap_5/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

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

/* line 203, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 217, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, app/assets/stylesheets/bootstrap_5/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap_5/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  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 22, app/assets/stylesheets/bootstrap_5/_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 36, app/assets/stylesheets/bootstrap_5/_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 60, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

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

/* line 3, app/assets/stylesheets/bootstrap_5/_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: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, app/assets/stylesheets/bootstrap_5/_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: transform 0.3s ease-in-out;
  }
}

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

@media (max-width: 575.98px) {
  /* line 47, app/assets/stylesheets/bootstrap_5/_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 55, app/assets/stylesheets/bootstrap_5/_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 63, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_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 82, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 87, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 104, app/assets/stylesheets/bootstrap_5/_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 31, app/assets/stylesheets/bootstrap_5/_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: transform 0.3s ease-in-out;
  }
}

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

@media (max-width: 767.98px) {
  /* line 47, app/assets/stylesheets/bootstrap_5/_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 55, app/assets/stylesheets/bootstrap_5/_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 63, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_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 82, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 87, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 104, app/assets/stylesheets/bootstrap_5/_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 31, app/assets/stylesheets/bootstrap_5/_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: transform 0.3s ease-in-out;
  }
}

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

@media (max-width: 991.98px) {
  /* line 47, app/assets/stylesheets/bootstrap_5/_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 55, app/assets/stylesheets/bootstrap_5/_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 63, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_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 82, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 87, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 104, app/assets/stylesheets/bootstrap_5/_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 31, app/assets/stylesheets/bootstrap_5/_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: transform 0.3s ease-in-out;
  }
}

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

@media (max-width: 1199.98px) {
  /* line 47, app/assets/stylesheets/bootstrap_5/_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 55, app/assets/stylesheets/bootstrap_5/_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 63, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_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 82, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 104, app/assets/stylesheets/bootstrap_5/_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 31, app/assets/stylesheets/bootstrap_5/_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: transform 0.3s ease-in-out;
  }
}

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

@media (max-width: 1399.98px) {
  /* line 47, app/assets/stylesheets/bootstrap_5/_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 55, app/assets/stylesheets/bootstrap_5/_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 63, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_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 82, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

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

/* line 31, app/assets/stylesheets/bootstrap_5/_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: transform 0.3s ease-in-out;
}

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

/* line 47, app/assets/stylesheets/bootstrap_5/_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 55, app/assets/stylesheets/bootstrap_5/_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 63, app/assets/stylesheets/bootstrap_5/_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 73, app/assets/stylesheets/bootstrap_5/_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 82, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

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

/* line 117, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

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

/* line 121, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 127, app/assets/stylesheets/bootstrap_5/_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));
}

/* line 135, app/assets/stylesheets/bootstrap_5/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 140, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_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/bootstrap_5/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

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

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

/* line 30, app/assets/stylesheets/bootstrap_5/_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/bootstrap_5/_placeholders.scss */
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(65, 131, 163, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(189, 189, 189, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_color-bg.scss */
.text-bg-fei {
  color: #fff !important;
  background-color: RGBA(111, 66, 193, var(--bs-bg-opacity, 1)) !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-primary {
  color: #4183A3 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #346982 !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-secondary {
  color: #bdbdbd !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #cacaca !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-success {
  color: #198754 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-fei {
  color: #6f42c1 !important;
}

/* line 6, app/assets/stylesheets/bootstrap_5/helpers/_colored-links.scss */
.link-fei:hover, .link-fei:focus {
  color: #59359a !important;
}

/* line 3, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, app/assets/stylesheets/bootstrap_5/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap_5/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, app/assets/stylesheets/bootstrap_5/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, app/assets/stylesheets/bootstrap_5/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, app/assets/stylesheets/bootstrap_5/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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 6, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/bootstrap_5/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-block, .only-show-on-mobile {
  display: block !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.d-none, .hide-on-mobile {
  display: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.border-fei {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-fei-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.text-fei {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-fei-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.bg-fei {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-fei-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.user-select-all {
  user-select: all !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.user-select-none {
  user-select: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/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/bootstrap_5/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-block, .hide-on-mobile {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-md-none, .only-show-on-mobile {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap_5/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 2, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
a {
  text-decoration: none !important;
}

/* line 7, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.pull-right {
  float: right;
}

/* line 10, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.pull-left {
  float: left;
}

/* line 15, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.bg-equis-primary {
  background: #00283c;
}

/* line 19, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.bg-equis-grey {
  background: #eee;
}

/* line 24, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.alert .close {
  position: relative;
  line-height: 20px;
}

/* line 28, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 46, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.nav-tabs {
  min-height: 36px;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 50, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.nav-tabs li {
  margin-top: 8px;
}

/* line 52, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.nav-tabs li a {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}

@media (max-width: 1270px) {
  /* line 63, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
  form .span4 {
    display: block;
    width: 80%;
  }
}

/* line 69, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
form fieldset {
  margin: 17px 0px;
}

/* line 72, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
form fieldset .control-group input {
  border-radius: 0%;
  border: none;
  border-bottom: 1px solid #949494;
}

/* line 77, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
form fieldset .control-group input:hover {
  border-bottom: 2px solid black;
}

/* line 81, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
form fieldset .control-group select {
  border-radius: 0%;
  border: none;
  border-bottom: 1px solid #949494;
}

/* line 86, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
form fieldset .control-group select:hover {
  border-bottom: 2px solid black;
}

/* line 90, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
form fieldset .control-group .controls {
  color: red;
}

/* line 98, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.btn-schlank {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/* line 103, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.btn-breit {
  min-width: 65px;
}

/* line 107, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.btn-flex-rechts {
  margin-left: auto;
}

/* line 112, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.badge-klein {
  margin-left: 0.15rem;
  padding: 0.2rem 0.3rem;
}

/* line 127, app/assets/stylesheets/korrektur-bootstrap-5.css.scss */
.badge.text-bg-inverse {
  background-color: #333;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

/* General */
/* line 4, app/assets/stylesheets/main.scss */
html {
  height: 100%;
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* line 11, app/assets/stylesheets/main.scss */
body {
  height: 100%;
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 20, app/assets/stylesheets/main.scss */
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* line 25, app/assets/stylesheets/main.scss */
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* line 30, app/assets/stylesheets/main.scss */
p {
  margin: 0;
}

/* Sidedrawer */
/* line 35, app/assets/stylesheets/main.scss */
#sidedrawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 240px;
  max-width: 240px;
  overflow: auto;
  z-index: 15;
  transition: transform 0.2s;
  background: #00283c;
  color: white;
  font-size: 16px;
}

/* line 48, app/assets/stylesheets/main.scss */
#sidedrawer ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

/* line 54, app/assets/stylesheets/main.scss */
#sidedrawer li {
  line-height: 18px;
}

/* line 57, app/assets/stylesheets/main.scss */
#sidedrawer a {
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/main.scss */
#sidedrawer img {
  vertical-align: baseline;
}

/* line 64, app/assets/stylesheets/main.scss */
#sidedrawer .sidedrawer-link {
  display: block;
  cursor: pointer;
  color: white;
  padding: 10px 17px;
}

/* line 69, app/assets/stylesheets/main.scss */
#sidedrawer .sidedrawer-link:hover {
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/main.scss */
#sidedrawer .active {
  background-color: #165270;
}

/* line 79, app/assets/stylesheets/main.scss */
#sidedrawer.active {
  transform: translate(200px);
}

/* line 83, app/assets/stylesheets/main.scss */
#sidedrawer-brand {
  padding-left: 20px;
  border-bottom: 1px solid #bebebe;
}

/* line 86, app/assets/stylesheets/main.scss */
#sidedrawer-brand #logo-brand {
  display: flex;
  flex-direction: row;
}

/* line 89, app/assets/stylesheets/main.scss */
#sidedrawer-brand #logo-brand .logo-text {
  line-height: 23px;
  font-size: 14px;
  padding-top: 8px;
}

/* line 94, app/assets/stylesheets/main.scss */
#sidedrawer-brand #logo-brand .navbar-logo {
  height: 64px;
  width: 64px;
  margin: auto;
}

/* line 99, app/assets/stylesheets/main.scss */
#sidedrawer-brand #logo-brand .logo-title {
  font-weight: 600;
  color: white;
}

/* line 103, app/assets/stylesheets/main.scss */
#sidedrawer-brand #logo-brand .my-title {
  color: white;
}

/* line 109, app/assets/stylesheets/main.scss */
.sidedrawer-toggle {
  color: black;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  display: none;
}

/* line 116, app/assets/stylesheets/main.scss */
.sidedrawer-toggle:hover {
  color: #c1c1c1;
  text-decoration: none;
}

/* top-bar */
/* line 124, app/assets/stylesheets/main.scss */
#top-bar {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 64px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 134, app/assets/stylesheets/main.scss */
#top-bar #top-bar-logo {
  background-color: #00283c;
  height: 64px;
  vertical-align: top;
}

/* line 141, app/assets/stylesheets/main.scss */
#top-bar .top-bar-start {
  display: flex;
  align-items: center;
}

/* Content */
/* line 149, app/assets/stylesheets/main.scss */
#content-container {
  padding: 0.7rem;
}

/* line 152, app/assets/stylesheets/main.scss */
#content-container:has(.content-container_100_vh) {
  height: 100vh;
}

/* line 157, app/assets/stylesheets/main.scss */
body.bootstrap-frontend #content-wrapper:has(.paper-format) {
  max-width: 1080px;
  margin: 0 auto;
}

/* line 161, app/assets/stylesheets/main.scss */
body.bootstrap-frontend #content-wrapper {
  background-color: #fff;
  border-radius: 0.3em;
  padding: 1rem;
}

/* Breadcrumbs */
/* line 168, app/assets/stylesheets/main.scss */
.breadcrumbs {
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 179, app/assets/stylesheets/main.scss */
body.hidden-sidedrawer #sidedrawer {
  width: 0;
}

/* line 182, app/assets/stylesheets/main.scss */
body.hidden-sidedrawer #content-container, body.hidden-sidedrawer #top-bar {
  margin-left: 0;
}

/* line 185, app/assets/stylesheets/main.scss */
body.hidden-sidedrawer .wizard-btns {
  padding-left: 10px;
}

/* line 191, app/assets/stylesheets/main.scss */
body.hidden-top-bar #top-bar {
  display: none;
}

/* line 197, app/assets/stylesheets/main.scss */
body.hidden-breadcrumps .breadcrumbs {
  display: none;
}

/* line 203, app/assets/stylesheets/main.scss */
body.hidden-cookie-banner #cookie-banner {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 209, app/assets/stylesheets/main.scss */
  #content-container, #top-bar {
    margin-left: 240px;
  }
  /* line 212, app/assets/stylesheets/main.scss */
  .wizard-btns {
    padding-left: 250px;
  }
  /* line 216, app/assets/stylesheets/main.scss */
  #top-bar-logo.image-hidden {
    display: none;
  }
  /* line 220, app/assets/stylesheets/main.scss */
  .sidedrawer-toggle-mobile {
    display: none;
  }
  /* line 223, app/assets/stylesheets/main.scss */
  .sidedrawer-toggle-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 229, app/assets/stylesheets/main.scss */
  #sidedrawer {
    width: 0;
  }
  /* line 232, app/assets/stylesheets/main.scss */
  .wizard-btns {
    padding-left: 10px;
  }
  /* line 236, app/assets/stylesheets/main.scss */
  .sidedrawer-toggle-mobile {
    display: block;
  }
  /* line 239, app/assets/stylesheets/main.scss */
  .sidedrawer-toggle-desktop {
    display: none;
  }
}
/* line 2, app/assets/stylesheets/footer.css.scss */
footer {
  background-color: #00283c;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  position: fixed;
  bottom: 0;
  left: 0px;
  margin-left: 240px;
  right: 0;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  display: block;
}

/* line 17, app/assets/stylesheets/footer.css.scss */
footer.hide-footer {
  opacity: 0;
  padding: 0;
  transition: all 0.4s;
}

/* line 22, app/assets/stylesheets/footer.css.scss */
footer .footer-content {
  display: flex;
}

/* line 24, app/assets/stylesheets/footer.css.scss */
footer .footer-content .footer-column {
  flex: 1 1 auto !important;
}

/* line 27, app/assets/stylesheets/footer.css.scss */
footer .footer-content .footer-col-wrap {
  flex-wrap: wrap !important;
}

/* line 33, app/assets/stylesheets/footer.css.scss */
footer h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

/* line 41, app/assets/stylesheets/footer.css.scss */
footer a {
  color: #ffffff;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/footer.css.scss */
.footer-handle {
  height: 80px;
  width: 8px;
  background-color: #165270;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 4px;
  transition: width 0.2s;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
}

/* line 59, app/assets/stylesheets/footer.css.scss */
.footer-handle .text {
  display: none;
  display: inline-block;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  /* line 69, app/assets/stylesheets/footer.css.scss */
  footer {
    margin-left: 0;
  }
}

/* line 75, app/assets/stylesheets/footer.css.scss */
#cookie-banner {
  right: 0;
  left: 0;
  background-color: black;
  color: white;
  z-index: 20;
  position: fixed;
  bottom: 0px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 87, app/assets/stylesheets/footer.css.scss */
#cookie-banner .cookie-details {
  margin-left: 7px;
}

/* line 90, app/assets/stylesheets/footer.css.scss */
#cookie-banner .message {
  margin-right: 5px;
  padding-bottom: 5px;
}

/* line 94, app/assets/stylesheets/footer.css.scss */
#cookie-banner .accept-button {
  height: 30px;
  color: white;
  background-color: black;
  border-radius: 4px;
  border: 1px solid #555;
}

/* line 100, app/assets/stylesheets/footer.css.scss */
#cookie-banner .accept-button:hover {
  background-color: #767676;
  transition-duration: 0.3s;
}
/* line 1, app/assets/stylesheets/custom_table.scss */
.custom-table {
  /* Center header labels */
}

/* line 2, app/assets/stylesheets/custom_table.scss */
.custom-table .attribute {
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: auto;
}

/* line 8, app/assets/stylesheets/custom_table.scss */
.custom-table .item-container.checked {
  background-color: rgba(91, 183, 91, 0.6);
}

/* line 12, app/assets/stylesheets/custom_table.scss */
.custom-table .item-container:hover {
  background-color: rgba(91, 183, 91, 0.8);
}

/* line 17, app/assets/stylesheets/custom_table.scss */
.custom-table .item-container:first-child .attribute {
  display: flex;
  align-items: center;
  justify-content: center;
  text-overflow: initial;
  overflow: auto;
  white-space: normal;
}

/* line 27, app/assets/stylesheets/custom_table.scss */
.custom-table .item-container:first-child {
  background-color: #eee;
  border: none;
}

/* line 30, app/assets/stylesheets/custom_table.scss */
.custom-table .item-container:first-child .attribute {
  border: none;
  justify-content: start;
  align-items: start;
}
/* line 1, app/assets/stylesheets/filter.scss */
.custom-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1rem;
}

/* line 7, app/assets/stylesheets/filter.scss */
.custom-filter-list button {
  border-radius: 0;
}

/* line 11, app/assets/stylesheets/filter.scss */
.custom-filter-list .text-field-filter {
  min-width: 10rem;
  max-width: 15rem;
  border-radius: 0;
}

/* line 17, app/assets/stylesheets/filter.scss */
.custom-filter-list .flatpickr-field-filter {
  min-width: 10rem;
  max-width: 12rem;
}

/* line 22, app/assets/stylesheets/filter.scss */
.custom-filter-list .dropdown-toggle {
  min-width: 7rem;
}

/* line 26, app/assets/stylesheets/filter.scss */
.custom-filter-list .date-field-filter {
  min-width: 7rem;
  max-width: 10rem;
  border-radius: 0;
}

/* line 32, app/assets/stylesheets/filter.scss */
.custom-filter-list .dropdown-menu {
  padding: 1rem;
  min-width: 20rem;
}

/* line 37, app/assets/stylesheets/filter.scss */
.custom-filter-list .top-row {
  display: flex;
  justify-content: space-between;
}

/* line 42, app/assets/stylesheets/filter.scss */
.custom-filter-list .top-row .filter-title {
  font-weight: bolder;
  font-size: 1.5em;
}

/* line 47, app/assets/stylesheets/filter.scss */
.custom-filter-list .filter-top-actions button {
  padding-right: 1rem;
}

/* line 51, app/assets/stylesheets/filter.scss */
.custom-filter-list .filter-content {
  margin-top: 1rem;
  max-height: 20rem;
  overflow-y: auto;
  padding-left: 0.2rem;
}

/* line 58, app/assets/stylesheets/filter.scss */
.custom-filter-list .form-check-label {
  cursor: pointer;
  width: 100%;
}

/* line 63, app/assets/stylesheets/filter.scss */
.custom-filter-list .filter-apply-btn {
  width: 100%;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/filter.scss */
  .custom-filter-list {
    flex-wrap: unset;
    overflow-x: scroll;
    padding-right: 20px;
  }
  /* line 77, app/assets/stylesheets/filter.scss */
  .custom-filter-list .filter-content {
    max-height: 90%;
  }
  /* line 81, app/assets/stylesheets/filter.scss */
  .custom-filter-list .dropdown-menu {
    position: fixed !important;
    height: 100% !important;
    z-index: 10000 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: unset !important;
    border-radius: 0;
    border: none;
  }
  /* line 93, app/assets/stylesheets/filter.scss */
  .custom-filter-list .filter-action-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em;
  }
  /* line 103, app/assets/stylesheets/filter.scss */
  .custom-filter-list::-webkit-scrollbar {
    width: 0;
  }
  /* line 106, app/assets/stylesheets/filter.scss */
  .custom-filter-list::-webkit-scrollbar-thumb {
    display: none;
  }
}
/* line 1, app/assets/stylesheets/dashboard_widgets.scss */
.dashboard-widget-pin {
  font-size: 1em;
  text-align: right;
}

/* line 5, app/assets/stylesheets/dashboard_widgets.scss */
.dashboard-widget-pin .fa-thumbtack {
  color: #ccc8c8;
  margin-left: 0.5em;
}

/* line 12, app/assets/stylesheets/dashboard_widgets.scss */
.dashboard-widget-pin.dashboard-widget-aktiv .fa-thumbtack {
  color: black;
}

/* line 17, app/assets/stylesheets/dashboard_widgets.scss */
.filter-und-widget-pin-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 23, app/assets/stylesheets/dashboard_widgets.scss */
  .filter-und-widget-pin-wrapper {
    flex-direction: column-reverse;
  }
  /* line 27, app/assets/stylesheets/dashboard_widgets.scss */
  .dashboard-widget-pin {
    margin-bottom: 1em;
  }
}
/* line 1, app/assets/stylesheets/komponenten.scss */
.ui-autocomplete {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 2500 !important;
}

/* line 8, app/assets/stylesheets/komponenten.scss */
.workflow-nav li:not(.reachable):not(.active) a {
  color: #999 !important;
}
/* Tom Select */
/* line 4, app/assets/stylesheets/custom_select_fields.scss */
.ts-dropdown .active, .ts-dropdown .active.create {
  color: #444e5a;
}

/* line 8, app/assets/stylesheets/custom_select_fields.scss */
.ts-dropdown .active {
  background-color: #eee;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/password_requirements.scss */
.password-requirements-list .password-requirements {
  color: green;
}

/* line 5, app/assets/stylesheets/password_requirements.scss */
.password-requirements-list .password-requirements:before {
  content: "✓";
}

/* line 9, app/assets/stylesheets/password_requirements.scss */
.password-requirements-list .password-requirements.invalid {
  color: red;
}

/* line 12, app/assets/stylesheets/password_requirements.scss */
.password-requirements-list .password-requirements.invalid:before {
  content: 'X';
}
.animate-slide-down {
    overflow: hidden;
    animation: slide-down 0.5s ease-out;
}

/* "max-height: auto" unfortunately does not work here, so we set
   to a fixed height that is greater than the expected height. */
@keyframes slide-down {
    from { max-height: 0; }
    to { max-height: 20rem; }
}


@keyframes highlightFade {
  0%, 40% { background-color: #4183A3; }
  100% { background-color: transparent; }
}

.highlight {
  animation: highlightFade 2s ease-out;
}

.highlight-4s {
  animation: highlightFade 4s ease-out;
}
/* line 1, app/assets/stylesheets/helpers.scss */
.card.without-border {
  border: none;
  --bs-card-border-color: none;
}

/* line 4, app/assets/stylesheets/helpers.scss */
.card.without-border .card-header {
  border-radius: 0;
}

/* line 9, app/assets/stylesheets/helpers.scss */
.no-border {
  border: none !important;
}

/* line 13, app/assets/stylesheets/helpers.scss */
.no-uppercase {
  text-transform: unset !important;
}

/* line 17, app/assets/stylesheets/helpers.scss */
.mobile-optimized-table {
  table-layout: fixed;
}

/* line 19, app/assets/stylesheets/helpers.scss */
.mobile-optimized-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  /* line 26, app/assets/stylesheets/helpers.scss */
  .hide-in-mobile-view {
    display: none !important;
  }
}

/* line 31, app/assets/stylesheets/helpers.scss */
#backdrop-element {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 41, app/assets/stylesheets/helpers.scss */
#backdrop-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 49, app/assets/stylesheets/helpers.scss */
#backdrop-spinner .spinner-border {
  display: block;
  position: fixed;
  top: calc(50% - (58px / 2));
  right: calc(50% - (58px / 2));
  color: #00aeef;
}

/* line 58, app/assets/stylesheets/helpers.scss */
[data-controller~="clickable-element"] {
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/helpers.scss */
.table-hover > tbody > tr.no-hover:hover {
  --bs-table-hover-bg: #fff;
}

/* line 66, app/assets/stylesheets/helpers.scss */
.button-as-link {
  border: unset;
  background-color: unset;
  color: inherit;
  padding: 0;
}

/* line 73, app/assets/stylesheets/helpers.scss */
.pin-icon {
  font-size: 25px;
  align-items: center;
}

/* line 78, app/assets/stylesheets/helpers.scss */
.m-0-1 {
  margin: 0.1rem;
}

/* line 82, app/assets/stylesheets/helpers.scss */
.p-2-5 {
  padding: 0.75rem;
}

/* line 86, app/assets/stylesheets/helpers.scss */
.hover-light-gray:hover {
  background-color: #eee;
}

@media (max-width: 768px) {
  /* line 90, app/assets/stylesheets/helpers.scss */
  .display-full-width-on-mobile {
    width: 100%;
  }
}

/* line 96, app/assets/stylesheets/helpers.scss */
.position-relative {
  position: relative !important;
}

/* line 100, app/assets/stylesheets/helpers.scss */
.hidden {
  display: none;
}

/* line 104, app/assets/stylesheets/helpers.scss */
.min-height-10 {
  min-height: 10rem;
}

/* line 108, app/assets/stylesheets/helpers.scss */
.min-height-20 {
  min-height: 20rem;
}

/* line 112, app/assets/stylesheets/helpers.scss */
.min-width-10 {
  min-width: 10rem;
}

/* line 116, app/assets/stylesheets/helpers.scss */
.max-width-7 {
  max-width: 7rem;
}

/* line 120, app/assets/stylesheets/helpers.scss */
.max-width-80p {
  max-width: 80%;
}

/* line 124, app/assets/stylesheets/helpers.scss */
.fit-content {
  width: fit-content;
  height: fit-content;
}

/* line 129, app/assets/stylesheets/helpers.scss */
.absolute-right-center {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* line 137, app/assets/stylesheets/helpers.scss */
.table-header-style {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  min-height: 2rem;
  font-weight: 700;
  align-items: center;
}

/* line 143, app/assets/stylesheets/helpers.scss */
.table-header-style * {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 149, app/assets/stylesheets/helpers.scss */
.btn-xs {
  --bs-btn-padding-y: .2rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .7rem;
}

/* line 155, app/assets/stylesheets/helpers.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 3, app/assets/stylesheets/mobile_app.scss */
html:has(.mobile-app.layout-reduziert) {
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/mobile_app.scss */
html:has(body.mobile-app) {
  scroll-behavior: auto !important;
}

/* line 14, app/assets/stylesheets/mobile_app.scss */
html:has(.body-equis-blue) body.mobile-app {
  background-color: #00283c;
}

/* line 20, app/assets/stylesheets/mobile_app.scss */
html:has(.body-white) body.mobile-app {
  background-color: white;
}

/* line 26, app/assets/stylesheets/mobile_app.scss */
html:has(.body-no-scroll) body.mobile-app {
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #bullet-footer, body.mobile-app .profiler-results, body.mobile-app .ReactQueryDevtools {
  display: none;
}

/* line 37, app/assets/stylesheets/mobile_app.scss */
body.mobile-app .d-none-mobile-app {
  display: none;
}

/* line 42, app/assets/stylesheets/mobile_app.scss */
body.mobile-app .form-switch .form-check-input {
  width: 2.5em;
  height: 1.5em;
  margin-right: 1em;
}

/* line 47, app/assets/stylesheets/mobile_app.scss */
body.mobile-app .form-switch .form-check-label {
  vertical-align: middle;
}

/* line 54, app/assets/stylesheets/mobile_app.scss */
body.mobile-app .btn-outline-primary:active, body.mobile-app .btn-outline-primary:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
}

/* line 62, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container:has(.no-content-margin) {
  padding: 0;
  margin: 0;
}

/* line 66, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container:has(.no-content-margin) #content-wrapper:has(.nav-tabs) {
  padding-top: 0;
}

/* line 68, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container:has(.no-content-margin) #content-wrapper:has(.nav-tabs) .nav-tabs .navigator {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

/* line 73, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container:has(.no-content-margin) #content-wrapper:has(.nav-tabs) .nav-tabs li {
  margin-top: 0;
}

/* line 78, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container:has(.no-content-margin) #content-wrapper {
  border-radius: 0px;
}

/* line 81, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container:has(.no-content-margin) #content-wrapper:has(.no-content-padding) {
  padding: 0;
}

/* line 86, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #content-container {
  margin-left: 0;
}

/* line 90, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer {
  width: 0;
  background-color: #00283c;
  overscroll-behavior: contain;
  z-index: 1100;
}

/* line 96, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .navigation-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-top: 0.5px solid #eee;
}

/* line 105, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer ul {
  margin-bottom: 0px;
}

/* line 109, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer li.active {
  background-color: #4183A3;
}

/* line 113, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .sidedrawer-link {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

/* line 118, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .sidedrawer-link:hover {
  font-weight: inherit;
}

/* line 122, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .top-navigation .sidedrawer-link {
  border-bottom: 1px solid #777777;
}

/* line 125, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .bottom-navigation .sidedrawer-link {
  border-top: 1px solid #777777;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.25em;
  min-height: 60px;
}

/* line 133, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .info-link a, body.mobile-app #sidedrawer .abmelden form, body.mobile-app #sidedrawer .abmelden button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 140, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .icon-or-image {
  width: 60px;
  display: flex;
  justify-content: center;
}

/* line 146, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #sidedrawer .equis-logo {
  height: 40px;
  width: 40px;
}

/* line 152, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #cookie-banner {
  display: none;
}

/* line 157, app/assets/stylesheets/mobile_app.scss */
body.mobile-app #flash-messages .toast a {
  color: #00283c;
}

/* line 162, app/assets/stylesheets/mobile_app.scss */
body.mobile-app .simuliertes-hamburger-menu {
  position: absolute;
  z-index: 99999;
  font-size: 20px;
  top: .5em;
  left: .5em;
  opacity: 0.5;
}

/* line 172, app/assets/stylesheets/mobile_app.scss */
body.mobile-app .ui-autocomplete .ui-menu-item {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #eee;
}

/* line 180, app/assets/stylesheets/mobile_app.scss */
body.mobile-app.layout-reduziert {
  background-color: #fff;
}

/* line 183, app/assets/stylesheets/mobile_app.scss */
body.mobile-app.layout-reduziert #content-wrapper, body.mobile-app.layout-reduziert #devise-content {
  height: 100%;
}

/* line 187, app/assets/stylesheets/mobile_app.scss */
body.mobile-app.layout-reduziert #devise-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 193, app/assets/stylesheets/mobile_app.scss */
body.mobile-app.layout-reduziert #content-container {
  padding: 0;
}

/* line 197, app/assets/stylesheets/mobile_app.scss */
body.mobile-app.layout-reduziert .sprachen-auswahl {
  position: absolute;
  top: 1em;
  width: 100%;
  left: 0;
}

/* line 204, app/assets/stylesheets/mobile_app.scss */
body.mobile-app.layout-reduziert #login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 214, app/assets/stylesheets/mobile_app.scss */
[data-bridge-components~="form"]
[data-controller~="native--form"]
[type="submit"] {
  display: none;
}

/* line 220, app/assets/stylesheets/mobile_app.scss */
[data-bridge-components~="menu"]
[data-controller~="native--menu"]
[data-native--menu-target="item"] {
  display: none;
}

/* line 226, app/assets/stylesheets/mobile_app.scss */
[data-bridge-components~="overflow-menu"]
[data-controller~="native--overflow-menu"] {
  display: none;
}
/*












*/

/* line 7, app/assets/stylesheets/pagination.scss */
.pagination {
  background: white;
  cursor: default;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/pagination.scss */
  .pagination {
    justify-content: left;
    overflow-y: scroll;
    white-space: nowrap;
  }
}

/* line 21, app/assets/stylesheets/pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  padding: 0.5em 1em;
  display: block;
  float: left;
}

/* line 29, app/assets/stylesheets/pagination.scss */
.pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 34, app/assets/stylesheets/pagination.scss */
.pagination .previous_page {
  border-radius: 0.25em 0 0 0.25em;
}

/* line 38, app/assets/stylesheets/pagination.scss */
.pagination .next_page {
  border-radius: 0 0.25em 0.25em 0;
}

/* line 42, app/assets/stylesheets/pagination.scss */
.pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #4183A3;
  color: white;
  border: 1px solid #4183A3;
}

/* line 50, app/assets/stylesheets/pagination.scss */
.pagination a {
  text-decoration: none;
  color: #000033;
  border: 1px solid #eee;
}

/* line 56, app/assets/stylesheets/pagination.scss */
.pagination a:hover,
.pagination a:focus {
  border-color: #8a8989;
}

/* line 61, app/assets/stylesheets/pagination.scss */
.pagination .page_info {
  background: #4183A3;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 70, app/assets/stylesheets/pagination.scss */
.pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 76, app/assets/stylesheets/pagination.scss */
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 84, app/assets/stylesheets/pagination.scss */
* html .pagination {
  height: 1%;
}

/* line 88, app/assets/stylesheets/pagination.scss */
*:first-child + html .pagination {
  overflow: hidden;
}
/* line 3, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.print-only,
.hide {
  display: none;
}

/* line 9, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
abbr[title=required] {
  border: none;
}

/* line 15, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.modal form:last-of-type {
  margin-bottom: 0;
}

/* line 20, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
h1 {
  font-size: 24px;
  line-height: 36px;
}

/* line 24, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
h2 {
  font-size: 20px;
  line-height: 30px;
}

/* line 29, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
h3 {
  font-size: 16px;
  line-height: 24px;
}

/* line 34, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
h4 {
  font-size: 14px;
  line-height: 20px;
}

/* line 39, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
h5 {
  font-size: 13px;
  line-height: 18px;
}

/* line 44, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.page-header {
  margin: 9px 0px 13px;
  padding-bottom: 0px;
}

/* line 49, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
legend {
  font-size: 16px;
  margin-bottom: 9px;
}

/* line 54, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.input-prepend {
  margin-bottom: 0px;
}

/* line 58, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.disabled {
  color: #555 !important;
}

/* line 60, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.disabled.btn-inverse {
  color: #999 !important;
}

/* line 64, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.btn.disabled, .btn[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000;
}

/* line 72, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.icon:hover {
  text-decoration: none;
}

/* line 75, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.icon.icon-big {
  font-size: 1.4em;
  margin-right: 0.5em;
}

/* line 78, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.icon.icon-big:last-of-type {
  margin-right: 0em;
}

/* line 82, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.icon.icon-normal {
  margin-right: 0.5em;
}

/* line 84, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.icon.icon-normal:last-of-type {
  margin-right: 0em;
}

/* line 92, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
td form {
  margin: 0;
}

/* line 99, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.form-horizontal .control-value {
  display: inline-block;
  width: 220px;
  padding-top: 5px;
  margin-bottom: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
}

/* line 114, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.alert p:last-child {
  margin: 0;
}

/* line 121, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.controls > .radio:first-of-type, .controls > .checkbox:first-of-type {
  padding-top: 5px;
}

/* line 127, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.well {
  padding: 8px !important;
}

/* line 129, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.well .nav-list {
  padding: 0px !important;
}

/* line 132, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.well .nav-list li.nav-header {
  margin-left: -7px;
  margin-right: -7px;
}

/* line 136, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.well .nav-list li a {
  margin-left: -7px;
  margin-right: -7px;
}

/* line 146, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.btn-group.remote-update a[disabled] {
  cursor: wait;
}

/* line 162, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.hero-unit-link {
  margin-top: 5px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

/* line 172, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.hero-unit-link:hover,
.hero-unit-link:focus,
.hero-unit-link:active {
  background: #bbddff;
  text-decoration: none;
  color: #000;
}

/* select2 overrides */
/* line 181, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
div.select2-container.select2-container-multi {
  margin-left: 0;
  margin-bottom: 0.5em;
}

/* line 185, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-selection__choice {
  font-size: 10px;
  line-height: 12px;
  padding: 3px 5px !important;
}

/* line 190, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-selection {
  border: 1px solid #ccc !important;
  border-radius: 3px;
}

/* line 194, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-container--focus .select2-selection {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 201, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-selection__choice__remove {
  top: 2px;
  height: 11px;
}

/* line 205, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results {
  white-space: nowrap;
}

/* line 209, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-dropdown {
  width: auto !important;
  border: 1px solid #aaa !important;
}

/* line 210, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results li.select2-results__option {
  display: table-row-group !important;
}

/* line 211, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results li.select2-results__option div {
  display: table-row       !important;
}

/* line 212, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results li.select2-results__option span {
  display: table-cell      !important;
}

/* line 214, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results li span.select2-match {
  padding: 0;
}

/* line 216, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results li.select2-selected {
  display: none !important;
}

/* line 220, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-drop {
  overflow: auto !important;
  width: auto !important;
  border: 1px solid #5897fb !important;
}

/* line 225, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results li span {
  padding: 0 0.5em;
}

/* line 228, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results .short-name {
  font-weight: bold;
  font-size: 12px;
}

/* line 232, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
.select2-results .small {
  font-size: 11px;
}

/* line 239, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
#main-navbar .navbar-inner {
  /* See http://stackoverflow.com/a/9910605/1212000 for further customization. */
  background-color: #222222;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

/* line 246, ../equis_presentation/app/assets/stylesheets/equis_presentation/all_ohne_bootstrap_2.scss.erb */
#main-navbar .navbar-inverse .nav .active > a,
#main-navbar .navbar-inverse .nav .active > a:hover,
#main-navbar .navbar-inverse .nav .active > a:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 3, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.left-aligned {
  text-align: left !important;
}

/* line 6, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.right-aligned {
  text-align: right !important;
}

/* line 9, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.centered {
  text-align: center !important;
}

/* line 12, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.nowrap {
  white-space: nowrap;
}

/* line 15, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.middle-valigned {
  vertical-align: middle;
}

/* line 18, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.button-label {
  padding: 4px 4px 4px 0px;
}

/* line 21, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.text-success {
  color: #46a546;
}

/* line 24, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.green {
  color: #46a546;
}

/* line 27, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.orange {
  color: orange;
}

/* line 30, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.red {
  color: #9d261d;
}

/* line 33, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.gray {
  color: #999;
}

/* line 36, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.bg-gray {
  background: #999;
}

/* line 39, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 42, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.modal.fade {
  display: none;
}

/* line 43, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.modal.fade.in {
  display: block;
}

/* line 45, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.modal {
  overflow-y: auto;
  max-height: calc(100vh - 10%);
}

/* line 50, ../equis_presentation/app/assets/stylesheets/equis_presentation/basic.scss */
.label-rejected {
  border: 2px solid #750F7D !important;
}

/* line 1, ../equis_presentation/app/assets/stylesheets/equis_presentation/form.scss */
.inline-checkboxes label.checkbox,
.inline-checkboxes span.checkbox {
  float: left;
  margin-right: 1em;
  margin-top: 5px;
  padding-top: 0 !important;
}

/* line 7, ../equis_presentation/app/assets/stylesheets/equis_presentation/form.scss */
.inline-checkboxes label.checkbox input[type="checkbox"],
.inline-checkboxes span.checkbox input[type="checkbox"] {
  margin-top: 3px;
}

/* line 3, ../equis_presentation/app/assets/stylesheets/equis_presentation/table.scss */
table.table-borderless td {
  border: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 8, ../equis_presentation/app/assets/stylesheets/equis_presentation/table.scss */
table.table-borderless td:first-child {
  font-weight: bold;
}

/* line 16, ../equis_presentation/app/assets/stylesheets/equis_presentation/table.scss */
table tbody tr.total-row td {
  background-color: #eee !important;
  border-bottom-width: 3px;
  border-bottom-color: #888;
  border-top-color: #888;
  border-bottom-style: double;
  font-weight: bold;
}

/* line 31, ../equis_presentation/app/assets/stylesheets/equis_presentation/table.scss */
td ul.unstyled {
  margin: 0px;
}

/* line 2, ../equis_presentation/app/assets/stylesheets/equis_presentation/amazon.scss */
a.amazon-file[data-status-url] > div {
  display: inline-block;
}

/* line 6, ../equis_presentation/app/assets/stylesheets/equis_presentation/amazon.scss */
a.amazon-file.checking[data-status-url] .waiting,
a.amazon-file.checking[data-status-url] .ready {
  display: none;
}

/* line 12, ../equis_presentation/app/assets/stylesheets/equis_presentation/amazon.scss */
a.amazon-file.ready[data-status-url] .checking,
a.amazon-file.ready[data-status-url] .waiting {
  display: none;
}

/* line 18, ../equis_presentation/app/assets/stylesheets/equis_presentation/amazon.scss */
a.amazon-file.waiting[data-status-url] .checking,
a.amazon-file.waiting[data-status-url] .ready {
  display: none;
}

/* line 36, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dokumente-listing .dossier-container {
  border-radius: 5px;
  margin-bottom: 0.5em;
  overflow: hidden;
}

/* line 12, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dokumente-listing .dossier-container .header {
  background: #f4f4f4;
  color: #5b5b5b;
  overflow: hidden;
  padding: 1em;
  transition: 0.5s all ease;
}

/* line 19, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dokumente-listing .dossier-container .header:hover {
  cursor: pointer;
  background: lightgray;
}

/* line 23, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dokumente-listing .dossier-container .body {
  padding: 1em;
  display: none;
}

/* line 27, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dokumente-listing .dossier-container .footer {
  display: none;
  padding: 0.5em 1em;
  background: #eee;
}

/* line 39, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container.aktiv {
  border-radius: 5px;
  margin-bottom: 0.5em;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1.5em;
  background: #fefefe;
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.2);
}

/* line 12, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container.aktiv .header {
  background: #d8edf8;
  color: #186086;
  overflow: hidden;
  padding: 1em;
  transition: 0.5s all ease;
}

/* line 19, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container.aktiv .header:hover {
  cursor: pointer;
  background: #a0d3ee;
}

/* line 23, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container.aktiv .body {
  padding: 1em;
  display: none;
}

/* line 27, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container.aktiv .footer {
  display: none;
  padding: 0.5em 1em;
  background: #eee;
}

/* line 45, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container.aktiv .body, .dossier-container.aktiv .footer {
  display: block;
}

/* line 51, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container .date {
  float: left;
  width: 6em;
}

/* line 55, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container .title {
  float: left;
  font-weight: bold;
}

/* line 59, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container .count {
  float: right;
  text-align: right;
}

/* line 65, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container .body ul {
  margin: 0;
}

/* line 67, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-container .body ul li {
  overflow: hidden;
  padding: 0.5em 0;
  border-top: 1px solid #eee;
}

/* line 74, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-typ-form {
  margin-top: 2em;
}

/* line 76, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-typ-form form {
  margin-bottom: 0;
}

/* line 81, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.toggle-dossier-filter {
  margin-top: 1em;
}

/* line 84, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.filter-aktiv .dossier-filter {
  display: block;
}

/* line 87, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-filter {
  display: none;
}

/* line 89, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-filter form {
  margin-bottom: 0;
}

/* line 92, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-filter .actions {
  margin-top: 1em;
}

/* line 95, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dossier-filter .row-fluid {
  margin-bottom: 0.5em;
}

/* line 100, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
li.history {
  background: white;
  font-family: Courier, monospace;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
}

/* line 109, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.termin {
  margin-bottom: 0.5em;
  background: #f4f4f4;
  border-radius: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}

/* line 120, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.termin .datum {
  width: 65px;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-right: 1px solid #d5d5d5;
  text-align: center;
  flex: 0 0 auto;
  align-self: center;
}

/* line 130, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.termin .actions {
  margin-top: 0.5em;
}

/* line 133, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.termin .titel {
  padding: 0.5em;
  flex: 1 1 auto;
  align-self: center;
}

/* line 137, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.termin .titel b {
  font-size: 110%;
  font-weight: normal;
  line-height: 1.5em;
}

/* line 143, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.termin .datum-detail {
  margin: 0.5em 0;
}

/* line 149, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .datum .big {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 0.25em;
}

/* line 154, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .datum .middle {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.25em;
}

/* line 159, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .datum .small {
  font-size: 16px;
  line-height: 1em;
}

/* line 164, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .month-navi {
  margin: 0.3em 0 0 0;
}

/* line 166, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .month-navi a {
  margin: 0 !important;
}

/* line 169, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .month-navi .active a {
  font-weight: bold;
  color: #444;
}

/* line 174, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .termin.vergangen {
  opacity: 0.6;
  border: 2px solid #eee;
  background: none;
  display: none;
}

/* line 180, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda.vergangene-sichtbar .termin.vergangen {
  display: flex;
}

/* line 183, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
.dms-agenda .align-center {
  text-align: center;
  margin-bottom: 1em;
}

/* line 187, ../equis_presentation/app/assets/stylesheets/equis_presentation/dokumente.scss */
h1.page-header.after-pagination-no-break {
  clear: none;
}

/* line 2, ../equis_presentation/app/assets/stylesheets/equis_presentation/konto.scss */
.konto tfoot tr.total {
  font-weight: bold;
  border-bottom: 3px double #000;
}

/* line 7, ../equis_presentation/app/assets/stylesheets/equis_presentation/konto.scss */
.konto .filter form {
  margin-bottom: 0;
}

/* line 9, ../equis_presentation/app/assets/stylesheets/equis_presentation/konto.scss */
.konto .filter form .datepicker {
  width: 65px;
}

/* line 12, ../equis_presentation/app/assets/stylesheets/equis_presentation/konto.scss */
.konto .filter form .actions {
  margin-top: 0.5em;
}

/* line 1, ../equis_presentation/app/assets/stylesheets/equis_presentation/nachwuchskader.scss */
.anforderung-radio,
.sporttest-radio {
  display: block;
}

/* line 5, ../equis_presentation/app/assets/stylesheets/equis_presentation/nachwuchskader.scss */
.anforderung-radio.radio-hidden {
  display: none;
}

/* line 8, ../equis_presentation/app/assets/stylesheets/equis_presentation/nachwuchskader.scss */
.sporttest-radio label {
  display: inline-block;
}

/* line 2, ../equis_presentation/app/assets/stylesheets/equis_presentation/simple_form.scss */
form span.checkbox {
  display: block;
  margin: 0;
}

/* line 2, app/assets/stylesheets/overrides.scss */
.modal form {
  margin-bottom: 0px;
}

/* line 8, app/assets/stylesheets/overrides.scss */
.form-horizontal .control-group {
  margin-bottom: 5px;
}

/* line 13, app/assets/stylesheets/overrides.scss */
.form-horizontal .date input {
  width: 65px;
}

/* line 21, app/assets/stylesheets/overrides.scss */
.form-inline .date input {
  width: 65px;
}

/* line 24, app/assets/stylesheets/overrides.scss */
.form-inline .date .input-prepend {
  width: 110px;
}

/* line 31, app/assets/stylesheets/overrides.scss */
.well .form-actions {
  padding-left: 105px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 38, app/assets/stylesheets/overrides.scss */
dl.compact {
  margin: 0;
}

/* line 40, app/assets/stylesheets/overrides.scss */
dl.compact dd {
  margin: 0;
}

/* line 46, app/assets/stylesheets/overrides.scss */
form button[type=reset] {
  display: none;
}

/* line 52, app/assets/stylesheets/overrides.scss */
ul.unstyled {
  margin-top: 10px;
  list-style: none;
}

/* line 57, app/assets/stylesheets/overrides.scss */
ul.btn-list li {
  margin: 4px 0;
}

/* line 64, app/assets/stylesheets/overrides.scss */
td .btn-group {
  display: inline-table;
}

/* line 72, app/assets/stylesheets/overrides.scss */
input.changed[type=text],
select.changed,
textarea.changed {
  color: #049cdb;
}
/* line 2, app/assets/stylesheets/partials/auslandstarts.scss */
#auslandstart-modal .field_with_errors {
  display: inline;
}

/* line 6, app/assets/stylesheets/partials/auslandstarts.scss */
#auslandstart-modal th {
  width: 30%;
}

/* line 9, app/assets/stylesheets/partials/auslandstarts.scss */
#auslandstart-modal .fehler-zelle {
  color: #ff0000;
}

/* line 16, app/assets/stylesheets/partials/auslandstarts.scss */
#auslandstarts .kleine-kachel th {
  min-width: inherit;
}

/* line 20, app/assets/stylesheets/partials/auslandstarts.scss */
#auslandstarts .bewilligung-zelle {
  font-size: 20px;
}
/* line 1, app/assets/stylesheets/partials/breit_modal.scss */
.breit-modal {
  width: 70%;
  left: 50%;
  margin-left: -35%;
}

/* line 6, app/assets/stylesheets/partials/breit_modal.scss */
.breit-modal .modal-body {
  max-height: 800px;
}

@media screen and (max-width: 767px) {
  /* line 12, app/assets/stylesheets/partials/breit_modal.scss */
  .breit-modal {
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
}

/* line 19, app/assets/stylesheets/partials/breit_modal.scss */
.table-no-stripes > tbody > tr > th, .table-no-stripes > tbody > tr > td {
  border-top: none;
}
/* line 2, app/assets/stylesheets/partials/finanzen.scss */
.warenkorb-wrapper .uebersichts-row {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid #eee;
}
/* line 4, app/assets/stylesheets/partials/home.scss */
#home-index .widget {
  border: 1px solid rgba(123, 123, 123, 0.55);
  transition: all 0.2s ease-out;
}

/* line 7, app/assets/stylesheets/partials/home.scss */
#home-index .widget:hover {
  box-shadow: 4px 3px 10px 3px rgba(123, 123, 123, 0.55);
}

/* line 13, app/assets/stylesheets/partials/home.scss */
#home-index .widget .dashboard-header {
  background-color: #00283c;
  height: 3em;
  width: 100%;
  color: white;
}

/* line 18, app/assets/stylesheets/partials/home.scss */
#home-index .widget .dashboard-header a {
  color: white;
}

/* line 21, app/assets/stylesheets/partials/home.scss */
#home-index .widget .dashboard-header .title {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  padding: 0.4em;
}

/* line 30, app/assets/stylesheets/partials/home.scss */
#home-index .widget .dashboard-body {
  width: 100%;
}
/* line 2, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-index .amateur-icon {
  font-size: 1.5em;
}

/* line 5, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-index .status-spalte {
  display: flex;
  align-items: baseline;
  gap: 1em;
}

/* line 13, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-veranstaltungen-show .status-spalte {
  display: flex;
  gap: 1em;
}

/* line 16, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-veranstaltungen-show .status-spalte .fei-status {
  display: flex;
}

/* line 20, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-veranstaltungen-show .status-spalte .fei-status .status-badge:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #ccc;
}

/* line 25, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-veranstaltungen-show .status-spalte .fei-status .status-badge:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 30, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-veranstaltungen-show .status-spalte .status-badge {
  display: flex;
  align-items: center;
}

/* line 35, app/assets/stylesheets/partials/internationale_nennungen.scss */
#internationale-nennungen-veranstaltungen-show .status-spalte .amateur-icon {
  font-size: 1.5em;
}

/* line 41, app/assets/stylesheets/partials/internationale_nennungen.scss */
.text-bg-rejected {
  background: #BDBDBD;
  border: 2px solid #750F7D;
}

/* line 47, app/assets/stylesheets/partials/internationale_nennungen.scss */
.internationale-nennungen-form .row {
  align-items: baseline;
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/partials/internationale_nennungen.scss */
  .internationale-nennungen-form {
    border: 1px solid #eee;
    padding: 1em;
    border-radius: 10px;
  }
}
/* line 1, app/assets/stylesheets/partials/kontakt.scss */
#kontaktanfrage {
  max-width: 500px;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/partials/kontakt.scss */
#kontaktanfrage form {
  margin-top: 20px;
}

/* line 7, app/assets/stylesheets/partials/kontakt.scss */
#kontaktanfrage form input[type=text], #kontaktanfrage form textarea {
  width: 90%;
}
/* line 4, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert #content-container, body.layout-reduziert #top-bar, body.layout-reduziert footer {
  margin-left: 0;
}

/* line 8, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert .top-bar-title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #00283c;
  font-size: 1.1rem;
  margin-left: -1px;
  height: 64px;
}

/* line 13, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert .top-bar-title #logo-brand {
  display: flex;
  flex-direction: row;
}

/* line 16, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert .top-bar-title #logo-brand .logo-text {
  line-height: 23px;
  font-size: 14px;
  padding-top: 8px;
}

/* line 21, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert .top-bar-title #logo-brand .navbar-logo {
  height: 64px;
  width: 64px;
  margin: auto;
  margin-left: 1em;
}

/* line 27, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert .top-bar-title #logo-brand .logo-title {
  font-weight: 600;
  color: white;
}

/* line 31, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert .top-bar-title #logo-brand .my-title {
  color: white;
}

/* line 41, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert #devise-content {
  margin: 0 auto;
  max-width: 800px;
}

/* line 45, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert #devise-content .page-header {
  border-bottom: 1px solid #aeabab;
}

/* line 51, app/assets/stylesheets/partials/layout_reduziert.scss */
body.layout-reduziert #login .form-actions {
  border-bottom: 1px solid #aeabab;
}

@media (max-width: 768px), (max-height: 1280px) {
  /* line 57, app/assets/stylesheets/partials/layout_reduziert.scss */
  body.layout-reduziert footer {
    position: relative;
  }
}
/* line 3, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs {
  border: none;
  text-transform: uppercase;
  margin-bottom: 1em;
}

/* line 8, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs #frage-tab {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  color: #7a7a7a;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 14, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs li {
  border-bottom: 1px solid #dddddd;
}

@media only screen and (min-width: 768px) {
  /* line 15, app/assets/stylesheets/partials/navtabs.scss */
  .nav-tabs li .mobile-icon {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs li .tab-text {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767.98px) {
  /* line 24, app/assets/stylesheets/partials/navtabs.scss */
  .nav-tabs li .tab-text, .nav-tabs li .header-text {
    display: none;
  }
}

/* line 30, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs li a {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  color: #7a7a7a;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 37, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs li.active, .nav-tabs li:has(.active) {
  border-bottom: 2px solid #4183A3;
}

/* line 39, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs li.active .tab-text, .nav-tabs li.active .mobile-icon, .nav-tabs li:has(.active) .tab-text, .nav-tabs li:has(.active) .mobile-icon {
  color: #165270;
}

/* line 43, app/assets/stylesheets/partials/navtabs.scss */
.nav-tabs .navigator {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 1535px) {
  /* line 3, app/assets/stylesheets/partials/navtabs.scss */
  .nav-tabs {
    display: flex;
  }
  /* line 52, app/assets/stylesheets/partials/navtabs.scss */
  .nav-tabs li {
    flex: 1 1 0;
    flex-grow: 1;
    text-align: center;
  }
  /* line 56, app/assets/stylesheets/partials/navtabs.scss */
  .nav-tabs li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@charset "UTF-8";
/* line 4, app/assets/stylesheets/partials/nennungen.scss */
h2.titel-left,
h2.titel-right {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/partials/nennungen.scss */
.btn-margin-right {
  margin-right: 0.5em;
}

/* line 12, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form {
  margin-bottom: 70px;
}

/* line 13, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form div.pruefung,
.nennung-erstellen-form div.stallungen-wrapper {
  max-width: 800px;
}

/* line 19, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form div.pruefung,
.nennung-erstellen-form div.stallungen-wrapper {
  border: 1px solid #eee;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 1em;
}

/* line 25, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form div.pruefung > .titel,
.nennung-erstellen-form div.stallungen-wrapper > .titel {
  padding: 1em;
  background: #eee;
}

/* line 29, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form div.pruefung > .aktionen,
.nennung-erstellen-form div.stallungen-wrapper > .aktionen {
  padding: 0.5em;
}

/* line 32, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form div.pruefung > .nennungen .nennung-zeile,
.nennung-erstellen-form div.pruefung > .stallungen .stallung-zeile,
.nennung-erstellen-form div.stallungen-wrapper > .nennungen .nennung-zeile,
.nennung-erstellen-form div.stallungen-wrapper > .stallungen .stallung-zeile {
  border-bottom: 1px solid #eee;
}

/* line 40, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile select, .nennung-erstellen-form .nennung-zeile input,
.nennung-erstellen-form .stallung-zeile select,
.nennung-erstellen-form .stallung-zeile input {
  margin: 0;
}

/* line 43, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form input.pruefung-checkbox {
  margin-top: 0;
}

/* line 47, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile {
  margin-bottom: 0 !important;
}

/* line 48, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile select, .nennung-erstellen-form .nennung-zeile input:not(.form-check-input) {
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  margin-bottom: 0.5em;
}

/* line 54, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile select:focus, .nennung-erstellen-form .nennung-zeile input:focus {
  border: none;
  box-shadow: none;
}

/* line 60, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile .zusammenfassung,
.nennung-erstellen-form .nennung-zeile .show-form {
  display: block;
}

/* line 64, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile .form {
  display: none;
}

/* line 67, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile .field {
  margin-bottom: 0.5em;
}

/* line 70, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile.edit {
  margin: 0.5em 0;
}

/* line 72, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile.edit .zeile-entfernen,
.nennung-erstellen-form .nennung-zeile.edit .nennung-loeschen,
.nennung-erstellen-form .nennung-zeile.edit .zusammenfassung,
.nennung-erstellen-form .nennung-zeile.edit .show-form {
  display: none;
}

/* line 78, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .nennung-zeile.edit .form {
  display: block;
}

/* line 86, app/assets/stylesheets/partials/nennungen.scss */
.voltige-nennung-mutieren-form .pruefung .titel {
  height: 2em;
  padding: 4px;
  margin-bottom: 1em;
  background-color: #eee;
}

/* line 92, app/assets/stylesheets/partials/nennungen.scss */
.voltige-nennung-mutieren-form .field {
  margin-top: 0.5em;
}

/* line 95, app/assets/stylesheets/partials/nennungen.scss */
.voltige-nennung-mutieren-form .modal-header {
  padding: 0 1em;
}

/* line 97, app/assets/stylesheets/partials/nennungen.scss */
.voltige-nennung-mutieren-form .modal-header h3 {
  padding: 0em;
}

/* line 104, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.subheader {
  font-weight: bold;
}

/* line 106, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.subheader > td {
  background: transparent !important;
}

/* line 109, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.subheader.colored {
  border-top: 1em solid #FFF;
}

/* line 111, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.subheader.colored > td {
  background: #eee !important;
}

/* line 115, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.subheader h3 {
  margin: 0;
}

/* line 118, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.subheader .btn {
  font-weight: normal;
}

/* line 123, app/assets/stylesheets/partials/nennungen.scss */
.meine-nennungen tr.separator > td {
  background: transparent !important;
}

/* line 129, app/assets/stylesheets/partials/nennungen.scss */
#reiter_pferd .add-btn-wrapper,
#stallungen .add-btn-wrapper {
  background: #f3f3f3;
}

/* line 133, app/assets/stylesheets/partials/nennungen.scss */
#reiter_pferd a.nennung-erstellen.btn,
#stallungen a.stallung-erstellen.btn {
  margin: 0.5em;
}

/* line 137, app/assets/stylesheets/partials/nennungen.scss */
#reiter_pferd a.nennung-erstellen.btn i.fa-solid.fa-plus {
  margin-right: 0.25em;
}

/* line 142, app/assets/stylesheets/partials/nennungen.scss */
.nennungen .nennung-zeile p.alert {
  display: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

/* line 148, app/assets/stylesheets/partials/nennungen.scss */
.nennungen .nennung-zeile.hat-fehler p.alert {
  display: block;
}

/* line 152, app/assets/stylesheets/partials/nennungen.scss */
.nennungen .nennung-zeile .paar-unterteilung {
  background-color: #eee;
  font-weight: 600;
  padding: 0.5em;
}

/* line 160, app/assets/stylesheets/partials/nennungen.scss */
.table.nennungen .loeschen-spalte {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 15px;
}

/* line 166, app/assets/stylesheets/partials/nennungen.scss */
.table.nennungen .loeschen-spalte a.nennung-reservation-loeschen {
  color: red;
}

/* line 172, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr, .custom-table-with-checkbox li {
  cursor: pointer;
}

/* line 174, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr.locked, .custom-table-with-checkbox li.locked {
  cursor: not-allowed;
}

/* line 176, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr.locked input[type="checkbox"], .custom-table-with-checkbox li.locked input[type="checkbox"] {
  opacity: 0.4;
}

/* line 179, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr.locked.nachnennphase, .custom-table-with-checkbox li.locked.nachnennphase {
  opacity: 0.4;
}

/* line 184, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr.hat_nennungen > td, .custom-table-with-checkbox li.hat_nennungen > td {
  background: #DFF0D8 !important;
}

/* line 188, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr.nennschluss, .table-with-checkbox tr.nicht_im_ons, .table-with-checkbox tr.maximum_nennungen, .table-with-checkbox tr.abgeschlossen, .custom-table-with-checkbox li.nennschluss, .custom-table-with-checkbox li.nicht_im_ons, .custom-table-with-checkbox li.maximum_nennungen, .custom-table-with-checkbox li.abgeschlossen {
  opacity: 0.4;
}

/* line 194, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr.maximum_nennungen .anzahl-nennungen, .custom-table-with-checkbox li.maximum_nennungen .anzahl-nennungen {
  background: red;
}

/* line 197, app/assets/stylesheets/partials/nennungen.scss */
.table-with-checkbox tr input[type="checkbox"], .custom-table-with-checkbox li input[type="checkbox"] {
  margin: 0;
}

/* line 202, app/assets/stylesheets/partials/nennungen.scss */
dl.zuweisung {
  background: #F9F9F9;
  border: 1px solid #eee;
  transition: 0.5s all ease;
}

/* line 206, app/assets/stylesheets/partials/nennungen.scss */
dl.zuweisung .title {
  text-transform: uppercase;
}

/* line 209, app/assets/stylesheets/partials/nennungen.scss */
dl.zuweisung dt, dl.zuweisung dd {
  margin: 1em;
}

/* line 212, app/assets/stylesheets/partials/nennungen.scss */
dl.zuweisung:hover {
  background: #eee;
}

/* line 217, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsart {
  border-radius: 0.5em;
  border: 1px solid #5391C4;
  overflow: hidden;
}

/* line 221, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsart > dt {
  background: #5391C4;
  font-size: 125%;
  padding: 0.75rem 1rem;
  color: #fff;
}

/* line 227, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsart > dd {
  padding: 0.75rem 1rem;
  margin: 0;
}

/* line 230, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsart > dd form {
  margin-bottom: 0;
}

/* line 235, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal {
  width: 900px;
  margin-left: -450px;
}

/* line 238, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal .modal-body {
  max-height: none;
}

/* line 241, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein {
  background: url(/assets/einzahlungsschein-7130161d52a93a6693111d39f64feecf44994d2bec4faa1ecdd24c504df34489.png) no-repeat center center;
  width: 823px;
  height: 415px;
  margin: 0 auto;
  border: 1px solid #aaa;
  position: relative;
  /* absolute positionierung von inhalt*/
}

/* line 249, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein .mono {
  font-family: Menlo, "Courier New", monospace;
  letter-spacing: 8.8px;
  font-size: 19px;
  line-height: 19px;
}

/* line 257, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > * {
  position: absolute;
  font-size: 17px;
  line-height: 25px;
}

/* line 262, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .zugunsten_von_1 {
  top: 40px;
  left: 10px;
}

/* line 266, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .zugunsten_von_2 {
  top: 40px;
  left: 250px;
}

/* line 270, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .kontonummer {
  top: 165px;
  right: 600px;
}

/* line 274, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .betrag_1 {
  top: 199px;
  right: 590px;
}

/* line 278, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .betrag_2 {
  top: 199px;
  right: 350px;
}

/* line 282, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .einbezahlt_von_1 {
  top: 245px;
  left: 10px;
}

/* line 286, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .einbezahlt_von_2 {
  top: 195px;
  left: 485px;
}

/* line 290, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .referenznummer {
  top: 140px;
  left: 485px;
}

/* line 294, app/assets/stylesheets/partials/nennungen.scss */
#einzahlungsschein_modal #einzahlungsschein > .code {
  top: 340px;
  left: 245px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

/* line 304, app/assets/stylesheets/partials/nennungen.scss */
dl.reversed dt {
  font-weight: normal;
  width: 100px;
}

/* line 308, app/assets/stylesheets/partials/nennungen.scss */
dl.reversed dd {
  font-weight: bold;
  margin-left: 110px;
}

/* line 313, app/assets/stylesheets/partials/nennungen.scss */
div.zahlungsmethoden,
dl.einzahlungsdaten {
  background: #f4f4f4;
  padding: 1em;
  border-radius: 0.5em;
  border: 1px solid #eee;
  margin-bottom: 1em;
}

/* line 321, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsdaten {
  overflow: auto;
}

/* line 323, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsdaten dd {
  margin-bottom: 0.5em;
}

/* line 325, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsdaten dd .help_text {
  font-weight: normal;
  opacity: 0.8;
}

/* line 330, app/assets/stylesheets/partials/nennungen.scss */
dl.einzahlungsdaten code {
  color: #222;
  border: none;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

/* line 337, app/assets/stylesheets/partials/nennungen.scss */
.twint_warenkorb {
  margin-top: -1px;
  margin-left: 6px;
  width: 30%;
  height: 30%;
}

/* line 342, app/assets/stylesheets/partials/nennungen.scss */
.twint_warenkorb img {
  border-radius: 13px;
}

/* line 346, app/assets/stylesheets/partials/nennungen.scss */
.twint {
  vertical-align: top;
  display: inline-block;
  margin-top: 6px;
  margin-left: -7px;
}

/* line 351, app/assets/stylesheets/partials/nennungen.scss */
.twint img {
  border-radius: 13px;
}

/* line 356, app/assets/stylesheets/partials/nennungen.scss */
#bestaetigung .resultat .well {
  min-height: 250px;
}

/* line 362, app/assets/stylesheets/partials/nennungen.scss */
table.nennungen h3 > span {
  font-weight: normal;
  margin-left: 1em;
  font-size: 90%;
}

/* line 367, app/assets/stylesheets/partials/nennungen.scss */
table.nennungen td.pruefung {
  background: #eee;
}

/* line 373, app/assets/stylesheets/partials/nennungen.scss */
table.nennungen td.action,
table.nennungen th.action,
table.stallungen td.action,
table.stallungen th.action {
  width: 30px;
}

/* line 377, app/assets/stylesheets/partials/nennungen.scss */
table.nennungen tr.total,
table.stallungen tr.total {
  border-bottom: 3px double #000;
  font-weight: bold;
}

/* line 380, app/assets/stylesheets/partials/nennungen.scss */
table.nennungen tr.total td,
table.stallungen tr.total td {
  padding-top: 2em;
}

/* line 386, app/assets/stylesheets/partials/nennungen.scss */
ul.status-labels {
  list-style-type: none;
  margin: 0;
}

/* line 389, app/assets/stylesheets/partials/nennungen.scss */
ul.status-labels li {
  display: block;
  margin-bottom: 0.25em;
}

/* line 395, app/assets/stylesheets/partials/nennungen.scss */
#pruefungen .badge {
  margin-bottom: 0.25em;
}

/* WIZARD */
/* line 404, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard {
  counter-reset: wizardCounter;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  list-style: none;
  overflow: hidden;
  border: 1px solid #eee;
  min-height: 4em;
  /* mit stallungen */
  /* bubble */
  /* bar */
  /* bar progress */
}

/* line 414, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step {
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  width: 33%;
  color: #AAA;
}

/* line 421, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step:hover, ul.wizard li.step:focus {
  text-decoration: none;
}

/* line 425, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step .text {
  display: block;
  color: #AAA;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: lighter;
  padding: 1em 0 1.5em 0;
  text-align: center;
}

/* line 435, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step.active span {
  color: #444;
}

/* line 440, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard.mit_stallungen li.step {
  width: 25%;
}

/* line 445, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step .bubble:before {
  position: relative;
  z-index: 3;
  content: counter(wizardCounter);
  counter-increment: wizardCounter;
  display: block;
  font-weight: bold;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background: #eee;
  line-height: 2em;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}

/* line 463, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step:before {
  content: " ";
  display: block;
  height: 0.5em;
  background: #eee;
  width: 100%;
  position: absolute;
  top: 2em;
  z-index: 1;
}

/* line 475, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step.done .bubble:after,
ul.wizard li.step.active .bubble:after {
  content: " ";
  display: block;
  height: 0.5em;
  background: #00aeef;
  width: 100%;
  position: absolute;
  top: 2em;
  z-index: 2;
}

/* line 486, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step.active .bubble:after {
  width: 50%;
}

/* line 490, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step.active .bubble:before {
  background: #00aeef;
  color: #F4F4F4;
}

/* line 494, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step.active .bubble {
  font-weight: normal;
}

/* line 497, app/assets/stylesheets/partials/nennungen.scss */
ul.wizard li.step.done .bubble:before {
  background: #00aeef;
  color: white;
  content: '✔';
}

/* line 505, app/assets/stylesheets/partials/nennungen.scss */
.wizard-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #eee;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  overflow: hidden;
}

/* line 519, app/assets/stylesheets/partials/nennungen.scss */
body.hat-wizard-buttons {
  margin-bottom: 5em;
}

/* line 523, app/assets/stylesheets/partials/nennungen.scss */
#pruefungen .ausschreibung-infos {
  display: none;
}

/* line 526, app/assets/stylesheets/partials/nennungen.scss */
#pruefungen .ausschreibung-infos .title {
  font-size: 20px;
  font-weight: 600;
}

/* line 530, app/assets/stylesheets/partials/nennungen.scss */
#pruefungen .ausschreibung-infos .sub-title {
  font-size: 16px;
}

/* line 533, app/assets/stylesheets/partials/nennungen.scss */
#pruefungen .ausschreibung-infos .nennphase-infotext {
  white-space: nowrap;
}

/* line 538, app/assets/stylesheets/partials/nennungen.scss */
.nennen-regeln li {
  margin-top: 0.5em;
}

/* line 542, app/assets/stylesheets/partials/nennungen.scss */
ul.dropdow-right {
  right: 0;
  left: inherit;
  text-align: left;
}

/* line 548, app/assets/stylesheets/partials/nennungen.scss */
.label-large {
  font-size: 150%;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
}

/* line 554, app/assets/stylesheets/partials/nennungen.scss */
h2 > span.subtitle {
  font-weight: normal;
  margin-left: 1em;
  font-size: 90%;
}

/* line 560, app/assets/stylesheets/partials/nennungen.scss */
tr.equipe td {
  padding-bottom: 0.5em;
}

/* line 562, app/assets/stylesheets/partials/nennungen.scss */
tr.equipe td.title {
  font-weight: bold;
}

/* line 566, app/assets/stylesheets/partials/nennungen.scss */
tr.equipe-nennung td {
  border: none;
  font-size: 90%;
  padding-top: 0;
  padding-bottom: 0.5em;
}

/* line 572, app/assets/stylesheets/partials/nennungen.scss */
tr.dritt-nennung, tr.dritt-nennung td {
  background-color: #f8f8f8;
  color: #444444;
}

/* line 577, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form {
  /* Definition of wrapping column width for attribute groups. */
}

/* line 579, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form ol.custom-table {
  margin: 0px;
  padding: 0px;
}

/* line 584, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form li {
  list-style: none;
}

/* line 588, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .item-container {
  display: grid;
  grid-template-columns: 2em 1fr 2fr 2fr 1fr;
}

/* line 593, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .attribute-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-width-min), 1fr));
}

/* line 599, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .container-1 {
  --column-width-min: 5em;
}

/* line 603, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .container-2 {
  --column-width-min: 5em;
}

/* line 607, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .container-3 {
  --column-width-min: 5em;
}

/* line 611, app/assets/stylesheets/partials/nennungen.scss */
.nennung-erstellen-form .container-4 {
  --column-width-min: 7em;
}

/* line 616, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 624, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen .row {
  border-bottom: 1px solid #eee;
  padding: 0.5em;
}

/* line 628, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen .row.total .col {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #eee;
  font-weight: 600;
}

/* line 634, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen .col.spacer {
  height: 2em;
  background-color: #eee;
}

/* line 640, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten .schaltflaeche {
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  color: white;
  padding: 0.5em;
  display: flex;
  align-items: flex-start;
  -webkit-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.44);
  box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.44);
}

/* line 651, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten .schaltflaeche .title {
  font-size: 20px;
  position: absolute;
  top: 1em;
  font-weight: 600;
  line-height: 1.15;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}

/* line 661, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten .schaltflaeche .beschreibung {
  font-size: 15px;
  margin-top: 4.5em;
  width: 100%;
}

/* line 667, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten .schaltflaeche:hover {
  -webkit-box-shadow: inset 5px 5px 6px -5px rgba(0, 0, 0, 0.44);
  box-shadow: inset 5px 5px 6px -5px rgba(0, 0, 0, 0.44);
}

/* line 671, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten #schaltflaechen-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

/* line 676, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten .schaltflaeche-provisorisch-nennen {
  background-color: #00AEEF;
}

/* line 679, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #nennvarianten .schaltflaeche-definitiv-nennen {
  background-color: #72C282;
}

/* line 684, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #definitiv-nennen-box {
  background: #eee;
}

/* line 686, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #definitiv-nennen-box .card-body {
  padding: 0.5em;
  margin: 0.5em;
  background: white;
}

/* line 690, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #definitiv-nennen-box .card-body .hints .hint {
  margin-bottom: 1em;
}

/* line 693, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #definitiv-nennen-box .card-body .agb {
  max-width: 300px;
  font-size: 16px;
}

/* line 696, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen #definitiv-nennen-box .card-body .agb .form-switch {
  padding-left: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 706, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen .reservations-zeile.text-error .row {
  background-color: rgba(231, 76, 60, 0.3);
  margin-left: -2px;
  margin-right: -2px;
  color: black;
}

/* line 712, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-bestaetigen .reservations-zeile.text-success .row {
  background-color: rgba(46, 204, 113, 0.3);
  margin-left: -2px;
  margin-right: -2px;
  color: black;
}

/* line 720, app/assets/stylesheets/partials/nennungen.scss */
#nennung-countdown-timer {
  background-color: white;
  display: flex;
  flex-direction: row;
}

/* line 725, app/assets/stylesheets/partials/nennungen.scss */
#nennung-countdown-timer .text {
  width: 50%;
  background-color: #444444;
  color: white;
  padding: 10px;
}

/* line 732, app/assets/stylesheets/partials/nennungen.scss */
#nennung-countdown-timer .sekunden {
  padding-left: 1em;
  width: 50%;
}

/* line 736, app/assets/stylesheets/partials/nennungen.scss */
#nennung-countdown-timer .sekunden .wert {
  font-size: xx-large;
  height: 35px;
}

/* line 742, app/assets/stylesheets/partials/nennungen.scss */
#nennung-countdown-timer .sekunden .legende {
  min-width: 75px;
}

/* line 748, app/assets/stylesheets/partials/nennungen.scss */
#nennungen-veranstaltung {
  margin-bottom: 70px;
  display: block;
}

@media screen and (max-width: 900px) {
  /* line 754, app/assets/stylesheets/partials/nennungen.scss */
  #einzahlungsschein_modal {
    zoom: 0.8;
  }
  /* line 757, app/assets/stylesheets/partials/nennungen.scss */
  .nennung-erstellen-form .item-container {
    border-bottom: 1px solid gray;
    margin-bottom: 2em;
  }
  /* line 760, app/assets/stylesheets/partials/nennungen.scss */
  .nennung-erstellen-form .item-container .attribute {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  /* line 766, app/assets/stylesheets/partials/nennungen.scss */
  #einzahlungsschein_modal {
    zoom: 1;
    margin-left: 0;
    overflow: auto;
    width: calc(100% - 40px);
  }
  /* line 772, app/assets/stylesheets/partials/nennungen.scss */
  ul.wizard .text {
    display: none !important;
  }
  /* line 775, app/assets/stylesheets/partials/nennungen.scss */
  .nennung-erstellen-form .attribute {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  /* line 779, app/assets/stylesheets/partials/nennungen.scss */
  .nennphase-infotext {
    font-size: 12px;
  }
}

/* line 784, app/assets/stylesheets/partials/nennungen.scss */
.space-to-the-footer {
  margin-bottom: 50px;
}
/* line 1, app/assets/stylesheets/partials/registration.scss */
form.benutzer-form .hint_on_not_found {
  margin-top: 2em;
}

/* line 6, app/assets/stylesheets/partials/registration.scss */
.control-group .help_hover {
  cursor: default;
}

/* line 8, app/assets/stylesheets/partials/registration.scss */
.control-group .help_hover i.fa {
  color: #005aff;
}

/* line 11, app/assets/stylesheets/partials/registration.scss */
.control-group .help_hover .help_hover_content {
  position: absolute;
  clear: none;
  z-index: 1000;
  border: 2px groove black;
  border-radius: 4px;
  background: #ffa;
  display: none;
  left: auto;
  max-width: 230px;
  padding: 1px 3px;
  text-align: left;
  font-size: small;
  font-weight: normal;
  white-space: normal;
}

/* line 28, app/assets/stylesheets/partials/registration.scss */
.control-group .help_hover:hover .help_hover_content {
  display: block;
}
/* line 3, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul #neue-ausbildungen .dropdown {
  width: 50%;
  margin-right: 30px;
}

/* line 6, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul #neue-ausbildungen .dropdown .dropdown-menu {
  left: inherit;
  right: -28px;
  text-align: left;
}

/* line 13, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul #nicht-bestandene-ausbildungen {
  color: #777777;
}

/* line 16, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul #pferd-name {
  display: inline-block;
  line-height: 28px;
  position: absolute;
  padding-left: 10px;
  margin-top: 20px;
}

/* line 23, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul .field_with_errors {
  display: inline;
}

/* line 25, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul .field_with_errors input {
  background-color: #ffeeee;
}

/* line 30, app/assets/stylesheets/partials/selfservice_module/ausbildungen.scss */
#ausbildungen.selfservice-modul .ausbildungen-row {
  border-bottom: 1px solid #cccccc80;
  min-height: 30px;
}
/* line 2, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-form label.control-label, form.kurs-ausbildner-form label.control-label {
  width: 115px;
}

/* line 5, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-form .controls, form.kurs-ausbildner-form .controls {
  margin-left: 120px;
}

/* line 8, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-form .form-actions, form.kurs-ausbildner-form .form-actions {
  padding-left: 120px;
}

/* line 14, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-kandidat-form fieldset {
  padding: 17px 0px;
}

/* line 17, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-kandidat-form label.control-label {
  width: 95px;
}

/* line 20, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-kandidat-form .controls {
  margin-left: 105px;
  min-width: 120px;
}

/* line 24, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
form.kurs-kandidat-form .form-actions {
  padding-left: 105px;
}

/* line 31, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table.kurs-teilnahmen td.bezahl-status i.icon {
  margin-right: 5px;
}

/* line 37, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table.table-kursdokumente {
  margin-bottom: 2em;
}

/* line 39, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table.table-kursdokumente td.aktionen {
  text-align: right;
  width: 50px;
}

/* line 45, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table.table-duplikate {
  margin-top: 2em;
}

/* line 47, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table.table-duplikate .unterschied {
  font-weight: bolder;
  background-color: #fcfac1;
}

/* line 53, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung {
  width: 100%;
}

/* line 56, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung tr.spacer {
  height: 0.5em;
}

/* line 59, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung tr.zwischentotal td {
  padding-top: 0.5em;
  padding-bottom: 2em;
  vertical-align: top;
  border-top: 1px solid #AAA;
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung tr.schlusstotal td {
  padding-top: 0.5em;
  padding-bottom: 2em;
  vertical-align: top;
  border-top: 4px double #AAA;
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung td {
  padding: 0.5em;
}

/* line 78, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung td.rechnung_status i.icon {
  width: 16px;
}

/* line 82, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung td.aktionen {
  padding: 0 0 0 1em;
}

/* line 86, app/assets/stylesheets/partials/selfservice_module/brevetkurse.scss */
table#brevetkurs-abrechnung td.bezahlen form {
  margin: 0 0 2px;
}
/* line 3, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .selfservice-modul-titel {
  padding: 10px 30px;
}

/* line 5, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .selfservice-modul-titel h1 {
  font-size: 35px;
}

/* line 8, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .selfservice-modul-titel p {
  font-size: 17px;
  line-height: 22px;
}

/* line 14, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul p.einleitung {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fffbbb;
}

/* line 20, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .single-button-form {
  margin: 0px;
}

/* line 23, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .single-button-form button[disabled] {
  opacity: 0.5;
  border: none;
}

/* line 28, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul td.aktionen {
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul td.aktionen form {
  margin: 0;
  display: inline;
}

/* line 38, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .aktions-btn {
  width: 140px;
  display: block;
  margin-bottom: 3px;
}

/* line 43, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul button.aktions-btn {
  width: 166px;
}

/* line 47, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .aktions-btn-small {
  display: inline;
}

/* line 50, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul a.aktions-btn-small {
  padding-top: 5px;
  padding-bottom: 6px;
}

/* line 55, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .kleine-kachel {
  padding: 10px 10px 20px 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

/* line 65, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .kleine-kachel h2 {
  margin: 5px 0 10px 0;
}

/* line 69, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .kleine-kachel th {
  min-width: 130px;
}

/* line 71, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .kleine-kachel th.schmal {
  min-width: inherit;
  white-space: nowrap;
}

/* line 77, app/assets/stylesheets/partials/selfservice_module/common.scss */
.selfservice-modul .kleine-kachel th, .selfservice-modul .kleine-kachel td {
  text-align: left;
  vertical-align: baseline;
}

/* line 85, app/assets/stylesheets/partials/selfservice_module/common.scss */
p.inaktiv-warnung {
  padding: 5px 10px;
  margin: -10px 0 30px 0;
  border-radius: 4px;
  background-color: #ffbbbb;
}
/* line 3, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-dr {
  color: #1D3163 !important;
  border-right: 3px solid #1D3163 !important;
}

/* line 7, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-cc {
  color: #006632 !important;
  border-right: 3px solid #006632 !important;
}

/* line 11, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-fa {
  color: #610E0F !important;
  border-right: 3px solid #610E0F !important;
}

/* line 15, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-vo {
  color: #F47920 !important;
  border-right: 3px solid #F47920 !important;
}

/* line 19, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-di {
  color: #702C92 !important;
  border-right: 3px solid #702C92 !important;
}

/* line 23, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-we {
  color: #6B6757 !important;
  border-right: 3px solid #6B6757 !important;
}

/* line 27, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-pd {
  color: #C3BF2C !important;
  border-right: 3px solid #C3BF2C !important;
}

/* line 31, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-standart {
  color: #bdbdbd;
  border-right: 3px solid #bdbdbd;
}

/* line 35, app/assets/stylesheets/partials/selfservice_module/disziplinen.scss */
.veranstaltungs-identifikation-disziplin-sp {
  color: #DA2128 !important;
  border-right: 3px solid #DA2128 !important;
}
/* line 2, app/assets/stylesheets/partials/selfservice_module/lizenzen.scss */
#lizenzen.selfservice-modul .auslandstarts-row {
  font-size: 16px;
  display: flex;
  border-bottom: 1px solid #cccccc80;
  min-height: 30px;
  margin-top: 10px;
}

/* line 9, app/assets/stylesheets/partials/selfservice_module/lizenzen.scss */
#lizenzen.selfservice-modul .auslandstarts-row .auslandstarts-date {
  position: relative;
  margin-right: 10px;
}

/* line 14, app/assets/stylesheets/partials/selfservice_module/lizenzen.scss */
#lizenzen.selfservice-modul .auslandstarts-row .auslandstarts-details {
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/partials/selfservice_module/lizenzen.scss */
  #lizenzen.selfservice-modul .auslandstarts-details {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1341px) {
  /* line 4, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
  #daten.selfservice-modul #personendaten .col-md-5 {
    width: 50%;
  }
}

/* line 10, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #benutzerdaten form fieldset input {
  width: 50vw;
}

/* line 14, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul input.verein_suche {
  margin-bottom: 1em;
}

/* line 17, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul .verein-result-table tr.verein {
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul .col-md-12 {
  transition: 0.8s opacity ease;
  opacity: 0.8;
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul .col-md-12:hover {
  opacity: 1;
}

@media (min-width: 1400px) {
  /* line 20, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
  #daten.selfservice-modul .col-md-12 {
    width: 50%;
  }
}

/* line 32, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #amateur .bestaetigung_amateur {
  position: relative;
  height: 30px;
}

/* line 35, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #amateur .bestaetigung_amateur .div1 {
  margin-top: 5px;
  position: absolute;
  right: 0;
}

/* line 39, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #amateur .bestaetigung_amateur .div1 .amateure_bestaetigt {
  color: white;
  font-weight: bold;
  padding: 2px;
  background-color: #72c282;
}

/* line 45, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #amateur .bestaetigung_amateur .div1 .uhrzeit {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 51, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #amateur .content {
  border: 1px solid #c6c6c6;
  height: 100%;
}

/* line 55, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #amateur .content_important {
  border: 1px solid #6e6e6e;
  background-color: #a6a7aa;
  color: white;
}

/* line 61, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #daten_amateur_modal {
  border-radius: 0%;
}

/* line 63, app/assets/stylesheets/partials/selfservice_module/meine_daten.scss */
#daten.selfservice-modul #daten_amateur_modal .modal-header {
  background-color: #0aadef;
  color: white;
}
/* line 3, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .pferd-kachel table th {
  padding-right: 7px;
}

/* line 7, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .als-pferd-besitzer {
  background-color: #bbddff;
}

/* line 8, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .als-pferd-mitbesitzer {
  background-color: #cceeff;
}

/* line 9, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .als-pferd-betrachter {
  background-color: #eeeeee;
}

/* line 11, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .pferde-tabelle td {
  vertical-align: middle;
  height: 2.2em;
}

/* line 16, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .warenkorb-pferdegebuehr-badge {
  min-width: 8em;
  display: flex;
  justify-content: space-between;
}

/* line 22, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .alle_in_warenkorb {
  display: inline-block;
}

/* line 24, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .alle_in_warenkorb form {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 30, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .alle_in_warenkorb button {
  margin: 0;
}

/* line 34, app/assets/stylesheets/partials/selfservice_module/pferde.scss */
#pferde.selfservice-modul .alle_in_warenkorb .btn-alle-pferde {
  width: 200px;
}
/* line 1, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung {
  display: grid;
  grid-template-columns: 25% 75%;
}

/* line 5, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .empfangsschein {
  border-right: 1px solid #000;
  font-size: 12px;
}

/* line 8, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .empfangsschein h4 {
  font-size: 12px;
}

/* line 13, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .zahlteil {
  display: flex;
  font-size: 15px;
}

/* line 17, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .zahlteil .item {
  margin-left: 30px;
}

/* line 22, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .ohne_empfangsschein {
  grid-template-columns: 100%;
}

/* line 26, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .waehrung {
  margin-top: 40px;
}

/* line 27, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .waehrung .part {
  display: inline-block;
}

/* line 33, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung h3 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0px;
}

/* line 39, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung h4 {
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 45, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .text-block {
  margin-bottom: 10px;
}

/* line 50, app/assets/stylesheets/partials/selfservice_module/qr_rechnung.css.scss */
.qr_rechnung .qr-code {
  margin-top: 20px;
  width: 165px;
  height: 165px;
}
/* line 4, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row {
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid #cccccc80;
  min-height: 30px;
}

/* line 10, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row .resultate-identifikation {
  display: flex;
  justify-content: space-between;
  width: 14.5em;
  padding-right: 20px;
}

/* line 16, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row .resultate-identifikation .rang-details {
  margin-left: 5px;
  width: 50px;
  display: flex;
  justify-content: end;
  align-items: top;
}

/* line 25, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row .resultat-details {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row .resultat-details .gewinnsumme {
  padding-left: 10px;
}

/* line 34, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row .klassiert-icon {
  padding-left: 5px;
  font-size: 1.5em;
}

/* line 38, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
#selfservice-module-resultate-index .resulate-row .icon-gray {
  color: #eee;
}

@media (min-width: 768px) {
  /* line 44, app/assets/stylesheets/partials/selfservice_module/resultate.scss */
  #selfservice-module-resultate-index .resultat-details {
    display: flex;
  }
}
/* line 4, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row {
  display: flex;
  border-bottom: 1px solid #cccccc80;
}

/* line 8, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltungs-identifikation, #selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltung-details {
  padding: 0.5em;
  padding-top: 0.01em;
}

/* line 13, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltungs-identifikation {
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  text-align: center;
  max-width: 4.5rem;
  font-size: 1.4em;
  width: 4.5em;
}

/* line 23, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltung-details {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .pruefungen-details {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
  #selfservice-module-veranstaltungen-index .veranstaltungs-row .pruefungen-details {
    white-space: normal;
  }
}

/* line 36, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .wrap-text-on-mobile {
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
  #selfservice-module-veranstaltungen-index .veranstaltungs-row .wrap-text-on-mobile {
    white-space: normal;
  }
}

/* line 44, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltungs-links {
  font-size: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-right: 1em;
}

/* line 53, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltungs-links a {
  color: #685f5f;
}

/* line 56, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltungs-links.mobile-version {
  justify-content: flex-end;
}

/* line 60, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
#selfservice-module-veranstaltungen-index .veranstaltungs-row .veranstaltungs-links-toggle {
  position: absolute;
  top: 1em;
  right: 0;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/partials/selfservice_module/veranstaltungen.scss */
  #selfservice-module-veranstaltungen-index .veranstaltung-details {
    display: flex;
  }
}
/* line 3, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen h3 {
  margin-top: 0;
}

/* line 7, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen .inline-form,
#voltige.selfservice-modul #voltige-gruppen .inline-form div {
  display: inline;
}

/* line 12, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen th.gruppenname {
  width: 400px;
}

/* line 14, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen th.gruppenname .actions {
  margin-left: 0.5em;
}

/* line 19, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten {
  min-width: 500px;
}

/* line 21, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten > ul {
  margin: 0;
}

/* line 24, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten li.athlet {
  line-height: 1.75em;
  border-bottom: 1px solid #eee;
  list-style: none;
}

/* line 28, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten li.athlet .name {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten li.athlet:hover {
  background: #BBDDFF;
  color: #000;
}

/* line 41, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten .remove_athlet_form {
  padding-right: 0.75em;
}

/* line 43, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten .remove_athlet_form .remove_athlet {
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten .label {
  font-weight: normal;
}

/* line 50, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten .athleten-select {
  margin: 0.5em 0;
}

/* line 52, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen td.athleten .athleten-select input {
  margin: 0;
}

/* line 57, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul #voltige-gruppen form.new_voltige_gruppe .voltige_gruppe_name {
  margin: 0 0.5em;
}

/* line 63, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .lizenzen-tabelle td {
  vertical-align: middle;
  height: 2.2em;
}

/* line 68, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .gruppen-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #cccccc80;
}

/* line 73, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .gruppen-header .actions {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

/* line 81, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .icon-big {
  color: #685f5f;
}

/* line 84, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .row-idendifikation {
  width: 65px;
}

/* line 87, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .row-description {
  display: flex;
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
  #voltige.selfservice-modul .row-description {
    flex-direction: column;
  }
}

/* line 93, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .lizenzen-body {
  display: flex;
  font-size: 14px;
  border-bottom: 1px solid #cccccc80;
  min-height: 30px;
}

/* line 98, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .lizenzen-body .lizenzen-idendifikation {
  width: 65px;
}

/* line 101, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .lizenzen-body .lizenzen-description {
  display: flex;
}

@media (max-width: 768px) {
  /* line 101, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
  #voltige.selfservice-modul .lizenzen-body .lizenzen-description {
    flex-direction: column;
  }
}

/* line 108, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .lizenzen-body .lizenzen-actions {
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  /* line 108, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
  #voltige.selfservice-modul .lizenzen-body .lizenzen-actions {
    flex-direction: column;
    justify-content: start;
    align-items: end;
  }
  /* line 115, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
  #voltige.selfservice-modul .lizenzen-body .lizenzen-actions .lizenz-btn {
    margin-bottom: 10px;
  }
}

/* line 119, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .lizenzen-body .lizenzen-actions .lizenz-btn {
  width: 106px;
}

/* line 124, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .gruppen-body {
  margin: 0 10px;
}

/* line 126, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .gruppen-body .lizenzen {
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  /* line 126, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
  #voltige.selfservice-modul .gruppen-body .lizenzen {
    flex-direction: column;
  }
}

/* line 134, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .athleten-row {
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid #cccccc80;
  min-height: 20px;
  margin-top: 10px;
}

/* line 141, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .athleten-row .athleten-name {
  position: relative;
  margin-right: 10px;
}

/* line 146, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
#voltige.selfservice-modul .athleten-row .auslandstarts-details {
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 153, app/assets/stylesheets/partials/selfservice_module/voltige.scss */
  #voltige.selfservice-modul .auslandstarts-details {
    display: flex;
  }
}
/* line 3, app/assets/stylesheets/partials/selfservice_posts.scss */
.selfservice-post-row {
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

/* line 8, app/assets/stylesheets/partials/selfservice_posts.scss */
.text-col {
  border-bottom: 1px solid #d9d1d1;
}

/* line 12, app/assets/stylesheets/partials/selfservice_posts.scss */
.image-col {
  max-width: 30rem;
}

/* line 17, app/assets/stylesheets/partials/selfservice_posts.scss */
.selfservice-posts-index .posts.mit-push-notifications {
  border-right: 1px solid #d9d1d1;
}

/* line 21, app/assets/stylesheets/partials/selfservice_posts.scss */
.selfservice-posts-index .push-notifications {
  margin-bottom: 2rem;
}

/* line 25, app/assets/stylesheets/partials/selfservice_posts.scss */
.selfservice-posts-index .push-notifications-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  background: #eee;
}

/* line 32, app/assets/stylesheets/partials/selfservice_posts.scss */
.selfservice-posts-index .push-notifications-header i {
  font-size: 6rem;
}

/* line 36, app/assets/stylesheets/partials/selfservice_posts.scss */
.selfservice-posts-index .push-notifications-row {
  border-bottom: 1px solid #d9d1d1;
  padding-bottom: 1em;
  padding-top: 1em;
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/partials/selfservice_posts.scss */
  .selfservice-posts-index .posts {
    border-right: none;
  }
}
/* line 2, app/assets/stylesheets/widgets/info_feed.scss */
.info-feed-widget .widget-body {
  padding: 0.5em;
}
/* line 6, app/assets/stylesheets/widgets/lernen.scss */
#lernen-index .nav li {
  width: 33.33%;
}

/* line 12, app/assets/stylesheets/widgets/lernen.scss */
#profil-container {
  display: flex;
}

/* line 14, app/assets/stylesheets/widgets/lernen.scss */
#profil-container .lernen-card {
  width: 24em;
  margin: 2em;
}

/* line 17, app/assets/stylesheets/widgets/lernen.scss */
#profil-container .lernen-card .card-footer {
  justify-content: center;
  bottom: unset;
  width: unset;
  position: unset;
  margin-top: 2em;
}

/* line 23, app/assets/stylesheets/widgets/lernen.scss */
#profil-container .lernen-card .card-footer .btn {
  width: 16em;
}

/* line 27, app/assets/stylesheets/widgets/lernen.scss */
#profil-container .lernen-card i {
  position: absolute;
  margin-top: 0.5em;
}

/* line 35, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container {
  background-color: #eee;
  padding: 1em;
}

/* line 38, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .header {
  margin-bottom: 1.5em;
}

/* line 40, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .header .btn-print-zertifikat {
  width: 100%;
}

/* line 44, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container #zertifikat {
  text-align: center;
  width: 21cm;
  height: 29.7cm;
  background-color: white;
  margin: 0 auto;
  padding-top: 5em;
}

/* line 52, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .container {
  font-size: 24px;
  line-height: 1.4em;
}

/* line 55, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .container h1 {
  margin-top: 1.25em;
  font-size: 60px;
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .container .teilnahme-daten {
  margin-top: 1em;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4em;
  margin-bottom: 3em;
}

/* line 67, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .container .text_zertifikat {
  max-width: 500px;
  margin: 0 auto 4em auto;
}

/* line 71, app/assets/stylesheets/widgets/lernen.scss */
#zertifikat-container .container .kurs-name {
  font-size: 28px;
}

@media print {
  @page {
    size: A4 portrait;
  }
  /* line 81, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container, #content-wrapper, #content-container {
    margin: 0 auto !important;
    height: 100% !important;
    width: 100% !important;
    padding: unset !important;
  }
  /* line 87, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat {
    height: 100% !important;
    width: 100% !important;
  }
  /* line 91, app/assets/stylesheets/widgets/lernen.scss */
  .wizard-btns {
    display: none !important;
  }
}

/* line 97, app/assets/stylesheets/widgets/lernen.scss */
#test-content {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 100, app/assets/stylesheets/widgets/lernen.scss */
#test-content #lernen-frage-anzeige {
  min-height: 73vh;
  margin: 5em;
}

/* line 104, app/assets/stylesheets/widgets/lernen.scss */
#test-content .wizard-btns {
  background-color: #00283c;
}

/* line 107, app/assets/stylesheets/widgets/lernen.scss */
#test-content #test-auswertung {
  text-align: center;
  height: 80vh;
}

/* line 112, app/assets/stylesheets/widgets/lernen.scss */
#test-content #test-header h3 {
  text-align: center;
}

/* line 116, app/assets/stylesheets/widgets/lernen.scss */
#test-content #test-auswertung-container {
  margin: 2em auto;
  height: 67vh;
  width: 60vh;
  overflow: scroll;
  color: #00283c;
}

/* line 122, app/assets/stylesheets/widgets/lernen.scss */
#test-content #test-auswertung-container .lernen-card {
  text-align: left;
}

/* line 124, app/assets/stylesheets/widgets/lernen.scss */
#test-content #test-auswertung-container .lernen-card .falsch {
  color: red;
}

/* line 127, app/assets/stylesheets/widgets/lernen.scss */
#test-content #test-auswertung-container .lernen-card .korrekt {
  color: green;
}

/* line 136, app/assets/stylesheets/widgets/lernen.scss */
.suchbegriff-markierung {
  background-color: yellow;
  color: black;
}

/* line 142, app/assets/stylesheets/widgets/lernen.scss */
.frage {
  margin: 1.5em;
}

/* line 144, app/assets/stylesheets/widgets/lernen.scss */
.frage h1 {
  font-weight: bold;
}

/* line 147, app/assets/stylesheets/widgets/lernen.scss */
.frage img {
  width: 40%;
  min-width: 270px;
}

/* line 152, app/assets/stylesheets/widgets/lernen.scss */
.frage p {
  line-height: 1.8;
}

/* line 156, app/assets/stylesheets/widgets/lernen.scss */
.frage .feedback-info {
  margin: 0 auto;
  text-align: center;
  max-width: 70vh;
  position: relative;
  top: -48px;
}

/* line 162, app/assets/stylesheets/widgets/lernen.scss */
.frage .feedback-info .korrekt {
  color: white;
  padding: 2em 1.5em 1.5em 1.5em;
  background-color: #165270;
  border-radius: 20px;
  height: 100%;
}

/* line 169, app/assets/stylesheets/widgets/lernen.scss */
.frage .feedback-info .falsch {
  color: black;
  padding: 2em 1.5em 1.5em 1.5em;
  background-color: #eee;
  border-radius: 20px;
  height: 100%;
}

/* line 178, app/assets/stylesheets/widgets/lernen.scss */
.frage .antworten {
  margin: 2em 0;
  line-height: 2.3;
}

/* line 183, app/assets/stylesheets/widgets/lernen.scss */
.frage select {
  width: 10em;
  color: #00283c;
  border-radius: 8px;
}

/* line 189, app/assets/stylesheets/widgets/lernen.scss */
.frage select.falsch {
  border: 2px solid red;
}

/* line 193, app/assets/stylesheets/widgets/lernen.scss */
.frage label {
  margin-right: 1em;
}

/* line 198, app/assets/stylesheets/widgets/lernen.scss */
.frage input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #4183A3;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  margin-right: 1em;
}

/* line 211, app/assets/stylesheets/widgets/lernen.scss */
.frage input[type="radio"]::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: white;
}

/* line 221, app/assets/stylesheets/widgets/lernen.scss */
.frage input[type="radio"]:checked::before {
  transform: scale(1);
}

/* line 225, app/assets/stylesheets/widgets/lernen.scss */
.frage input[type="radio"]:hover {
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/widgets/lernen.scss */
.frage .video-container {
  position: relative;
  width: 500px;
  padding-bottom: 22%;
  height: 0;
}

/* line 234, app/assets/stylesheets/widgets/lernen.scss */
.frage .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 244, app/assets/stylesheets/widgets/lernen.scss */
.frage .feedback {
  margin: 0 auto;
  display: block;
  border-radius: 40em;
  width: 12em;
  height: 3em;
  font-weight: bold;
  border: none;
  color: white;
  background: #4183A3;
  position: relative;
  z-index: 1;
}

/* line 256, app/assets/stylesheets/widgets/lernen.scss */
.frage .feedback .btn {
  vertical-align: center;
}

/* line 263, app/assets/stylesheets/widgets/lernen.scss */
#vorschau-header {
  text-align: center;
  margin-bottom: 1em;
}

/* line 266, app/assets/stylesheets/widgets/lernen.scss */
#vorschau-header .btn-group {
  width: 50%;
}

/* line 271, app/assets/stylesheets/widgets/lernen.scss */
#vorschau-content {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 276, app/assets/stylesheets/widgets/lernen.scss */
.mobile-vorschau {
  width: 390px;
}

/* line 277, app/assets/stylesheets/widgets/lernen.scss */
.mobile-vorschau #kursbuch {
  max-height: 840px;
}

/* line 284, app/assets/stylesheets/widgets/lernen.scss */
.lernen-form-footer {
  margin-top: 1em;
}

/* line 288, app/assets/stylesheets/widgets/lernen.scss */
.kategorie-accordion {
  margin-top: 1em;
}

/* line 292, app/assets/stylesheets/widgets/lernen.scss */
.lernen-card {
  background-color: #eee;
  padding: 1em;
  border-radius: 20px;
  margin: 1em;
}

/* line 300, app/assets/stylesheets/widgets/lernen.scss */
.lernen-tabs li {
  text-align: center;
  width: 33.3%;
}

/* line 306, app/assets/stylesheets/widgets/lernen.scss */
#admin-aktionen {
  margin: 1em;
  border-radius: 20px;
  overflow: hidden;
}

/* line 310, app/assets/stylesheets/widgets/lernen.scss */
#admin-aktionen button {
  border-radius: 0;
  width: 100%;
}

/* line 314, app/assets/stylesheets/widgets/lernen.scss */
#admin-aktionen .active[disabled] {
  color: white;
}

/* line 319, app/assets/stylesheets/widgets/lernen.scss */
#frage-antwort-row-typ-3 {
  margin-top: 2em;
  padding: 1em;
  background-color: #EEEEEEFF;
  border-radius: 20px;
}

/* line 326, app/assets/stylesheets/widgets/lernen.scss */
#bild-preview-frage {
  width: 85%;
  max-width: 450px;
  margin: 2em;
}

/* line 332, app/assets/stylesheets/widgets/lernen.scss */
#kurs {
  display: flex;
}

/* line 334, app/assets/stylesheets/widgets/lernen.scss */
#kurs #kapitel-container {
  padding: 0;
  background-color: #00283c;
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/widgets/lernen.scss */
#kurs #kapitel-container .wizard-btns {
  color: white;
}

/* line 343, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis {
  padding: 1.5em;
  background-color: #eee;
  height: 81vh;
  overflow: scroll;
}

/* line 348, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #suchfeld {
  display: flex;
  margin-bottom: 1em;
}

/* line 352, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #titel-bild-badge {
  text-align: center;
  margin: 1em 0;
}

/* line 355, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #titel-bild-badge .kursbild-rund {
  height: 10em;
  width: 10em;
  margin: 0 auto;
}

/* line 360, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #titel-bild-badge .fortschritt-circle {
  animation: progress 1s ease-out;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

/* line 369, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #titel-bild-badge .card-img-top {
  height: 8.6em;
  width: 8.6em;
  margin: -130px auto 0 auto;
}

/* line 373, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #titel-bild-badge .card-img-top img {
  height: 9em;
}

/* line 377, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #titel-bild-badge h3 {
  margin: 1em 1em auto 0;
  font-weight: bold;
}

/* line 384, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #abschnitt-container .selected {
  font-weight: bold;
  border-right: #00283c solid 5px !important;
}

/* line 387, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #abschnitt-container .selected a {
  color: #4183A3 !important;
}

/* line 391, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #abschnitt-container .bereits-besucht {
  border-right: #00283c solid 5px !important;
  font-weight: bold;
}

/* line 395, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #abschnitt-container .abschnitt {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: white solid 5px;
  min-height: 4em;
}

/* line 401, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #abschnitt-container .abschnitt a {
  color: black;
}

/* line 404, app/assets/stylesheets/widgets/lernen.scss */
#kurs #inhaltsverzeichnis #abschnitt-container .abschnitt :has(.no-border) {
  border-right: none !important;
}

/* line 412, app/assets/stylesheets/widgets/lernen.scss */
#kurs #action-menu {
  z-index: 6;
  position: fixed;
  right: 3em;
  top: 11em;
  background-color: white;
  border-radius: 20px;
  width: 2em;
  height: 6.6em;
  color: #00283c;
}

/* line 422, app/assets/stylesheets/widgets/lernen.scss */
#kurs #action-menu .gesetzt {
  color: #4183A3;
}

/* line 425, app/assets/stylesheets/widgets/lernen.scss */
#kurs #action-menu button {
  padding: 0;
}

/* line 428, app/assets/stylesheets/widgets/lernen.scss */
#kurs #action-menu i {
  margin-top: 27px;
}

/* line 430, app/assets/stylesheets/widgets/lernen.scss */
#kurs #action-menu i:hover {
  cursor: pointer;
  color: #4183A3;
}

/* line 436, app/assets/stylesheets/widgets/lernen.scss */
#kurs .wizard-btns {
  background-color: white;
  padding: 0;
}

/* line 439, app/assets/stylesheets/widgets/lernen.scss */
#kurs .wizard-btns .btn {
  color: #00283c;
  border-color: #00283c;
}

/* line 443, app/assets/stylesheets/widgets/lernen.scss */
#kurs .wizard-btns .kapitel-buttons {
  background-color: white;
}

/* line 446, app/assets/stylesheets/widgets/lernen.scss */
#kurs .wizard-btns .sprach-buttons {
  background-color: white;
}

/* line 453, app/assets/stylesheets/widgets/lernen.scss */
.kapitel-footer .btn {
  color: white;
  border-color: white;
}

/* line 457, app/assets/stylesheets/widgets/lernen.scss */
.kapitel-footer .active {
  color: white !important;
  background-color: #00283c;
}

/* line 461, app/assets/stylesheets/widgets/lernen.scss */
.kapitel-footer .sprach-buttons {
  color: white;
  text-align: center;
  background-color: #165270;
}

/* line 465, app/assets/stylesheets/widgets/lernen.scss */
.kapitel-footer .sprach-buttons a {
  margin: 0.7em;
}

/* line 470, app/assets/stylesheets/widgets/lernen.scss */
.kapitel-footer .kapitel-buttons {
  background-color: #00283c;
}

/* line 472, app/assets/stylesheets/widgets/lernen.scss */
.kapitel-footer .kapitel-buttons a {
  margin: 0.7em;
}

/* line 478, app/assets/stylesheets/widgets/lernen.scss */
#kursbuch {
  background-color: #00283c;
  height: 81vh;
}

/* line 483, app/assets/stylesheets/widgets/lernen.scss */
#kursbuch .ql-editor img {
  min-width: 285px;
}

/* line 489, app/assets/stylesheets/widgets/lernen.scss */
.animate-site-in {
  animation: fade-in 1s ease-out, slide-in 0.5s ease-out;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slide-in {
  from {
    transform: translateX(20rem);
  }
  to {
    transform: translateX(0);
  }
}

/* line 513, app/assets/stylesheets/widgets/lernen.scss */
.kategorie-card {
  border-radius: 0;
  border-color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 25em;
  min-height: 28em;
  background-color: #eee;
  padding: 0;
  margin: 2em;
}

/* line 523, app/assets/stylesheets/widgets/lernen.scss */
.kategorie-card .lernen-card-img {
  height: 12em;
  overflow: hidden;
  border-radius: 0;
}

/* line 529, app/assets/stylesheets/widgets/lernen.scss */
.kategorie-card:hover {
  cursor: pointer;
}

/* line 534, app/assets/stylesheets/widgets/lernen.scss */
.lernen-card-title {
  text-align: center;
  font-weight: bold;
  min-height: 2em;
}

/* line 540, app/assets/stylesheets/widgets/lernen.scss */
.card-icon {
  margin-top: -2em;
  margin-left: 2em;
  height: 4em;
  width: 4em;
  background-color: #00283c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 551, app/assets/stylesheets/widgets/lernen.scss */
.card-icon i {
  color: white;
}

/* line 557, app/assets/stylesheets/widgets/lernen.scss */
.lernen-card-text li {
  padding-top: 3px;
}

/* line 562, app/assets/stylesheets/widgets/lernen.scss */
.kategorie-card-footer {
  text-align: center;
  border-top: solid 4px white;
  height: 3em;
}

/* line 567, app/assets/stylesheets/widgets/lernen.scss */
.kategorie-card-footer p {
  margin: 1em;
}

/* line 572, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card {
  width: 25em;
  height: 22em;
  background-color: #eee;
  border: none;
  text-align: center;
  align-items: center;
  margin: 2em;
}

/* line 581, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card i {
  position: absolute;
  right: 0.7em;
  top: 1em;
}

/* line 586, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card i:hover {
  cursor: pointer;
}

/* line 591, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card .kursbild-rund {
  margin-top: 2em;
  height: 7em;
  width: 7em;
}

/* line 597, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card .card-img-top {
  height: 6em;
  width: 6em;
  margin-top: 35px;
  position: absolute;
}

/* line 602, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card .card-img-top img {
  height: 6em;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

/* line 614, app/assets/stylesheets/widgets/lernen.scss */
.kursbild-rund {
  display: block;
}

/* line 618, app/assets/stylesheets/widgets/lernen.scss */
.fortschritt-circle {
  stroke: #00283c;
  fill: white;
}

/* line 623, app/assets/stylesheets/widgets/lernen.scss */
.card-img-top {
  border-radius: 50%;
  align-items: center;
  overflow: hidden;
}

/* line 629, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card-footer {
  position: absolute;
  background-color: #eee;
  border: none;
  bottom: 5px;
  width: 100%;
  display: flex;
}

/* line 636, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card-footer .btn {
  width: 10em;
  border-radius: 20px;
  background-color: #165270;
  color: white;
  margin: 5px;
}

/* line 643, app/assets/stylesheets/widgets/lernen.scss */
.kurs-card-footer .zertifikat-btn {
  width: 15em !important;
}

/* line 649, app/assets/stylesheets/widgets/lernen.scss */
#kategoriebild-preview-container {
  height: 17em;
  max-width: 30em;
  background-color: #eee;
  overflow: hidden;
  border: solid 2px #00283c;
}

/* line 655, app/assets/stylesheets/widgets/lernen.scss */
#kategoriebild-preview-container:hover {
  cursor: pointer;
}

/* line 661, app/assets/stylesheets/widgets/lernen.scss */
#kursbild-preview-container {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: solid 2px #00283c;
  background-color: #eee;
  margin: 0 auto;
  overflow: hidden;
}

/* line 670, app/assets/stylesheets/widgets/lernen.scss */
#kursbild-preview-container:hover {
  cursor: pointer;
}

/* line 675, app/assets/stylesheets/widgets/lernen.scss */
#hidden-bild-select {
  display: none;
}

/* line 679, app/assets/stylesheets/widgets/lernen.scss */
#bild-preview {
  max-height: 250px;
  max-width: 100%;
}

/* line 685, app/assets/stylesheets/widgets/lernen.scss */
.ql-container.ql-snow {
  height: auto !important;
}

/* line 689, app/assets/stylesheets/widgets/lernen.scss */
.ql-editor {
  color: white;
  background: #00283c;
  min-height: 300px;
  overflow-y: scroll;
  white-space: normal !important;
}

/* line 698, app/assets/stylesheets/widgets/lernen.scss */
#lernen-admin-editor .ql-editor {
  max-height: 125vh;
}

/* line 703, app/assets/stylesheets/widgets/lernen.scss */
.ql-toolbar {
  position: sticky;
  top: 64px;
  z-index: 2;
  background-color: white;
}

/* line 712, app/assets/stylesheets/widgets/lernen.scss */
#editor-info {
  height: 400px !important;
}

/* line 715, app/assets/stylesheets/widgets/lernen.scss */
#editor-info .ql-editor {
  height: 400px !important;
}

/* line 721, app/assets/stylesheets/widgets/lernen.scss */
#img-preview-container {
  display: flex;
}

/* line 725, app/assets/stylesheets/widgets/lernen.scss */
.img-container {
  position: relative;
  margin: auto 0;
}

/* line 730, app/assets/stylesheets/widgets/lernen.scss */
.img-button {
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

/* line 737, app/assets/stylesheets/widgets/lernen.scss */
.img-button.right {
  right: 10%;
}

/* line 742, app/assets/stylesheets/widgets/lernen.scss */
.img-button.left {
  left: 10%;
}

/* line 747, app/assets/stylesheets/widgets/lernen.scss */
.img-button.delete {
  right: 50%;
}

/* line 753, app/assets/stylesheets/widgets/lernen.scss */
.img-button:hover {
  cursor: pointer;
}

/* line 757, app/assets/stylesheets/widgets/lernen.scss */
.img-button i {
  text-align: center;
  z-index: 1;
}

/* line 762, app/assets/stylesheets/widgets/lernen.scss */
.img-container:hover .img-button {
  opacity: 1;
}

/* line 766, app/assets/stylesheets/widgets/lernen.scss */
.custom-image {
  padding: 5px;
}

/* line 770, app/assets/stylesheets/widgets/lernen.scss */
.custom-image:hover {
  padding: 5px;
  cursor: pointer;
}

/* line 775, app/assets/stylesheets/widgets/lernen.scss */
#image-modal-body {
  text-align: center;
}

/* line 782, app/assets/stylesheets/widgets/lernen.scss */
.info-accordion .accordion-item {
  background-color: #00283c;
  color: white;
  border: none;
}

/* line 788, app/assets/stylesheets/widgets/lernen.scss */
.info-accordion .accordion-header {
  border-bottom: white solid 1px;
}

/* line 792, app/assets/stylesheets/widgets/lernen.scss */
.info-accordion .accordion-button {
  color: white !important;
  background-color: #00283c !important;
}

/* line 797, app/assets/stylesheets/widgets/lernen.scss */
.info-accordion .accordion-button::after {
  --bs-accordion-btn-icon-width: 1.5rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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-.708z'/></svg>");
}

/* line 802, app/assets/stylesheets/widgets/lernen.scss */
.info-accordion .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-icon-width: 1.5rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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-.708z'/></svg>");
}

/* line 810, app/assets/stylesheets/widgets/lernen.scss */
.ql-custom-frage .frage-platzhalter {
  font-weight: bold;
  color: #9d261d;
}

/* line 817, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-border1 {
  background: url(/assets/imgareaselect/border-v-ef12a3808ff50e053017d2c87e633ca1584966be309eb225364e647bce91a11d.gif) repeat-y left top;
}

/* line 821, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-border2 {
  background: url(/assets/imgareaselect/border-h-fb3650746508ab92db81cadfffb26ba4bb3056b6c04331f844e8737e656babaa.gif) repeat-x left top;
}

/* line 825, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-border3 {
  background: url(/assets/imgareaselect/border-v-ef12a3808ff50e053017d2c87e633ca1584966be309eb225364e647bce91a11d.gif) repeat-y right top;
}

/* line 829, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-border4 {
  background: url(/assets/imgareaselect/border-h-fb3650746508ab92db81cadfffb26ba4bb3056b6c04331f844e8737e656babaa.gif) repeat-x left bottom;
}

/* line 833, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 839, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 846, app/assets/stylesheets/widgets/lernen.scss */
.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media screen and (max-width: 550px) {
  /* line 862, app/assets/stylesheets/widgets/lernen.scss */
  .kategorie-card {
    max-width: 24em;
    margin: 1em auto;
  }
  /* line 865, app/assets/stylesheets/widgets/lernen.scss */
  .kategorie-card .lernen-card-img {
    height: 12em;
    overflow: hidden;
  }
  /* line 871, app/assets/stylesheets/widgets/lernen.scss */
  .kurs-card {
    width: 24em;
    margin: 1em auto;
  }
  /* line 876, app/assets/stylesheets/widgets/lernen.scss */
  .lernen-card {
    margin: 1em auto !important;
  }
  /* line 880, app/assets/stylesheets/widgets/lernen.scss */
  #action-menu {
    top: 2em !important;
    right: 1em !important;
  }
  /* line 885, app/assets/stylesheets/widgets/lernen.scss */
  #kurs #inhaltsverzeichnis {
    height: 100%;
  }
  /* line 889, app/assets/stylesheets/widgets/lernen.scss */
  #kurs #kapitel-container #kursbuch {
    height: 100%;
  }
  /* line 891, app/assets/stylesheets/widgets/lernen.scss */
  #kurs #kapitel-container #kursbuch .ql-editor {
    height: 89vh;
  }
  /* line 899, app/assets/stylesheets/widgets/lernen.scss */
  .frage p {
    line-height: 2;
  }
  /* line 904, app/assets/stylesheets/widgets/lernen.scss */
  #lernen-frage-anzeige {
    margin: 1em !important;
  }
  /* line 908, app/assets/stylesheets/widgets/lernen.scss */
  #test-auswertung {
    height: unset !important;
  }
  /* line 912, app/assets/stylesheets/widgets/lernen.scss */
  #test-auswertung-container {
    height: 60vh !important;
    width: unset !important;
  }
  /* line 915, app/assets/stylesheets/widgets/lernen.scss */
  #test-auswertung-container img {
    min-width: 200px !important;
  }
  /* line 921, app/assets/stylesheets/widgets/lernen.scss */
  #test-content #test-header h3 {
    text-align: left !important;
  }
  /* line 928, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container #zertifikat {
    text-align: center;
    width: 9cm !important;
    height: 13cm !important;
    background-color: white;
    margin: 0 auto;
    padding-top: 2em;
  }
  /* line 935, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container #zertifikat img {
    width: 90px;
    height: 90px;
  }
  /* line 940, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container .container {
    font-size: 10px;
    line-height: 1.4em;
  }
  /* line 943, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container .container h1 {
    margin-top: 1.25em;
    font-size: 25px;
    font-weight: bold;
  }
  /* line 948, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container .container .kurs-name {
    font-size: 14px;
  }
  /* line 951, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container .container .teilnahme-daten {
    margin-top: 1em;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 3em;
  }
  /* line 958, app/assets/stylesheets/widgets/lernen.scss */
  #zertifikat-container .container .text_zertifikat {
    max-width: 500px;
    margin: 0 4em 4em 4em;
  }
}
/* line 8, app/assets/stylesheets/widgets/nennen.css.scss */
#nennung-widget .veranstaltung-header {
  background-color: #cccccc80;
  color: #7c7c7c;
}

/* line 13, app/assets/stylesheets/widgets/nennen.css.scss */
#nennung-widget .pruefung-row {
  border-bottom: 1px solid #cccccc80;
}

/* line 16, app/assets/stylesheets/widgets/nennen.css.scss */
#nennung-widget .pruefung-row .reiter-pferd-cell {
  color: #5c5c5c;
}
/* line 2, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .widget-body {
  padding: 0.5em;
}

/* line 6, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .prufungen-code, .veranstaltungen-feed-widget .veranstaltung-attributes {
  padding: 0.5em;
  padding-top: 0.01em;
}

/* line 11, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .veranstaltung-attributes {
  width: 80%;
}

/* line 15, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .prufungen-code {
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  text-align: center;
  width: 3.5rem;
  max-width: 3.5rem;
  font-size: 1.4em;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
  .veranstaltungen-feed-widget .prufungen-code {
    font-size: 19.6px;
  }
}

/* line 27, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .veranstaltung-details {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 32, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .pruefungen-details {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
  .veranstaltungen-feed-widget .pruefungen-details {
    white-space: normal;
  }
}

/* line 39, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .veranstaltungs-links {
  font-size: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-right: 1em;
}

/* line 48, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .veranstaltungs-links a {
  color: #685f5f;
}

/* line 51, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .veranstaltungs-links.mobile-version {
  justify-content: flex-end;
}

/* line 55, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .veranstaltungs-links-toggle {
  position: absolute;
  top: 1em;
  right: 0;
}

/* line 60, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
.veranstaltungen-feed-widget .wrap-text-on-mobile {
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
  .veranstaltungen-feed-widget .wrap-text-on-mobile {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/widgets/veranstaltungen_feed.scss */
  .veranstaltungen-feed-widget .veranstaltung-details {
    display: flex;
  }
}
/*








*/

