@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --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-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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --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-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", Arial, "Noto Sans", "Liberation Sans", 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;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr:not([size]) {
  height: 1px;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 147, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 225, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 236, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 244, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 245, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 250, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #0d6efd;
  text-decoration: underline;
}

/* line 254, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: #0a58ca;
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

/* line 290, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 299, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 306, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 312, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 317, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 324, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 336, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 343, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 353, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 358, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 369, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 375, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 391, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 398, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 408, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 414, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 426, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 433, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 437, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 443, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 451, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 460, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 467, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 475, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 482, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 493, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 505, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 505, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 514, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 522, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 532, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 542, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 563, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 569, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 576, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}

/* line 583, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 590, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 596, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 604, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 614, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 623, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

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

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

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

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

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

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

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

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

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

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

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

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

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

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

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

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

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table, table.default {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > *, table.default > :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 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody, table.default > tbody {
  vertical-align: inherit;
}

/* line 37, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead, table.default > thead {
  vertical-align: bottom;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(:first-child), table.default > :not(:first-child) {
  border-top: 2px solid currentColor;
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > *, table.default > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --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: #000;
  border-color: #bcd0c7;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fff3cd;
  --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: #000;
  border-color: #e6dbb9;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #f8f9fa;
  --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: #000;
  border-color: #dfe0e1;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: #373b3e;
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

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

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.2rem;
}

/* line 151, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.3rem;
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 187, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

/* line 206, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 210, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 215, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 5l6 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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.2rem;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.3rem;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

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

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

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  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 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.25rem;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.3rem;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.2rem;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.25rem;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.73L.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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 5l6 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.73L.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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.25rem;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 5l6 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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #212529;
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary, .btn-default {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover, .btn-default:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-check:focus + .btn-default, .btn-outline-primary:focus, .btn-default:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:checked + .btn-default, .btn-check:active + .btn-outline-primary, .btn-check:active + .btn-default, .btn-outline-primary:active, .btn-default:active, .btn-outline-primary.active, .active.btn-default, .btn-outline-primary.dropdown-toggle.show, .dropdown-toggle.show.btn-default {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .btn-default:focus, .btn-check:active + .btn-outline-primary:focus, .btn-check:active + .btn-default:focus, .btn-outline-primary:active:focus, .btn-default:active:focus, .btn-outline-primary.active:focus, .active.btn-default:focus, .btn-outline-primary.dropdown-toggle.show:focus, .dropdown-toggle.show.btn-default:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-default:disabled, .btn-outline-primary.disabled, .disabled.btn-default {
  color: #0d6efd;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #0a58ca;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-xs, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 156, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 180, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

/* line 202, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 211, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 217, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 229, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 233, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 237, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 72, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-xs + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 124, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  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 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

/* line 142, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 152, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 248, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 251, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 261, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 267, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 272, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: 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");
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 279, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 289, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 292, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 299, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 302, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 307, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 312, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 318, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 323, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: 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 327, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 329, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 72, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 160, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 172, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 177, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 187, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 192, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 202, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 207, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  transform: rotate(-180deg);
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: 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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 72, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 102, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 37, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

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

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

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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: 1rem 1rem;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 152, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 102, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 138, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 151, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 155, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 163, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

/* line 72, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.show {
  transform: none;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

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

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

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

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

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

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  border-color: #0d6efd !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  border-color: #fff !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw, .fa,
.fab,
.far,
.fas {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {
  0%,
90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {
  0%,
90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {
  0%,
100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {
  0%,
100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
24% {
    transform: rotate(-18deg);
  }
  12%,
28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
24% {
    transform: rotate(-18deg);
  }
  12%,
28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e493";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e4ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e494";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f252";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e433";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e43b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-right::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\f7da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_solid.scss */
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-addc97d14257b43232b89194f73bd3b862007d5eedcb4569362b8f26356d8db3.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-a0cc38b88839387e4451bb1ebdd9ecd821b2df0f7fcd5b26df75630f4171ee32.ttf) format("truetype");
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_regular.scss */
:root,
:host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-6919b47939790fc2ab662fd09b22907c53f32d9a817eed0782e2fb3e7af24b5b.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-79a39b18a5524be800ab200fbedebf7f737a316f01b874fe42b005fda10a6f11.ttf) format("truetype");
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 9, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-e624f952dec1ac1e2673205a87513cab83c4a0d187b08528a5ff0c36d9b1e090.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-d6e9a2e4cad853a5a88711678db47de7456f36b30923f8350f55c41434809ba8.ttf) format("truetype");
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\f425";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.1.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/*!
 * 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/
 */
/*
 *= require jquery-ui/theme
 */
/* Layout helpers
----------------------------------*/
/* line 17, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-hidden {
  display: none;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 66, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 74, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 94, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * 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/
 */
/*
 *= depend_on_asset "jquery-ui/ui-icons_444444_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_555555_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_ffffff_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777620_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_cc0000_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777777_256x240.png"
 */
/* Component containers
----------------------------------*/
/* line 27, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-content a {
  color: #333333;
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 64, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
  text-decoration: none;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 143, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 154, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 159, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 181, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 203, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 207, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png);
}

/* line 211, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png);
}

/* line 214, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png);
}

/* line 220, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png);
}

/* line 224, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png);
}

/* line 228, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png);
}

/* line 232, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png);
}

/* positioning */
/* line 237, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 239, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 240, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 241, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 242, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 243, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 244, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 245, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 246, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 247, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 248, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 249, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 250, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 251, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 252, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 253, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 254, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 255, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 257, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 258, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 259, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 260, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 261, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 262, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 263, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 264, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 265, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 267, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 268, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 269, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 270, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 271, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 272, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 273, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 274, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 275, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 277, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 278, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 279, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 280, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 281, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 282, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 283, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 284, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 285, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 286, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 287, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 288, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 289, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 290, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 291, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 292, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 293, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 294, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 295, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 296, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 297, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 298, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 299, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 300, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 301, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 302, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 303, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 304, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 305, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 306, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 307, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 308, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 309, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 310, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 311, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 312, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 313, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 314, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 315, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 316, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 317, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 318, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 319, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 320, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 321, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 322, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 323, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 324, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 325, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 326, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 327, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 328, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 329, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 330, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 331, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 332, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 333, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 334, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 335, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 336, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 337, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 338, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 339, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 340, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 341, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 342, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 343, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 344, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 345, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 346, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 347, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 349, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 350, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 351, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 352, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 353, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 354, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 355, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 356, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 357, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 358, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 359, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 360, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 361, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 362, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 363, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 364, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 365, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 366, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 367, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 368, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 369, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 370, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 371, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 372, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 373, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 375, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 376, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 377, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 378, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 379, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 380, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 381, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 382, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 383, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 384, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 385, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 386, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 387, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 388, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 389, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 390, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 391, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 392, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 393, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 394, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 395, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 396, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 397, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 398, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 399, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 400, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 401, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 402, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 403, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 404, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 405, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 406, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 407, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 408, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 409, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 410, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 411, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 412, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 419, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 425, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 431, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 437, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 445, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 450, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * 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
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.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;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 102, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/dialog.css */
.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
 */
/*
 *= require jquery-ui/theme
 */
/* line 12, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/draggable.css */
.ui-draggable-handle {
  touch-action: 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
 */
/*
 *= require jquery-ui/theme
 */
/* line 12, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable {
  position: relative;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * 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
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
.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;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
.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 */
/* line 41, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 49, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 54, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
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 */
/* line 81, ../../shared/bundle/ruby/3.2.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/button.css */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 4, app/assets/stylesheets/components/_bg.sass */
.bg-domain-tachygraphe_numerique {
  background-color: #B04A7A !important;
  color: #fff !important;
}

/* line 7, app/assets/stylesheets/components/_bg.sass */
.bg-domain-tachygraphe_analogique {
  background-color: #C75D8D !important;
  color: #fff !important;
}

/* line 10, app/assets/stylesheets/components/_bg.sass */
.bg-domain-taximetre {
  background-color: #F2A65A !important;
  color: #fff !important;
}

/* line 13, app/assets/stylesheets/components/_bg.sass */
.bg-domain-ethylotest {
  background-color: #7DCFB6 !important;
  color: #fff !important;
}

/* line 16, app/assets/stylesheets/components/_bg.sass */
.bg-domain-limiteur {
  background-color: #5B8DB8 !important;
  color: #fff !important;
}

/* line 21, app/assets/stylesheets/components/_bg.sass */
.bg-service-install {
  background-color: #A7335D !important;
  color: #fff !important;
}

/* line 24, app/assets/stylesheets/components/_bg.sass */
.bg-service-control {
  background-color: #D45A58 !important;
  color: #fff !important;
}

/* line 27, app/assets/stylesheets/components/_bg.sass */
.bg-service-replace {
  background-color: #F28A51 !important;
  color: #fff !important;
}

/* line 30, app/assets/stylesheets/components/_bg.sass */
.bg-service-repair {
  background-color: #495057 !important;
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/components/_filters.sass */
.search-actions {
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 0;
       column-gap: 0;
  align-items: center;
}

/* line 12, app/assets/stylesheets/components/_filters.sass */
.search-actions form {
  flex: 1 1 18rem;
  min-width: 12rem;
  max-width: 28rem;
}

/* line 17, app/assets/stylesheets/components/_filters.sass */
.search-actions .input-group {
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
}

/* line 22, app/assets/stylesheets/components/_filters.sass */
.search-actions .input-group .input-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 26, app/assets/stylesheets/components/_filters.sass */
.search-actions .input-group .fancy-input-group {
  width: 100%;
}

/* line 29, app/assets/stylesheets/components/_filters.sass */
.search-actions .input-group .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/components/_filters.sass */
.search-actions .search-field {
  min-width: 0;
}

/* line 36, app/assets/stylesheets/components/_filters.sass */
.search-actions form + .btn {
  margin-left: 0;
}

/* line 40, app/assets/stylesheets/components/_filters.sass */
.filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  align-items: center;
  padding-top: 0.5rem;
}

/* line 47, app/assets/stylesheets/components/_filters.sass */
.filter-grid .cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 52, app/assets/stylesheets/components/_filters.sass */
.filter-grid .cell-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 40, app/assets/stylesheets/components/_filters.sass */
  .filter-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  /* line 62, app/assets/stylesheets/components/_filters.sass */
  .filter-grid .cell-actions {
    justify-content: stretch;
  }
  /* line 65, app/assets/stylesheets/components/_filters.sass */
  .filter-grid .cell-actions .btn {
    flex: 1;
  }
}

/* line 70, app/assets/stylesheets/components/_filters.sass */
#meetingsFilters .filter-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr auto;
}

@media (max-width: 1200px) {
  /* line 70, app/assets/stylesheets/components/_filters.sass */
  #meetingsFilters .filter-grid {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
}

@media (max-width: 768px) {
  /* line 70, app/assets/stylesheets/components/_filters.sass */
  #meetingsFilters .filter-grid {
    grid-template-columns: 1fr;
  }
  /* line 80, app/assets/stylesheets/components/_filters.sass */
  #meetingsFilters .filter-grid .cell-actions {
    grid-column: 1;
  }
}

/* line 85, app/assets/stylesheets/components/_filters.sass */
#vehiclesFilters .filter-grid {
  grid-template-columns: repeat(6, 1fr) auto;
}

@media (max-width: 1400px) {
  /* line 85, app/assets/stylesheets/components/_filters.sass */
  #vehiclesFilters .filter-grid {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/components/_filters.sass */
  #vehiclesFilters .filter-grid {
    grid-template-columns: 1fr;
  }
}

/* line 97, app/assets/stylesheets/components/_filters.sass */
#usersFilters .filter-grid {
  grid-template-columns: repeat(7, 1fr) auto;
}

@media (max-width: 1700px) {
  /* line 97, app/assets/stylesheets/components/_filters.sass */
  #usersFilters .filter-grid {
    grid-template-columns: repeat(4, 1fr) auto;
  }
}

@media (max-width: 1200px) {
  /* line 97, app/assets/stylesheets/components/_filters.sass */
  #usersFilters .filter-grid {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}

@media (max-width: 900px) {
  /* line 97, app/assets/stylesheets/components/_filters.sass */
  #usersFilters .filter-grid {
    grid-template-columns: repeat(2, 1fr) auto;
  }
}

@media (max-width: 768px) {
  /* line 97, app/assets/stylesheets/components/_filters.sass */
  #usersFilters .filter-grid {
    grid-template-columns: 1fr;
  }
}

/* line 115, app/assets/stylesheets/components/_filters.sass */
#workshopsFilters .filter-grid {
  grid-template-columns: repeat(6, 1fr) auto;
}

@media (max-width: 1400px) {
  /* line 115, app/assets/stylesheets/components/_filters.sass */
  #workshopsFilters .filter-grid {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}

@media (max-width: 768px) {
  /* line 115, app/assets/stylesheets/components/_filters.sass */
  #workshopsFilters .filter-grid {
    grid-template-columns: 1fr;
  }
}

/* line 127, app/assets/stylesheets/components/_filters.sass */
#customersFilters .filter-grid {
  grid-template-columns: repeat(6, 1fr) auto;
}

@media (max-width: 1400px) {
  /* line 127, app/assets/stylesheets/components/_filters.sass */
  #customersFilters .filter-grid {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}

@media (max-width: 768px) {
  /* line 127, app/assets/stylesheets/components/_filters.sass */
  #customersFilters .filter-grid {
    grid-template-columns: 1fr;
  }
}

/* line 139, app/assets/stylesheets/components/_filters.sass */
#frontMeetingsFilters .filter-grid {
  grid-template-columns: repeat(5, 1fr) auto;
}

@media (max-width: 1200px) {
  /* line 139, app/assets/stylesheets/components/_filters.sass */
  #frontMeetingsFilters .filter-grid {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}

@media (max-width: 768px) {
  /* line 139, app/assets/stylesheets/components/_filters.sass */
  #frontMeetingsFilters .filter-grid {
    grid-template-columns: 1fr;
  }
}

/* line 151, app/assets/stylesheets/components/_filters.sass */
#workshopActivitiesFilters .filter-grid {
  grid-template-columns: repeat(3, 1fr) auto;
}

@media (max-width: 768px) {
  /* line 151, app/assets/stylesheets/components/_filters.sass */
  #workshopActivitiesFilters .filter-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1, app/assets/stylesheets/components/bootstrap_ext.sass */
.btn {
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/components/bootstrap_ext.sass */
.card-header .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}

/* line 14, app/assets/stylesheets/components/bootstrap_ext.sass */
form.button_to {
  display: inline-block;
}

/* line 17, app/assets/stylesheets/components/bootstrap_ext.sass */
ul.dropdown-menu > li > form.button_to {
  display: block;
}

/* line 21, app/assets/stylesheets/components/bootstrap_ext.sass */
.btn + .btn, .btn + .dropdown, .btn + form.button_to, .dropdown + .btn, .dropdown + .dropdown, .dropdown + form.button_to, form.button_to + .btn, form.button_to + .dropdown, form.button_to + form.button_to {
  margin-left: 0.5em;
}

/* line 24, app/assets/stylesheets/components/bootstrap_ext.sass */
.form-group {
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/components/bootstrap_ext.sass */
.form-label {
  margin-bottom: 0.25em;
}

/* line 30, app/assets/stylesheets/components/bootstrap_ext.sass */
.card + .card {
  margin-top: 1rem;
}

/* line 33, app/assets/stylesheets/components/bootstrap_ext.sass */
.pagination {
  margin: 1rem;
  justify-content: center;
}

/* line 37, app/assets/stylesheets/components/bootstrap_ext.sass */
.pagination-infos {
  margin: 1rem;
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/button.sass */
.btn-gradient {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 13, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-primary {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
}

/* line 16, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-secondary {
  background: linear-gradient(to right, #D45A58, #de8281, #e9aaa9);
}

/* line 19, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-danger {
  background: linear-gradient(to right, #dc3545, #e74c60, #f28a8a);
}

/* line 22, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-success {
  background: linear-gradient(to right, #198754, #28a745, #5cb85c);
}

/* line 25, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-info {
  background: linear-gradient(to right, #0dcaf0, #17a2b8, #5bc0de);
}

/* line 28, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-warning {
  background: linear-gradient(135deg, #f39c12, #e67e22, #d68910);
}

/* line 31, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-action-new {
  background: linear-gradient(135deg, #27AE60, #36d278);
}

/* line 34, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-action-edit {
  background: linear-gradient(135deg, #F1C40F, #f4d03f);
}

/* line 37, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-action-delete {
  background: linear-gradient(135deg, #E74C3C, #ed7669);
}

/* line 40, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-action-view {
  background: linear-gradient(135deg, #8E44AD, #a563c1);
}

/* line 43, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-action-search {
  background: linear-gradient(135deg, #4A90E2, #76abe9);
}

/* line 46, app/assets/stylesheets/components/button.sass */
.btn-gradient.btn-action-download {
  background: linear-gradient(135deg, #16A085, #1ccdaa);
}

/* line 49, app/assets/stylesheets/components/button.sass */
.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(var(--custom-color-rgb, 167, 51, 93), 0.4), 0 0 40px rgba(var(--custom-color-rgb, 167, 51, 93), 0.2);
  filter: brightness(1.1) saturate(1.2);
  color: #fff;
}

/* line 55, app/assets/stylesheets/components/button.sass */
.btn-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

/* line 66, app/assets/stylesheets/components/button.sass */
.btn-gradient:hover::before {
  left: 100%;
  opacity: 1;
}

/* line 71, app/assets/stylesheets/components/button.sass */
.btn-custom-color {
  border: none;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 76, app/assets/stylesheets/components/button.sass */
.btn-custom-color:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(var(--custom-color-rgb, 167, 51, 93), 0.4), 0 0 40px rgba(var(--custom-color-rgb, 167, 51, 93), 0.2);
  filter: brightness(1.1) saturate(1.2);
  color: #fff !important;
}

/* line 84, app/assets/stylesheets/components/button.sass */
.btn-gradient[style*="--custom-color"]::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
}

/* line 88, app/assets/stylesheets/components/button.sass */
.btn-gradient[style*="--custom-color"]:hover::before {
  opacity: 1;
}

/* line 92, app/assets/stylesheets/components/button.sass */
.btn-custom-outline {
  background-color: transparent;
  border: 1px solid #D45A58;
  color: #D45A58;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 101, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-new {
  border-color: #27AE60;
  color: #27AE60;
}

/* line 105, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-new::before {
  background: #27AE60;
}

/* line 108, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-new:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(39, 174, 96, 0.4), 0 0 40px rgba(39, 174, 96, 0.2);
}

/* line 113, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-edit {
  border-color: #F1C40F;
  color: #F1C40F;
}

/* line 117, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-edit::before {
  background: #F1C40F;
}

/* line 120, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-edit:hover {
  color: #212529;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(241, 196, 15, 0.4), 0 0 40px rgba(241, 196, 15, 0.2);
}

/* line 125, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-delete {
  border-color: #E74C3C;
  color: #E74C3C;
}

/* line 129, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-delete::before {
  background: #E74C3C;
}

/* line 132, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-delete:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(231, 76, 60, 0.4), 0 0 40px rgba(231, 76, 60, 0.2);
}

/* line 137, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-view {
  border-color: #8E44AD;
  color: #8E44AD;
}

/* line 141, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-view::before {
  background: #8E44AD;
}

/* line 144, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-view:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(142, 68, 173, 0.4), 0 0 40px rgba(142, 68, 173, 0.2);
}

/* line 149, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-search {
  border-color: #4A90E2;
  color: #4A90E2;
}

/* line 153, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-search::before {
  background: #4A90E2;
}

/* line 156, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-search:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.4), 0 0 40px rgba(74, 144, 226, 0.2);
}

/* line 161, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-download {
  border-color: #16A085;
  color: #16A085;
}

/* line 165, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-download::before {
  background: #16A085;
}

/* line 168, app/assets/stylesheets/components/button.sass */
.btn-custom-outline.btn-action-download:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(22, 160, 133, 0.4), 0 0 40px rgba(22, 160, 133, 0.2);
}

/* line 173, app/assets/stylesheets/components/button.sass */
.btn-custom-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--custom-color, #A7335D);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 184, app/assets/stylesheets/components/button.sass */
.btn-custom-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), transparent);
  z-index: 1;
  transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

/* line 196, app/assets/stylesheets/components/button.sass */
.btn-custom-outline:hover {
  color: #fff;
  border-color: transparent;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(var(--custom-color-rgb, 167, 51, 93), 0.4), 0 0 40px rgba(var(--custom-color-rgb, 167, 51, 93), 0.2);
  filter: brightness(1.1);
}

/* line 203, app/assets/stylesheets/components/button.sass */
.btn-custom-outline:hover::before {
  left: 0;
}

/* line 206, app/assets/stylesheets/components/button.sass */
.btn-custom-outline:hover::after {
  left: 100%;
  opacity: 1;
}

/* line 210, app/assets/stylesheets/components/button.sass */
.btn-custom-outline:active {
  transform: scale(0.97);
  box-shadow: 0 0 8px rgba(167, 51, 93, 0.3);
}

/* line 216, app/assets/stylesheets/components/button.sass */
.btn-custom-outline:hover {
  color: #fff !important;
}

/* line 219, app/assets/stylesheets/components/button.sass */
.btn-custom-outline:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 90, 88, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(212, 90, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 90, 88, 0);
  }
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 90, 88, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(212, 90, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 90, 88, 0);
  }
}

@-webkit-keyframes subtle-shine {
  0% {
    transform: translateX(-100%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(300%) skewX(-15deg);
    opacity: 0;
  }
}

@keyframes subtle-shine {
  0% {
    transform: translateX(-100%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(300%) skewX(-15deg);
    opacity: 0;
  }
}

/* line 243, app/assets/stylesheets/components/button.sass */
.btn-gradient:active::before, .btn-gradient:active::after, .btn-custom-outline:active::before, .btn-custom-outline:active::after {
  -webkit-animation: subtle-shine 0.8s ease-out;
          animation: subtle-shine 0.8s ease-out;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

/* line 248, app/assets/stylesheets/components/button.sass */
.btn.rounded {
  border-radius: 0.5rem !important;
}

/* line 252, app/assets/stylesheets/components/button.sass */
.btn-xl {
  padding: 0.8rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 259, app/assets/stylesheets/components/button.sass */
.btn-xl.btn-gradient::before, .btn-xl.btn-custom-outline::before {
  border-radius: 0.5rem;
}

/* line 264, app/assets/stylesheets/components/button.sass */
.btn-xl i {
  margin-right: 0.5rem;
  font-size: 1.3rem;
}

/* line 269, app/assets/stylesheets/components/button.sass */
.btn-sm, .btn-group-sm > .btn, .btn-xs {
  padding: 0.25rem 0.6rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 278, app/assets/stylesheets/components/button.sass */
.btn-sm.btn-gradient:hover, .btn-group-sm > .btn-gradient.btn:hover, .btn-gradient.btn-xs:hover, .btn-sm.btn-custom-outline:hover, .btn-group-sm > .btn-custom-outline.btn:hover, .btn-custom-outline.btn-xs:hover, .btn-sm.btn-custom-color:hover, .btn-group-sm > .btn-custom-color.btn:hover, .btn-custom-color.btn-xs:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(var(--custom-color-rgb, 167, 51, 93), 0.3), 0 0 30px rgba(var(--custom-color-rgb, 167, 51, 93), 0.15);
}

/* line 283, app/assets/stylesheets/components/button.sass */
.btn:not(.btn-sm):not(.btn-xs):not(.btn-lg):not(.btn-xl) {
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 288, app/assets/stylesheets/components/button.sass */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.6rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  min-height: 48px;
}

/* line 298, app/assets/stylesheets/components/button.sass */
.btn-lg.btn-gradient:hover, .btn-group-lg > .btn-gradient.btn:hover, .btn-lg.btn-custom-outline:hover, .btn-group-lg > .btn-custom-outline.btn:hover, .btn-lg.btn-custom-color:hover, .btn-group-lg > .btn-custom-color.btn:hover {
  transform: scale(1.07);
  box-shadow: 0 0 25px rgba(var(--custom-color-rgb, 167, 51, 93), 0.5), 0 0 50px rgba(var(--custom-color-rgb, 167, 51, 93), 0.25);
}

/* line 304, app/assets/stylesheets/components/button.sass */
.btn i.fas, .btn i.far {
  align-items: center;
  vertical-align: middle;
}

/* line 309, app/assets/stylesheets/components/button.sass */
.btn.nav-link {
  display: flex;
  align-items: center;
}

/* line 313, app/assets/stylesheets/components/button.sass */
.btn.nav-link i.fas, .btn.nav-link i.far {
  margin-right: 0.5rem;
  flex-shrink: 0;
}

/* line 321, app/assets/stylesheets/components/button.sass */
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}

/* line 325, app/assets/stylesheets/components/button.sass */
.btn-group .btn:first-child:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 330, app/assets/stylesheets/components/button.sass */
.btn-group .btn:last-child:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 336, app/assets/stylesheets/components/button.sass */
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 340, app/assets/stylesheets/components/button.sass */
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
  z-index: 2;
  position: relative;
}

/* line 348, app/assets/stylesheets/components/button.sass */
.btn-group .btn.rounded:first-child:not(:last-child) {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

/* line 352, app/assets/stylesheets/components/button.sass */
.btn-group .btn.rounded:last-child:not(:first-child) {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

/* line 356, app/assets/stylesheets/components/button.sass */
.btn-group .btn.rounded:first-child:last-child {
  border-radius: 0.5rem !important;
}

/* line 360, app/assets/stylesheets/components/button.sass */
.btn-group .btn.rounded-pill:first-child:not(:last-child) {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 364, app/assets/stylesheets/components/button.sass */
.btn-group .btn.rounded-pill:last-child:not(:first-child) {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* line 368, app/assets/stylesheets/components/button.sass */
.btn-group .btn.rounded-pill:first-child:last-child {
  border-radius: 50rem !important;
}

/* line 373, app/assets/stylesheets/components/button.sass */
.btn-group .btn:not(.rounded):not(.rounded-pill):not(.rounded-0):first-child:not(:last-child) {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 377, app/assets/stylesheets/components/button.sass */
.btn-group .btn:not(.rounded):not(.rounded-pill):not(.rounded-0):last-child:not(:first-child) {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 381, app/assets/stylesheets/components/button.sass */
.btn-group .btn:not(.rounded):not(.rounded-pill):not(.rounded-0):first-child:last-child {
  border-radius: 0.375rem !important;
}

/* line 388, app/assets/stylesheets/components/button.sass */
.table .btn:hover, table.default .btn:hover, .card .btn:hover, .fancy-panel .btn:hover, .table-responsive .btn:hover {
  position: relative;
  z-index: 2;
}

/* line 393, app/assets/stylesheets/components/button.sass */
.table .btn.btn-gradient:hover, table.default .btn.btn-gradient:hover, .table .btn.btn-custom-color:hover, table.default .btn.btn-custom-color:hover, .table .btn.btn-custom-outline:hover, table.default .btn.btn-custom-outline:hover, .card .btn.btn-gradient:hover, .card .btn.btn-custom-color:hover, .card .btn.btn-custom-outline:hover, .fancy-panel .btn.btn-gradient:hover, .fancy-panel .btn.btn-custom-color:hover, .fancy-panel .btn.btn-custom-outline:hover, .table-responsive .btn.btn-gradient:hover, .table-responsive .btn.btn-custom-color:hover, .table-responsive .btn.btn-custom-outline:hover {
  transform: scale(1.03) !important;
  box-shadow: 0 0 12px rgba(var(--custom-color-rgb, 167, 51, 93), 0.3) !important;
}

/* line 405, app/assets/stylesheets/components/button.sass */
.table td .btn:hover, table.default td .btn:hover,
.table th .btn:hover,
table.default th .btn:hover {
  transform: scale(1.02) !important;
}

/* line 411, app/assets/stylesheets/components/button.sass */
.btn.no-hover-scale:hover {
  transform: none !important;
}

/* line 420, app/assets/stylesheets/components/button.sass */
.card-body .btn.btn-gradient:not(.btn-sm):not(.btn-xs):hover, .card-body .btn.btn-custom-color:not(.btn-sm):not(.btn-xs):hover, .card-body .btn.btn-custom-outline:not(.btn-sm):not(.btn-xs):hover,
.fancy-panel-body .btn.btn-gradient:not(.btn-sm):not(.btn-xs):hover,
.fancy-panel-body .btn.btn-custom-color:not(.btn-sm):not(.btn-xs):hover,
.fancy-panel-body .btn.btn-custom-outline:not(.btn-sm):not(.btn-xs):hover {
  transform: scale(1.06) !important;
}

/* line 427, app/assets/stylesheets/components/button.sass */
> .btn {
  position: relative;
  margin-left: -2px;
}

/* line 431, app/assets/stylesheets/components/button.sass */
> .btn.rounded-pill:not(:first-child), > .btn.rounded:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 437, app/assets/stylesheets/components/button.sass */
.btn-label-spacer {
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  /* line 441, app/assets/stylesheets/components/button.sass */
  .btn:not(.btn-sm):not(.btn-xs):not(.btn-lg):not(.btn-xl) {
    padding: 0.6rem 1rem;
    font-size: 1.05rem;
  }
  /* line 445, app/assets/stylesheets/components/button.sass */
  .btn-sm, .btn-group-sm > .btn, .btn-xs {
    padding: 0.45rem 0.75rem;
    font-size: 0.95rem;
  }
  /* line 449, app/assets/stylesheets/components/button.sass */
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.15rem;
    font-size: 1.15rem;
    min-height: 52px;
  }
  /* line 454, app/assets/stylesheets/components/button.sass */
  .btn-xl {
    padding: 0.95rem 1.4rem;
    font-size: 1.3rem;
  }
  /* line 459, app/assets/stylesheets/components/button.sass */
  .btn i.fas, .btn i.far {
    font-size: 1.05em;
  }
}

/* line 1, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 576px) {
  /* line 1, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-wrapper {
    gap: 0.5rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-wrapper {
    gap: 0.75rem;
  }
}

@media (min-width: 769px) {
  /* line 1, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-wrapper {
    gap: 1rem;
  }
}

/* line 16, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border: 2px solid #A7335D;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(167, 51, 93, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}

/* line 56, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label:active {
  transform: translateY(0);
}

/* line 59, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label > * {
  position: relative;
  z-index: 1;
}

/* line 64, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.shape-rounded {
  border-radius: 0.5rem;
}

/* line 67, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.shape-pill {
  border-radius: 2rem;
}

/* line 70, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.shape-square {
  border-radius: 0;
}

/* line 73, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.shape-circle {
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 0.5rem;
}

/* line 78, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label i {
  margin-right: 0.5rem;
  transition: color 0.2s ease;
  color: #A7335D;
}

/* line 89, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-small {
  padding: 0.3rem 0.7rem;
}

/* line 92, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-small.shape-rounded {
  border-radius: 0.4rem;
}

/* line 95, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-medium {
  padding: 0.5rem 1rem;
}

/* line 98, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-medium.shape-rounded {
  border-radius: 0.5rem;
}

/* line 101, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-large {
  padding: 0.7rem 1.3rem;
}

/* line 104, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-large.shape-rounded {
  border-radius: 0.6rem;
}

/* line 107, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-xl {
  padding: 1rem 1.5rem;
}

/* line 110, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .fancy-label.box-size-xl.shape-rounded {
  border-radius: 0.7rem;
}

/* line 114, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .text-size-small {
  font-size: 0.75rem;
}

/* line 117, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .text-size-medium {
  font-size: 0.85rem;
}

/* line 120, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .text-size-large {
  font-size: 1rem;
}

/* line 123, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label {
  flex-direction: column;
  text-align: center;
  padding: 0.75rem 1rem;
}

/* line 128, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label.box-size-small {
  padding: 0.5rem 0.75rem;
}

/* line 131, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label.box-size-medium {
  padding: 0.75rem 1rem;
}

/* line 134, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label.box-size-large {
  padding: 1.25rem 1.5rem;
}

/* line 137, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label.box-size-xl {
  padding: 1.5rem 2rem;
}

/* line 140, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label .stacked-icon {
  margin-bottom: 0.5rem;
}

/* line 143, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label .stacked-text {
  font-size: 0.85rem;
  line-height: 1.1;
}

/* line 147, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label .stacked-text.text-size-small {
  font-size: 0.7rem;
}

/* line 150, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label .stacked-text.text-size-medium {
  font-size: 0.85rem;
}

/* line 153, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label .stacked-text.text-size-large {
  font-size: 1rem;
}

/* line 156, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .stacked-inside-label i {
  margin-right: 0;
}

/* line 160, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .icon-only-label i {
  margin-right: 0;
}

/* line 163, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .form-check-input:checked + .fancy-label {
  border-color: #A7335D;
  background-color: #A7335D;
  color: #fff;
}

/* line 168, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox .form-check-input:checked + .fancy-label i {
  color: #fff !important;
  -webkit-animation: checkbox-icon-pop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: checkbox-icon-pop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 174, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.custom-colors .form-check-input[data-unchecked-color] + .fancy-label {
  border-color: attr(data-unchecked-color);
}

/* line 177, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.custom-colors .form-check-input[data-checked-color]:checked + .fancy-label {
  border-color: attr(data-checked-color);
  background-color: attr(data-checked-color);
}

/* line 186, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.single-select .form-check-input:checked + .fancy-label {
  border-color: #A7335D;
  background-color: #A7335D;
  color: #fff;
  position: relative;
}

/* line 192, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.single-select .form-check-input:checked + .fancy-label:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 30%;
  background-color: #ffffff;
  border-radius: 3px 3px 0 0;
}

/* line 203, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 576px) {
  /* line 203, app/assets/stylesheets/components/checkbox.sass */
  .checkbox-with-external-label {
    padding: 0.25rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  /* line 203, app/assets/stylesheets/components/checkbox.sass */
  .checkbox-with-external-label {
    padding: 0.375rem;
  }
}

@media (min-width: 769px) {
  /* line 203, app/assets/stylesheets/components/checkbox.sass */
  .checkbox-with-external-label {
    padding: 0.5rem;
  }
}

/* line 218, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .fancy-label {
  margin-bottom: 0.25rem;
  padding: 0.75rem;
}

/* line 222, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .fancy-label.box-size-small {
  padding: 0.5rem;
}

/* line 225, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .fancy-label.box-size-medium {
  padding: 0.75rem;
}

/* line 228, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .fancy-label.box-size-large {
  padding: 1rem;
}

/* line 231, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .fancy-label.box-size-xl {
  padding: 1.25rem;
}

/* line 234, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .external-label-text {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
}

/* line 241, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .external-label-text.text-size-small {
  font-size: 0.7rem;
}

/* line 244, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .external-label-text.text-size-medium {
  font-size: 0.85rem;
}

/* line 247, app/assets/stylesheets/components/checkbox.sass */
.checkbox-with-external-label .external-label-text.text-size-large {
  font-size: 1rem;
}

/* line 252, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle .fancy-label.shape-circle {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 257, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle .fancy-label.shape-circle i {
  margin-right: 0;
}

/* line 261, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle.checkbox-with-external-label .fancy-label.shape-circle {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 265, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle.checkbox-with-external-label .fancy-label.shape-circle.box-size-small {
  width: 2rem;
  height: 2rem;
}

/* line 269, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle.checkbox-with-external-label .fancy-label.shape-circle.box-size-medium {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 273, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle.checkbox-with-external-label .fancy-label.shape-circle.box-size-large {
  width: 3rem;
  height: 3rem;
}

/* line 277, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.shape-circle.checkbox-with-external-label .fancy-label.shape-circle.box-size-xl {
  width: 3.5rem;
  height: 3.5rem;
}

/* line 282, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 576px) {
  /* line 282, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container {
    gap: 0.4rem;
  }
  /* line 291, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container .fancy-checkbox {
    min-width: calc(50% - 0.4rem);
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  /* line 282, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container {
    gap: 0.6rem;
  }
  /* line 296, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container .fancy-checkbox {
    min-width: calc(33.33% - 0.6rem);
  }
}

@media (min-width: 992px) {
  /* line 282, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container {
    gap: 0.8rem;
  }
  /* line 301, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container .fancy-checkbox {
    min-width: calc(25% - 0.8rem);
  }
}

@media (max-width: 576px) {
  /* line 306, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container .fancy-label {
    font-size: 0.85rem;
  }
  /* line 309, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-container .checkbox-with-external-label .external-label-text {
    font-size: 0.75rem;
  }
}

@-webkit-keyframes checkbox-icon-pop {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.25) rotate(10deg);
  }
  75% {
    transform: scale(0.95) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes checkbox-icon-pop {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.25) rotate(10deg);
  }
  75% {
    transform: scale(0.95) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes dot-checked-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes dot-checked-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* line 335, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot {
  align-items: flex-start;
}

/* line 338, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input {
  opacity: 1;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  margin-right: 0.75rem;
  margin-top: 0.2rem;
  vertical-align: top;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

/* line 353, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input.box-size-small {
  height: 0.875rem;
  width: 0.875rem;
}

/* line 356, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input.box-size-medium {
  height: 1rem;
  width: 1rem;
}

/* line 359, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input.box-size-large {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 362, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input.box-size-xl {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 366, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input:checked {
  background-color: #A7335D;
  border-color: #A7335D;
}

/* line 370, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: dot-checked-animation 0.3s ease;
          animation: dot-checked-animation 0.3s ease;
}

/* line 383, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .fancy-label.dot-label {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-weight: normal;
  color: #6c757d;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

/* line 396, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .fancy-label.dot-label:hover {
  background-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

/* line 401, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .fancy-label.dot-label i {
  color: inherit;
}

/* line 405, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .fancy-label.dot-label.text-size-small {
  font-size: 0.875rem;
}

/* line 407, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .fancy-label.dot-label.text-size-medium {
  font-size: 0.95rem;
}

/* line 409, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .fancy-label.dot-label.text-size-large {
  font-size: 1.05rem;
}

/* line 413, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input:checked + .fancy-label.dot-label {
  background-color: transparent !important;
  color: #495057 !important;
  border-color: transparent !important;
  box-shadow: none;
}

/* line 419, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox.display-dot .form-check-input.dot-input:checked + .fancy-label.dot-label i {
  color: inherit !important;
}

/* line 423, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox-label-text {
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.4;
}

/* line 428, app/assets/stylesheets/components/checkbox.sass */
.fancy-checkbox-label-text.small {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  /* line 432, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox-wrapper {
    gap: 0.75rem;
  }
  /* line 436, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .fancy-label {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }
  /* line 440, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .fancy-label.box-size-small {
    padding: 0.5rem 0.9rem;
  }
  /* line 443, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .fancy-label.box-size-medium {
    padding: 0.7rem 1.1rem;
  }
  /* line 446, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .fancy-label.box-size-large {
    padding: 0.9rem 1.4rem;
  }
  /* line 449, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .fancy-label.box-size-xl {
    padding: 1.1rem 1.6rem;
  }
  /* line 452, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .text-size-small {
    font-size: 0.9rem;
  }
  /* line 455, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .text-size-medium {
    font-size: 1rem;
  }
  /* line 458, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox .text-size-large {
    font-size: 1.1rem;
  }
  /* line 463, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox.display-dot .form-check-input.dot-input.box-size-small {
    height: 1rem;
    width: 1rem;
  }
  /* line 466, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox.display-dot .form-check-input.dot-input.box-size-medium {
    height: 1.1rem;
    width: 1.1rem;
  }
  /* line 469, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox.display-dot .form-check-input.dot-input.box-size-large {
    height: 1.35rem;
    width: 1.35rem;
  }
  /* line 472, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox.display-dot .form-check-input.dot-input.box-size-xl {
    height: 1.6rem;
    width: 1.6rem;
  }
  /* line 476, app/assets/stylesheets/components/checkbox.sass */
  .fancy-checkbox.display-dot .fancy-label.dot-label {
    font-size: 1rem;
  }
  /* line 480, app/assets/stylesheets/components/checkbox.sass */
  .checkbox-with-external-label .external-label-text {
    font-size: 0.95rem;
  }
}

/* line 2, app/assets/stylesheets/components/collapse_anim.sass */
.collapse-anim {
  overflow: hidden;
  transform-origin: bottom;
  transition: transform 200ms ease, opacity 200ms ease;
  will-change: transform, opacity;
}

/* line 8, app/assets/stylesheets/components/collapse_anim.sass */
.collapse-anim.collapsed {
  transform: scaleY(0);
  opacity: 0;
}

/* line 12, app/assets/stylesheets/components/collapse_anim.sass */
.collapse-anim.expanded {
  transform: scaleY(1);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/fancy_calendar.sass */
.fancy-calendar {
  width: 100% !important;
  min-width: 0;
  max-width: 100% !important;
  aspect-ratio: 1.43/1;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  padding: 2rem 1.5rem;
  margin: 0;
  font-family: inherit;
  display: flex;
  flex-direction: column;
}

/* line 14, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
  position: relative;
}

/* line 21, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-nav {
  background: #fceaea;
  border: none;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.5rem;
  color: #222;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.18s cubic-bezier(0.4, 0.2, 0.2, 1);
  box-shadow: 0 2px 8px rgba(252, 234, 234, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 36, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-nav:active {
  transform: scale(0.92);
}

/* line 38, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-nav:hover:not(.disabled) {
  background: #f8bcbc;
  color: #b30000;
  transform: scale(1.12) rotate(-8deg);
}

/* line 42, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-nav.disabled {
  background: #eee !important;
  color: #bbb !important;
  cursor: not-allowed !important;
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-nav.calendar-nav-loading {
  cursor: wait !important;
}

/* line 50, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-nav.calendar-nav-loading .spinner-icon {
  display: inline-block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #b30000;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

/* line 58, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-month-year {
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  color: #111;
  margin: 0 0.7rem;
  background: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
  flex-grow: 1;
  text-align: center;
}

/* line 71, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-header .calendar-month-year:hover {
  box-shadow: none;
}

/* line 73, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex-grow: 1;
  min-height: 0;
}

/* line 79, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.2rem;
}

/* line 83, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .weekday {
  text-align: center;
  font-size: 1rem;
  color: #888;
  font-weight: 500;
  padding-bottom: 0.2rem;
}

/* line 89, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  flex-grow: 1;
  min-height: 0;
}

/* line 95, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day {
  background: none;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #222;
  position: relative;
  transition: background 0.2s, color 0.2s;
  cursor: default;
}

/* line 106, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.other-month {
  color: #d3d3d3;
  cursor: default;
}

/* line 109, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day:hover:not(.other-month) {
  background: #f6f6f6;
}

/* line 111, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day .calendar-day-number {
  z-index: 2;
}

/* line 113, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-availability {
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-availability .calendar-day-number {
  background: #baf7c2;
  color: #1a4d1a;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 1.2rem;
  border: 2px solid #1a4d1a;
  box-shadow: 0 0 0 2px #fff, 0 2px 12px rgba(26, 77, 26, 0.1);
  padding: 0.18em 1.2em;
  margin: 0.1em 0;
  text-shadow: 0 1px 2px #e6ffe6, 0 0 2px #fff;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
}

/* line 132, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-availability:hover:not(.other-month) .calendar-day-number {
  background: #7ee887;
  color: #0e2e0e;
  box-shadow: 0 4px 24px rgba(26, 77, 26, 0.18), 0 0 0 2px #fff;
  transform: translateY(-2px) scale(1.06);
  z-index: 2;
}

/* line 139, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-availability.calendar-selected {
  border: none;
  box-shadow: none;
}

/* line 144, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-availability.calendar-selected .calendar-day-number {
  box-shadow: 0 0 0 2px #111, 0 0 0 4px #fff, 0 2px 12px rgba(26, 77, 26, 0.1);
}

/* line 150, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-busy {
  background: #ffd6d6;
  color: #b30000;
  font-weight: 600;
  border: 2px solid #b30000;
  box-shadow: 0 0 0 2px #fff;
}

/* line 156, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-selected {
  border: 2px solid #111;
  box-shadow: 0 0 0 2px #fff;
}

/* line 159, app/assets/stylesheets/components/fancy_calendar.sass */
.calendar-grid .calendar-day.calendar-highlight {
  -webkit-animation: pulse-highlight 0.7s ease-in-out 1;
          animation: pulse-highlight 0.7s ease-in-out 1;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse-highlight {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse-highlight {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  /* line 176, app/assets/stylesheets/components/fancy_calendar.sass */
  .fancy-calendar {
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
  }
  /* line 180, app/assets/stylesheets/components/fancy_calendar.sass */
  .calendar-header {
    gap: 1rem;
  }
  /* line 183, app/assets/stylesheets/components/fancy_calendar.sass */
  .calendar-header .calendar-nav {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
  /* line 188, app/assets/stylesheets/components/fancy_calendar.sass */
  .calendar-header .calendar-month-year {
    font-size: clamp(1.25rem, 4.5vw, 1.5rem);
  }
  /* line 192, app/assets/stylesheets/components/fancy_calendar.sass */
  .calendar-grid .weekday {
    font-size: 1rem;
  }
  /* line 195, app/assets/stylesheets/components/fancy_calendar.sass */
  .calendar-grid .calendar-day {
    font-size: clamp(1rem, 3.8vw, 1.2rem);
  }
  /* line 198, app/assets/stylesheets/components/fancy_calendar.sass */
  .calendar-grid .calendar-day .calendar-day-number {
    font-size: clamp(1.05rem, 4vw, 1.25rem);
  }
}

/* line 22, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown {
  display: inline-block;
  position: relative;
}

/* line 27, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown .fancy-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown .fancy-dropdown-toggle .fancy-dropdown-arrow {
  transition: transform 0.2s ease;
  font-size: 0.8em;
  margin-left: 0.25rem;
}

/* line 43, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown .fancy-dropdown-toggle[aria-expanded="true"] .fancy-dropdown-arrow {
  transform: rotate(180deg);
}

/* line 47, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown .fancy-dropdown-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 51, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown .fancy-dropdown-toggle:active {
  transform: translateY(0);
}

/* line 55, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown .fancy-dropdown-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(167, 51, 93, 0.25);
}

/* line 60, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: 1px solid transparent;
}

/* line 65, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  color: white;
}

/* line 69, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-secondary {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  border: 1px solid transparent;
}

/* line 74, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-secondary:hover {
  filter: brightness(1.1);
  color: white;
}

/* line 78, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-outline {
  background: transparent;
  color: #A7335D;
  border: 2px solid #A7335D;
}

/* line 83, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-outline:hover {
  background: #A7335D;
  color: white;
}

/* line 87, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-ghost {
  background: transparent;
  color: #A7335D;
  border: 1px solid transparent;
}

/* line 92, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-ghost:hover {
  background: rgba(167, 51, 93, 0.1);
  color: #A7335D;
}

/* line 96, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-danger {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  border: 1px solid transparent;
}

/* line 101, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-danger:hover {
  filter: brightness(1.1);
  color: white;
}

/* line 106, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

/* line 110, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-md {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/* line 114, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

/* line 118, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-xl {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
}

/* line 123, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-rounded {
  border-radius: 8px;
}

/* line 126, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-pill {
  border-radius: 50px;
}

/* line 129, app/assets/stylesheets/components/fancy_dropdown.sass */
.btn-fancy-square {
  border-radius: 4px;
}

/* line 133, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 0.75rem 0;
  min-width: 200px;
  z-index: 1050;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95) translateY(-10px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 151, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}

/* line 158, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-menu.hiding {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95) translateY(-10px);
}

/* line 164, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-menu[style*="position: fixed"] {
  z-index: 9999 !important;
}

/* line 168, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #343a40;
  text-decoration: none;
  border: none;
  background: none;
  transition: all 0.15s ease;
  cursor: pointer;
}

/* line 180, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item:hover {
  background: rgba(167, 51, 93, 0.08);
  color: #A7335D;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item:hover .fancy-dropdown-icon {
  color: #A7335D;
  transform: translateX(2px);
}

/* line 189, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item:active {
  background: rgba(167, 51, 93, 0.12);
}

/* line 192, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item.text-danger {
  color: #dc3545;
}

/* line 195, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item.text-danger:hover {
  background: rgba(220, 53, 69, 0.08);
  color: #dc3545;
}

/* line 199, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item.text-danger:hover .fancy-dropdown-icon {
  color: #dc3545;
}

/* line 203, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-icon {
  width: 1.25rem;
  margin-right: 0.75rem;
  transition: all 0.15s ease;
  text-align: center;
  flex-shrink: 0;
}

/* line 211, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-item-text {
  flex: 1;
  font-weight: 500;
}

/* line 216, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-badge {
  background: #A7335D;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  margin-left: 0.5rem;
}

/* line 225, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-divider {
  margin: 0.5rem 0;
  border: none;
  border-top: 1px solid #dee2e6;
}

@media (max-width: 768px) {
  /* line 232, app/assets/stylesheets/components/fancy_dropdown.sass */
  .fancy-dropdown-menu {
    min-width: min(90vw, 260px);
    max-width: 90vw;
    border-radius: 12px;
  }
  /* line 237, app/assets/stylesheets/components/fancy_dropdown.sass */
  .fancy-dropdown-item {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
  /* line 241, app/assets/stylesheets/components/fancy_dropdown.sass */
  .btn-fancy-sm {
    padding: 0.5rem 0.9rem;
    font-size: 0.95rem;
  }
  /* line 245, app/assets/stylesheets/components/fancy_dropdown.sass */
  .btn-fancy-md {
    padding: 0.65rem 1.05rem;
    font-size: 1rem;
  }
}

/* line 250, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1049;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

/* line 262, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-backdrop.show {
  opacity: 1;
  visibility: visible;
}

/* line 268, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-glass .fancy-dropdown-menu {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 275, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-dark .fancy-dropdown-menu {
  background: #343a40;
  border-color: #495057;
}

/* line 279, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-dark .fancy-dropdown-item {
  color: #dee2e6;
}

/* line 282, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-dark .fancy-dropdown-item:hover {
  background: rgba(167, 51, 93, 0.15);
  color: #A7335D;
}

/* line 286, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-dark .fancy-dropdown-divider {
  border-color: #343a40;
}

@-webkit-keyframes fancy-dropdown-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(-5px);
  }
  70% {
    transform: scale(0.9) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes fancy-dropdown-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(-5px);
  }
  70% {
    transform: scale(0.9) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* line 305, app/assets/stylesheets/components/fancy_dropdown.sass */
.fancy-dropdown-bounce .fancy-dropdown-menu.show {
  -webkit-animation: fancy-dropdown-bounce-in 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fancy-dropdown-bounce-in 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 3, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 10, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-header {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
}

/* line 15, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body {
  background: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* line 21, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* line 25, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.rounded-4 {
  border-radius: 1.5rem;
}

/* line 27, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.rounded-4::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  padding: 2px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* line 39, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel[class*="bg-gradient-"] {
  position: relative;
}

/* line 41, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel[class*="bg-gradient-"] .fancy-panel-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border-radius: inherit;
  pointer-events: none;
}

/* line 53, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.bg-white {
  background-color: #fff;
}

/* line 56, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.bg-primary {
  color: #fff;
}

/* line 59, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.bg-secondary {
  color: #fff;
}

/* line 63, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.rounded-pill {
  border-radius: 3rem;
}

/* line 66, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel.rounded-pill:not([class*="p-"]):not([class*="px-"]):not([class*="pl-"]):not([class*="pr-"]) {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 71, app/assets/stylesheets/components/fancy_panel.sass */
#sidebarNav.fancy-panel {
  transition: all 0.3s ease, border-radius 0.3s ease-in-out;
}

/* line 76, app/assets/stylesheets/components/fancy_panel.sass */
#sidebarNav.fancy-panel::before {
  transition: border-radius 0.3s ease-in-out;
}

/* line 79, app/assets/stylesheets/components/fancy_panel.sass */
#sidebarNav.fancy-panel::after {
  transition: border-radius 0.3s ease-in-out;
}

/* line 85, app/assets/stylesheets/components/fancy_panel.sass */
#sidebarNav.fancy-panel.rounded-pill:not([class*="p-"]):not([class*="px-"]):not([class*="pl-"]):not([class*="pr-"]) {
  padding-left: 0;
  padding-right: 0;
}

/* line 92, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table, .fancy-panel .fancy-panel-body table.default, .fancy-panel .fancy-panel-body .table.default {
  color: #212529;
}

/* line 95, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table a, .fancy-panel .fancy-panel-body table.default a, .fancy-panel .fancy-panel-body .table.default a {
  color: #A7335D;
  text-decoration: none;
}

/* line 98, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table a:hover, .fancy-panel .fancy-panel-body table.default a:hover, .fancy-panel .fancy-panel-body .table.default a:hover {
  color: #D45A58;
}

/* line 101, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table a.btn-gradient, .fancy-panel .fancy-panel-body table.default a.btn-gradient,
.fancy-panel .fancy-panel-body .table a.btn-custom-color,
.fancy-panel .fancy-panel-body table.default a.btn-custom-color, .fancy-panel .fancy-panel-body .table.default a.btn-gradient,
.fancy-panel .fancy-panel-body .table.default a.btn-custom-color {
  color: #fff;
}

/* line 104, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table a.btn-gradient:hover, .fancy-panel .fancy-panel-body table.default a.btn-gradient:hover,
.fancy-panel .fancy-panel-body .table a.btn-custom-color:hover,
.fancy-panel .fancy-panel-body table.default a.btn-custom-color:hover, .fancy-panel .fancy-panel-body .table.default a.btn-gradient:hover,
.fancy-panel .fancy-panel-body .table.default a.btn-custom-color:hover {
  color: #fff;
}

/* line 107, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table tbody, .fancy-panel .fancy-panel-body table.default tbody, .fancy-panel .fancy-panel-body .table tbody tr, .fancy-panel .fancy-panel-body table.default tbody tr, .fancy-panel .fancy-panel-body .table tbody td, .fancy-panel .fancy-panel-body table.default tbody td, .fancy-panel .fancy-panel-body .table tfoot, .fancy-panel .fancy-panel-body table.default tfoot, .fancy-panel .fancy-panel-body .table tfoot tr, .fancy-panel .fancy-panel-body table.default tfoot tr, .fancy-panel .fancy-panel-body .table tfoot td, .fancy-panel .fancy-panel-body table.default tfoot td, .fancy-panel .fancy-panel-body .table.default tbody, .fancy-panel .fancy-panel-body .table.default tbody tr, .fancy-panel .fancy-panel-body .table.default tbody td, .fancy-panel .fancy-panel-body .table.default tfoot, .fancy-panel .fancy-panel-body .table.default tfoot tr, .fancy-panel .fancy-panel-body .table.default tfoot td {
  color: #212529;
}

/* line 110, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table thead.table-light, .fancy-panel .fancy-panel-body table.default thead.table-light, .fancy-panel .fancy-panel-body .table.default thead.table-light {
  background: #f1f1f1 !important;
}

/* line 112, app/assets/stylesheets/components/fancy_panel.sass */
.fancy-panel .fancy-panel-body .table thead.table-light th, .fancy-panel .fancy-panel-body table.default thead.table-light th, .fancy-panel .fancy-panel-body .table.default thead.table-light th {
  color: #212529 !important;
}

@media (max-width: 768px) {
  /* line 116, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 122, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel,
.fancy-panel .fancy-panel-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 127, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel-header {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.9rem 1rem !important;
  }
  /* line 132, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel-header h4, .fancy-panel-header .h4 {
    font-size: 1.1rem;
  }
  /* line 135, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel-header .d-flex {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 140, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel-body .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }
  /* line 144, app/assets/stylesheets/components/fancy_panel.sass */
  .fancy-panel-body .row > [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 2, app/assets/stylesheets/components/fancy_select.sass */
.cursor-pointer {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/components/fancy_select.sass */
.fancy-select-no-results {
  font-style: italic;
  color: #6c757d;
}

/* line 1, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  overflow-x: hidden;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0;
  box-shadow: none;
  background-color: transparent;
}

/* line 14, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe.back-timeframe {
  min-height: 220px;
  max-height: clamp(260px, 45vh, 420px);
}

/* line 18, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list {
  padding-left: 0;
  margin-bottom: 0;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

/* line 26, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item {
  padding: 0.25rem 0.5rem;
  border-bottom: none;
}

/* line 30, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item:last-child {
  border-bottom: none;
}

/* line 33, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* line 46, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal::before, .fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal::after {
  content: none !important;
  display: none !important;
}

/* line 51, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal:hover, .fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal:focus, .fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal:active {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* line 58, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal .time-display {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

/* line 63, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal .status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease;
}

/* line 71, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.available .fancy-timeframe-button-internal {
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.available .fancy-timeframe-button-internal .time-display {
  color: #28a745;
}

/* line 75, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.available .fancy-timeframe-button-internal .status-indicator {
  background-color: #28a745;
}

/* line 78, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.available .fancy-timeframe-button-internal:hover {
  background-color: #e9f5ec;
}

/* line 80, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.available .fancy-timeframe-button-internal:hover .time-display {
  color: #155724;
}

/* line 82, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.available .fancy-timeframe-button-internal:hover .status-indicator {
  transform: scale(1.2);
}

/* line 86, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.selected .fancy-timeframe-button-internal {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.selected .fancy-timeframe-button-internal .time-display {
  color: #fff;
}

/* line 94, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.selected .fancy-timeframe-button-internal .status-indicator {
  background-color: #fff;
  transform: scale(1.3);
  box-shadow: 0 0 0 2px #007bff;
}

/* line 100, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.disabled .fancy-timeframe-button-internal {
  cursor: not-allowed;
  background-color: #f8f9fa;
}

/* line 103, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.disabled .fancy-timeframe-button-internal .time-display {
  color: #aaa;
  text-decoration: line-through;
}

/* line 106, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.disabled .fancy-timeframe-button-internal .status-indicator {
  background-color: #e0e0e0;
}

/* line 109, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-list .fancy-timeframe-item.disabled .fancy-timeframe-button-internal:hover {
  background-color: #f8f9fa;
}

/* line 112, app/assets/stylesheets/components/fancy_timeframe.sass */
.back-timeframe .fancy-timeframe-list {
  min-height: 0;
  max-height: 100%;
}

/* line 116, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-empty {
  padding: 1rem 1.2rem;
  text-align: center;
  color: #777;
  background-color: transparent;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 126, app/assets/stylesheets/components/fancy_timeframe.sass */
.fancy-timeframe-item {
  background-color: transparent;
}

@media (max-width: 768px) {
  /* line 130, app/assets/stylesheets/components/fancy_timeframe.sass */
  .fancy-timeframe {
    padding: 0.75rem 0;
  }
  /* line 134, app/assets/stylesheets/components/fancy_timeframe.sass */
  .fancy-timeframe-list .fancy-timeframe-item {
    padding: 0.4rem 0.75rem;
  }
  /* line 138, app/assets/stylesheets/components/fancy_timeframe.sass */
  .fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal .time-display {
    font-size: 1.2rem;
  }
  /* line 141, app/assets/stylesheets/components/fancy_timeframe.sass */
  .fancy-timeframe-list .fancy-timeframe-item .fancy-timeframe-button-internal .status-indicator {
    width: 12px;
    height: 12px;
  }
  /* line 145, app/assets/stylesheets/components/fancy_timeframe.sass */
  .fancy-timeframe-empty {
    font-size: 1rem;
  }
}

/* line 1, app/assets/stylesheets/components/header.sass */
.header-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 5, app/assets/stylesheets/components/header.sass */
.app-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/components/header.sass */
.environment-tag {
  font-size: 0.65rem;
  color: #dc3545;
  display: block;
  line-height: 1;
  margin-top: 0.2rem;
}

/* line 18, app/assets/stylesheets/components/header.sass */
.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 22, app/assets/stylesheets/components/header.sass */
.navbar .navbar-nav {
  align-items: center;
}

/* line 25, app/assets/stylesheets/components/header.sass */
.header-spacer {
  height: calc(2rem + 1.5rem);
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/honeypot.sass */
input[id$=_hp] {
  height: 0;
  width: 0;
  border: none;
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 2, app/assets/stylesheets/components/index_actions.sass */
.index-actions .index-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 7, app/assets/stylesheets/components/index_actions.sass */
.index-actions .index-actions__buttons .btn {
  margin: 0 !important;
}

/* line 10, app/assets/stylesheets/components/index_actions.sass */
.index-actions .index-actions__search {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

/* line 15, app/assets/stylesheets/components/index_actions.sass */
.index-actions .index-actions__search form {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 19, app/assets/stylesheets/components/index_actions.sass */
  .index-actions {
    row-gap: 0.75rem;
  }
  /* line 22, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__buttons,
.index-actions .index-actions__search {
    width: 100%;
  }
  /* line 26, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.6rem;
  }
  /* line 31, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__buttons .btn {
    width: 100%;
  }
  /* line 34, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__buttons .btn.mobile-full {
    grid-column: 1 / -1;
  }
  /* line 37, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start !important;
    align-content: flex-start;
    row-gap: 0.35rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  /* line 46, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search form {
    width: 100%;
    flex: 0 0 auto;
    min-width: 0;
    max-width: 100%;
  }
  /* line 52, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .input-group {
    width: 100%;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    height: 52px;
    max-height: 52px;
  }
  /* line 60, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .input-group .input-wrapper {
    flex: 1 1 auto;
    width: auto;
  }
  /* line 64, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .input-group .fancy-input-group {
    flex: 1 1 auto;
    width: auto !important;
    min-height: 52px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 71, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .input-group > .btn {
    align-self: stretch;
    width: auto !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    white-space: nowrap;
    min-height: 0;
    height: 52px;
    min-height: 52px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1;
  }
  /* line 84, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .btn {
    width: 100%;
    margin-left: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  /* line 91, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search > .btn {
    width: 100%;
  }
  /* line 94, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .search-submit {
    font-size: 0 !important;
    line-height: 0 !important;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  /* line 100, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .search-submit i {
    font-size: 1.15rem;
    line-height: 1;
    margin-right: 0;
  }
  /* line 105, app/assets/stylesheets/components/index_actions.sass */
  .index-actions .index-actions__search .btn[data-mobile-label]::after {
    content: attr(data-mobile-label);
    margin-left: 0.5rem;
    font-weight: 600;
  }
}

/* line 3, app/assets/stylesheets/components/input.sass */
.fancy-input-group {
  box-sizing: border-box;
  border: 1px solid #343a40;
  border-radius: 25px;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* line 12, app/assets/stylesheets/components/input.sass */
.fancy-input-group:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* line 15, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-sm) {
  padding: 0.25rem 0.6rem;
}

/* line 18, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-lg) {
  padding: 0.6rem 1rem;
  min-height: 48px;
}

/* line 21, app/assets/stylesheets/components/input.sass */
.fancy-input-group:not(:has(.form-control-sm)):not(:has(.form-control-lg)):not(.xl-size) {
  padding: 0.45rem 0.85rem;
}

/* line 24, app/assets/stylesheets/components/input.sass */
.fancy-input-group.xl-size {
  padding: 0.8rem 1.25rem;
}

/* line 27, app/assets/stylesheets/components/input.sass */
.fancy-input-group.rounded-3 {
  border-radius: 0.75rem !important;
}

/* line 30, app/assets/stylesheets/components/input.sass */
.fancy-input-group.rounded {
  border-radius: 0.5rem !important;
}

/* line 33, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-thick {
  border-width: 2px !important;
}

/* line 36, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-thicker {
  border-width: 3px !important;
}

/* line 39, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-primary {
  border-color: #A7335D !important;
}

/* line 42, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-secondary {
  border-color: #D45A58 !important;
}

/* line 45, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-success {
  border-color: #198754 !important;
}

/* line 48, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-danger {
  border-color: #dc3545 !important;
}

/* line 51, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-warning {
  border-color: #f39c12 !important;
}

/* line 54, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-info {
  border-color: #0dcaf0 !important;
}

/* line 57, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-light {
  border-color: #f8f9fa !important;
}

/* line 60, app/assets/stylesheets/components/input.sass */
.fancy-input-group.border-dark {
  border-color: #212529 !important;
}

/* line 64, app/assets/stylesheets/components/input.sass */
.fancy-input-group.required label.floating-label::after {
  content: "*";
  color: #dc3545;
  margin-left: 0.25rem;
}

/* line 69, app/assets/stylesheets/components/input.sass */
.fancy-input-group .input-group-text {
  background: transparent;
  border: none;
  padding: 0 10px;
}

/* line 74, app/assets/stylesheets/components/input.sass */
.fancy-input-group .input-group-text.icon-expanded {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
}

/* line 81, app/assets/stylesheets/components/input.sass */
.fancy-input-group .input-group-text.icon-expanded i {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

/* line 87, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-sm) .input-group-text.icon-expanded {
  width: 2rem;
  min-width: 2rem;
}

/* line 90, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-sm) .input-group-text.icon-expanded i {
  font-size: 1rem;
}

/* line 94, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-lg) .input-group-text.icon-expanded {
  width: 3rem;
  min-width: 3rem;
}

/* line 97, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-lg) .input-group-text.icon-expanded i {
  font-size: 1.3rem;
}

/* line 101, app/assets/stylesheets/components/input.sass */
.fancy-input-group.xl-size .input-group-text.icon-expanded {
  width: 3.5rem;
  min-width: 3.5rem;
}

/* line 104, app/assets/stylesheets/components/input.sass */
.fancy-input-group.xl-size .input-group-text.icon-expanded i {
  font-size: 1.5rem;
}

/* line 107, app/assets/stylesheets/components/input.sass */
.fancy-input-group .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
  height: calc(1rem * 1.5);
  min-height: 0;
}

/* line 117, app/assets/stylesheets/components/input.sass */
.fancy-input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

/* line 121, app/assets/stylesheets/components/input.sass */
.fancy-input-group.file-input {
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.03), rgba(212, 90, 88, 0.04));
}

/* line 124, app/assets/stylesheets/components/input.sass */
.fancy-input-group.file-input .form-control[type="file"] {
  height: auto;
  min-height: 0;
  line-height: 1.3;
  padding: 0;
  cursor: pointer;
}

/* line 131, app/assets/stylesheets/components/input.sass */
.fancy-input-group.file-input .form-control[type="file"]::-webkit-file-upload-button {
  width: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
          appearance: none;
}
.fancy-input-group.file-input .form-control[type="file"]::file-selector-button {
  width: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 140, app/assets/stylesheets/components/input.sass */
.fancy-input-group.file-input .form-control[type="file"]::-webkit-file-upload-button {
  width: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
}

/* line 150, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-sm) .form-control.form-control-sm {
  font-size: 0.875rem;
  height: calc(0.875rem * 1.5);
  min-height: 0;
}

/* line 156, app/assets/stylesheets/components/input.sass */
.fancy-input-group:has(.form-control-lg):not(.xl-size) .form-control.form-control-lg {
  font-size: 1.1rem;
  height: calc(1.1rem * 1.5);
  min-height: 0;
}

/* line 162, app/assets/stylesheets/components/input.sass */
.fancy-input-group.xl-size .form-control.form-control-lg {
  font-size: 1.25rem;
  height: calc(1.25rem * 1.5);
  min-height: 0;
}

/* line 167, app/assets/stylesheets/components/input.sass */
.fancy-input-group .input-warning-text {
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #dc3545;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
}

/* line 177, app/assets/stylesheets/components/input.sass */
.fancy-input-group .input-warning-text.show {
  opacity: 1;
  max-height: 3rem;
  margin-top: 0.5rem;
}

/* line 182, app/assets/stylesheets/components/input.sass */
.fancy-input-group.floating-label {
  position: relative;
}

/* line 184, app/assets/stylesheets/components/input.sass */
.fancy-input-group.floating-label label.floating-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.2s;
  opacity: 0.7;
}

/* line 194, app/assets/stylesheets/components/input.sass */
.fancy-input-group.floating-label .form-control::-moz-placeholder {
  color: transparent;
}
.fancy-input-group.floating-label .form-control:-ms-input-placeholder {
  color: transparent;
}
.fancy-input-group.floating-label .form-control::placeholder {
  color: transparent;
}

/* line 196, app/assets/stylesheets/components/input.sass */
.fancy-input-group.floating-label .form-control:-moz-placeholder-shown + .floating-label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.fancy-input-group.floating-label .form-control:-ms-input-placeholder + .floating-label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.fancy-input-group.floating-label .form-control:placeholder-shown + .floating-label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

/* line 200, app/assets/stylesheets/components/input.sass */
.fancy-input-group.floating-label .form-control:not(:-moz-placeholder-shown) + .floating-label {
  top: -0.8rem;
  left: 0rem;
  opacity: 1;
}
.fancy-input-group.floating-label .form-control:not(:-ms-input-placeholder) + .floating-label {
  top: -0.8rem;
  left: 0rem;
  opacity: 1;
}
.fancy-input-group.floating-label .form-control:focus + .floating-label, .fancy-input-group.floating-label .form-control:not(:placeholder-shown) + .floating-label {
  top: -0.8rem;
  left: 0rem;
  opacity: 1;
}

/* line 207, app/assets/stylesheets/components/input.sass */
.fancy-input-group.has-icon label.floating-label {
  left: 3.5rem;
}

/* line 211, app/assets/stylesheets/components/input.sass */
.fancy-input-group.has-icon:has(.form-control-sm) label.floating-label {
  left: 2.5rem;
}

/* line 215, app/assets/stylesheets/components/input.sass */
.fancy-input-group.has-icon:has(.form-control-lg) label.floating-label {
  left: 4rem;
}

/* line 219, app/assets/stylesheets/components/input.sass */
.fancy-input-group.has-icon.xl-size label.floating-label {
  left: 4.5rem;
}

/* line 222, app/assets/stylesheets/components/input.sass */
.fancy-input-group .input-group-text.icon-expanded.is-clickable {
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/components/input.sass */
.fancy-input-group input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

/* line 231, app/assets/stylesheets/components/input.sass */
.fancy-input-group input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 236, app/assets/stylesheets/components/input.sass */
.input-wrapper {
  position: relative;
}

/* line 239, app/assets/stylesheets/components/input.sass */
.input-wrapper .input-warning-text {
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  pointer-events: none;
}

/* line 248, app/assets/stylesheets/components/input.sass */
.input-wrapper .input-warning-text.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 254, app/assets/stylesheets/components/input.sass */
.input-group {
  display: flex;
}

/* line 257, app/assets/stylesheets/components/input.sass */
.input-group .fancy-input-group {
  border-radius: 25px;
}

/* line 261, app/assets/stylesheets/components/input.sass */
.input-group .fancy-input-group + .btn, .input-group .fancy-input-group:has(+ .btn) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 269, app/assets/stylesheets/components/input.sass */
.input-group .fancy-input-group.rounded-pill + .btn,
.input-group .fancy-input-group[class*="rounded"] + .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 274, app/assets/stylesheets/components/input.sass */
.input-group .fancy-input-group.rounded-pill:has(+ .btn), .input-group .fancy-input-group.rounded-pill:has(~ .btn),
.input-group .fancy-input-group[class*="rounded"]:has(+ .btn),
.input-group .fancy-input-group[class*="rounded"]:has(~ .btn) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 281, app/assets/stylesheets/components/input.sass */
.input-group .btn:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: -1px;
}

/* line 286, app/assets/stylesheets/components/input.sass */
.input-group .btn:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 292, app/assets/stylesheets/components/input.sass */
form[data-turbo-frame] .input-group .fancy-input-group {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 296, app/assets/stylesheets/components/input.sass */
form[data-turbo-frame] .input-group .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 301, app/assets/stylesheets/components/input.sass */
.fancy-input-group.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 305, app/assets/stylesheets/components/input.sass */
.fancy-input-group.disabled .form-control:focus {
  box-shadow: none;
  outline: none;
}

/* line 309, app/assets/stylesheets/components/input.sass */
.fancy-checkbox-wrapper.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 313, app/assets/stylesheets/components/input.sass */
.fancy-checkbox-wrapper.disabled .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 768px) {
  /* line 318, app/assets/stylesheets/components/input.sass */
  .fancy-input-group {
    padding: 0.75rem 1rem;
    border-radius: 1rem;
  }
  /* line 322, app/assets/stylesheets/components/input.sass */
  .fancy-input-group:has(.form-control-sm) {
    padding: 0.55rem 0.9rem;
  }
  /* line 325, app/assets/stylesheets/components/input.sass */
  .fancy-input-group:has(.form-control-lg) {
    padding: 0.85rem 1.1rem;
    min-height: 54px;
  }
  /* line 329, app/assets/stylesheets/components/input.sass */
  .fancy-input-group .form-control {
    font-size: 1.05rem;
    height: calc(1.05rem * 1.5);
  }
  /* line 333, app/assets/stylesheets/components/input.sass */
  .fancy-input-group .input-group-text.icon-expanded {
    width: 3rem;
    min-width: 3rem;
  }
  /* line 337, app/assets/stylesheets/components/input.sass */
  .fancy-input-group .input-group-text.icon-expanded i {
    font-size: 1.3rem;
  }
  /* line 341, app/assets/stylesheets/components/input.sass */
  .fancy-input-group.xl-size .input-group-text.icon-expanded {
    width: 3.6rem;
    min-width: 3.6rem;
  }
  /* line 345, app/assets/stylesheets/components/input.sass */
  .fancy-input-group.xl-size .input-group-text.icon-expanded i {
    font-size: 1.6rem;
  }
  /* line 348, app/assets/stylesheets/components/input.sass */
  .fancy-input-group.xl-size .form-control.form-control-lg {
    font-size: 1.35rem;
    height: calc(1.35rem * 1.5);
  }
  /* line 353, app/assets/stylesheets/components/input.sass */
  .input-group {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  /* line 358, app/assets/stylesheets/components/input.sass */
  .input-group .fancy-input-group,
.input-group .fancy-select-custom-container,
.input-group > .btn {
    width: 100% !important;
    margin-left: 0 !important;
  }
  /* line 364, app/assets/stylesheets/components/input.sass */
  .input-group .fancy-input-group,
.input-group .fancy-select-custom-container .fancy-selection-display,
.input-group > .btn {
    border-radius: 0.75rem !important;
  }
  /* line 369, app/assets/stylesheets/components/input.sass */
  .input-group .fancy-input-group + .btn,
.input-group .fancy-input-group:has(+ .btn) {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  /* line 374, app/assets/stylesheets/components/input.sass */
  .input-group > .btn {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}

/* line 1, app/assets/stylesheets/components/layout.sass */
body {
  background-color: #F7F7F7;
}

/* line 4, app/assets/stylesheets/components/layout.sass */
.iframe_body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 7, app/assets/stylesheets/components/layout.sass */
.iframe_body #main {
  padding: 0px !important;
  margin: 0px !important;
}

/* line 10, app/assets/stylesheets/components/layout.sass */
.iframe_body .nav {
  display: none;
}

/* line 13, app/assets/stylesheets/components/layout.sass */
#main {
  padding: 0 1rem;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/components/layout.sass */
  #main {
    padding: 0 0.75rem;
  }
  /* line 22, app/assets/stylesheets/components/layout.sass */
  form .row > [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 27, app/assets/stylesheets/components/layout.sass */
  .panel {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 31, app/assets/stylesheets/components/layout.sass */
  .panel .row > [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 35, app/assets/stylesheets/components/layout.sass */
  .actions.top {
    text-align: left;
  }
  /* line 38, app/assets/stylesheets/components/layout.sass */
  .actions.top .btn {
    width: 100%;
  }
  /* line 41, app/assets/stylesheets/components/layout.sass */
  td.actions {
    white-space: normal !important;
    width: auto !important;
    text-align: left;
  }
  /* line 46, app/assets/stylesheets/components/layout.sass */
  td.actions .btn {
    margin: 0 0.35rem 0.35rem 0 !important;
  }
  /* line 49, app/assets/stylesheets/components/layout.sass */
  th.actions {
    width: auto !important;
    text-align: left;
  }
}

/* line 53, app/assets/stylesheets/components/layout.sass */
#flash {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* line 59, app/assets/stylesheets/components/layout.sass */
.actions.top {
  text-align: right;
  margin-bottom: 1rem;
}

/* line 63, app/assets/stylesheets/components/layout.sass */
.w100 {
  width: 100%;
}

/* line 66, app/assets/stylesheets/components/layout.sass */
.w0 {
  width: 0;
}

/* line 75, app/assets/stylesheets/components/layout.sass */
table a {
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/components/layout.sass */
td.actions {
  white-space: nowrap;
  width: 1em;
}

/* line 82, app/assets/stylesheets/components/layout.sass */
h1, .h1 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* line 87, app/assets/stylesheets/components/layout.sass */
.content_container {
  width: 100%;
  margin: 0;
}

/* line 2, app/assets/stylesheets/components/loading.sass */
.loading-spinner {
  border: 12px solid #f8d2c2;
  border-top: 12px solid #b97c96;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  background: transparent;
  border-right: 12px solid #b97c96;
  border-bottom: 12px solid #f8d2c2;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 5, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-container {
  display: flex;
  gap: 1.5rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
}

@media (max-width: 768px) {
  /* line 5, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar-container {
    flex-direction: column;
    gap: 1rem;
  }
}

/* line 15, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  padding: 2rem 1.5rem;
  margin: 0;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  min-height: 600px;
  transition: all 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* line 30, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar:not(.mc-initialized) {
  opacity: 0;
  transform: translateY(20px);
}

/* line 34, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar.mc-initialized {
  -webkit-animation: fadeInUp 0.4s ease-out forwards;
          animation: fadeInUp 0.4s ease-out forwards;
}

/* line 38, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel {
  width: 600px;
  min-width: 600px;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 600px;
  opacity: 1;
}

/* line 50, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel.panel-first-load {
  opacity: 0;
  -webkit-animation: panelFadeIn 0.3s ease-out forwards;
          animation: panelFadeIn 0.3s ease-out forwards;
}

@media (max-width: 1200px) {
  /* line 38, app/assets/stylesheets/components/meetings_calendar.sass */
  .opening-editor-panel {
    width: 500px;
    min-width: 500px;
  }
}

@media (max-width: 768px) {
  /* line 38, app/assets/stylesheets/components/meetings_calendar.sass */
  .opening-editor-panel {
    width: 100%;
    min-width: 0;
  }
}

/* line 62, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-header {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  color: white;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem 2rem 0 0;
}

/* line 71, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-header h3, .opening-editor-panel .panel-header .h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

/* line 76, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-header .close-panel {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 89, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-header .close-panel:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* line 93, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-content {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  border-radius: 0 0 2rem 2rem;
}

/* line 100, app/assets/stylesheets/components/meetings_calendar.sass */
.panel-first-load .opening-editor-panel .panel-content {
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.1s forwards;
          animation: contentSlideIn 0.4s ease-out 0.1s forwards;
}

/* line 105, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-tabs {
  display: flex;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

/* line 111, app/assets/stylesheets/components/meetings_calendar.sass */
.panel-first-load .opening-editor-panel .panel-tabs {
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.2s forwards;
          animation: contentSlideIn 0.4s ease-out 0.2s forwards;
}

/* line 116, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-tabs .tab-button {
  flex: 1;
  background: transparent;
  border: none;
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
}

/* line 127, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-tabs .tab-button:hover {
  background: rgba(167, 51, 93, 0.05);
  color: #A7335D;
}

/* line 131, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .panel-tabs .tab-button.active {
  background: white;
  color: #A7335D;
  border-bottom-color: #A7335D;
}

/* line 136, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .tab-content {
  padding: 2rem;
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

/* line 142, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .tab-content.active {
  display: block;
  -webkit-animation: contentSlideIn 0.3s ease-out forwards;
          animation: contentSlideIn 0.3s ease-out forwards;
}

/* line 147, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .tab-content.refreshing {
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.3s ease-out forwards;
          animation: contentSlideIn 0.3s ease-out forwards;
}

/* line 152, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .date-info {
  background: #fceaea;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.3s forwards;
          animation: contentSlideIn 0.4s ease-out 0.3s forwards;
}

/* line 162, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .date-info .selected-date {
  font-size: 1.2rem;
  font-weight: 700;
  color: #A7335D;
  margin-bottom: 0.5rem;
}

/* line 168, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-editor-panel .date-info .day-name {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 175, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form {
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.5s forwards;
          animation: contentSlideIn 0.4s ease-out 0.5s forwards;
}

/* line 180, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-group {
  margin-bottom: 1.5rem;
}

/* line 183, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #495057;
}

/* line 189, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-group input, .opening-form .form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

/* line 197, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-group input:focus, .opening-form .form-group select:focus {
  outline: none;
  border-color: #A7335D;
  box-shadow: 0 0 0 3px rgba(167, 51, 93, 0.1);
}

/* line 202, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .time-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.5rem;
  align-items: center;
}

/* line 208, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .time-inputs .time-separator {
  text-align: center;
  font-weight: 600;
  color: #6c757d;
}

/* line 213, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .time-inputs .time-input {
  display: flex;
  gap: 0.25rem;
}

/* line 217, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .time-inputs .time-input input {
  width: 60px;
  text-align: center;
}

/* line 221, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

/* line 226, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 234, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-primary {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  color: white;
}

/* line 238, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(167, 51, 93, 0.3);
}

/* line 242, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-success {
  background: #28a745;
  color: white;
}

/* line 246, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-success:hover {
  background: #218838;
  transform: translateY(-1px);
}

/* line 250, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-secondary {
  background: #6c757d;
  color: white;
}

/* line 254, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-secondary:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

/* line 258, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-danger {
  background: #dc3545;
  color: white;
}

/* line 262, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-form .form-actions .btn.btn-danger:hover {
  background: #c82333;
  transform: translateY(-1px);
}

/* line 267, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.4s forwards;
          animation: contentSlideIn 0.4s ease-out 0.4s forwards;
}

/* line 276, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .status-header {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}

/* line 281, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .current-horaires {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 286, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* line 297, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

/* line 301, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .time-range {
  font-weight: 700;
  color: #A7335D;
  font-size: 1.1rem;
}

/* line 306, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .meetings-count {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0 1rem;
}

/* line 311, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions {
  display: flex;
  gap: 0.5rem;
}

/* line 315, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 323, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions .btn.btn-sm, .current-status .horaire-item .horaire-actions .btn-group-sm > .btn, .current-status .horaire-item .horaire-actions .btn.btn-xs {
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
}

/* line 327, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions .btn.btn-outline-primary, .current-status .horaire-item .horaire-actions .btn.btn-default {
  color: #A7335D;
  border-color: #A7335D;
  background: transparent;
}

/* line 332, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions .btn.btn-outline-primary:hover, .current-status .horaire-item .horaire-actions .btn.btn-default:hover {
  background: #A7335D;
  color: white;
  transform: translateY(-1px);
}

/* line 337, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions .btn.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background: transparent;
}

/* line 342, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .horaire-item .horaire-actions .btn.btn-outline-danger:hover {
  background: #dc3545;
  color: white;
  transform: translateY(-1px);
}

/* line 347, app/assets/stylesheets/components/meetings_calendar.sass */
.current-status .no-horaires {
  text-align: center;
  color: #6c757d;
  font-style: italic;
  padding: 2rem;
  background: rgba(108, 117, 125, 0.05);
  border-radius: 0.5rem;
  border: 1px dashed #dee2e6;
}

/* line 357, app/assets/stylesheets/components/meetings_calendar.sass */
.add-horaire-section {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.6s forwards;
          animation: contentSlideIn 0.4s ease-out 0.6s forwards;
}

/* line 367, app/assets/stylesheets/components/meetings_calendar.sass */
.add-horaire-section h5, .add-horaire-section .h5 {
  color: #495057;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e9ecef;
}

/* line 374, app/assets/stylesheets/components/meetings_calendar.sass */
.add-horaire-section .opening-form {
  opacity: 1;
  transform: none;
  -webkit-animation: none;
          animation: none;
}

/* line 379, app/assets/stylesheets/components/meetings_calendar.sass */
.add-horaire-section .opening-form .form-actions {
  margin-top: 1.5rem;
}

/* line 382, app/assets/stylesheets/components/meetings_calendar.sass */
.add-horaire-section .opening-form .form-actions .btn {
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
}

/* line 386, app/assets/stylesheets/components/meetings_calendar.sass */
.closed-status {
  color: #dc3545;
  font-style: italic;
}

@-webkit-keyframes panelFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panelFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes contentSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contentSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 431, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  gap: 1rem;
}

/* line 439, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-loading .loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 444, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-loading .loading-text {
  color: #6c757d;
  font-size: 1.1rem;
  font-style: italic;
}

/* line 450, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  /* line 450, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar-header {
    flex-direction: column;
    gap: 1rem;
  }
}

/* line 461, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .calendar-nav-section {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* line 466, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .calendar-nav {
  background: #fceaea;
  border: none;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.5rem;
  color: #222;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.18s cubic-bezier(0.4, 0.2, 0.2, 1);
  box-shadow: 0 2px 8px rgba(252, 234, 234, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 482, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .calendar-nav:hover {
  background: #f8bcbc;
  color: #A7335D;
  transform: scale(1.12) rotate(-8deg);
}

/* line 487, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .calendar-nav:active {
  transform: scale(0.92);
}

/* line 490, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .date-picker-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 495, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .date-picker-wrapper .calendar-date-picker {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #f0c3c9;
  border-radius: 1.2rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.9rem;
  background: white;
  box-shadow: 0 6px 16px rgba(167, 51, 93, 0.18);
  transition: opacity 0.2s ease, width 0.2s ease;
  z-index: 5;
}

/* line 512, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .date-picker-wrapper.date-picker-open .calendar-date-picker {
  width: 11rem;
  opacity: 1;
  pointer-events: auto;
}

/* line 517, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .today-btn {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  border: none;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.1rem;
  color: white;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);
  box-shadow: 0 2px 8px rgba(167, 51, 93, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 1;
  transform: scale(1);
}

/* line 535, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .today-btn:hover {
  background: linear-gradient(135deg, #8a2a4d, #b84848);
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(167, 51, 93, 0.4);
}

/* line 540, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .today-btn:active {
  transform: scale(0.92);
}

/* line 543, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .today-btn.hidden-today {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
  transform: scale(0.95);
}

/* line 549, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .calendar-title {
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  color: #111;
  min-width: 200px;
  text-align: center;
  flex-grow: 1;
}

/* line 558, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .calendar-title.view-week {
  min-width: 280px;
}

@media (max-width: 768px) {
  /* line 549, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar-header .calendar-title {
    font-size: 1.3rem;
    min-width: auto;
  }
}

/* line 565, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .view-switcher {
  display: flex;
  background: #fceaea;
  border-radius: 1.2rem;
  padding: 0.3rem;
  gap: 0.2rem;
  box-shadow: 0 2px 8px rgba(252, 234, 234, 0.25);
}

/* line 573, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .view-btn {
  background: transparent;
  border: none;
  border-radius: 1rem;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* line 584, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .view-btn:hover {
  background: rgba(167, 51, 93, 0.1);
  color: #A7335D;
  transform: scale(1.05);
}

/* line 589, app/assets/stylesheets/components/meetings_calendar.sass */
.meetings-calendar-header .view-btn.active {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  color: white;
  box-shadow: 0 2px 8px rgba(167, 51, 93, 0.3);
  transform: scale(1.02);
}

/* line 596, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 603, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.8rem;
}

/* line 608, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .weekday {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  font-weight: 600;
  padding: 1rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 617, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.4rem;
  flex: 1;
}

/* line 623, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-day {
  background: white;
  border-radius: 1.2rem;
  padding: 0.8rem 0.3rem;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: background 0.2s, transform 0.18s cubic-bezier(0.4, 0.2, 0.2, 1);
  border: 1px solid #f1f1f1;
}

/* line 634, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-day:hover {
  background: #f6f6f6;
  transform: translateY(-1px);
}

/* line 638, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-day.other-month {
  background: #f8f9fa;
}

/* line 640, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-day.other-month .day-number {
  color: #d3d3d3;
}

/* line 644, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .calendar-day.has-meetings .day-number {
  font-weight: 700;
  color: #A7335D;
}

/* line 648, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .day-number {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #495057;
}

/* line 654, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .day-meetings {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 664, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .hidden-meetings {
  margin-top: 2px;
}

/* line 667, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .hidden-meetings .meeting-badge {
  margin-top: 2px;
}

/* line 670, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .more-meetings-toggle {
  margin-top: 4px;
  text-align: center;
}

/* line 674, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .more-meetings-toggle .btn-link {
  background: none;
  border: none;
  color: #A7335D;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 2px 4px;
  margin: 0;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
  font-style: italic;
}

/* line 688, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .more-meetings-toggle .btn-link:hover {
  background-color: rgba(167, 51, 93, 0.1);
  text-decoration: underline;
  color: #8B2A5B;
}

/* line 693, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .more-meetings-toggle .btn-link:focus {
  outline: 2px solid rgba(167, 51, 93, 0.3);
  outline-offset: 1px;
}

/* line 697, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .more-meetings-toggle .btn-link:active {
  transform: scale(0.95);
}

/* line 701, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.month-view .more-meetings {
  font-size: 0.8rem;
  color: #A7335D;
  font-style: italic;
  margin-top: 0.3rem;
  font-weight: 600;
  text-align: center;
}

/* line 711, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .calendar-week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  flex: 1;
}

/* line 717, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-column {
  background: white;
  border-radius: 1.2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* line 727, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-column:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* line 731, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-header {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

/* line 738, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-header .day-name {
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 745, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-header .day-number {
  font-size: 1.4rem;
  font-weight: 700;
  color: #495057;
  margin-top: 0.2rem;
}

/* line 751, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-header .opening-indicator {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
}

/* line 756, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-day-meetings {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
}

/* line 763, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-opening-status {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0.35rem 0.45rem;
  border-radius: 0.5rem;
}

/* line 773, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.week-view .week-opening-status.derived-closed {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.2);
}

/* line 780, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view .day-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f1f1f1;
}

/* line 786, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view h3, .calendar-grid.day-view .h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #495057;
  margin: 0;
}

/* line 792, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view .day-content {
  flex: 1;
}

/* line 795, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view .day-schedule {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 800, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view .no-meetings {
  text-align: center;
  color: #888;
  font-style: italic;
  padding: 3rem;
  font-size: 1.1rem;
}

/* line 808, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-content.day-scroll-container {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 0.35rem;
  max-height: 68vh;
  min-height: 420px;
  scroll-behavior: smooth;
}

/* line 818, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 1.1rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

/* line 825, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section.today {
  border-color: rgba(167, 51, 93, 0.35);
  box-shadow: 0 3px 12px rgba(167, 51, 93, 0.12);
}

/* line 829, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section .day-header {
  text-align: left;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}

/* line 835, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section .day-header h3, .calendar-grid.day-view.infinite-day-view .day-section .day-header .h3 {
  font-size: 1.15rem;
  margin: 0;
}

/* line 839, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section .day-schedule {
  gap: 0.75rem;
}

/* line 842, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section .day-opening-info {
  margin-bottom: 0.2rem;
}

/* line 845, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .day-section .no-meetings.compact {
  text-align: left;
  padding: 0.2rem 0;
  font-size: 0.95rem;
}

/* line 850, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-grid.day-view.infinite-day-view .meeting-card.week-card {
  border-radius: 0.9rem;
}

/* line 854, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.6rem;
  padding: 0.6rem 0.3rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);
  overflow: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #A7335D;
  margin: 0 0 0.25rem 0;
  width: calc(100% + 0px);
  min-height: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

/* line 873, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge:hover {
  box-shadow: 0 3px 12px rgba(167, 51, 93, 0.2);
  transform: translateY(-1px);
  border-left-color: #D45A58;
  border-color: #A7335D;
}

/* line 879, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-time {
  font-weight: 700;
  color: #A7335D;
  display: block;
  line-height: 1.3;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}

/* line 887, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-header-compact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}

/* line 893, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-header-compact .meeting-time {
  margin-bottom: 0;
}

/* line 896, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-header-compact .meeting-icons {
  display: flex;
  gap: 0.15rem;
  align-items: center;
}

/* line 901, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-header-compact .meeting-icons .meeting-icon {
  color: #6c757d;
  font-size: 0.65rem;
  cursor: help;
  transition: color 0.2s ease;
}

/* line 907, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-header-compact .meeting-icons .meeting-icon:hover {
  color: #A7335D;
}

/* line 910, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-icons {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
  color: #6c757d;
}

/* line 918, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-icons .meeting-icon {
  color: #6c757d;
  font-size: 0.65rem;
  cursor: help;
  transition: color 0.2s ease;
}

/* line 924, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-icons .meeting-icon:hover {
  color: #A7335D;
}

/* line 927, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-icons i {
  font-size: 0.65rem;
}

/* line 930, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-title {
  color: #495057;
  font-size: 0.7rem;
  font-weight: 600;
  display: block;
  line-height: 1.3;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

/* line 942, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-domain-service {
  color: #6c757d;
  font-size: 0.62rem;
  line-height: 1.2;
  margin-top: 0.1rem;
  white-space: normal;
  word-break: break-word;
}

/* line 950, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .meeting-customer {
  color: #6c757d;
  font-size: 0.65rem;
  display: block;
  line-height: 1.2;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 960, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-disabled {
  cursor: default;
  pointer-events: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: none;
}

/* line 966, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-disabled:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transform: none;
  border-left-color: inherit;
}

/* line 972, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-draft {
  border-left-color: #6c757d;
}

/* line 975, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-confirmed-by-customer {
  border-left-color: #17a2b8;
}

/* line 978, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-confirmed-by-workshop {
  border-left-color: #0d6efd;
}

/* line 981, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-updated-by-workshop {
  border-left-color: #fd7e14;
}

/* line 984, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-finalized {
  border-left-color: #198754;
}

/* line 987, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-canceled {
  border-left-color: #dc3545;
}

/* line 990, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-pending-workshop-confirmation {
  border-left-color: #ffc107;
}

/* line 993, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge.meeting-user-membership-pending {
  border-left-color: #e67e22;
}

/* line 996, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 1.2rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-left: 4px solid #A7335D;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* line 1006, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card:hover {
  box-shadow: 0 4px 20px rgba(167, 51, 93, 0.15);
  transform: translateY(-3px);
  border-left-color: #D45A58;
}

/* line 1011, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}

/* line 1018, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-header .meeting-time {
  font-weight: 700;
  font-size: 1rem;
  color: #A7335D;
}

/* line 1023, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-header .meeting-icons {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

/* line 1028, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-header .meeting-icons .meeting-icon {
  color: #6c757d;
  font-size: 0.8rem;
  cursor: help;
  transition: color 0.2s ease;
}

/* line 1034, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-header .meeting-icons .meeting-icon:hover {
  color: #A7335D;
}

/* line 1038, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 0.5rem;
}

/* line 1044, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-state, .meeting-card .meeting-content .meeting-domain-service {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.3rem;
}

/* line 1050, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-state {
  font-weight: 600;
}

/* line 1053, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-customer {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

/* line 1058, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-vrn {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

/* line 1066, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-vrn i {
  margin-right: 6px;
  font-size: 0.85rem;
  color: #666;
}

/* line 1071, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-status-draft {
  color: #f39c12;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

/* line 1079, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-status-draft i {
  margin-right: 6px;
  font-size: 0.85rem;
  color: #f39c12;
}

/* line 1084, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-status-canceled {
  color: #dc3545;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

/* line 1092, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-status-canceled i {
  margin-right: 6px;
  font-size: 0.85rem;
  color: #dc3545;
}

/* line 1097, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content .meeting-description {
  color: #6c757d;
  font-size: 0.85rem;
  line-height: 1.4;
}

/* line 1102, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content.meeting-disabled {
  cursor: default;
  pointer-events: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: none;
}

/* line 1108, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card .meeting-content.meeting-disabled:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transform: none;
  border-left-color: inherit;
}

/* line 1114, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-draft {
  border-left-color: #6c757d;
}

/* line 1117, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-confirmed-by-customer {
  border-left-color: #17a2b8;
}

/* line 1120, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-confirmed-by-workshop {
  border-left-color: #0d6efd;
}

/* line 1123, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-updated-by-workshop {
  border-left-color: #fd7e14;
}

/* line 1126, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-finalized {
  border-left-color: #198754;
}

/* line 1129, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-canceled {
  border-left-color: #dc3545;
}

/* line 1132, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-pending-workshop-confirmation {
  border-left-color: #ffc107;
}

/* line 1135, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.meeting-user-membership-pending {
  border-left-color: #e67e22;
}

/* line 1139, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card {
  padding: 0.7rem;
  font-size: 0.85rem;
}

/* line 1143, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-header {
  margin-bottom: 0.3rem;
}

/* line 1146, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-header .meeting-time {
  font-size: 0.85rem;
}

/* line 1150, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-content .meeting-title {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

/* line 1154, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-content .meeting-state, .meeting-card.week-card .meeting-content .meeting-domain-service {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}

/* line 1158, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-content .meeting-state i, .meeting-card.week-card .meeting-content .meeting-domain-service i {
  font-size: 0.7rem;
}

/* line 1161, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-content .meeting-customer {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

/* line 1165, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.week-card .meeting-content .meeting-description {
  font-size: 0.75rem;
}

/* line 1169, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card {
  padding: 1.2rem;
}

/* line 1173, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card .meeting-header .meeting-time {
  font-size: 1.2rem;
}

/* line 1177, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card .meeting-content .meeting-title {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

/* line 1181, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card .meeting-content .meeting-state, .meeting-card.day-card .meeting-content .meeting-domain-service {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

/* line 1185, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card .meeting-content .meeting-state i, .meeting-card.day-card .meeting-content .meeting-domain-service i {
  font-size: 0.85rem;
}

/* line 1188, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card .meeting-content .meeting-customer {
  font-size: 1rem;
}

/* line 1191, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-card.day-card .meeting-content .meeting-description {
  font-size: 0.9rem;
}

/* line 1195, app/assets/stylesheets/components/meetings_calendar.sass */
.status-confirmed {
  border-left-color: #198754;
}

/* line 1198, app/assets/stylesheets/components/meetings_calendar.sass */
.status-confirmed.meeting-badge {
  border-left-color: #198754;
}

/* line 1201, app/assets/stylesheets/components/meetings_calendar.sass */
.status-confirmed .meeting-time {
  color: #198754;
}

/* line 1204, app/assets/stylesheets/components/meetings_calendar.sass */
.status-pending {
  border-left-color: #F28A51;
}

/* line 1207, app/assets/stylesheets/components/meetings_calendar.sass */
.status-pending.meeting-badge {
  border-left-color: #F28A51;
}

/* line 1210, app/assets/stylesheets/components/meetings_calendar.sass */
.status-pending .meeting-time {
  color: #ce530f;
}

/* line 1213, app/assets/stylesheets/components/meetings_calendar.sass */
.status-cancelled {
  border-left-color: #dc3545;
}

/* line 1216, app/assets/stylesheets/components/meetings_calendar.sass */
.status-cancelled.meeting-badge {
  border-left-color: #dc3545;
}

/* line 1219, app/assets/stylesheets/components/meetings_calendar.sass */
.status-cancelled .meeting-time {
  color: #dc3545;
}

/* line 1222, app/assets/stylesheets/components/meetings_calendar.sass */
.status-completed {
  border-left-color: #A7335D;
}

/* line 1225, app/assets/stylesheets/components/meetings_calendar.sass */
.status-completed.meeting-badge {
  border-left-color: #A7335D;
}

/* line 1228, app/assets/stylesheets/components/meetings_calendar.sass */
.status-completed .meeting-time {
  color: #A7335D;
}

/* line 1231, app/assets/stylesheets/components/meetings_calendar.sass */
.status-default {
  border-left-color: #6c757d;
}

@media (max-width: 768px) {
  /* line 1236, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar {
    padding: 1rem;
    min-height: 500px;
  }
  /* line 1240, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meetings-calendar-header {
    flex-direction: column;
    gap: 1rem;
  }
  /* line 1244, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meetings-calendar-header .calendar-nav-section {
    gap: 1rem;
  }
  /* line 1247, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meetings-calendar-header .calendar-nav-section .calendar-nav {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.3rem;
  }
  /* line 1252, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meetings-calendar-header .calendar-nav-section .calendar-title {
    font-size: 1.3rem;
  }
  /* line 1256, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meetings-calendar-header .view-switcher .view-btn {
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
  }
  /* line 1262, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.month-view .calendar-days {
    gap: 0.25rem;
  }
  /* line 1265, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.month-view .calendar-day {
    min-height: 100px;
    padding: 0.6rem 0.2rem;
  }
  /* line 1269, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.month-view .day-number {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  /* line 1273, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meeting-badge {
    font-size: 0.65rem;
    padding: 0.4rem 0.2rem;
    min-height: 2.2rem;
  }
  /* line 1278, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meeting-badge .meeting-time, .meetings-calendar .meeting-badge .meeting-title {
    font-size: 0.65rem;
  }
  /* line 1281, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meeting-badge .meeting-customer {
    font-size: 0.6rem;
  }
  /* line 1284, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meeting-badge .meeting-domain-service {
    font-size: 0.58rem;
  }
  /* line 1287, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meeting-badge .meeting-icons {
    font-size: 0.6rem;
    margin-bottom: 0.1rem;
  }
  /* line 1291, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .meeting-badge .meeting-icons i {
    font-size: 0.55rem;
  }
  /* line 1296, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.week-view .calendar-week-days {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.4rem;
  }
  /* line 1300, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.week-view .week-day-column {
    min-height: 200px;
    padding: 0.8rem;
  }
  /* line 1304, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.week-view .week-day-column .week-day-header {
    margin-bottom: 0.8rem;
  }
  /* line 1307, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.week-view .week-day-column .day-number {
    font-size: 1.2rem;
  }
  /* line 1312, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .day-header {
    margin-bottom: 1.5rem;
  }
  /* line 1315, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .day-header h3, .meetings-calendar .calendar-grid.day-view .day-header .h3 {
    font-size: 1.5rem;
  }
  /* line 1318, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .meeting-card.day-card {
    padding: 1rem;
  }
  /* line 1322, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .meeting-card.day-card .meeting-content .meeting-state, .meetings-calendar .calendar-grid.day-view .meeting-card.day-card .meeting-content .meeting-domain-service {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }
  /* line 1326, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .meeting-card.day-card .meeting-content .meeting-state i, .meetings-calendar .calendar-grid.day-view .meeting-card.day-card .meeting-content .meeting-domain-service i {
    font-size: 0.75rem;
  }
  /* line 1331, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .meeting-card .meeting-content .meeting-state, .meetings-calendar .calendar-grid.day-view .meeting-card .meeting-content .meeting-domain-service {
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
  }
  /* line 1335, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view .meeting-card .meeting-content .meeting-state i, .meetings-calendar .calendar-grid.day-view .meeting-card .meeting-content .meeting-domain-service i {
    font-size: 0.7rem;
  }
  /* line 1339, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view.infinite-day-view .day-content.day-scroll-container {
    max-height: 62vh;
    min-height: 360px;
    gap: 0.8rem;
  }
  /* line 1344, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view.infinite-day-view .day-section {
    padding: 0.9rem;
  }
  /* line 1347, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view.infinite-day-view .day-section .day-header {
    margin-bottom: 0.6rem;
  }
  /* line 1350, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .calendar-grid.day-view.infinite-day-view .day-section .day-header h3, .meetings-calendar .calendar-grid.day-view.infinite-day-view .day-section .day-header .h3 {
    font-size: 1rem;
  }
  /* line 1354, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .opening-indicator {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.65rem;
    top: 0.3rem;
    right: 0.3rem;
  }
  /* line 1361, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .day-opening-info {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
  /* line 1365, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .day-opening-info .opening-status {
    font-size: 1rem;
  }
  /* line 1368, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .day-opening-info .opening-slots {
    gap: 0.5rem;
  }
  /* line 1371, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .day-opening-info .opening-slots .time-slot {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }
  /* line 1375, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .week-day-column .opening-hours {
    font-size: 0.65rem;
    padding: 0.2rem;
  }
  /* line 1379, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .week-day-column .opening-hours .time-slot {
    font-size: 0.6rem;
  }
  /* line 1382, app/assets/stylesheets/components/meetings_calendar.sass */
  .meetings-calendar .week-day-column .week-opening-status {
    font-size: 0.65rem;
    padding: 0.25rem 0.35rem;
  }
}

/* line 1387, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel {
  margin-top: 2rem;
  -webkit-animation: slideDown 0.3s ease-out forwards;
          animation: slideDown 0.3s ease-out forwards;
}

/* line 1391, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel:empty {
  display: none !important;
}

/* line 1394, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}

/* line 1400, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-header {
  background: linear-gradient(135deg, #A7335D 0%, #D45A58 100%);
  color: white;
  border-bottom: none;
  padding: 1.5rem;
}

/* line 1406, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-header h5, .meeting-details-panel .card .card-header .h5 {
  margin: 0;
  font-weight: 600;
}

/* line 1410, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-header .btn-close-panel {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

/* line 1415, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-header .btn-close-panel:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: white !important;
  transform: scale(1.05);
}

/* line 1421, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-header .btn-outline-secondary {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

/* line 1426, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-header .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

/* line 1431, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .card .card-body {
  padding: 2rem;
}

/* line 1435, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-info .text-primary {
  color: #667eea !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

/* line 1442, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-info p {
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* line 1447, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar {
  border-left: 1px solid #e9ecef;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  /* line 1447, app/assets/stylesheets/components/meetings_calendar.sass */
  .meeting-details-panel .meeting-details-sidebar {
    border-left: none;
    border-top: 1px solid #e9ecef;
    padding-left: 0;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

/* line 1458, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .badge {
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
}

/* line 1462, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .bg-warning {
  background-color: #ffc107 !important;
}

/* line 1465, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .bg-success {
  background-color: #28a745 !important;
}

/* line 1468, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .bg-danger {
  background-color: #dc3545 !important;
}

/* line 1471, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .bg-info {
  background-color: #17a2b8 !important;
}

/* line 1474, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .bg-primary {
  background-color: #667eea !important;
}

/* line 1477, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .meeting-details-sidebar .bg-secondary {
  background-color: #6c757d !important;
}

/* line 1480, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .d-flex.gap-2 {
  gap: 0.5rem;
}

/* line 1483, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .d-flex.gap-2 .btn {
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 1488, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-details-panel .d-flex.gap-2 .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* line 1503, app/assets/stylesheets/components/meetings_calendar.sass */
  .meeting-details-panel {
    margin-top: 1rem;
  }
  /* line 1506, app/assets/stylesheets/components/meetings_calendar.sass */
  .meeting-details-panel .card-body {
    padding: 1.5rem;
  }
  /* line 1509, app/assets/stylesheets/components/meetings_calendar.sass */
  .meeting-details-panel .meeting-details-sidebar {
    padding-left: 0;
    border-left: none;
  }
}

/* line 1514, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 0.75rem;
  border: 1px solid #e9ecef;
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation: contentSlideIn 0.4s ease-out 0.7s forwards;
          animation: contentSlideIn 0.4s ease-out 0.7s forwards;
}

/* line 1524, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .status-header {
  color: #495057;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/* line 1530, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .derived-horaires {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 1536, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

/* line 1548, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item.closed-horaire {
  background: white;
  border-color: #dc3545;
  opacity: 0.9;
}

/* line 1553, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item.closed-horaire .time-range {
  color: #6c757d !important;
}

/* line 1556, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

/* line 1560, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .time-range {
  font-weight: 700;
  color: #A7335D;
  font-size: 1.1rem;
  min-width: 120px;
}

/* line 1566, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .meetings-count {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 1574, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .meetings-count.closed-status {
  color: #dc3545;
  font-weight: 600;
}

/* line 1578, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .meetings-count.closed-status i {
  margin-right: 0.25rem;
}

/* line 1581, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

/* line 1591, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .status-badge.open-status {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 1596, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .status-badge.open-status i {
  color: #28a745;
}

/* line 1599, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions {
  display: flex;
  gap: 0.5rem;
}

/* line 1603, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 1611, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions .btn.btn-sm, .derived-openings-section .horaire-item .horaire-actions .btn-group-sm > .btn, .derived-openings-section .horaire-item .horaire-actions .btn.btn-xs {
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
}

/* line 1615, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions .btn.btn-outline-primary, .derived-openings-section .horaire-item .horaire-actions .btn.btn-default {
  color: #A7335D;
  border-color: #A7335D;
  background: transparent;
}

/* line 1620, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions .btn.btn-outline-primary:hover, .derived-openings-section .horaire-item .horaire-actions .btn.btn-default:hover {
  background: #A7335D;
  color: white;
  transform: translateY(-1px);
}

/* line 1625, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions .btn.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background: transparent;
}

/* line 1630, app/assets/stylesheets/components/meetings_calendar.sass */
.derived-openings-section .horaire-item .horaire-actions .btn.btn-outline-danger:hover {
  background: #dc3545;
  color: white;
  transform: translateY(-1px);
}

/* line 1639, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.day-closed, #front_calendar .calendar-day.day-derived-closed {
  background: white !important;
  color: inherit !important;
}

/* line 1643, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.day-closed .day-number, #front_calendar .calendar-day.day-derived-closed .day-number {
  color: #495057 !important;
}

/* line 1646, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.day-closed:hover, #front_calendar .calendar-day.day-derived-closed:hover {
  background: #f6f6f6 !important;
  transform: translateY(-1px) !important;
}

/* line 1651, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.other-month {
  background: #fafbfc !important;
}

/* line 1653, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.other-month .day-number {
  color: #8e9ca8 !important;
}

/* line 1656, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.other-month:hover {
  background: #f4f6f8 !important;
}

/* line 1662, app/assets/stylesheets/components/meetings_calendar.sass */
#front_calendar .calendar-day.today .day-number {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  color: white;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 1677, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.today .day-number {
  background: linear-gradient(135deg, #A7335D, #D45A58) !important;
  color: white !important;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 1692, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-indicator {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 1706, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-indicator.normal {
  background: #198754;
  color: white;
}

/* line 1710, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-indicator.modified {
  background: linear-gradient(135deg, #F28A51, #D45A58);
  color: white;
}

/* line 1714, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-indicator.derived-closed {
  background: #dc3545;
  color: white;
}

/* line 1718, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-indicator.closed {
  background: #dc3545;
  color: white;
}

/* line 1724, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-closed, .week-day-column.day-closed {
  background: #f8f9fa !important;
  color: #adb5bd;
}

/* line 1728, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-closed .day-number, .week-day-column.day-closed .day-number {
  color: #dee2e6;
}

/* line 1731, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-closed:hover, .week-day-column.day-closed:hover {
  background: #f8f9fa !important;
  transform: none !important;
}

/* line 1735, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-derived-closed, .week-day-column.day-derived-closed {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05)) !important;
  border: 1px solid rgba(220, 53, 69, 0.3) !important;
}

/* line 1739, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-derived-closed .day-number, .week-day-column.day-derived-closed .day-number {
  color: #dc3545;
}

/* line 1742, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-derived-closed:hover, .week-day-column.day-derived-closed:hover {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.15), rgba(220, 53, 69, 0.1)) !important;
}

/* line 1748, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-modified, .week-day-column.day-modified {
  background: linear-gradient(135deg, rgba(242, 138, 81, 0.1), rgba(212, 90, 88, 0.1)) !important;
  border: 1px solid rgba(242, 138, 81, 0.3) !important;
}

/* line 1752, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day.day-modified.today, .week-day-column.day-modified.today {
  background: linear-gradient(135deg, rgba(242, 138, 81, 0.2), rgba(212, 90, 88, 0.2)) !important;
  border: 2px solid #F28A51 !important;
}

/* line 1757, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-hours {
  margin: 0.5rem 0;
  padding: 0.3rem;
  background: rgba(25, 135, 84, 0.08);
  border-radius: 0.5rem;
  font-size: 0.75rem;
  border: 1px solid rgba(25, 135, 84, 0.2);
}

/* line 1765, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-hours .time-slot {
  display: block;
  color: #198754;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

/* line 1771, app/assets/stylesheets/components/meetings_calendar.sass */
.opening-hours .time-slot:last-child {
  margin-bottom: 0;
}

/* line 1775, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* line 1782, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info.normal {
  border-color: rgba(25, 135, 84, 0.3);
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.05), rgba(25, 135, 84, 0.02));
}

/* line 1786, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info.modified {
  border-color: rgba(242, 138, 81, 0.4);
  background: linear-gradient(135deg, rgba(242, 138, 81, 0.08), rgba(212, 90, 88, 0.05));
}

/* line 1790, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info.derived-closed {
  border-color: rgba(220, 53, 69, 0.3);
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(220, 53, 69, 0.02));
}

/* line 1794, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info.closed {
  border-color: rgba(220, 53, 69, 0.3);
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(220, 53, 69, 0.02));
}

/* line 1798, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info .opening-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 1806, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info .opening-status:last-child {
  margin-bottom: 0;
}

/* line 1809, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info .opening-status i {
  width: 1.2rem;
  text-align: center;
}

/* line 1813, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info .opening-slots {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

/* line 1818, app/assets/stylesheets/components/meetings_calendar.sass */
.day-opening-info .opening-slots .time-slot {
  background: rgba(167, 51, 93, 0.1);
  color: #A7335D;
  padding: 0.3rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

/* line 1827, app/assets/stylesheets/components/meetings_calendar.sass */
.week-day-column .opening-hours .time-slot {
  font-size: 0.7rem;
  padding: 0.2rem 0;
}

/* line 1833, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-icon {
  position: relative;
}

/* line 1836, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-icon:hover::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 0.4rem 0.7rem;
  border-radius: 0.3rem;
  font-size: 0.7rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: tooltipFadeIn 0.2s ease-out 0.3s forwards;
          animation: tooltipFadeIn 0.2s ease-out 0.3s forwards;
  max-width: 200px;
  word-wrap: break-word;
  white-space: normal;
}

/* line 1859, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-icon:hover::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: tooltipFadeIn 0.2s ease-out 0.3s forwards;
          animation: tooltipFadeIn 0.2s ease-out 0.3s forwards;
}

/* line 1873, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-icon:last-child:hover::after {
  left: auto;
  right: 0;
  transform: none;
}

/* line 1878, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-icon:last-child:hover::before {
  left: auto;
  right: 15px;
  transform: none;
}

@-webkit-keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
  }
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
  }
}

/* line 1892, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge, .meeting-card {
  position: relative;
  overflow: visible;
}

/* line 1896, app/assets/stylesheets/components/meetings_calendar.sass */
.calendar-day {
  overflow: visible;
}

/* line 1899, app/assets/stylesheets/components/meetings_calendar.sass */
.day-meetings {
  overflow: visible;
}

/* line 1902, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge .event-bell-indicator,
.meeting-card .event-bell-indicator,
.fc-event .event-bell-indicator {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #dc3545 !important;
  z-index: 10;
  font-size: 0.8rem;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* line 1916, app/assets/stylesheets/components/meetings_calendar.sass */
.event-bell-indicator {
  color: #dc3545 !important;
  font-size: 0.9rem;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes fa-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(10deg);
  }
}

/* line 1932, app/assets/stylesheets/components/meetings_calendar.sass */
.fa-shake {
  -webkit-animation: fa-shake 1.5s ease-in-out;
          animation: fa-shake 1.5s ease-in-out;
}

/* line 1936, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-badge, .meeting-card, .fc-event {
  position: relative;
}

/* line 1942, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-event.meeting-badge, .ical-event.meeting-card {
  padding-left: 8px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease !important;
}

/* line 1949, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-event.meeting-badge:hover, .ical-event.meeting-card:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* line 1954, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-source {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #666;
  margin: 2px 0;
  opacity: 0.9;
}

/* line 1962, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-source i {
  margin-right: 4px;
  font-size: 0.8rem;
}

/* line 1966, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-source span {
  font-weight: 500;
}

/* line 1971, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-color-selector .dropdown-item {
  padding: 8px 16px;
  border-radius: 4px;
  margin: 2px 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1980, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-color-selector .dropdown-item::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 1988, app/assets/stylesheets/components/meetings_calendar.sass */
.ical-color-selector .dropdown-item:hover {
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 1993, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-title-tooltip {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  max-width: 300px;
  min-width: 120px;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* line 2013, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-title-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 2018, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-title-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 2028, app/assets/stylesheets/components/meetings_calendar.sass */
.meeting-title-tooltip.arrow-top::after {
  top: -10px;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 4, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.15);
  transition: all 0.2s ease-in-out;
}

/* line 25, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator:hover, .namespace-indicator:focus, .namespace-indicator:active {
  text-decoration: none !important;
}

/* line 29, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator[data-title]::after {
  content: attr(data-title);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10000;
}

/* line 47, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

/* line 52, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator[data-title]::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10000;
}

/* line 66, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator[data-title]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 71, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator .namespace-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 79, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator .namespace-icon-wrapper i {
  font-size: 18px;
  transition: all 0.2s ease;
}

/* line 84, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator .namespace-icon-wrapper .namespace-lock-overlay {
  position: absolute;
  bottom: -2px;
  right: -2px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* line 99, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.unlocked {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.unlocked:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px 0 rgba(31, 38, 135, 0.25);
}

/* line 106, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.unlocked:hover .namespace-icon-wrapper i {
  transform: scale(1.1);
}

/* line 109, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.unlocked:active {
  transform: scale(0.95);
}

/* line 113, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.locked {
  cursor: not-allowed;
  opacity: 0.75;
}

/* line 117, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.locked:hover {
  opacity: 0.85;
}

/* line 121, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-front {
  border-color: rgba(59, 130, 246, 0.5);
}

/* line 125, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-front .namespace-icon-wrapper i:not(.namespace-lock-overlay) {
  color: #3b82f6;
}

/* line 128, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-front.unlocked:hover {
  border-color: rgba(59, 130, 246, 0.8);
  background: rgba(59, 130, 246, 0.15);
}

/* line 132, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-front .namespace-lock-overlay {
  color: #3b82f6;
}

/* line 135, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-back {
  border-color: rgba(249, 115, 22, 0.5);
}

/* line 139, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-back .namespace-icon-wrapper i:not(.namespace-lock-overlay) {
  color: #f97316;
}

/* line 142, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-back.unlocked:hover {
  border-color: rgba(249, 115, 22, 0.8);
  background: rgba(249, 115, 22, 0.15);
}

/* line 146, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator.namespace-back .namespace-lock-overlay {
  color: #f97316;
}

/* line 150, app/assets/stylesheets/components/namespace_indicator.sass */
.namespace-indicator-container {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 156, app/assets/stylesheets/components/namespace_indicator.sass */
  .namespace-indicator {
    width: 36px;
    height: 36px;
  }
  /* line 161, app/assets/stylesheets/components/namespace_indicator.sass */
  .namespace-indicator .namespace-icon-wrapper i {
    font-size: 16px;
  }
  /* line 164, app/assets/stylesheets/components/namespace_indicator.sass */
  .namespace-indicator .namespace-icon-wrapper .namespace-lock-overlay {
    font-size: 10px;
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  /* line 13, app/assets/stylesheets/components/nav_left.sass */
  #nav .navbar-left {
    display: block;
    position: absolute;
    left: 0;
    top: 57px;
    width: 200px;
    background: #f1f1f1;
    z-index: 5;
    font-size: 13px;
    line-height: 13px;
    overflow: visible;
    border-right: 1px solid #dee2e6;
  }
  /* line 26, app/assets/stylesheets/components/nav_left.sass */
  #nav .navbar-left > li {
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    padding: 0;
  }
  /* line 31, app/assets/stylesheets/components/nav_left.sass */
  #nav .navbar-left > li > a {
    padding: 15px;
  }
  /* line 34, app/assets/stylesheets/components/nav_left.sass */
  #nav .navbar-left .dropdown-menu.show {
    top: 5px;
    left: 170px;
    margin: 0;
  }
}

/* line 40, app/assets/stylesheets/components/nav_left.sass */
.nav-link.active {
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
}

/* line 45, app/assets/stylesheets/components/nav_left.sass */
.nav-link:hover {
  background-color: #0062cc;
  color: #fff;
  border-radius: 5px;
}

/* line 51, app/assets/stylesheets/components/nav_left.sass */
.navbar-collapse.show {
  max-height: 75vh;
  overflow-y: auto;
}

/* line 55, app/assets/stylesheets/components/nav_left.sass */
.no-link-style {
  text-decoration: none;
  color: inherit;
}

/* line 59, app/assets/stylesheets/components/nav_left.sass */
button.active {
  font-weight: bold;
  color: #A7335D;
  pointer-events: none;
}

/* line 64, app/assets/stylesheets/components/nav_left.sass */
button.active > i.fa-angle-down {
  display: none;
}

/* line 67, app/assets/stylesheets/components/nav_left.sass */
.sidenav_container {
  width: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 57px;
  height: auto;
  align-self: flex-start;
}

/* line 75, app/assets/stylesheets/components/nav_left.sass */
.sidebar-wrapper {
  position: relative;
  transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  width: 240px;
  margin-left: 3rem;
}

/* line 81, app/assets/stylesheets/components/nav_left.sass */
.sidenav_container.sidebar-is-collapsed .sidebar-wrapper {
  width: 90px;
}

/* line 84, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 15px);
  z-index: 1050;
  transition: none !important;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 100, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler:hover {
  transform: translateY(-50%) !important;
}

/* line 103, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler:hover i.fa-chevron-left {
  -webkit-animation: slide-arrow-left 1s linear infinite;
          animation: slide-arrow-left 1s linear infinite;
}

/* line 106, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler:hover i.fa-chevron-right {
  -webkit-animation: slide-arrow-right 1s linear infinite;
          animation: slide-arrow-right 1s linear infinite;
}

/* line 110, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler i {
  transition: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
}

/* line 123, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler:active, .sidebar-toggler:focus, .sidebar-toggler.active {
  border-color: inherit !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  outline: none !important;
  transform: translateY(-50%) !important;
}

/* line 131, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler.btn-custom-outline:active, .sidebar-toggler.btn-custom-outline:focus, .sidebar-toggler.btn-custom-outline.active {
  background-color: transparent !important;
}

/* line 136, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler.btn-gradient:hover {
  transform: translateY(-50%) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* line 140, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler i.fa-chevron-left {
  display: block;
}

/* line 143, app/assets/stylesheets/components/nav_left.sass */
.sidebar-toggler i.fa-chevron-right {
  display: none;
}

/* line 148, app/assets/stylesheets/components/nav_left.sass */
.sidenav_container.sidebar-is-collapsed .sidebar-toggler i.fa-chevron-left,
html.sidebar-early-collapsed .sidebar-toggler i.fa-chevron-left {
  display: none;
  -webkit-animation: none;
          animation: none;
}

/* line 152, app/assets/stylesheets/components/nav_left.sass */
.sidenav_container.sidebar-is-collapsed .sidebar-toggler i.fa-chevron-right,
html.sidebar-early-collapsed .sidebar-toggler i.fa-chevron-right {
  display: block;
}

/* line 159, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed .sidenav_container .sidebar-wrapper {
  width: 90px;
}

/* line 162, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel {
  width: 90px;
  border-radius: 3rem !important;
}

/* line 166, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel::before {
  border-radius: 3rem;
}

/* line 169, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .nav-text-label {
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  transition: none !important;
}

/* line 176, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .nav-link.btn {
  justify-content: center;
  padding: 0.75rem;
  transition: none !important;
}

/* line 181, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .nav-link.btn i.fas, html.sidebar-early-collapsed #sidebarNav.fancy-panel .nav-link.btn i.far {
  margin-right: 0 !important;
  transition: none !important;
}

/* line 186, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .user-profile img {
  margin-bottom: 0 !important;
}

/* line 189, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .user-profile .avatar-initials.btn {
  width: 40px;
  min-width: 40px;
  justify-content: center;
  transition: none !important;
}

/* line 195, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .user-profile .avatar-initials.btn .avatar-initials-text {
  opacity: 1;
  transform: translateX(0);
  transition: none !important;
}

/* line 200, app/assets/stylesheets/components/nav_left.sass */
html.sidebar-early-collapsed #sidebarNav.fancy-panel .user-profile .avatar-initials.btn .avatar-fullname-text {
  opacity: 0;
  transform: translateX(-10px);
  position: absolute;
  transition: none !important;
}

/* line 206, app/assets/stylesheets/components/nav_left.sass */
.sidenav_mobile_container {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1055;
  padding: 0.5rem 0.75rem;
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
}

/* line 216, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel {
  width: 100%;
  min-height: 72px;
  height: 72px;
  margin: 0;
  overflow: hidden;
}

/* line 223, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  gap: 0.75rem;
  margin: 0;
  padding: 0.1rem 0.25rem 0.45rem;
  scrollbar-width: none;
}

/* line 236, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .navbar-nav::-webkit-scrollbar {
  height: 0;
}

/* line 239, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .nav-item {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

/* line 248, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .nav-link.btn {
  width: 2.75rem !important;
  min-width: 2.75rem;
  max-width: 2.75rem !important;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: 0.6rem;
  justify-content: center;
  margin: 0rem 0;
  text-align: center;
}

/* line 259, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .nav-link.btn i.fas, #mobileBottomNav.fancy-panel .nav-link.btn i.far {
  margin-right: 0 !important;
}

/* line 262, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .nav-text-label {
  display: none;
}

/* line 265, app/assets/stylesheets/components/nav_left.sass */
#mobileBottomNav.fancy-panel .mobile-nav-label {
  font-size: 0.7rem;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 273, app/assets/stylesheets/components/nav_left.sass */
  .sidenav_container {
    display: none;
  }
  /* line 276, app/assets/stylesheets/components/nav_left.sass */
  .sidenav_mobile_container {
    display: block;
  }
  /* line 279, app/assets/stylesheets/components/nav_left.sass */
  .content_container {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
}

/* line 283, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  overflow-y: auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  position: relative;
}

/* line 295, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed) {
  border-radius: 1.5rem !important;
}

/* line 299, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed)::before {
  border-radius: 1.5rem;
}

/* line 303, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed {
  width: 90px;
}

/* line 306, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .nav-text-label {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  overflow: hidden;
}

/* line 312, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .nav-link.btn {
  justify-content: center;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* line 318, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .nav-link.btn i.fas, #sidebarNav.fancy-panel.sidebar--collapsed .nav-link.btn i.far {
  margin-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 328, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .theme-toggle .btn-group .btn {
  padding: 0.375rem 0.5rem;
  flex-grow: 0;
  min-width: 40px;
}

/* line 332, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .theme-toggle .btn-group .btn i.fas {
  margin-right: 0 !important;
}

/* line 336, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .user-profile img {
  margin-bottom: 0 !important;
}

/* line 341, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed) .nav-text-label {
  opacity: 1;
  visibility: visible;
  max-width: 200px;
}

/* line 346, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed) .nav-link.btn {
  justify-content: flex-start;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

/* line 351, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed) .nav-link.btn i.fas, #sidebarNav.fancy-panel:not(.sidebar--collapsed) .nav-link.btn i.far {
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
}

/* line 359, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed) .theme-toggle .btn-group .btn i.fas {
  margin-right: 0.25rem !important;
}

/* line 364, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .navbar-nav .nav-item {
  margin: 0.1rem 0.5rem;
}

/* line 368, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-text-label {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-width 0.3s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}

/* line 373, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-link.btn {
  transition: all 0.3s ease-in-out;
  min-height: 3rem;
  display: flex;
  align-items: center;
}

/* line 382, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-link.btn i.fas, #sidebarNav.fancy-panel .nav-link.btn i.far {
  transition: margin-right 0.3s ease-in-out;
}

/* line 388, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel:not(.sidebar--collapsed) .navbar-nav .nav-item {
  width: 85%;
}

/* line 394, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel.sidebar--collapsed .navbar-nav .nav-item {
  width: 60%;
}

/* line 408, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-link.btn-gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 419, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-link.btn-gradient i.fas, #sidebarNav.fancy-panel .nav-link.btn-gradient i.far {
  margin-right: 0.5rem;
}

/* line 423, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-link.btn-gradient.active {
  background: linear-gradient(135deg, #802747, #A7335D) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* line 427, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.fancy-panel .nav-link.btn-gradient.active::before {
  display: none;
}

/* line 430, app/assets/stylesheets/components/nav_left.sass */
.avatar-initials {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out, padding 0.3s ease-in-out, border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* line 451, app/assets/stylesheets/components/nav_left.sass */
.avatar-initials .avatar-initials-text {
  font-size: calc(40px / 2.1);
  display: none;
  transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

/* line 457, app/assets/stylesheets/components/nav_left.sass */
.avatar-initials .avatar-fullname-text {
  font-size: 13px;
  display: none;
  transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

/* line 465, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav:not(.sidebar--collapsed) .user-profile {
  text-align: left !important;
}

/* line 467, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav:not(.sidebar--collapsed) .user-profile .avatar-initials {
  width: 100%;
  min-width: 180px;
  padding: 0.6rem 1rem;
  border-radius: 50rem;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  height: 3rem !important;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
  align-items: center;
}

/* line 481, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav:not(.sidebar--collapsed) .user-profile .avatar-initials .avatar-initials-text {
  display: none;
}

/* line 484, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav:not(.sidebar--collapsed) .user-profile .avatar-initials .avatar-fullname-text {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.2;
}

/* line 494, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.sidebar--collapsed .user-profile .avatar-initials {
  width: 3rem !important;
  min-width: 3rem !important;
  height: 3rem !important;
  padding: 0;
  border-radius: 50%;
  justify-content: center;
}

/* line 502, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.sidebar--collapsed .user-profile .avatar-initials .avatar-initials-text {
  display: inline;
  font-size: calc(3rem / 2.1);
}

/* line 505, app/assets/stylesheets/components/nav_left.sass */
#sidebarNav.sidebar--collapsed .user-profile .avatar-initials .avatar-fullname-text {
  display: none;
}

/* line 508, app/assets/stylesheets/components/nav_left.sass */
.navbar-nav {
  overflow-x: hidden !important;
}

@-webkit-keyframes slide-arrow-left {
  0% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-65%, -50%);
  }
  60% {
    transform: translate(-35%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes slide-arrow-left {
  0% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-65%, -50%);
  }
  60% {
    transform: translate(-35%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes slide-arrow-right {
  0% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-35%, -50%);
  }
  60% {
    transform: translate(-65%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes slide-arrow-right {
  0% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-35%, -50%);
  }
  60% {
    transform: translate(-65%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

/* line 532, app/assets/stylesheets/components/nav_left.sass */
body.sidebar-initializing #nav,
body.sidebar-initializing .sidebar-wrapper,
body.sidebar-initializing #sidebarNav.fancy-panel,
body.sidebar-initializing .sidebar-toggler,
body.sidebar-initializing .avatar-initials,
body.sidebar-initializing .avatar-initials .avatar-text,
body.sidebar-initializing .nav-text-label,
body.sidebar-initializing .nav-link.btn,
body.sidebar-initializing .nav-link.btn i {
  transition: none !important;
}

/* line 5, app/assets/stylesheets/components/nav_tooltips.sass */
.sidebar-wrapper {
  position: relative;
}

/* line 9, app/assets/stylesheets/components/nav_tooltips.sass */
.sidebar-wrapper .nav-tooltips-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1061;
}

/* line 19, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltips-container.nav-tooltips-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 10000;
  overflow: visible;
}

/* line 30, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltip {
  position: fixed;
  background: linear-gradient(135deg, #c74675, #e49695, #f9cab0);
  color: white;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-15px) scale(0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-width: 120px;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(167, 51, 93, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 55, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(12px) scale(1);
}

/* line 70, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltip::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent, rgba(255, 255, 255, 0.08));
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 82, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltip.show::after {
  opacity: 1;
}

/* line 86, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

@media (prefers-color-scheme: dark) {
  /* line 86, app/assets/stylesheets/components/nav_tooltips.sass */
  .nav-tooltip {
    background: linear-gradient(135deg, #bb3968, #dc7a78, #f6b08a);
    border-color: rgba(255, 255, 255, 0.25);
  }
}

/* line 98, app/assets/stylesheets/components/nav_tooltips.sass */
.nav-tooltip.tooltip-active {
  background: linear-gradient(135deg, #cd5a83, #e9aaa9, #fbdac8);
  font-weight: 600;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(167, 51, 93, 0.15);
}

@media (max-width: 991px) {
  /* line 105, app/assets/stylesheets/components/nav_tooltips.sass */
  .nav-tooltips-container,
.nav-tooltip {
    display: none !important;
  }
}

/* line 4, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container {
  position: fixed !important;
  top: 1rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 1000;
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  transition: left 0.5s cubic-bezier(0.8, 0, 0.2, 1), top 0.5s cubic-bezier(0.8, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  margin: 0 !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

/* line 28, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed {
  transition: left 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  top: 1rem;
  --collapsed-width: 650px;
  left: calc(100% - var(--collapsed-width) - 1.25rem);
  box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.1);
}

/* line 36, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed #top-nav-content {
  justify-content: flex-end !important;
  overflow: hidden !important;
}

/* line 40, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed #top-nav-content .d-flex {
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

/* line 45, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .navbar-brand {
  opacity: 0;
  transform: translateX(-20px) scale(0.9);
  pointer-events: none;
  width: 0;
  margin-right: 0;
}

/* line 52, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector {
  flex: 1 1 auto;
}

/* line 55, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .nav-actions {
  flex-shrink: 0;
}

/* line 60, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  justify-content: center !important;
}

/* line 68, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-fullname-text {
  display: none !important;
}

/* line 71, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-initials-text {
  display: inline !important;
  font-size: calc(40px / 2.1) !important;
}

/* line 75, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .navbar-brand {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), width 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), margin-right 0.4s ease;
  margin-right: auto;
  min-width: 0;
}

/* line 82, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .top-nav-hamburger {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A7335D;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 94, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .top-nav-hamburger:hover, .top-nav-container .top-nav-hamburger:focus {
  background-color: rgba(167, 51, 93, 0.12);
  outline: none;
}

/* line 98, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .top-nav-hamburger i {
  font-size: 1.1rem;
}

/* line 101, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container #top-nav-content {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 111, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container #top-nav-content .d-flex {
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}

/* line 119, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .navbar-brand {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 122, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .navbar-brand:hover {
  transform: scale(1.02);
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .navbar-brand .app-title {
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #A7335D, #6c213c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}

/* line 137, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .navbar-brand .environment-tag {
  font-size: 0.65rem;
  color: #fff;
  background: #f39c12;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* line 152, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .organization-selector {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 220px;
}

/* line 157, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .organization-selector #switch_userable_form select, .top-nav-container .organization-selector #switch_userable_form .form-select {
  border: 1px solid #adb5bd;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  transition: all 0.15s ease-in-out;
  min-width: 200px;
}

/* line 165, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .organization-selector #switch_userable_form select:focus, .top-nav-container .organization-selector #switch_userable_form .form-select:focus {
  border-color: #A7335D;
  box-shadow: 0 0 0 0.2rem rgba(167, 51, 93, 0.25);
}

/* line 170, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container .nav-actions {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 174, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown {
  position: relative;
}

/* line 178, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown .dropdown-toggle {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 182, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown .avatar-initials {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0 !important;
  transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out, padding 0.3s ease-in-out, border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* line 198, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown .avatar-initials .avatar-initials-text {
  font-size: calc(40px / 2.1);
  display: none;
  transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

/* line 204, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown .avatar-initials .avatar-fullname-text {
  font-size: 0.9rem;
  display: inline-block;
  transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

/* line 210, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
  margin-right: 0.5rem;
  font-size: 0.9rem;
  display: inline-block;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transform: translateX(-10px) scale(0.8);
  transition: opacity 0.4s ease-in-out 0.3s, transform 0.4s ease-in-out 0.3s, width 0.4s ease-in-out 0.3s;
}

/* line 221, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transform: translateX(-5px) scale(0.8);
  transition: opacity 0.4s ease-in-out 0.35s, transform 0.4s ease-in-out 0.35s, width 0.4s ease-in-out 0.35s;
}

/* line 233, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown.show .avatar-initials {
  box-shadow: 0 0 0 2px rgba(167, 51, 93, 0.25);
}

/* line 236, app/assets/stylesheets/components/nav_top.sass */
.top-nav-avatar-dropdown.show .avatar-initials .avatar-dropdown-arrow {
  transform: rotate(180deg);
}

/* line 242, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials {
  width: 100%;
  min-width: 180px;
  padding: 0.6rem 1rem;
  border-radius: 50rem;
  justify-content: flex-start;
  height: 40px !important;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
}

/* line 254, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-initials-text {
  display: none;
}

/* line 257, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-fullname-text {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.2;
}

/* line 262, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
  opacity: 1;
  margin-right: 0.5rem;
  width: auto;
  transform: translateX(0) scale(1);
}

/* line 268, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
  opacity: 1;
  margin-left: 0.5rem;
  width: auto;
  transform: translateX(0) scale(1);
}

/* line 277, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  flex: 0 0 40px !important;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  justify-content: center !important;
  gap: 0 !important;
  line-height: 1 !important;
}

/* line 294, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-initials-text {
  display: inline;
  font-size: calc(40px / 2.1);
  line-height: 1;
}

/* line 299, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-fullname-text {
  display: none !important;
}

/* line 302, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon,
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
  display: none !important;
  margin: 0 !important;
  width: 0 !important;
}

/* line 308, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
  opacity: 0;
  width: 0;
  transform: translateX(-10px) scale(0.8);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}

/* line 314, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
  opacity: 0;
  width: 0;
  transform: translateX(-5px) scale(0.8);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}

/* line 321, app/assets/stylesheets/components/nav_top.sass */
body {
  padding-top: 110px;
}

@media (max-width: 991px) {
  /* line 326, app/assets/stylesheets/components/nav_top.sass */
  body {
    padding-top: calc(60px + 1.5rem);
  }
  /* line 329, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container {
    left: 1rem;
    right: 1rem;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    overflow: visible;
  }
  /* line 337, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.collapsed {
    right: 1rem;
    left: auto;
    max-width: 380px;
  }
  /* line 342, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    white-space: normal;
    height: auto;
    overflow: visible;
    z-index: 1010;
  }
  /* line 361, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content .d-flex {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    align-items: stretch;
  }
  /* line 367, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content .organization-selector {
    width: 100%;
  }
  /* line 371, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content .organization-selector .input-group {
    flex-direction: row !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    gap: 0 !important;
  }
  /* line 378, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content .organization-selector #switch_userable_form {
    width: 100%;
  }
  /* line 381, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content .organization-selector #switch_userable_form select {
    width: 100%;
  }
  /* line 385, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container #top-nav-content .nav-actions {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 390, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.menu-open #top-nav-content {
    display: flex;
  }
  /* line 394, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials {
    min-width: 140px !important;
    height: 36px !important;
  }
  /* line 398, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-fullname-text {
    font-size: 0.8rem !important;
  }
  /* line 401, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
    display: inline-block;
    opacity: 1;
    font-size: 0.8rem;
  }
  /* line 406, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
    display: inline-block;
    opacity: 1;
    font-size: 0.7rem;
  }
  /* line 412, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
  /* line 419, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-initials-text {
    font-size: calc(36px / 2.1) !important;
  }
  /* line 422, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
    display: none;
    opacity: 0;
  }
  /* line 426, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
    display: none;
    opacity: 0;
  }
}

@media (max-width: 576px) {
  /* line 431, app/assets/stylesheets/components/nav_top.sass */
  body {
    padding-top: calc(56px + 1.5rem);
  }
  /* line 434, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container {
    left: 0.5rem;
    right: 0.5rem;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  /* line 441, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container.collapsed {
    right: 0.5rem;
    left: auto;
    max-width: calc(100% - 1rem);
  }
  /* line 451, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .nav-actions .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }
  /* line 457, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials {
    min-width: 120px !important;
    height: 30px !important;
  }
  /* line 461, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-fullname-text {
    font-size: 0.75rem !important;
  }
  /* line 464, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
    display: inline-block;
    opacity: 1;
    font-size: 0.7rem;
  }
  /* line 469, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container:not(.collapsed) .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
    display: inline-block;
    opacity: 1;
    font-size: 0.65rem;
  }
  /* line 475, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
  /* line 482, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-initials-text {
    font-size: calc(30px / 2.1) !important;
  }
  /* line 485, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-user-icon {
    display: none;
    opacity: 0;
  }
  /* line 489, app/assets/stylesheets/components/nav_top.sass */
  .top-nav-container .top-nav-container.collapsed .top-nav-avatar-dropdown .avatar-initials .avatar-dropdown-arrow {
    display: none;
    opacity: 0;
  }
}

/* line 494, app/assets/stylesheets/components/nav_top.sass */
.organization-selector .fancy-select-custom-container {
  transition: all 0.3s ease-in-out;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

/* line 500, app/assets/stylesheets/components/nav_top.sass */
.organization-selector .fancy-select-custom-container.fancy-select-light {
  --fancy-select-bg: #f8f9fa;
  --fancy-select-border-color: #dee2e6;
  --fancy-select-text-color: #212529;
  --fancy-select-hover-bg: #e9ecef;
  --fancy-select-hover-border-color: #ced4da;
}

/* line 507, app/assets/stylesheets/components/nav_top.sass */
.organization-selector .fancy-select-custom-container .fancy-selection-display {
  transition: all 0.3s ease-in-out;
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  padding: 0.6rem 1rem;
  line-height: 1 !important;
}

/* line 516, app/assets/stylesheets/components/nav_top.sass */
.organization-selector .fancy-select-custom-container .fancy-selection-display.show-building-icon .fancy-selection-text::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
  margin-right: 0.75rem;
  font-size: 0.9em;
}

/* line 525, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .organization-selector {
  display: flex !important;
  align-items: center !important;
}

/* line 529, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .organization-selector .fancy-select-custom-container {
  min-width: 220px;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

/* line 535, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container:not(.collapsed) .organization-selector .input-group {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 543, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector {
  order: 1;
  margin-right: 0.75rem;
  flex: 0 1 auto;
  min-width: 160px;
  max-width: 350px;
  display: flex !important;
  align-items: center !important;
}

/* line 553, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .fancy-select-custom-container {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

/* line 559, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .fancy-select-custom-container .fancy-selection-display {
  padding: 0.6rem 1rem !important;
  justify-content: flex-start !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

/* line 568, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .fancy-select-custom-container .fancy-selection-text {
  color: inherit;
}

/* line 573, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .fancy-select-custom-container .fancy-selection-text::before {
  display: none;
}

/* line 577, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .fancy-select-custom-container .fancy-select-arrow {
  display: flex !important;
  align-items: center !important;
}

/* line 581, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .fancy-select-custom-container .fancy-select-clear-btn {
  display: flex !important;
  align-items: center !important;
}

/* line 586, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .input-group {
  display: flex !important;
  width: auto !important;
  align-items: center !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 593, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .input-group .fancy-select-custom-container {
  flex: 1 !important;
  height: 40px !important;
}

/* line 599, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container.collapsed .organization-selector .input-group .btn:not(.organization-unselect-btn) {
  padding: 0.6rem 1rem !important;
  height: 40px !important;
  min-width: auto !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* line 610, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: collapsed"] {
  left: calc(100% - var(--collapsed-width) - 1.25rem);
}

/* line 613, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: collapsed"] #top-nav-content {
  justify-content: flex-end !important;
}

/* line 616, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: collapsed"] .navbar-brand {
  opacity: 0;
  transform: translateX(-20px) scale(0.9);
  pointer-events: none;
  width: 0;
  margin-right: 0;
}

/* line 623, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: collapsed"] .organization-selector {
  flex: 1 1 auto;
}

/* line 626, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: collapsed"] .nav-actions {
  flex-shrink: 0;
}

/* line 629, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: expanded"] {
  left: 1.25rem;
}

/* line 632, app/assets/stylesheets/components/nav_top.sass */
.top-nav-container[style*="--navigation-state: expanded"] .navbar-brand {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

/* line 3, app/assets/stylesheets/components/organization_filter.sass */
.btn-filter-org {
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #ced4da;
  transition: background 0.2s, color 0.2s;
}

/* line 9, app/assets/stylesheets/components/organization_filter.sass */
.btn-filter-org.active,
.btn-filter-org[aria-pressed="true"],
input.btn-check:checked + .btn-filter-org {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* line 16, app/assets/stylesheets/components/organization_filter.sass */
.btn-filter-org:hover,
input.btn-check:not(:checked) + .btn-filter-org:hover {
  background-color: #e2e6ea;
  color: #212529;
}

/* line 21, app/assets/stylesheets/components/organization_filter.sass */
input.btn-check:checked + .btn-filter-org:hover {
  background-color: #0b5ed7;
  color: #fff;
}

/* line 3, app/assets/stylesheets/components/select.sass */
.fancy-select-container {
  display: flex;
  align-items: center;
}

/* line 7, app/assets/stylesheets/components/select.sass */
.fancy-select-container .fancy-select-label {
  white-space: nowrap;
  font-weight: 500;
  color: #495057;
  min-width: 80px;
}

/* line 14, app/assets/stylesheets/components/select.sass */
.select-group {
  display: flex;
  position: relative;
  flex-grow: 1;
  border-width: 2px !important;
}

/* line 20, app/assets/stylesheets/components/select.sass */
.select-group .select-label {
  white-space: nowrap;
  font-weight: 500;
}

/* line 24, app/assets/stylesheets/components/select.sass */
.select-group .form-select {
  flex-grow: 1;
}

/* line 27, app/assets/stylesheets/components/select.sass */
.select-group .form-select:focus {
  box-shadow: none;
  border-color: inherit;
}

/* line 31, app/assets/stylesheets/components/select.sass */
.select-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  color: #6c757d;
}

/* line 37, app/assets/stylesheets/components/select.sass */
.select-gradient-primary {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #A7335D, #F28A51) border-box;
  border: 2px solid transparent !important;
}

/* line 41, app/assets/stylesheets/components/select.sass */
.select-gradient-secondary {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #6c757d, #dee2e6) border-box;
  border: 2px solid transparent !important;
}

/* line 45, app/assets/stylesheets/components/select.sass */
.form-select-xl {
  padding: 0.8rem 2.25rem 0.8rem 0.75rem;
  font-size: 1.25rem;
}

/* line 50, app/assets/stylesheets/components/select.sass */
.fancy-select-custom-container {
  position: relative;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0.25rem 0;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

/* line 58, app/assets/stylesheets/components/select.sass */
.fancy-select-custom-container:focus {
  outline: none;
}

/* line 62, app/assets/stylesheets/components/select.sass */
.fancy-select-custom-container:focus-within .fancy-selection-display {
  box-shadow: none;
  outline: 0;
}

/* line 66, app/assets/stylesheets/components/select.sass */
.fancy-select-custom-container.open {
  z-index: 9999;
}

/* line 69, app/assets/stylesheets/components/select.sass */
.fancy-select-custom-container.open .fancy-select-arrow i {
  transform: rotate(180deg);
}

/* line 72, app/assets/stylesheets/components/select.sass */
.fancy-selection-display {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 83, app/assets/stylesheets/components/select.sass */
.fancy-selection-display:hover {
  border-color: #adb5bd;
}

/* line 86, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-selection-text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212529;
  font-weight: 400;
}

/* line 94, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-selection-text:empty::before {
  content: attr(data-placeholder);
  color: #6c757d;
}

/* line 98, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-select-icon {
  margin-right: 0.7rem;
  color: #6c757d;
}

/* line 102, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

/* line 108, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-select-arrow i {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 0.8em;
  color: #6c757d;
}

/* line 113, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-select-clear-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 1.2em;
  margin-left: 0.5rem;
  cursor: pointer;
  padding: 0 0.2em;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}

/* line 126, app/assets/stylesheets/components/select.sass */
.fancy-selection-display .fancy-select-clear-btn:hover {
  color: #dc3545;
}

/* line 129, app/assets/stylesheets/components/select.sass */
.fancy-select-dropdown {
  position: fixed;
  margin-top: 0;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 2px 5px rgba(0, 0, 0, 0.04);
  max-height: none;
  z-index: 99999;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  border: none;
  display: none;
}

/* line 144, app/assets/stylesheets/components/select.sass */
.open .fancy-select-dropdown {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  display: block;
}

/* line 150, app/assets/stylesheets/components/select.sass */
.fancy-select-search-wrapper {
  padding: 0.75rem 0.75rem 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  z-index: 2;
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 159, app/assets/stylesheets/components/select.sass */
.fancy-select-search-wrapper .fancy-select-search {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

/* line 167, app/assets/stylesheets/components/select.sass */
.fancy-select-search-wrapper .fancy-select-search:focus {
  outline: none;
  border-color: #D45A58;
  box-shadow: 0 0 0 3px rgba(167, 51, 93, 0.15);
}

/* line 172, app/assets/stylesheets/components/select.sass */
.fancy-select-search-wrapper .fancy-select-search::-moz-placeholder {
  color: #6c757d;
  font-style: italic;
}
.fancy-select-search-wrapper .fancy-select-search:-ms-input-placeholder {
  color: #6c757d;
  font-style: italic;
}
.fancy-select-search-wrapper .fancy-select-search::placeholder {
  color: #6c757d;
  font-style: italic;
}

/* line 176, app/assets/stylesheets/components/select.sass */
.fancy-select-options {
  max-height: 380px;
  overflow-y: auto !important;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0.5rem 0;
  min-height: 120px;
}

/* line 186, app/assets/stylesheets/components/select.sass */
.fancy-select-options.has-custom-height {
  max-height: var(--dropdown-height, 380px) !important;
  height: auto !important;
  min-height: 120px;
}

/* line 191, app/assets/stylesheets/components/select.sass */
.fancy-select-options::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: block;
}

/* line 196, app/assets/stylesheets/components/select.sass */
.fancy-select-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* line 200, app/assets/stylesheets/components/select.sass */
.fancy-select-options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

/* line 204, app/assets/stylesheets/components/select.sass */
.fancy-select-options::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* line 207, app/assets/stylesheets/components/select.sass */
.fancy-select-options.virtualized {
  position: relative;
  overflow-y: scroll !important;
  height: auto;
}

/* line 213, app/assets/stylesheets/components/select.sass */
.fancy-select-options.virtualized.has-custom-height {
  max-height: var(--dropdown-height, 380px) !important;
  height: auto !important;
  min-height: 120px;
}

/* line 218, app/assets/stylesheets/components/select.sass */
.fancy-select-option {
  padding: 0.6rem 0.85rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s ease;
  border-left: 3px solid transparent;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
  position: relative;
  color: #212529;
}

/* line 229, app/assets/stylesheets/components/select.sass */
.fancy-select-option:hover {
  background: linear-gradient(135deg, #f0cfdb, white, white);
  border-left-color: #D45A58;
  color: #212529;
}

/* line 234, app/assets/stylesheets/components/select.sass */
.fancy-select-option.highlighted {
  background: linear-gradient(135deg, #e4a8be, #f9e6e6, #fefaf7);
  border-left-color: #F28A51;
  color: #212529;
}

/* line 239, app/assets/stylesheets/components/select.sass */
.fancy-select-option.selected {
  background: linear-gradient(135deg, #eabccd, #fefafa, white);
  border-left-color: #A7335D;
  font-weight: 500;
  color: #212529;
}

/* line 245, app/assets/stylesheets/components/select.sass */
.fancy-select-option.selected:hover {
  background: linear-gradient(135deg, #de95af, #f3d2d2, #fdeadf);
  color: #fff;
}

/* line 249, app/assets/stylesheets/components/select.sass */
.fancy-select-option.selected::after {
  content: "✓";
  position: absolute;
  right: 0.85rem;
  color: #A7335D;
  font-weight: bold;
}

/* line 256, app/assets/stylesheets/components/select.sass */
.fancy-select-option.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 260, app/assets/stylesheets/components/select.sass */
.fancy-select-option.disabled:hover {
  background-color: transparent;
  border-left-color: transparent;
}

/* line 264, app/assets/stylesheets/components/select.sass */
.fancy-select-option.fancy-select-placeholder {
  color: #6c757d;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0.25rem;
}

/* line 271, app/assets/stylesheets/components/select.sass */
.multi-select .fancy-selection-display {
  min-height: 42px;
  flex-wrap: wrap;
}

/* line 275, app/assets/stylesheets/components/select.sass */
.multi-select .fancy-selection-text {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* line 280, app/assets/stylesheets/components/select.sass */
.multi-select .fancy-select-tag {
  display: inline-flex;
  align-items: center;
  background-color: rgba(167, 51, 93, 0.12);
  border: 1px solid rgba(167, 51, 93, 0.25);
  color: #A7335D;
  box-shadow: 0 1px 2px rgba(167, 51, 93, 0.12);
  border-radius: 0.25rem;
  padding: 0.2rem 0.4rem;
  margin: 0.1rem 0.2rem 0.1rem 0;
  font-size: 0.85em;
  max-width: 100%;
}

/* line 293, app/assets/stylesheets/components/select.sass */
.multi-select .fancy-select-tag .tag-remove {
  margin-left: 0.4rem;
  cursor: pointer;
  color: rgba(33, 37, 41, 0.7);
  font-weight: bold;
  font-size: 0.85em;
}

/* line 300, app/assets/stylesheets/components/select.sass */
.multi-select .fancy-select-tag .tag-remove:hover {
  color: #212529;
}

/* line 303, app/assets/stylesheets/components/select.sass */
.fancy-select-no-results {
  padding: 1.25rem 1rem;
  color: #A7335D;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.03) 0%, rgba(212, 90, 88, 0.05) 50%, rgba(242, 138, 81, 0.03) 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 0.75rem;
  margin: 0.75rem;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 2px 8px rgba(167, 51, 93, 0.08), 0 1px 3px rgba(167, 51, 93, 0.06);
}

/* line 321, app/assets/stylesheets/components/select.sass */
.fancy-select-no-results::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(45deg, #A7335D, #D45A58, #F28A51, #A7335D);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
  opacity: 0.4;
}

/* line 333, app/assets/stylesheets/components/select.sass */
.fancy-select-no-results i.fas.fa-search {
  color: #D45A58;
  opacity: 0.8;
}

/* line 338, app/assets/stylesheets/components/select.sass */
.fancy-select-loading-inline {
  padding: 1rem 0.75rem;
  color: #6c757d;
  text-align: center;
  font-style: italic;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
  margin: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 351, app/assets/stylesheets/components/select.sass */
.fancy-select-loading-inline .spinner-inline {
  width: 16px;
  height: 16px;
  border: 2px solid #f1f1f1;
  border-top: 2px solid #0dcaf0;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  margin-right: 0.5rem;
  display: inline-block;
}

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

/* line 368, app/assets/stylesheets/components/select.sass */
.fancy-select-sm .fancy-selection-display {
  padding: 0.25rem 0.6rem;
  font-size: 0.875rem;
  min-height: 31px;
}

/* line 373, app/assets/stylesheets/components/select.sass */
.fancy-select-lg .fancy-selection-display {
  padding: 0.6rem 1rem;
  font-size: 1.1rem;
  min-height: 48px;
}

/* line 378, app/assets/stylesheets/components/select.sass */
.fancy-select-xl .fancy-selection-display {
  padding: 0.8rem 1.25rem;
  font-size: 1.25rem;
  min-height: 56px;
}

/* line 384, app/assets/stylesheets/components/select.sass */
.fancy-select-pill .fancy-selection-display,
.fancy-select-pill .fancy-select-dropdown {
  border-radius: 50rem;
}

/* line 388, app/assets/stylesheets/components/select.sass */
.fancy-select-square .fancy-selection-display,
.fancy-select-square .fancy-select-dropdown {
  border-radius: 0;
}

/* line 393, app/assets/stylesheets/components/select.sass */
.fancy-select-primary .fancy-selection-display {
  border-color: #A7335D;
}

/* line 396, app/assets/stylesheets/components/select.sass */
.fancy-select-primary .fancy-selection-display:focus {
  box-shadow: 0 0 0 3px rgba(167, 51, 93, 0.25);
}

/* line 399, app/assets/stylesheets/components/select.sass */
.fancy-select-secondary .fancy-selection-display {
  border-color: #6c757d;
}

/* line 402, app/assets/stylesheets/components/select.sass */
.fancy-select-secondary .fancy-selection-display:focus {
  box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25);
}

/* line 405, app/assets/stylesheets/components/select.sass */
.fancy-select-success .fancy-selection-display {
  border-color: #198754;
}

/* line 408, app/assets/stylesheets/components/select.sass */
.fancy-select-success .fancy-selection-display:focus {
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.25);
}

/* line 411, app/assets/stylesheets/components/select.sass */
.fancy-select-info .fancy-selection-display {
  border-color: #0dcaf0;
}

/* line 414, app/assets/stylesheets/components/select.sass */
.fancy-select-info .fancy-selection-display:focus {
  box-shadow: 0 0 0 3px rgba(13, 202, 240, 0.25);
}

/* line 417, app/assets/stylesheets/components/select.sass */
.fancy-select-warning .fancy-selection-display {
  border-color: #f39c12;
}

/* line 420, app/assets/stylesheets/components/select.sass */
.fancy-select-warning .fancy-selection-display:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25);
}

/* line 423, app/assets/stylesheets/components/select.sass */
.fancy-select-danger .fancy-selection-display {
  border-color: #dc3545;
}

/* line 426, app/assets/stylesheets/components/select.sass */
.fancy-select-danger .fancy-selection-display:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

/* line 430, app/assets/stylesheets/components/select.sass */
.fancy-select-gradient-primary .fancy-selection-display {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #A7335D, #F28A51) border-box;
  border: 2px solid transparent !important;
}

/* line 434, app/assets/stylesheets/components/select.sass */
.fancy-select-gradient-secondary .fancy-selection-display {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #6c757d, #dee2e6) border-box;
  border: 2px solid transparent !important;
}

/* line 438, app/assets/stylesheets/components/select.sass */
.fancy-select-gradient-success .fancy-selection-display {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #11998e, #38ef7d) border-box;
  border: 2px solid transparent !important;
}

/* line 442, app/assets/stylesheets/components/select.sass */
.fancy-select-gradient-info .fancy-selection-display {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #0093E9, #80D0C7) border-box;
  border: 2px solid transparent !important;
}

/* line 446, app/assets/stylesheets/components/select.sass */
.fancy-select-gradient-warning .fancy-selection-display {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #F7971E, #FFD200) border-box;
  border: 2px solid transparent !important;
}

/* line 450, app/assets/stylesheets/components/select.sass */
.fancy-select-gradient-danger .fancy-selection-display {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #FF416C, #FF4B2B) border-box;
  border: 2px solid transparent !important;
}

/* line 456, app/assets/stylesheets/components/select.sass */
.fixed-width-select .fancy-select-custom-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 460, app/assets/stylesheets/components/select.sass */
.fixed-width-select .fancy-select-custom-container .fancy-selection-display {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 464, app/assets/stylesheets/components/select.sass */
.fixed-width-select .fancy-select-custom-container .fancy-selection-display .fancy-selection-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
}

/* line 472, app/assets/stylesheets/components/select.sass */
.fixed-width-select .select-group {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 476, app/assets/stylesheets/components/select.sass */
.fixed-width-select .select-group .form-select {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 576px) {
  /* line 483, app/assets/stylesheets/components/select.sass */
  .fancy-select-dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 1rem 1rem 0 0;
    max-height: 80vh;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  }
  /* line 494, app/assets/stylesheets/components/select.sass */
  .fancy-select-search-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1rem 0.75rem 0.75rem;
    border-bottom: 1px solid #eaeaea;
  }
  /* line 500, app/assets/stylesheets/components/select.sass */
  .fancy-select-options {
    max-height: 75vh;
  }
}

/* line 505, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container {
  flex: 1;
  margin-left: -1px;
}

/* line 511, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container .fancy-selection-display:has(~ .btn), .input-group .fancy-select-custom-container .fancy-selection-display:has(+ .btn) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 517, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container.fancy-select-pill .fancy-selection-display {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 521, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container.fancy-select-square .fancy-selection-display {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 526, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container:not(.fancy-select-pill):not(.fancy-select-square) .fancy-selection-display {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 531, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container.fancy-select-pill .fancy-selection-display {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 536, app/assets/stylesheets/components/select.sass */
.input-group .fancy-select-custom-container.fancy-select-square .fancy-selection-display {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 542, app/assets/stylesheets/components/select.sass */
.input-group .btn:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: -1px;
}

/* line 550, app/assets/stylesheets/components/select.sass */
form[data-turbo-frame] .input-group .fancy-select-custom-container .fancy-selection-display {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 555, app/assets/stylesheets/components/select.sass */
form[data-turbo-frame] .input-group .fancy-select-custom-container.fancy-select-pill .fancy-selection-display {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 559, app/assets/stylesheets/components/select.sass */
form[data-turbo-frame] .input-group .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media (max-width: 768px) {
  /* line 565, app/assets/stylesheets/components/select.sass */
  .fancy-select-custom-container {
    margin: 0.35rem 0;
  }
  /* line 568, app/assets/stylesheets/components/select.sass */
  .fancy-selection-display {
    padding: 0.7rem 1rem;
    font-size: 1.05rem;
    min-height: 52px;
  }
  /* line 573, app/assets/stylesheets/components/select.sass */
  .fancy-select-search-wrapper {
    padding: 0.9rem 0.9rem 0.6rem;
  }
  /* line 576, app/assets/stylesheets/components/select.sass */
  .fancy-select-search {
    font-size: 1rem;
    padding: 0.6rem 0.85rem;
  }
  /* line 580, app/assets/stylesheets/components/select.sass */
  .fancy-select-option {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
  /* line 584, app/assets/stylesheets/components/select.sass */
  .fancy-select-arrow i {
    font-size: 1rem;
  }
  /* line 587, app/assets/stylesheets/components/select.sass */
  .fancy-select-clear-btn {
    font-size: 1.4em;
  }
  /* line 590, app/assets/stylesheets/components/select.sass */
  .fancy-select-sm .fancy-selection-display {
    padding: 0.5rem 0.8rem;
    font-size: 0.95rem;
    min-height: 44px;
  }
  /* line 595, app/assets/stylesheets/components/select.sass */
  .fancy-select-lg .fancy-selection-display {
    min-height: 56px;
  }
  /* line 598, app/assets/stylesheets/components/select.sass */
  .fancy-select-xl .fancy-selection-display {
    min-height: 60px;
  }
  /* line 601, app/assets/stylesheets/components/select.sass */
  .input-group .fancy-select-custom-container {
    margin-left: 0 !important;
    width: 100%;
  }
  /* line 605, app/assets/stylesheets/components/select.sass */
  .input-group .fancy-select-custom-container .fancy-selection-display {
    border-radius: 0.75rem !important;
  }
}

@-webkit-keyframes slideInScale {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideInScale {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes borderGlow {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes borderGlow {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes brandShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes brandShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* line 632, app/assets/stylesheets/components/select.sass */
i.fas.fa-search {
  -webkit-animation: iconPulse 2s ease-in-out infinite;
          animation: iconPulse 2s ease-in-out infinite;
  color: #D45A58;
}

/* line 636, app/assets/stylesheets/components/select.sass */
i.fas.fa-search:hover {
  color: #F28A51;
}

/* line 4, app/assets/stylesheets/components/table.sass */
.table, table.default, .table.default {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(167, 51, 93, 0.08);
  border: none;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.3s ease;
}

/* line 13, app/assets/stylesheets/components/table.sass */
.table:hover, table.default:hover, .table.default:hover {
  box-shadow: 0 4px 20px rgba(167, 51, 93, 0.12);
}

/* line 17, app/assets/stylesheets/components/table.sass */
.table thead, table.default thead, .table.default thead {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  position: relative;
}

/* line 21, app/assets/stylesheets/components/table.sass */
.table thead th, table.default thead th, .table.default thead th {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem 0.75rem;
  border: none;
  position: relative;
  text-align: left;
}

/* line 32, app/assets/stylesheets/components/table.sass */
.table thead th.actions, table.default thead th.actions, .table.default thead th.actions {
  text-align: right;
}

@media (max-width: 576px) {
  /* line 35, app/assets/stylesheets/components/table.sass */
  .table thead th.hidden-sm, table.default thead th.hidden-sm, .table.default thead th.hidden-sm {
    display: none;
  }
}

/* line 40, app/assets/stylesheets/components/table.sass */
.table thead th.sortable, table.default thead th.sortable, .table.default thead th.sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
}

/* line 45, app/assets/stylesheets/components/table.sass */
.table thead th.sortable:hover, table.default thead th.sortable:hover, .table.default thead th.sortable:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 48, app/assets/stylesheets/components/table.sass */
.table thead th.sortable .sort-icon, table.default thead th.sortable .sort-icon, .table.default thead th.sortable .sort-icon {
  opacity: 0.6;
  margin-left: 0.5rem;
  transition: all 0.2s ease;
}

/* line 53, app/assets/stylesheets/components/table.sass */
.table thead th.sortable:hover .sort-icon, table.default thead th.sortable:hover .sort-icon, .table.default thead th.sortable:hover .sort-icon {
  opacity: 1;
}

/* line 56, app/assets/stylesheets/components/table.sass */
.table thead th.sortable.sort-asc .sort-icon::before, table.default thead th.sortable.sort-asc .sort-icon::before, .table.default thead th.sortable.sort-asc .sort-icon::before {
  content: "\f0de";
}

/* line 59, app/assets/stylesheets/components/table.sass */
.table thead th.sortable.sort-desc .sort-icon::before, table.default thead th.sortable.sort-desc .sort-icon::before, .table.default thead th.sortable.sort-desc .sort-icon::before {
  content: "\f0dd";
}

/* line 63, app/assets/stylesheets/components/table.sass */
.table thead.table-light, table.default thead.table-light, .table.default thead.table-light {
  background: #f1f1f1;
}

/* line 65, app/assets/stylesheets/components/table.sass */
.table thead.table-light th, table.default thead.table-light th, .table.default thead.table-light th {
  color: #212529;
}

/* line 70, app/assets/stylesheets/components/table.sass */
.table tbody tr, table.default tbody tr, .table.default tbody tr {
  border: none;
  transition: all 0.2s ease;
  position: relative;
}

/* line 75, app/assets/stylesheets/components/table.sass */
.table tbody tr:nth-child(even), table.default tbody tr:nth-child(even), .table.default tbody tr:nth-child(even) {
  background: rgba(167, 51, 93, 0.02);
}

/* line 78, app/assets/stylesheets/components/table.sass */
.table tbody tr:hover, table.default tbody tr:hover, .table.default tbody tr:hover {
  background: linear-gradient(90deg, rgba(167, 51, 93, 0.08), rgba(212, 90, 88, 0.06), rgba(242, 138, 81, 0.04));
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(167, 51, 93, 0.1);
}

/* line 83, app/assets/stylesheets/components/table.sass */
.table tbody tr:active, table.default tbody tr:active, .table.default tbody tr:active {
  transform: translateY(0);
}

/* line 86, app/assets/stylesheets/components/table.sass */
.table tbody tr td, table.default tbody tr td, .table.default tbody tr td {
  padding: 0.875rem 0.75rem;
  border: none;
  vertical-align: middle;
  border-bottom: 1px solid rgba(167, 51, 93, 0.08);
  transition: all 0.2s ease;
}

@media (max-width: 576px) {
  /* line 93, app/assets/stylesheets/components/table.sass */
  .table tbody tr td.hidden-sm, table.default tbody tr td.hidden-sm, .table.default tbody tr td.hidden-sm {
    display: none;
  }
}

/* line 97, app/assets/stylesheets/components/table.sass */
.table tbody tr td.actions, table.default tbody tr td.actions, .table.default tbody tr td.actions {
  text-align: right;
  white-space: nowrap;
}

/* line 101, app/assets/stylesheets/components/table.sass */
.table tbody tr td.actions .btn, table.default tbody tr td.actions .btn, .table.default tbody tr td.actions .btn {
  margin-left: 0.25rem;
}

/* line 104, app/assets/stylesheets/components/table.sass */
.table tbody tr td.actions .btn:first-child, table.default tbody tr td.actions .btn:first-child, .table.default tbody tr td.actions .btn:first-child {
  margin-left: 0;
}

/* line 109, app/assets/stylesheets/components/table.sass */
.badge.bg-draft {
  background-color: #6c757d !important;
}

/* line 112, app/assets/stylesheets/components/table.sass */
.badge.bg-confirmed {
  background-color: #27AE60 !important;
}

/* line 115, app/assets/stylesheets/components/table.sass */
.badge.bg-completed {
  background-color: #8E44AD !important;
}

/* line 118, app/assets/stylesheets/components/table.sass */
.badge.bg-cancelled {
  background-color: #E74C3C !important;
}

/* line 122, app/assets/stylesheets/components/table.sass */
.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(167, 51, 93, 0.08);
  overflow: hidden;
}

/* line 128, app/assets/stylesheets/components/table.sass */
.card .table, .card table.default {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 134, app/assets/stylesheets/components/table.sass */
.pagination .page-item:not(.active) .page-link {
  border: 1px solid rgba(167, 51, 93, 0.2);
  color: #A7335D;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* line 141, app/assets/stylesheets/components/table.sass */
.pagination .page-item:not(.active) .page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  z-index: 1;
}

/* line 153, app/assets/stylesheets/components/table.sass */
.pagination .page-item:not(.active) .page-link:hover {
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.1), rgba(212, 90, 88, 0.08));
  border-color: #D45A58;
  color: #D45A58;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(167, 51, 93, 0.2);
}

/* line 160, app/assets/stylesheets/components/table.sass */
.pagination .page-item:not(.active) .page-link:hover::before {
  left: 100%;
  opacity: 1;
}

/* line 164, app/assets/stylesheets/components/table.sass */
.pagination .page-item.active .page-link {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  border-color: #A7335D;
  box-shadow: 0 2px 8px rgba(167, 51, 93, 0.3);
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* line 173, app/assets/stylesheets/components/table.sass */
.pagination .page-item.active .page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  z-index: 1;
}

/* line 185, app/assets/stylesheets/components/table.sass */
.pagination .page-item.active .page-link:hover {
  background: linear-gradient(135deg, #bb3968, #d96e6c);
  box-shadow: 0 4px 8px rgba(167, 51, 93, 0.4);
  transform: translateY(-3px);
}

/* line 190, app/assets/stylesheets/components/table.sass */
.pagination .page-item.active .page-link:hover::before {
  left: 100%;
  opacity: 1;
}

/* line 195, app/assets/stylesheets/components/table.sass */
.fancy-table-empty {
  padding: 3rem 1rem;
  text-align: center;
}

/* line 200, app/assets/stylesheets/components/table.sass */
.fancy-table-empty .empty-state i {
  color: rgba(167, 51, 93, 0.3);
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

/* line 206, app/assets/stylesheets/components/table.sass */
.fancy-table-empty .empty-state p {
  color: rgba(167, 51, 93, 0.6);
  font-size: 1.1rem;
}

/* line 213, app/assets/stylesheets/components/table.sass */
.fancy-table.fancy-table-gradient thead {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
}

/* line 217, app/assets/stylesheets/components/table.sass */
.fancy-table.fancy-table-gradient.fancy-table-custom-colors[data-colors] thead {
  background: var(--table-gradient, linear-gradient(to right, #A7335D, #D45A58, #F28A51));
}

/* line 220, app/assets/stylesheets/components/table.sass */
.fancy-table.fancy-table-sm {
  font-size: 0.875rem;
  padding: 0.75rem 0.5rem;
  font-size: 0.8rem;
  padding: 0.625rem 0.5rem;
}

/* line 230, app/assets/stylesheets/components/table.sass */
.fancy-table.fancy-table-lg {
  font-size: 1.1rem;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  padding: 1.125rem 1rem;
}

/* line 240, app/assets/stylesheets/components/table.sass */
.fancy-table.fancy-table-xl {
  font-size: 1.2rem;
  padding: 1.5rem 1.25rem;
  font-size: 1.1rem;
  padding: 1.375rem 1.25rem;
}

/* line 251, app/assets/stylesheets/components/table.sass */
.table-responsive {
  border-radius: 0.75rem;
  position: relative;
}

/* line 255, app/assets/stylesheets/components/table.sass */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}

/* line 258, app/assets/stylesheets/components/table.sass */
.table-responsive::-webkit-scrollbar-track {
  background: rgba(167, 51, 93, 0.1);
  border-radius: 4px;
}

/* line 262, app/assets/stylesheets/components/table.sass */
.table-responsive::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #A7335D, #D45A58);
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

/* line 267, app/assets/stylesheets/components/table.sass */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #802747, #c63533);
}

@-webkit-keyframes fadeInRow {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRow {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 279, app/assets/stylesheets/components/table.sass */
.fade-in-row {
  -webkit-animation: fadeInRow 0.4s ease-out forwards;
          animation: fadeInRow 0.4s ease-out forwards;
}

/* line 283, app/assets/stylesheets/components/table.sass */
.fancy-table-loading {
  position: relative;
}

/* line 286, app/assets/stylesheets/components/table.sass */
.fancy-table-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(167, 51, 93, 0.1), transparent);
  -webkit-animation: shimmer 1.5s infinite;
          animation: shimmer 1.5s infinite;
  z-index: 1;
}

@-webkit-keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* line 304, app/assets/stylesheets/components/table.sass */
.scroll-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.9), rgba(212, 90, 88, 0.8));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(167, 51, 93, 0.3);
}

/* line 322, app/assets/stylesheets/components/table.sass */
.scroll-indicator.active {
  opacity: 1;
}

/* line 325, app/assets/stylesheets/components/table.sass */
.scroll-indicator:hover {
  background: linear-gradient(135deg, #802747, #c63533);
  transform: translateY(-50%) scale(1.1);
}

/* line 329, app/assets/stylesheets/components/table.sass */
.scroll-indicator.scroll-indicator-left {
  left: 10px;
}

/* line 332, app/assets/stylesheets/components/table.sass */
.scroll-indicator.scroll-indicator-right {
  right: 10px;
}

/* line 336, app/assets/stylesheets/components/table.sass */
.filtered-out {
  display: none !important;
}

/* line 340, app/assets/stylesheets/components/table.sass */
.no-results-row td {
  text-align: center;
  padding: 2rem;
  color: rgba(167, 51, 93, 0.6);
  font-style: italic;
}

/* line 347, app/assets/stylesheets/components/table.sass */
.table .btn-group .btn, table.default .btn-group .btn {
  border-radius: 0.375rem;
  margin: 0 0.125rem;
}

/* line 351, app/assets/stylesheets/components/table.sass */
.table .btn-group .btn:first-child, table.default .btn-group .btn:first-child {
  margin-left: 0;
}

/* line 354, app/assets/stylesheets/components/table.sass */
.table .btn-group .btn:last-child, table.default .btn-group .btn:last-child {
  margin-right: 0;
}

/* line 358, app/assets/stylesheets/components/table.sass */
.table-bordered {
  border: 2px solid rgba(167, 51, 93, 0.15);
}

/* line 361, app/assets/stylesheets/components/table.sass */
.table-bordered th, .table-bordered td {
  border: 1px solid rgba(167, 51, 93, 0.08);
}

/* line 365, app/assets/stylesheets/components/table.sass */
.alert {
  border-radius: 0.75rem;
  border: none;
}

/* line 369, app/assets/stylesheets/components/table.sass */
.alert.alert-warning {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 193, 7, 0.05));
  color: #856404;
  border-left: 4px solid #ffc107;
}

/* line 374, app/assets/stylesheets/components/table.sass */
.meeting-date-group-row {
  background: transparent !important;
}

/* line 377, app/assets/stylesheets/components/table.sass */
.meeting-date-group-row:nth-child(even) {
  background: transparent !important;
}

/* line 380, app/assets/stylesheets/components/table.sass */
.meeting-date-group-row:hover {
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

/* line 385, app/assets/stylesheets/components/table.sass */
.meeting-date-group-row td {
  background: linear-gradient(90deg, rgba(167, 51, 93, 0.14), rgba(212, 90, 88, 0.1));
  border-top: 1px solid rgba(167, 51, 93, 0.15);
  border-bottom: 1px solid rgba(167, 51, 93, 0.15) !important;
  padding: 0.55rem 0.75rem !important;
}

/* line 391, app/assets/stylesheets/components/table.sass */
.meeting-date-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 397, app/assets/stylesheets/components/table.sass */
.meeting-date-group__label {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #7f1d42;
  text-transform: uppercase;
}

/* line 404, app/assets/stylesheets/components/table.sass */
.meeting-date-group__count {
  font-size: 0.8rem;
  color: rgba(64, 9, 34, 0.75);
}

/* line 408, app/assets/stylesheets/components/table.sass */
.meeting-date-cell {
  min-width: 118px;
}

/* line 411, app/assets/stylesheets/components/table.sass */
.meeting-date-cell__date {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.65);
}

/* line 417, app/assets/stylesheets/components/table.sass */
.meeting-date-cell__time {
  color: rgba(0, 0, 0, 0.88);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.15rem;
}

@media (max-width: 768px) {
  /* line 425, app/assets/stylesheets/components/table.sass */
  .table, table.default, .table.default {
    font-size: 0.95rem;
  }
  /* line 428, app/assets/stylesheets/components/table.sass */
  .table thead th, table.default thead th, .table.default thead th {
    font-size: 0.95rem;
    padding: 1rem 0.75rem;
  }
  /* line 432, app/assets/stylesheets/components/table.sass */
  .table tbody td, table.default tbody td, .table.default tbody td {
    padding: 1rem 0.75rem;
  }
  /* line 435, app/assets/stylesheets/components/table.sass */
  .fancy-table-sm {
    font-size: 0.95rem;
  }
  /* line 438, app/assets/stylesheets/components/table.sass */
  .fancy-table-lg {
    font-size: 1.05rem;
  }
  /* line 441, app/assets/stylesheets/components/table.sass */
  .meeting-date-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 5, app/assets/stylesheets/components/tables.sass */
table.default thead tr {
  border-bottom: #dee2e6 solid 2px !important;
}

/* line 8, app/assets/stylesheets/components/tables.sass */
table.default tfoot tr {
  border-top: #dee2e6 solid 2px !important;
}

/* line 11, app/assets/stylesheets/components/tables.sass */
table.default td {
  padding: 0.3rem 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

/* line 16, app/assets/stylesheets/components/tables.sass */
.card > table {
  margin-bottom: -1px;
}

/* line 19, app/assets/stylesheets/components/tables.sass */
.card > table.table-bordered {
  margin: -1px;
  width: calc(100% + 2px);
}

/* line 1, app/assets/stylesheets/components/title.sass */
h1, .h1 {
  color: #212529;
  position: relative;
  display: inline-block;
  margin: 2rem auto;
}

/* line 7, app/assets/stylesheets/components/title.sass */
h1:after, .h1:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25%;
  width: 50%;
  height: 3px;
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  border-radius: 2px;
}

/* line 3, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge {
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  font-weight: 500;
  border-radius: 0.375rem;
  margin-bottom: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 14, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.role-global {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* line 18, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.role-global i.fa-crown {
  font-size: 0.65rem;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

/* line 23, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.role-organization {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* line 27, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.role-organization i {
  font-size: 0.65rem;
}

/* line 30, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.role-organization .fw-bold {
  margin-left: 0.15rem;
  font-weight: 600;
}

/* line 35, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.organization-member {
  border: 1px solid #6c757d;
  background: #e9ecef !important;
  color: #495057 !important;
}

/* line 40, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge.organization-member i {
  font-size: 0.65rem;
  color: #6c757d;
}

/* line 45, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

/* line 51, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .text-muted.fst-italic {
  font-size: 0.85rem;
  color: #6c757d !important;
  padding: 0.25rem 0;
}

/* line 57, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .text-muted.small {
  font-size: 0.75rem;
  color: #6c757d !important;
  margin-left: 0.5rem;
  font-style: italic;
}

/* line 64, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .organizations-toggle {
  font-size: 0.75rem;
  color: #6c757d !important;
  margin-left: 0.5rem;
  cursor: pointer !important;
  text-decoration: underline !important;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 73, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .organizations-toggle:hover {
  color: #495057 !important;
  transform: translateY(-1px);
}

/* line 77, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .organizations-toggle.text-primary {
  color: #0d6efd !important;
}

/* line 80, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .organizations-toggle.text-primary:hover {
  color: #0b5ed7 !important;
}

/* line 83, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .organizations-toggle i {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}

/* line 87, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .organizations-toggle.expanded i {
  transform: rotate(180deg);
}

/* line 91, app/assets/stylesheets/components/user_roles_badges.sass */
.user-roles-badges .hidden-organizations {
  margin-top: 0.25rem;
  padding-left: 0.5rem;
  border-left: 2px solid #e9ecef;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/pages/account_form.sass */
.account-form-panel-rounded {
  border-radius: 2rem;
}

/* line 4, app/assets/stylesheets/pages/account_form.sass */
#account-form-root h1, #account-form-root .h1 {
  border-bottom: none;
}

/* line 7, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-breadcrumb {
  padding: 0.55rem;
  border-radius: 1rem;
  border: 1px solid #e4d7df;
  background: linear-gradient(115deg, #fff8fb 0%, #fffaf7 48%, #ffffff 100%);
}

/* line 13, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-breadcrumb__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
}

/* line 20, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip {
  --chip-start: #a7335d;
  --chip-end: #d45a58;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--chip-start), var(--chip-end));
  color: #ffffff;
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 14px rgba(41, 58, 80, 0.14);
}

/* line 37, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip i {
  font-size: 0.72rem;
}

/* line 40, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip.meeting-selection-chip--workshop {
  --chip-start: #a7335d;
  --chip-end: #d45a58;
}

/* line 44, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip.meeting-selection-chip--domain {
  --chip-start: #d45a58;
  --chip-end: #f28a51;
}

/* line 48, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip.meeting-selection-chip--service {
  --chip-start: #f28a51;
  --chip-end: #d45a58;
}

/* line 52, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip.meeting-selection-chip--date {
  --chip-start: #a7335d;
  --chip-end: #f28a51;
}

/* line 56, app/assets/stylesheets/pages/account_form.sass */
.meeting-selection-chip.meeting-selection-chip--time {
  --chip-start: #d45a58;
  --chip-end: #a7335d;
}

/* line 62, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section .account-signup-field .fancy-input-group {
  width: 100%;
}

/* line 65, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section .account-enterprise-choice {
  padding: 0.65rem 0.85rem;
  border: 1px solid #e8d8df;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #fff9fb 0%, #fffdf9 100%);
}

/* line 71, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section .account-enterprise-choice .fancy-checkbox-wrapper {
  width: 100%;
  gap: 0.35rem;
}

/* line 75, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section .account-enterprise-choice .fancy-checkbox.display-dot {
  align-items: center;
}

/* line 78, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section .account-enterprise-choice .fancy-checkbox.display-dot .form-check-input.dot-input {
  margin-top: 0.05rem;
}

/* line 81, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section .account-enterprise-choice .fancy-checkbox.display-dot .fancy-label.dot-label {
  font-size: 1.08rem;
  font-weight: 700;
  color: #3b4f69;
  line-height: 1.35;
}

/* line 87, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields {
  padding: 0.95rem;
  border: 1px solid #eadce2;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fffdfc 0%, #fff8fb 100%);
}

/* line 93, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields .enterprise-search-label {
  font-size: 0.93rem;
  font-weight: 600;
  color: #3b4f69;
  margin-bottom: 0.45rem;
}

/* line 100, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields .enterprise-search-group .enterprise-search-input {
  border-radius: 0.75rem 0 0 0.75rem;
}

/* line 103, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields .enterprise-search-group .enterprise-search-button {
  border-radius: 0 0.75rem 0.75rem 0;
  white-space: nowrap;
}

/* line 107, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields #enterprise-search-results {
  width: 100%;
}

/* line 110, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields .enterprise-search-result-btn {
  width: 100%;
  display: block;
  align-self: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0.75rem;
  padding: 0.6rem 0.75rem;
  line-height: 1.25;
}

/* line 120, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields .enterprise-search-result-btn + .enterprise-search-result-btn {
  margin-left: 0 !important;
}

/* line 123, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields #enterprise-details {
  margin-top: 1.25rem;
}

/* line 126, app/assets/stylesheets/pages/account_form.sass */
#sign-up-section #enterprise-fields input.enterprise-input-locked {
  background-color: #f4f5f7;
  color: #5f6b7a;
}

/* line 130, app/assets/stylesheets/pages/account_form.sass */
.position-relative.flex-grow-1 {
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 135, app/assets/stylesheets/pages/account_form.sass */
#show-sign-in-link, #show-sign-up-link {
  display: inline-block;
  width: auto;
  max-width: none;
  white-space: normal;
}

/* line 141, app/assets/stylesheets/pages/account_form.sass */
#show-sign-in-link:hover, #show-sign-up-link:hover {
  text-decoration: none;
}

/* line 145, app/assets/stylesheets/pages/account_form.sass */
.switch-form-container {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
}

/* line 151, app/assets/stylesheets/pages/account_form.sass */
.switch-form-container .btn {
  box-shadow: none;
}

/* line 154, app/assets/stylesheets/pages/account_form.sass */
.switch-form-container .btn:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  /* line 158, app/assets/stylesheets/pages/account_form.sass */
  #account-form-root {
    width: 100%;
  }
  /* line 161, app/assets/stylesheets/pages/account_form.sass */
  .meeting-selection-breadcrumb__chips {
    justify-content: flex-start;
  }
  /* line 164, app/assets/stylesheets/pages/account_form.sass */
  .meeting-selection-chip {
    font-size: 0.75rem;
  }
  /* line 168, app/assets/stylesheets/pages/account_form.sass */
  #sign-up-section .account-enterprise-choice {
    padding: 0.55rem 0.7rem;
  }
  /* line 171, app/assets/stylesheets/pages/account_form.sass */
  #sign-up-section .account-enterprise-choice .fancy-checkbox.display-dot .fancy-label.dot-label {
    font-size: 1rem;
  }
}

/* line 2, app/assets/stylesheets/pages/availabilities.sass */
ul.availabilities li {
  padding: 0;
}

/* line 5, app/assets/stylesheets/pages/availabilities.sass */
ul.availabilities li label {
  display: block;
  padding: 0.25em 0.5em;
}

/* line 9, app/assets/stylesheets/pages/availabilities.sass */
ul.availabilities li label.active {
  background: #DEF;
}

/* line 12, app/assets/stylesheets/pages/availabilities.sass */
.availability-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.15rem;
  padding: 0.55rem 0.65rem 0.5rem;
  border: 1px solid #e4ebf3;
  border-radius: 0.9rem;
  background: #f9fbfe;
}

/* line 22, app/assets/stylesheets/pages/availabilities.sass */
.availability-jump-toolbar {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}

/* line 32, app/assets/stylesheets/pages/availabilities.sass */
.availability-jump-toolbar label {
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/pages/availabilities.sass */
.availability-jump-toolbar .availability-date-picker {
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  transition: all 0.2s ease;
}

/* line 43, app/assets/stylesheets/pages/availabilities.sass */
.availability-jump-toolbar .availability-date-picker:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 47, app/assets/stylesheets/pages/availabilities.sass */
.availability-load-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  min-height: 34px;
  padding: 0.22rem 0.62rem;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* line 61, app/assets/stylesheets/pages/availabilities.sass */
.availability-load-more-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* line 67, app/assets/stylesheets/pages/availabilities.sass */
.availability-load-more-icon {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
}

/* line 74, app/assets/stylesheets/pages/availabilities.sass */
.availability-icon-mobile {
  display: none;
}

/* line 77, app/assets/stylesheets/pages/availabilities.sass */
.availability-load-more-label {
  line-height: 1;
}

/* line 80, app/assets/stylesheets/pages/availabilities.sass */
.availability-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 85, app/assets/stylesheets/pages/availabilities.sass */
.availability-date-chunk {
  background: transparent;
  border: 0;
  padding: 0;
}

/* line 90, app/assets/stylesheets/pages/availabilities.sass */
.availability-day-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 0 0.58rem;
  border-bottom: 1px solid #dce6f1;
  margin-bottom: 0.52rem;
}

/* line 99, app/assets/stylesheets/pages/availabilities.sass */
.availability-day-toolbar-right {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  order: 3;
}

/* line 105, app/assets/stylesheets/pages/availabilities.sass */
.availability-nav-prev {
  order: 1;
}

/* line 108, app/assets/stylesheets/pages/availabilities.sass */
.availability-day-main {
  order: 2;
}

/* line 113, app/assets/stylesheets/pages/availabilities.sass */
.availability-toggle-jump-button {
  min-width: 38px;
  padding: 0.22rem 0.5rem;
}

/* line 117, app/assets/stylesheets/pages/availabilities.sass */
.availability-day-main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 19rem;
  max-width: 19rem;
  min-height: 2rem;
  margin: 0 0.2rem;
}

/* line 127, app/assets/stylesheets/pages/availabilities.sass */
.availability-day-label {
  font-size: 1.18rem;
  font-weight: 800;
  color: #223a57;
  line-height: 1.2;
  text-transform: capitalize;
}

/* line 134, app/assets/stylesheets/pages/availabilities.sass */
.availability-day-content {
  padding: 0;
  background: transparent;
}

/* line 138, app/assets/stylesheets/pages/availabilities.sass */
.availability-slots-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 143, app/assets/stylesheets/pages/availabilities.sass */
.availability-slot-form {
  margin: 0;
}

/* line 146, app/assets/stylesheets/pages/availabilities.sass */
.availability-slot-card {
  width: auto;
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.36rem 0.72rem;
  border-radius: 0.75rem;
  box-shadow: none;
  white-space: nowrap;
  transition: all 0.18s ease;
}

/* line 161, app/assets/stylesheets/pages/availabilities.sass */
.availability-slot-card.btn-outline-primary, .availability-slot-card.btn-default {
  border-color: #c4d4e7;
  color: #2d486b;
  background: #ffffff;
}

/* line 166, app/assets/stylesheets/pages/availabilities.sass */
.availability-slot-card.btn-outline-primary:hover, .availability-slot-card.btn-default:hover {
  border-color: #9db8d7;
  background: #edf4fc;
  color: #1e3553;
}

/* line 171, app/assets/stylesheets/pages/availabilities.sass */
.availability-slot-card.btn-outline-primary:focus, .availability-slot-card.btn-default:focus {
  box-shadow: 0 0 0 0.15rem rgba(93, 130, 176, 0.2);
}

/* line 174, app/assets/stylesheets/pages/availabilities.sass */
.availability-slot-empty {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.25rem 0;
  font-size: 0.79rem;
  color: #7d8895;
}

@media (max-width: 768px) {
  /* line 183, app/assets/stylesheets/pages/availabilities.sass */
  .availability-accordion {
    padding: 0.5rem 0.55rem 0.45rem;
  }
  /* line 186, app/assets/stylesheets/pages/availabilities.sass */
  .availability-load-more-button {
    width: auto;
    max-width: none;
    min-height: 34px;
    font-size: 0.69rem;
  }
  /* line 192, app/assets/stylesheets/pages/availabilities.sass */
  .availability-day-toolbar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-bottom: 0;
    margin-bottom: 0.4rem;
  }
  /* line 200, app/assets/stylesheets/pages/availabilities.sass */
  .availability-icon-desktop {
    display: none;
  }
  /* line 203, app/assets/stylesheets/pages/availabilities.sass */
  .availability-icon-mobile {
    display: inline-block;
  }
  /* line 206, app/assets/stylesheets/pages/availabilities.sass */
  .availability-nav-prev {
    order: 1;
  }
  /* line 209, app/assets/stylesheets/pages/availabilities.sass */
  .availability-day-main {
    order: 2;
    flex: 0 0 auto;
    max-width: 100%;
    min-height: 0;
  }
  /* line 215, app/assets/stylesheets/pages/availabilities.sass */
  .availability-nav-next {
    order: 3;
  }
  /* line 218, app/assets/stylesheets/pages/availabilities.sass */
  .availability-day-label {
    font-size: 1.08rem;
  }
  /* line 221, app/assets/stylesheets/pages/availabilities.sass */
  .availability-day-content {
    padding: 0;
  }
  /* line 224, app/assets/stylesheets/pages/availabilities.sass */
  .availability-slots-list {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 228, app/assets/stylesheets/pages/availabilities.sass */
  .availability-slot-form {
    width: 100%;
  }
  /* line 231, app/assets/stylesheets/pages/availabilities.sass */
  .availability-slot-card {
    width: 100%;
    min-height: 42px;
    font-size: 0.82rem;
  }
}

/* line 1, app/assets/stylesheets/pages/calendar.sass */
.zoom-in-event {
  transform: scale(1.05);
  -webkit-animation: zoom-in 0.5s ease-in-out !important;
          animation: zoom-in 0.5s ease-in-out !important;
  z-index: 1000 !important;
  background-color: MediumSeaGreen !important;
  border-color: green !important;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/pages/calendar.sass */
.fc-event {
  transition: transform 0.3s ease;
}

/* line 1, app/assets/stylesheets/pages/devise.sass */
body[data-controller^=devise] #main {
  margin: auto;
}

/* line 3, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item {
  background: #fff;
  border: none;
  border-radius: 50px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* line 16, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button {
  padding: 1.25rem 1.75rem;
  border: none;
  border-radius: 50px;
  background: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: none;
}

/* line 26, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button::after {
  display: none;
}

/* line 29, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  border-radius: 50px 50px 0 0;
}

/* line 36, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button .question-text {
  flex: 1;
  text-align: left;
  line-height: 1.4;
}

/* line 41, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button .chevron-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* line 51, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button .chevron-icon .fa-chevron-down {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
  color: #6c757d;
}

/* line 56, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button.collapsed .chevron-icon {
  background: rgba(0, 0, 0, 0.05);
}

/* line 59, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button.collapsed .chevron-icon .fa-chevron-down {
  transform: rotate(0deg);
}

/* line 63, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .chevron-icon .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 67, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 1.75rem 1.5rem 1.75rem;
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0 0 50px 50px;
}

/* line 74, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0.75rem;
}

/* line 77, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion.client-faq .accordion-item .accordion-button:not(.collapsed) {
  color: #ff7700;
}

/* line 84, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion.client-faq .accordion-item .accordion-button:not(.collapsed) .chevron-icon {
  background: linear-gradient(135deg, #ff8c00 0%, #ff7700 100%);
}

/* line 87, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion.client-faq .accordion-item .accordion-button:not(.collapsed) .chevron-icon .fa-chevron-down {
  color: white;
}

/* line 91, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion.atelier-faq .accordion-item .accordion-button:not(.collapsed) {
  color: #A7335D;
}

/* line 93, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion.atelier-faq .accordion-item .accordion-button:not(.collapsed) .chevron-icon {
  background: linear-gradient(135deg, #A7335D 0%, #8f2a50 100%);
}

/* line 96, app/assets/stylesheets/pages/faq_panel.sass */
.faq-accordion.atelier-faq .accordion-item .accordion-button:not(.collapsed) .chevron-icon .fa-chevron-down {
  color: white;
}

/* line 99, app/assets/stylesheets/pages/faq_panel.sass */
#questions-panel {
  scroll-margin-top: 20px;
}

/* line 102, app/assets/stylesheets/pages/faq_panel.sass */
.faq-section-title {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

/* line 108, app/assets/stylesheets/pages/faq_panel.sass */
.faq-section-title.client-title {
  position: relative;
}

/* line 111, app/assets/stylesheets/pages/faq_panel.sass */
.faq-section-title.client-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #ff8c00 0%, #ff7700 100%);
  border-radius: 2px;
}

/* line 121, app/assets/stylesheets/pages/faq_panel.sass */
.faq-section-title.atelier-title {
  position: relative;
}

/* line 124, app/assets/stylesheets/pages/faq_panel.sass */
.faq-section-title.atelier-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #A7335D 0%, #8f2a50 100%);
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/pages/flash.sass */
.bottom-right-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
}

/* line 2, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works {
  background-color: rgba(255, 245, 245, 0.93);
  border-radius: 0 0 1rem 1rem;
  padding: 1.5rem 1rem 1rem;
  margin: 0 1.5rem 1.5rem;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-top: 4px solid transparent;
  -o-border-image: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
     border-image: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  border-image-slice: 1;
  max-width: 90%;
  -webkit-animation: fadeIn 0.8s ease-out forwards;
          animation: fadeIn 0.8s ease-out forwards;
}

/* line 15, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works h3, .how-it-works .h3 {
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  color: #A7335D;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.7), 0 1px 0 #fff;
  margin-bottom: 1.5rem;
}

/* line 26, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .steps-container {
  margin: 1.5rem 0 0.5rem;
  position: relative;
  min-height: 90px;
}

/* line 31, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .steps-container .steps-line {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 1;
  background: linear-gradient(to right, transparent, #D45A58, transparent);
  -webkit-animation: expandLine 1.2s ease-out forwards;
          animation: expandLine 1.2s ease-out forwards;
  opacity: 1;
  transform: translateY(-50%);
  width: 100%;
}

/* line 44, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .steps-container .row {
  position: relative;
  z-index: 2;
}

/* line 48, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #A7335D, #D45A58);
  box-shadow: 0 3px 8px rgba(167, 51, 93, 0.3);
  margin: 0 auto 0.75rem;
  color: white;
  transition: all 0.3s ease;
}

/* line 57, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-icon:hover {
  transform: scale(1.15) translateY(-3px);
  box-shadow: 0 5px 12px rgba(167, 51, 93, 0.4);
  background: linear-gradient(135deg, #D45A58, #F28A51);
}

/* line 62, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .steps-line {
  top: 25px;
  left: 25%;
  right: 25%;
  height: 2px;
  z-index: 1;
  background: linear-gradient(to right, transparent, #D45A58, transparent);
  -webkit-animation: expandLine 1.2s ease-out forwards;
          animation: expandLine 1.2s ease-out forwards;
  opacity: 0;
}

/* line 72, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-title {
  font-size: 0.9rem;
  color: #333;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

/* line 81, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-description {
  color: #666;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  max-width: 90%;
  margin: 0 auto;
}

/* line 89, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-animation {
  opacity: 0;
  transform: translateY(15px);
}

/* line 93, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-animation.step-1 {
  -webkit-animation: stepFadeIn 0.5s ease-out 0.3s forwards;
          animation: stepFadeIn 0.5s ease-out 0.3s forwards;
}

/* line 96, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-animation.step-2 {
  -webkit-animation: stepFadeIn 0.5s ease-out 0.6s forwards;
          animation: stepFadeIn 0.5s ease-out 0.6s forwards;
}

/* line 99, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-animation.step-3 {
  -webkit-animation: stepFadeIn 0.5s ease-out 0.9s forwards;
          animation: stepFadeIn 0.5s ease-out 0.9s forwards;
}

/* line 103, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-animation:hover .step-title {
  color: #A7335D;
}

/* line 106, app/assets/stylesheets/pages/how_it_works.sass */
.how-it-works .step-animation:hover .step-description {
  color: #333;
}

/* line 110, app/assets/stylesheets/pages/how_it_works.sass */
.quick-scroll-btn {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  color: white;
  border: none;
  font-size: 0.75rem;
  padding: 0.35rem 0.85rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(167, 51, 93, 0.3);
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  z-index: 5;
}

/* line 122, app/assets/stylesheets/pages/how_it_works.sass */
.quick-scroll-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(167, 51, 93, 0.4);
  background: linear-gradient(135deg, #D45A58, #F28A51);
}

/* line 127, app/assets/stylesheets/pages/how_it_works.sass */
.quick-scroll-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(167, 51, 93, 0.3);
}

/* line 132, app/assets/stylesheets/pages/how_it_works.sass */
.questions-animation {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 1.2s forwards;
          animation: fadeIn 0.8s ease-out 1.2s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes expandLine {
  0% {
    width: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
  }
}

@keyframes expandLine {
  0% {
    width: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting {
  margin: 0 auto 0.85rem;
}

/* line 4, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-steps-list {
  margin-bottom: 0;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e2e9f3;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.5rem;
}

/* line 16, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .breadcrumb-item {
  padding-left: 0;
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .breadcrumb-item::before {
  content: none !important;
}

/* line 25, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-separator i {
  font-size: 0.72rem;
  color: #98aac0;
}

/* line 29, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  min-height: 2rem;
  padding: 0.34rem 0.74rem 0.34rem 0.48rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 44, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge .meeting-step-index {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.3);
}

/* line 55, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #a7335d, #d45a58);
  box-shadow: 0 10px 18px rgba(167, 51, 93, 0.2);
}

/* line 60, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge.is-completed {
  color: #1f5a46;
  background: linear-gradient(135deg, #dbf7ee, #caefdf);
  border-color: #b8e4d3;
}

/* line 65, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge.is-completed .meeting-step-index {
  background: #2f8f72;
  color: #ffffff;
}

/* line 69, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge.is-upcoming {
  color: #4f637a;
  background: #f1f6fc;
  border-color: #d7e2ef;
}

/* line 74, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge.is-upcoming .meeting-step-index {
  background: #dde7f3;
  color: #5d7088;
}

/* line 78, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting .meeting-step-badge.is-highlighted {
  transform: translateY(-1px);
}

/* line 81, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting a {
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting a:hover .meeting-step-badge {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(45, 72, 107, 0.16);
}

/* line 88, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting + .step-action {
  margin-bottom: 0.5rem;
}

/* line 91, app/assets/stylesheets/pages/meeting_builder.sass */
.breadcrumb_meeting + .step-action h4, .breadcrumb_meeting + .step-action .h4 {
  margin-bottom: 0;
  color: #29415f;
  font-size: 1.05rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  /* line 99, app/assets/stylesheets/pages/meeting_builder.sass */
  .breadcrumb_meeting .meeting-steps-list {
    justify-content: flex-start;
    padding: 0.5rem 0.55rem;
    gap: 0.35rem 0.4rem;
  }
  /* line 104, app/assets/stylesheets/pages/meeting_builder.sass */
  .breadcrumb_meeting .meeting-step-separator {
    display: none;
  }
  /* line 107, app/assets/stylesheets/pages/meeting_builder.sass */
  .breadcrumb_meeting .meeting-step-badge {
    font-size: 0.72rem;
    min-height: 1.85rem;
    padding: 0.3rem 0.62rem 0.3rem 0.42rem;
  }
  /* line 112, app/assets/stylesheets/pages/meeting_builder.sass */
  .breadcrumb_meeting .meeting-step-badge .meeting-step-index {
    width: 1.15rem;
    height: 1.15rem;
    font-size: 0.64rem;
  }
  /* line 117, app/assets/stylesheets/pages/meeting_builder.sass */
  .breadcrumb_meeting + .step-action h4, .breadcrumb_meeting + .step-action .h4 {
    font-size: 0.95rem;
  }
}

/* line 120, app/assets/stylesheets/pages/meeting_builder.sass */
#meeting_form_results_list {
  max-height: 500px;
}

@media (max-width: 768px) {
  /* line 120, app/assets/stylesheets/pages/meeting_builder.sass */
  #meeting_form_results_list {
    max-height: none;
  }
}

@media (max-width: 992px) {
  /* line 126, app/assets/stylesheets/pages/meeting_builder.sass */
  #workshop-form {
    width: 100% !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

/* line 132, app/assets/stylesheets/pages/meeting_builder.sass */
.installation-path {
  font-size: 0.9rem;
  color: #6c757d;
}

/* line 136, app/assets/stylesheets/pages/meeting_builder.sass */
.results-container {
  border: 1px solid #e9ecef;
  border-radius: 1.7rem;
}

/* line 142, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card {
  padding: 1rem 1.05rem;
  margin-bottom: 0.85rem;
  border: 1px solid #e6edf5;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* line 149, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card:last-child {
  margin-bottom: 0;
}

/* line 152, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-panel-flat {
  background: transparent;
}

/* line 155, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-availability-zone {
  margin-top: 0.15rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e8eef5;
}

/* line 160, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-name {
  font-size: 1.32rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #1f3250;
}

/* line 165, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-address {
  font-size: 0.92rem;
  margin-bottom: 0.7rem;
  color: #5f6f82;
}

/* line 169, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-intervention {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  border: 1px solid #d9e4f2;
  border-radius: 0.8rem;
  background: #f7faff;
  padding: 0.55rem 0.7rem;
}

/* line 177, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-intervention-service {
  font-size: 0.82rem;
  font-weight: 700;
  color: #304c72;
}

/* line 181, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-intervention-duration {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4f637d;
}

/* line 185, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-rating {
  margin-bottom: 1rem;
}

/* line 187, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .workshop-rating .fa-star {
  font-size: 1.1rem;
}

/* line 189, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .favorite-link i {
  color: #dc3545;
}

/* line 191, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .btn-primary {
  border-radius: 50rem;
  background-color: #E97171;
  border-color: #E97171;
}

/* line 197, app/assets/stylesheets/pages/meeting_builder.sass */
.workshop-card .btn-primary:hover {
  background-color: #d36060;
  border-color: #d36060;
}

@media (max-width: 768px) {
  /* line 202, app/assets/stylesheets/pages/meeting_builder.sass */
  .results-container {
    border-radius: 1.25rem;
    padding: 1rem !important;
  }
  /* line 206, app/assets/stylesheets/pages/meeting_builder.sass */
  .installation-path {
    font-size: 0.82rem;
    line-height: 1.3;
  }
  /* line 210, app/assets/stylesheets/pages/meeting_builder.sass */
  .workshop-card {
    padding: 0.85rem;
    margin-bottom: 0.65rem;
  }
  /* line 214, app/assets/stylesheets/pages/meeting_builder.sass */
  .workshop-card .workshop-name {
    font-size: 1.12rem;
  }
  /* line 216, app/assets/stylesheets/pages/meeting_builder.sass */
  .workshop-card .workshop-address {
    font-size: 0.85rem;
    margin-bottom: 0.55rem;
  }
  /* line 219, app/assets/stylesheets/pages/meeting_builder.sass */
  .workshop-card .workshop-intervention {
    width: 100%;
    padding: 0.55rem 0.65rem;
  }
}

/* line 223, app/assets/stylesheets/pages/meeting_builder.sass */
.slide-down {
  -webkit-animation: slideDown 0.6s ease-out forwards;
          animation: slideDown 0.6s ease-out forwards;
  transform-origin: top center;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px) scaleY(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

/* line 237, app/assets/stylesheets/pages/meeting_builder.sass */
.time-select-container.slide-right {
  -webkit-animation: slideRight 0.6s ease-out forwards;
          animation: slideRight 0.6s ease-out forwards;
  transform-origin: left center;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-30px) scaleX(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-30px) scaleX(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

/* line 250, app/assets/stylesheets/pages/meeting_builder.sass */
.slide-in-left {
  -webkit-animation: slideInLeft 0.7s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: slideInLeft 0.7s cubic-bezier(0.23, 1, 0.32, 1) both;
  will-change: transform, opacity;
}

/* line 254, app/assets/stylesheets/pages/meeting_builder.sass */
.slide-in-right {
  -webkit-animation: slideInRight 0.7s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: slideInRight 0.7s cubic-bezier(0.23, 1, 0.32, 1) both;
  will-change: transform, opacity;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(60px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* line 275, app/assets/stylesheets/pages/meeting_builder.sass */
.fade-out-up {
  -webkit-animation: fadeOutUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: fadeOutUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  will-change: opacity, transform;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

/* line 288, app/assets/stylesheets/pages/meeting_builder.sass */
.fade-out-right {
  -webkit-animation: fadeOutRight 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: fadeOutRight 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  will-change: opacity, transform;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(60px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(60px);
  }
}

/* line 303, app/assets/stylesheets/pages/meeting_builder.sass */
.close-panel {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 315, app/assets/stylesheets/pages/meeting_builder.sass */
.close-panel:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 318, app/assets/stylesheets/pages/meeting_builder.sass */
.open-in-new {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

/* line 331, app/assets/stylesheets/pages/meeting_builder.sass */
.open-in-new:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 1, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show {
  margin-bottom: 3rem;
}

/* line 4, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(248, 249, 250, 0.65), white);
  border: 1px solid #dee2e6;
}

/* line 9, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details {
  padding: 0;
}

/* line 14, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .finalize-confirmation,
.meeting-show .meeting-details-card .finalize-confirmation {
  gap: 0.75rem;
}

/* line 18, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-title h2, .meeting-show .meeting-details .meeting-title .h2,
.meeting-show .meeting-details-card .meeting-title h2,
.meeting-show .meeting-details-card .meeting-title .h2 {
  font-weight: 700;
}

/* line 21, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-subtitle,
.meeting-show .meeting-details-card .meeting-subtitle {
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

/* line 26, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-status .meeting-status-badge,
.meeting-show .meeting-details-card .meeting-status .meeting-status-badge {
  font-size: 1rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* line 35, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-tags .badge,
.meeting-show .meeting-details-card .meeting-tags .badge {
  font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* line 41, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}

/* line 53, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-edit,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-edit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(167, 51, 93, 0.12);
  color: #A7335D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(167, 51, 93, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 68, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-edit:hover,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-edit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(167, 51, 93, 0.28);
}

/* line 72, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--primary,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--primary {
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.08), white);
  border-color: rgba(167, 51, 93, 0.25);
  padding: 1.6rem 1.75rem;
}

/* line 77, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--primary .meeting-info-label,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--primary .meeting-info-label {
  color: #A7335D;
}

/* line 80, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--primary .meeting-info-value,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--primary .meeting-info-value {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 87, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--primary .meeting-info-subtext,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--primary .meeting-info-subtext {
  font-size: 1rem;
}

/* line 90, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--secondary,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--secondary {
  background: linear-gradient(135deg, rgba(212, 90, 88, 0.08), white);
  border-color: rgba(212, 90, 88, 0.25);
}

/* line 94, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--secondary .meeting-info-label,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--secondary .meeting-info-label {
  color: #D45A58;
}

/* line 97, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--secondary .meeting-info-value,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--secondary .meeting-info-value {
  font-size: 1.4rem;
}

/* line 100, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--vehicle,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--vehicle {
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.06), white);
  border-color: rgba(167, 51, 93, 0.18);
}

/* line 104, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-item--vehicle .meeting-info-value,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-item--vehicle .meeting-info-value {
  font-size: 1.2rem;
  white-space: normal;
}

/* line 108, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-label,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #495057;
  display: flex;
  align-items: center;
}

/* line 116, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-label i,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-label i {
  color: #A7335D;
  font-size: 1.1rem;
}

/* line 120, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-value,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212529;
}

/* line 125, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-subtext,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-subtext {
  color: #343a40;
  font-size: 0.95rem;
}

/* line 129, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-link,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-link {
  margin-top: 0.35rem;
}

/* line 132, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-grid .meeting-info-link a,
.meeting-show .meeting-details-card .meeting-info-grid .meeting-info-link a {
  font-weight: 600;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents,
.meeting-show .meeting-details-card .meeting-info-item--documents {
  border-color: rgba(167, 51, 93, 0.22);
  background: linear-gradient(135deg, rgba(167, 51, 93, 0.05), white);
}

/* line 140, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-documents-list,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-documents-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 145, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-row,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-row {
  border: 1px solid #dee2e6;
  border-radius: 0.85rem;
  padding: 0.9rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  background: rgba(248, 249, 250, 0.4);
}

/* line 156, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-main,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-main {
  min-width: 0;
  flex: 1;
}

/* line 160, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-date,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-date {
  font-size: 0.82rem !important;
  color: #495057 !important;
}

/* line 164, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-actions,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  min-width: 0;
}

/* line 172, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-rename-form,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-rename-form {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  min-width: 0;
  flex-wrap: nowrap;
  flex: 1 1 auto;
}

/* line 180, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-rename-input,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-rename-input {
  width: clamp(140px, 18vw, 220px);
  min-width: 140px;
  flex: 1 1 auto;
}

/* line 185, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-rename-button,
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-delete-form,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-rename-button,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-delete-form {
  display: flex;
}

/* line 189, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-rename-button .btn,
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-delete-form .btn,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-rename-button .btn,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-delete-form .btn {
  white-space: nowrap;
}

/* line 192, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-action-btn,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-action-btn {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 197, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-action-btn:hover,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-action-btn:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* line 200, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-icon-btn,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-icon-btn {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 209, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-icon-btn i,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-icon-btn i {
  margin: 0 !important;
}

/* line 212, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-document-upload,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-upload {
  border-top: 1px solid #dee2e6;
}

/* line 215, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .meeting-details .meeting-info-item--documents .meeting-documents-empty,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-documents-empty {
  border: 1px dashed #adb5bd;
  border-radius: 0.85rem;
  padding: 0.9rem;
  color: #343a40;
}

@media (max-width: 768px) {
  /* line 222, app/assets/stylesheets/pages/meetings/show.sass */
  .meeting-show .meeting-details .meeting-info-item--documents .meeting-document-row,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-row {
    flex-wrap: wrap;
    align-items: stretch;
  }
  /* line 226, app/assets/stylesheets/pages/meetings/show.sass */
  .meeting-show .meeting-details .meeting-info-item--documents .meeting-document-actions,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 231, app/assets/stylesheets/pages/meetings/show.sass */
  .meeting-show .meeting-details .meeting-info-item--documents .meeting-document-rename-form,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-rename-form {
    width: 100%;
    min-width: 0;
  }
  /* line 235, app/assets/stylesheets/pages/meetings/show.sass */
  .meeting-show .meeting-details .meeting-info-item--documents .meeting-document-rename-input,
.meeting-show .meeting-details-card .meeting-info-item--documents .meeting-document-rename-input {
    width: 100%;
    min-width: 0;
  }
}

/* line 239, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .main-card {
  border-radius: 1.25rem !important;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
  transform-style: preserve-3d;
  transition: all 0.3s ease-in-out;
  background: white;
  -webkit-animation: cardAppear 0.8s ease-out forwards;
          animation: cardAppear 0.8s ease-out forwards;
}

/* line 248, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .gradient-header {
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

/* line 255, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .gradient-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
}

/* line 265, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .gradient-header h2, .meeting-show .gradient-header .h2 {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}

/* line 273, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .domain-badge {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

/* line 287, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .domain-badge i {
  font-size: 1.8rem;
  color: white;
}

/* line 291, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .service-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  color: white;
  padding: 0.25rem 1.25rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 306, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-tile {
  text-align: center;
  padding: 1rem;
  position: relative;
  transition: all 0.3s ease;
}

/* line 312, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-tile:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #dee2e6;
}

/* line 323, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background: rgba(167, 51, 93, 0.1);
  transition: all 0.3s ease;
}

/* line 334, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-icon.date-icon {
  background: rgba(167, 51, 93, 0.1);
}

/* line 336, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-icon i {
  color: #A7335D;
}

/* line 339, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-icon.duration-icon {
  background: rgba(212, 90, 88, 0.1);
}

/* line 341, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-icon i {
  color: #D45A58;
}

/* line 344, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-icon i {
  font-size: 1.5rem;
}

/* line 348, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-content .info-label {
  color: #495057;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

/* line 355, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-content .info-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #212529;
  margin-bottom: 0.25rem;
}

/* line 361, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .info-tiles .info-content .info-detail, .meeting-show .info-tiles .info-content .info-unit {
  font-size: 0.9rem;
  color: #495057;
}

/* line 366, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .workshop-info .workshop-icon {
  width: 45px;
  height: 45px;
  background: rgba(212, 90, 88, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 375, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .workshop-info i {
  font-size: 1.2rem;
  color: #D45A58;
}

/* line 379, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .workshop-info .workshop-details {
  padding-left: 3.5rem;
}

/* line 382, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .workshop-info .detail-row {
  margin-bottom: 0.5rem;
  color: #343a40;
}

/* line 386, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .workshop-info .detail-row i {
  color: #495057;
  width: 20px;
}

/* line 390, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column {
  background-color: rgba(248, 249, 250, 0.5);
  border-left: 1px solid #dee2e6;
}

/* line 394, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-container {
  height: 100%;
}

/* line 397, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-indicator {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

/* line 409, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-indicator:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: pulseBorder 2s infinite;
          animation: pulseBorder 2s infinite;
}

/* line 420, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-indicator.status-confirmed:before {
  border-color: rgba(25, 135, 84, 0.7);
}

/* line 423, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-indicator.status-pending:before {
  border-color: rgba(243, 156, 18, 0.7);
}

/* line 426, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-indicator.status-cancelled:before {
  border-color: rgba(220, 53, 69, 0.7);
}

/* line 429, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-indicator i {
  font-size: 2.5rem;
  background: linear-gradient(to right, #A7335D, #D45A58, #F28A51);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 436, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-text {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: #212529;
}

/* line 444, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .status-column .status-description {
  font-size: 0.9rem;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

/* line 450, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-section {
  background-color: rgba(248, 249, 250, 0.3);
}

/* line 453, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-section .section-title {
  font-weight: 600;
  color: #212529;
  font-size: 1.2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1.5rem;
}

/* line 461, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-section i {
  color: #F28A51;
}

/* line 465, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-section .detail-card {
  padding: 1rem;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* line 472, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-section .detail-card .detail-label {
  font-size: 0.8rem;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

/* line 479, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-section .detail-card .detail-value {
  font-weight: 600;
  font-size: 1rem;
  color: #212529;
  margin-bottom: 1rem;
}

/* line 485, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .card-footer {
  background-color: transparent;
  border-top: 1px solid #dee2e6;
}

/* line 489, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .card-footer .footer-heart {
  color: #495057;
  font-size: 0.9rem;
  font-style: italic;
}

/* line 494, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .card-footer i {
  color: #dc3545;
  -webkit-animation: heartbeat 1.5s infinite;
          animation: heartbeat 1.5s infinite;
}

@-webkit-keyframes cardAppear {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardAppear {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulseBorder {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulseBorder {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 532, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .fancy-panel,
.meeting-show .meeting-details .vehicle-info .fancy-panel {
  border: 2px solid transparent !important;
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #A7335D, #D45A58) border-box !important;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  -webkit-animation: vehicleInfoAppear 0.6s ease-out forwards;
          animation: vehicleInfoAppear 0.6s ease-out forwards;
}

/* line 540, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .fancy-panel:hover,
.meeting-show .meeting-details .vehicle-info .fancy-panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(167, 51, 93, 0.15) !important;
}

/* line 546, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .row > .col-sm-6:nth-child(1) .fancy-panel,
.meeting-show .meeting-details .vehicle-info .row > .col-sm-6:nth-child(1) .fancy-panel {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

/* line 548, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .row > .col-sm-6:nth-child(2) .fancy-panel,
.meeting-show .meeting-details .vehicle-info .row > .col-sm-6:nth-child(2) .fancy-panel {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 550, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .row > .col-sm-6:nth-child(3) .fancy-panel,
.meeting-show .meeting-details .vehicle-info .row > .col-sm-6:nth-child(3) .fancy-panel {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 552, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .row > .col-sm-6:nth-child(4) .fancy-panel,
.meeting-show .meeting-details .vehicle-info .row > .col-sm-6:nth-child(4) .fancy-panel {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 555, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .detail-label,
.meeting-show .meeting-details .vehicle-info .detail-label {
  background: linear-gradient(135deg, #A7335D, #D45A58);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 563, app/assets/stylesheets/pages/meetings/show.sass */
.meeting-show .vehicle-info .detail-value,
.meeting-show .meeting-details .vehicle-info .detail-value {
  position: relative;
}

@-webkit-keyframes vehicleInfoAppear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vehicleInfoAppear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1, app/assets/stylesheets/pages/welcome.sass */
.welcome-cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/* line 7, app/assets/stylesheets/pages/welcome.sass */
.welcome-card {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 40px;
  margin: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 350px;
  transform-style: preserve-3d;
  will-change: transform;
}

/* line 20, app/assets/stylesheets/pages/welcome.sass */
.welcome-card:hover {
  transform: none;
}

/* line 23, app/assets/stylesheets/pages/welcome.sass */
.welcome-card i {
  color: #007bff;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto 15px auto;
}

/* line 29, app/assets/stylesheets/pages/welcome.sass */
.welcome-card h2, .welcome-card .h2 {
  font-size: 24px;
  color: #333;
}

/* line 33, app/assets/stylesheets/pages/welcome.sass */
.welcome-card p {
  font-size: 16px;
  color: #555;
}

/* line 37, app/assets/stylesheets/pages/welcome.sass */
.welcome-card.animate-click {
  -webkit-animation: clickAnimation 0.3s forwards;
          animation: clickAnimation 0.3s forwards;
}

/* line 40, app/assets/stylesheets/pages/welcome.sass */
.login-link {
  text-align: center;
  margin-top: 30px;
}

/* line 44, app/assets/stylesheets/pages/welcome.sass */
.login-link a {
  color: #007bff;
  text-decoration: none;
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/pages/welcome.sass */
.login-link a:hover {
  text-decoration: underline;
}

@-webkit-keyframes clickAnimation {
  0% {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.9) rotateY(10deg);
  }
  100% {
    transform: scale(0.8) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes clickAnimation {
  0% {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.9) rotateY(10deg);
  }
  100% {
    transform: scale(0.8) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/application.sass */
.time-select-container .border-top {
  border-color: #dee2e6 !important;
}

/* line 20, app/assets/stylesheets/application.sass */
.time-select-container #custom-time-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* line 25, app/assets/stylesheets/application.sass */
.time-select-container #custom-time-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 29, app/assets/stylesheets/application.sass */
.time-select-container .form-check-label {
  font-size: 0.9rem;
  color: #6c757d;
}

/* line 34, app/assets/stylesheets/application.sass */
.time-select-container .fancy-checkbox.display-dot {
  margin-bottom: 0.5rem;
}

/* line 37, app/assets/stylesheets/application.sass */
.time-select-container .fancy-checkbox.display-dot .dot-input {
  margin-top: 0.25rem;
}

/* line 40, app/assets/stylesheets/application.sass */
.time-select-container .fancy-checkbox-label-text {
  margin-left: 1.75rem;
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.4;
}
