@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .
 * require_self
 */
/*!
 * Bootstrap v5.0.2 (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 8, app/assets/stylesheets/bootstrap5.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-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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));
}

/* line 35, app/assets/stylesheets/bootstrap5.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* line 47, app/assets/stylesheets/bootstrap5.scss */
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 59, app/assets/stylesheets/bootstrap5.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 67, app/assets/stylesheets/bootstrap5.scss */
hr:not([size]) {
  height: 1px;
}

/* line 71, app/assets/stylesheets/bootstrap5.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 78, app/assets/stylesheets/bootstrap5.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

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

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

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

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

/* line 114, app/assets/stylesheets/bootstrap5.scss */
h5, .h5 {
  font-size: 1.25rem;
}

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

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

/* line 127, app/assets/stylesheets/bootstrap5.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 136, app/assets/stylesheets/bootstrap5.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

/* line 154, app/assets/stylesheets/bootstrap5.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 161, app/assets/stylesheets/bootstrap5.scss */
dt {
  font-weight: 700;
}

/* line 165, app/assets/stylesheets/bootstrap5.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 170, app/assets/stylesheets/bootstrap5.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 174, app/assets/stylesheets/bootstrap5.scss */
b,
strong {
  font-weight: bolder;
}

/* line 179, app/assets/stylesheets/bootstrap5.scss */
small, .small {
  font-size: 0.875em;
}

/* line 183, app/assets/stylesheets/bootstrap5.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

/* line 196, app/assets/stylesheets/bootstrap5.scss */
sub {
  bottom: -0.25em;
}

/* line 200, app/assets/stylesheets/bootstrap5.scss */
sup {
  top: -0.5em;
}

/* line 204, app/assets/stylesheets/bootstrap5.scss */
a {
  color: #0d6efd;
  text-decoration: underline;
}

/* line 208, app/assets/stylesheets/bootstrap5.scss */
a:hover {
  color: #0a58ca;
}

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

/* line 217, app/assets/stylesheets/bootstrap5.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

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

/* line 240, app/assets/stylesheets/bootstrap5.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 245, app/assets/stylesheets/bootstrap5.scss */
a > code {
  color: inherit;
}

/* line 249, app/assets/stylesheets/bootstrap5.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 256, app/assets/stylesheets/bootstrap5.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 262, app/assets/stylesheets/bootstrap5.scss */
figure {
  margin: 0 0 1rem;
}

/* line 266, app/assets/stylesheets/bootstrap5.scss */
img,
svg {
  vertical-align: middle;
}

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

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

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

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

/* line 299, app/assets/stylesheets/bootstrap5.scss */
label {
  display: inline-block;
}

/* line 303, app/assets/stylesheets/bootstrap5.scss */
button {
  border-radius: 0;
}

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

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

/* line 322, app/assets/stylesheets/bootstrap5.scss */
button,
select {
  text-transform: none;
}

/* line 327, app/assets/stylesheets/bootstrap5.scss */
[role=button] {
  cursor: pointer;
}

/* line 331, app/assets/stylesheets/bootstrap5.scss */
select {
  word-wrap: normal;
}

/* line 334, app/assets/stylesheets/bootstrap5.scss */
select:disabled {
  opacity: 1;
}

/* line 338, app/assets/stylesheets/bootstrap5.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 342, app/assets/stylesheets/bootstrap5.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/* line 360, app/assets/stylesheets/bootstrap5.scss */
textarea {
  resize: vertical;
}

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

/* line 371, app/assets/stylesheets/bootstrap5.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 380, app/assets/stylesheets/bootstrap5.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 384, app/assets/stylesheets/bootstrap5.scss */
legend + * {
  clear: left;
}

/* line 388, app/assets/stylesheets/bootstrap5.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 398, app/assets/stylesheets/bootstrap5.scss */
::-webkit-inner-spin-button {
  height: auto;
}

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

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

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

/* line 423, app/assets/stylesheets/bootstrap5.scss */
::file-selector-button {
  font: inherit;
}

/* line 427, app/assets/stylesheets/bootstrap5.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 432, app/assets/stylesheets/bootstrap5.scss */
output {
  display: inline-block;
}

/* line 436, app/assets/stylesheets/bootstrap5.scss */
iframe {
  border: 0;
}

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

/* line 445, app/assets/stylesheets/bootstrap5.scss */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 534, app/assets/stylesheets/bootstrap5.scss */
.list-inline-item {
  display: inline-block;
}

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

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

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

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

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

/* line 560, app/assets/stylesheets/bootstrap5.scss */
.blockquote-footer::before {
  content: "— ";
}

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

/* line 569, app/assets/stylesheets/bootstrap5.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 578, app/assets/stylesheets/bootstrap5.scss */
.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

/* line 644, app/assets/stylesheets/bootstrap5.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 653, app/assets/stylesheets/bootstrap5.scss */
.col {
  flex: 1 0 0%;
}

/* line 657, app/assets/stylesheets/bootstrap5.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 693, app/assets/stylesheets/bootstrap5.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 697, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 702, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 707, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 712, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 717, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 722, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 727, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 733, app/assets/stylesheets/bootstrap5.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 737, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 742, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 747, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 752, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 757, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 762, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 767, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 773, app/assets/stylesheets/bootstrap5.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 777, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 782, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 787, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 792, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 797, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 802, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 807, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 813, app/assets/stylesheets/bootstrap5.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 817, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 822, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 827, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 832, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 837, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 842, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 847, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  /* line 853, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 857, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 862, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 867, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 872, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 877, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 882, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 887, app/assets/stylesheets/bootstrap5.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

/* line 892, app/assets/stylesheets/bootstrap5.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 897, app/assets/stylesheets/bootstrap5.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 902, app/assets/stylesheets/bootstrap5.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 907, app/assets/stylesheets/bootstrap5.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 912, app/assets/stylesheets/bootstrap5.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 917, app/assets/stylesheets/bootstrap5.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 922, app/assets/stylesheets/bootstrap5.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 927, app/assets/stylesheets/bootstrap5.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 932, app/assets/stylesheets/bootstrap5.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 937, app/assets/stylesheets/bootstrap5.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 942, app/assets/stylesheets/bootstrap5.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 947, app/assets/stylesheets/bootstrap5.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 952, app/assets/stylesheets/bootstrap5.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 957, app/assets/stylesheets/bootstrap5.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 961, app/assets/stylesheets/bootstrap5.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 965, app/assets/stylesheets/bootstrap5.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 969, app/assets/stylesheets/bootstrap5.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 973, app/assets/stylesheets/bootstrap5.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 977, app/assets/stylesheets/bootstrap5.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 981, app/assets/stylesheets/bootstrap5.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 985, app/assets/stylesheets/bootstrap5.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 989, app/assets/stylesheets/bootstrap5.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 993, app/assets/stylesheets/bootstrap5.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 997, app/assets/stylesheets/bootstrap5.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 1001, app/assets/stylesheets/bootstrap5.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 1006, app/assets/stylesheets/bootstrap5.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 1011, app/assets/stylesheets/bootstrap5.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 1016, app/assets/stylesheets/bootstrap5.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 1021, app/assets/stylesheets/bootstrap5.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 1026, app/assets/stylesheets/bootstrap5.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 1031, app/assets/stylesheets/bootstrap5.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 1036, app/assets/stylesheets/bootstrap5.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 1041, app/assets/stylesheets/bootstrap5.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 1046, app/assets/stylesheets/bootstrap5.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 1051, app/assets/stylesheets/bootstrap5.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 1056, app/assets/stylesheets/bootstrap5.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 1062, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1067, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1072, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1077, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1082, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1087, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1092, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1097, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1102, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1107, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1112, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1117, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1122, app/assets/stylesheets/bootstrap5.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1127, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1131, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 1135, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 1139, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1143, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 1147, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 1151, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1155, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 1159, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 1163, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1167, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 1171, app/assets/stylesheets/bootstrap5.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 1175, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 1180, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 1185, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1190, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1195, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1200, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1205, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1210, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1215, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1220, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1225, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1230, app/assets/stylesheets/bootstrap5.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 1236, app/assets/stylesheets/bootstrap5.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1241, app/assets/stylesheets/bootstrap5.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1246, app/assets/stylesheets/bootstrap5.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1251, app/assets/stylesheets/bootstrap5.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1256, app/assets/stylesheets/bootstrap5.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1261, app/assets/stylesheets/bootstrap5.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1266, app/assets/stylesheets/bootstrap5.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1271, app/assets/stylesheets/bootstrap5.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1276, app/assets/stylesheets/bootstrap5.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1281, app/assets/stylesheets/bootstrap5.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1286, app/assets/stylesheets/bootstrap5.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1291, app/assets/stylesheets/bootstrap5.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1296, app/assets/stylesheets/bootstrap5.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1301, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1305, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 1309, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 1313, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1317, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 1321, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 1325, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1329, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 1333, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 1337, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1341, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 1345, app/assets/stylesheets/bootstrap5.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 1349, app/assets/stylesheets/bootstrap5.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 1354, app/assets/stylesheets/bootstrap5.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 1359, app/assets/stylesheets/bootstrap5.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1364, app/assets/stylesheets/bootstrap5.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1369, app/assets/stylesheets/bootstrap5.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1374, app/assets/stylesheets/bootstrap5.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1379, app/assets/stylesheets/bootstrap5.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1384, app/assets/stylesheets/bootstrap5.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1389, app/assets/stylesheets/bootstrap5.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1394, app/assets/stylesheets/bootstrap5.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1399, app/assets/stylesheets/bootstrap5.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1404, app/assets/stylesheets/bootstrap5.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 1410, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1415, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1420, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1425, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1430, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1435, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1440, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1445, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1450, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1455, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1460, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1465, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1470, app/assets/stylesheets/bootstrap5.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1475, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1479, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 1483, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 1487, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1491, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 1495, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 1499, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1503, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 1507, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 1511, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1515, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 1519, app/assets/stylesheets/bootstrap5.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 1523, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 1528, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 1533, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1538, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1543, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1548, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1553, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1558, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1563, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1568, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1573, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1578, app/assets/stylesheets/bootstrap5.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 1584, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1589, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1594, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1599, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1604, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1609, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1614, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1619, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1624, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1629, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1634, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1639, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1644, app/assets/stylesheets/bootstrap5.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1649, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1653, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1657, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1661, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1665, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1669, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1673, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1677, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1681, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1685, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1689, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1693, app/assets/stylesheets/bootstrap5.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1697, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1702, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1707, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1712, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1717, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1722, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1727, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1732, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1737, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1742, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1747, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1752, app/assets/stylesheets/bootstrap5.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 1758, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1763, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1768, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1773, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1778, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1783, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1788, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1793, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1798, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1803, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1808, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1813, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1818, app/assets/stylesheets/bootstrap5.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1823, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1827, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1831, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1835, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1839, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1843, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1847, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1851, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1855, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1859, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1863, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1867, app/assets/stylesheets/bootstrap5.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1871, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1876, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1881, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1886, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1891, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1896, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1901, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1906, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1911, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1916, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1921, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1926, app/assets/stylesheets/bootstrap5.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 1931, app/assets/stylesheets/bootstrap5.scss */
.table {
  --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 1946, app/assets/stylesheets/bootstrap5.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

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

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

/* line 1958, app/assets/stylesheets/bootstrap5.scss */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

/* line 1962, app/assets/stylesheets/bootstrap5.scss */
.caption-top {
  caption-side: top;
}

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

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

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

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

/* line 1981, app/assets/stylesheets/bootstrap5.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 1986, app/assets/stylesheets/bootstrap5.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

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

/* line 1996, app/assets/stylesheets/bootstrap5.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 2008, app/assets/stylesheets/bootstrap5.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 2020, app/assets/stylesheets/bootstrap5.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 2032, app/assets/stylesheets/bootstrap5.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 2044, app/assets/stylesheets/bootstrap5.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 2056, app/assets/stylesheets/bootstrap5.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 2068, app/assets/stylesheets/bootstrap5.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 2080, app/assets/stylesheets/bootstrap5.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 2092, app/assets/stylesheets/bootstrap5.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

/* line 2127, app/assets/stylesheets/bootstrap5.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 2131, app/assets/stylesheets/bootstrap5.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 2139, app/assets/stylesheets/bootstrap5.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

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

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

/* line 2157, app/assets/stylesheets/bootstrap5.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 2175, app/assets/stylesheets/bootstrap5.scss */
  .form-control {
    transition: none;
  }
}

/* line 2179, app/assets/stylesheets/bootstrap5.scss */
.form-control[type=file] {
  overflow: hidden;
}

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

/* line 2185, app/assets/stylesheets/bootstrap5.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 2192, app/assets/stylesheets/bootstrap5.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 2195, app/assets/stylesheets/bootstrap5.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2199, app/assets/stylesheets/bootstrap5.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2203, app/assets/stylesheets/bootstrap5.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2207, app/assets/stylesheets/bootstrap5.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

/* line 2230, app/assets/stylesheets/bootstrap5.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -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 2247, app/assets/stylesheets/bootstrap5.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2252, app/assets/stylesheets/bootstrap5.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 2256, app/assets/stylesheets/bootstrap5.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 2267, app/assets/stylesheets/bootstrap5.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2272, app/assets/stylesheets/bootstrap5.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 2278, app/assets/stylesheets/bootstrap5.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 2284, app/assets/stylesheets/bootstrap5.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 2291, app/assets/stylesheets/bootstrap5.scss */
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

/* line 2303, app/assets/stylesheets/bootstrap5.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

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

/* line 2320, app/assets/stylesheets/bootstrap5.scss */
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

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

/* line 2328, app/assets/stylesheets/bootstrap5.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 2332, app/assets/stylesheets/bootstrap5.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 2337, app/assets/stylesheets/bootstrap5.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 2359, app/assets/stylesheets/bootstrap5.scss */
  .form-select {
    transition: none;
  }
}

/* line 2363, app/assets/stylesheets/bootstrap5.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

/* line 2372, app/assets/stylesheets/bootstrap5.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

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

/* line 2380, app/assets/stylesheets/bootstrap5.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 2387, app/assets/stylesheets/bootstrap5.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

/* line 2400, app/assets/stylesheets/bootstrap5.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 2405, app/assets/stylesheets/bootstrap5.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 2421, app/assets/stylesheets/bootstrap5.scss */
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 2424, app/assets/stylesheets/bootstrap5.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

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

/* line 2430, app/assets/stylesheets/bootstrap5.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2435, app/assets/stylesheets/bootstrap5.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 2439, app/assets/stylesheets/bootstrap5.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 2442, app/assets/stylesheets/bootstrap5.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 2445, app/assets/stylesheets/bootstrap5.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 2450, app/assets/stylesheets/bootstrap5.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 2455, app/assets/stylesheets/bootstrap5.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 2459, app/assets/stylesheets/bootstrap5.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 2462, app/assets/stylesheets/bootstrap5.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 2471, app/assets/stylesheets/bootstrap5.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 2475, app/assets/stylesheets/bootstrap5.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 2478, app/assets/stylesheets/bootstrap5.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 2483, app/assets/stylesheets/bootstrap5.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

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

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

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

/* line 2508, app/assets/stylesheets/bootstrap5.scss */
.form-range:focus {
  outline: 0;
}

/* line 2511, app/assets/stylesheets/bootstrap5.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 2514, app/assets/stylesheets/bootstrap5.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 2517, app/assets/stylesheets/bootstrap5.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 2520, app/assets/stylesheets/bootstrap5.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 2533, app/assets/stylesheets/bootstrap5.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2538, app/assets/stylesheets/bootstrap5.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 2541, app/assets/stylesheets/bootstrap5.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 2550, app/assets/stylesheets/bootstrap5.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 2562, app/assets/stylesheets/bootstrap5.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 2567, app/assets/stylesheets/bootstrap5.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 2570, app/assets/stylesheets/bootstrap5.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 2579, app/assets/stylesheets/bootstrap5.scss */
.form-range:disabled {
  pointer-events: none;
}

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

/* line 2585, app/assets/stylesheets/bootstrap5.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 2589, app/assets/stylesheets/bootstrap5.scss */
.form-floating {
  position: relative;
}

/* line 2592, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 2597, app/assets/stylesheets/bootstrap5.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 2609, app/assets/stylesheets/bootstrap5.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 2613, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 2616, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

/* line 2619, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 2622, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2626, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  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 2630, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2634, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2638, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2642, app/assets/stylesheets/bootstrap5.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: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 2648, app/assets/stylesheets/bootstrap5.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

/* line 2660, app/assets/stylesheets/bootstrap5.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 2667, app/assets/stylesheets/bootstrap5.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 2671, app/assets/stylesheets/bootstrap5.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 2675, app/assets/stylesheets/bootstrap5.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 2679, app/assets/stylesheets/bootstrap5.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 2694, app/assets/stylesheets/bootstrap5.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 2703, app/assets/stylesheets/bootstrap5.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 2712, app/assets/stylesheets/bootstrap5.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 2717, app/assets/stylesheets/bootstrap5.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 2722, app/assets/stylesheets/bootstrap5.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 2727, app/assets/stylesheets/bootstrap5.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 2733, app/assets/stylesheets/bootstrap5.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 2741, app/assets/stylesheets/bootstrap5.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

/* line 2755, app/assets/stylesheets/bootstrap5.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2762, app/assets/stylesheets/bootstrap5.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 2770, app/assets/stylesheets/bootstrap5.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 2775, app/assets/stylesheets/bootstrap5.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 2780, app/assets/stylesheets/bootstrap5.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

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

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

/* line 2800, app/assets/stylesheets/bootstrap5.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 2803, app/assets/stylesheets/bootstrap5.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 2807, app/assets/stylesheets/bootstrap5.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

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

/* line 2830, app/assets/stylesheets/bootstrap5.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2844, app/assets/stylesheets/bootstrap5.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2851, app/assets/stylesheets/bootstrap5.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 2859, app/assets/stylesheets/bootstrap5.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 2864, app/assets/stylesheets/bootstrap5.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 2869, app/assets/stylesheets/bootstrap5.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

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

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

/* line 2889, app/assets/stylesheets/bootstrap5.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 2892, app/assets/stylesheets/bootstrap5.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2896, app/assets/stylesheets/bootstrap5.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 2900, app/assets/stylesheets/bootstrap5.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 2905, app/assets/stylesheets/bootstrap5.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 2911, app/assets/stylesheets/bootstrap5.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;
  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 2931, app/assets/stylesheets/bootstrap5.scss */
  .btn {
    transition: none;
  }
}

/* line 2935, app/assets/stylesheets/bootstrap5.scss */
.btn:hover {
  color: #212529;
}

/* line 2938, app/assets/stylesheets/bootstrap5.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 2942, app/assets/stylesheets/bootstrap5.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 2947, app/assets/stylesheets/bootstrap5.scss */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 2952, app/assets/stylesheets/bootstrap5.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* line 2957, app/assets/stylesheets/bootstrap5.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 2963, app/assets/stylesheets/bootstrap5.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 2968, app/assets/stylesheets/bootstrap5.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 2971, app/assets/stylesheets/bootstrap5.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 2977, app/assets/stylesheets/bootstrap5.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2982, app/assets/stylesheets/bootstrap5.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 2987, app/assets/stylesheets/bootstrap5.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 2993, app/assets/stylesheets/bootstrap5.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 2998, app/assets/stylesheets/bootstrap5.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 3001, app/assets/stylesheets/bootstrap5.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 3007, app/assets/stylesheets/bootstrap5.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 3012, app/assets/stylesheets/bootstrap5.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 3017, app/assets/stylesheets/bootstrap5.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 3023, app/assets/stylesheets/bootstrap5.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 3028, app/assets/stylesheets/bootstrap5.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 3031, app/assets/stylesheets/bootstrap5.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 3037, app/assets/stylesheets/bootstrap5.scss */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 3042, app/assets/stylesheets/bootstrap5.scss */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 3047, app/assets/stylesheets/bootstrap5.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 3053, app/assets/stylesheets/bootstrap5.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 3058, app/assets/stylesheets/bootstrap5.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 3061, app/assets/stylesheets/bootstrap5.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 3067, app/assets/stylesheets/bootstrap5.scss */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3072, app/assets/stylesheets/bootstrap5.scss */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 3077, app/assets/stylesheets/bootstrap5.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 3083, app/assets/stylesheets/bootstrap5.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 3088, app/assets/stylesheets/bootstrap5.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 3091, app/assets/stylesheets/bootstrap5.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3097, app/assets/stylesheets/bootstrap5.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3102, app/assets/stylesheets/bootstrap5.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 3107, app/assets/stylesheets/bootstrap5.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 3113, app/assets/stylesheets/bootstrap5.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 3118, app/assets/stylesheets/bootstrap5.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 3121, app/assets/stylesheets/bootstrap5.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3127, app/assets/stylesheets/bootstrap5.scss */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3132, app/assets/stylesheets/bootstrap5.scss */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 3137, app/assets/stylesheets/bootstrap5.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 3143, app/assets/stylesheets/bootstrap5.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 3148, app/assets/stylesheets/bootstrap5.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 3151, app/assets/stylesheets/bootstrap5.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3157, app/assets/stylesheets/bootstrap5.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 3162, app/assets/stylesheets/bootstrap5.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 3167, app/assets/stylesheets/bootstrap5.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 3173, app/assets/stylesheets/bootstrap5.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 3178, app/assets/stylesheets/bootstrap5.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 3181, app/assets/stylesheets/bootstrap5.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 3187, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* line 3191, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 3196, app/assets/stylesheets/bootstrap5.scss */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 3199, app/assets/stylesheets/bootstrap5.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 3204, app/assets/stylesheets/bootstrap5.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 3207, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

/* line 3212, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 3216, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 3221, app/assets/stylesheets/bootstrap5.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 3224, app/assets/stylesheets/bootstrap5.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 3229, app/assets/stylesheets/bootstrap5.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 3232, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 3237, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 3241, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 3246, app/assets/stylesheets/bootstrap5.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 3249, app/assets/stylesheets/bootstrap5.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 3254, app/assets/stylesheets/bootstrap5.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 3257, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 3262, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 3266, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 3271, app/assets/stylesheets/bootstrap5.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 3274, app/assets/stylesheets/bootstrap5.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 3279, app/assets/stylesheets/bootstrap5.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 3282, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 3287, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 3291, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3296, app/assets/stylesheets/bootstrap5.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 3299, app/assets/stylesheets/bootstrap5.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 3304, app/assets/stylesheets/bootstrap5.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 3307, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 3312, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 3316, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3321, app/assets/stylesheets/bootstrap5.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 3324, app/assets/stylesheets/bootstrap5.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 3329, app/assets/stylesheets/bootstrap5.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 3332, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 3337, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3341, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3346, app/assets/stylesheets/bootstrap5.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 3349, app/assets/stylesheets/bootstrap5.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 3354, app/assets/stylesheets/bootstrap5.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 3357, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 3362, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 3366, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 3371, app/assets/stylesheets/bootstrap5.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 3374, app/assets/stylesheets/bootstrap5.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 3379, app/assets/stylesheets/bootstrap5.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 3382, app/assets/stylesheets/bootstrap5.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 3387, app/assets/stylesheets/bootstrap5.scss */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 3392, app/assets/stylesheets/bootstrap5.scss */
.btn-link:hover {
  color: #0a58ca;
}

/* line 3395, app/assets/stylesheets/bootstrap5.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 3399, app/assets/stylesheets/bootstrap5.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 3405, app/assets/stylesheets/bootstrap5.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 3411, app/assets/stylesheets/bootstrap5.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

/* line 3438, app/assets/stylesheets/bootstrap5.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 3445, app/assets/stylesheets/bootstrap5.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3448, app/assets/stylesheets/bootstrap5.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 3458, app/assets/stylesheets/bootstrap5.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3462, app/assets/stylesheets/bootstrap5.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 3478, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 3484, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-start {
  --bs-position: start;
}

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

/* line 3492, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  /* line 3501, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 3504, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3509, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 3512, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3518, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 3521, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3526, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 3529, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3535, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 3538, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3543, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 3546, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3552, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 3555, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3560, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 3563, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 3569, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 3572, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 3577, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 3580, app/assets/stylesheets/bootstrap5.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 3585, app/assets/stylesheets/bootstrap5.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3591, app/assets/stylesheets/bootstrap5.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 3601, app/assets/stylesheets/bootstrap5.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3605, app/assets/stylesheets/bootstrap5.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3612, app/assets/stylesheets/bootstrap5.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 3622, app/assets/stylesheets/bootstrap5.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 3629, app/assets/stylesheets/bootstrap5.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

/* line 3642, app/assets/stylesheets/bootstrap5.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 3645, app/assets/stylesheets/bootstrap5.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 3654, app/assets/stylesheets/bootstrap5.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 3661, app/assets/stylesheets/bootstrap5.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 3668, app/assets/stylesheets/bootstrap5.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 3681, app/assets/stylesheets/bootstrap5.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

/* line 3685, app/assets/stylesheets/bootstrap5.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 3690, app/assets/stylesheets/bootstrap5.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 3696, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3700, app/assets/stylesheets/bootstrap5.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3709, app/assets/stylesheets/bootstrap5.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

/* line 3715, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3720, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 3723, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 3727, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 3731, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 3734, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3737, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 3740, app/assets/stylesheets/bootstrap5.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

/* line 3755, app/assets/stylesheets/bootstrap5.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 3770, app/assets/stylesheets/bootstrap5.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

/* line 3779, app/assets/stylesheets/bootstrap5.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3783, app/assets/stylesheets/bootstrap5.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 3788, app/assets/stylesheets/bootstrap5.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 3795, app/assets/stylesheets/bootstrap5.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3799, app/assets/stylesheets/bootstrap5.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3802, app/assets/stylesheets/bootstrap5.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

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

/* line 3829, app/assets/stylesheets/bootstrap5.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 3834, app/assets/stylesheets/bootstrap5.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 3840, app/assets/stylesheets/bootstrap5.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3848, app/assets/stylesheets/bootstrap5.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 3856, app/assets/stylesheets/bootstrap5.scss */
  .nav-link {
    transition: none;
  }
}

/* line 3860, app/assets/stylesheets/bootstrap5.scss */
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

/* line 3863, app/assets/stylesheets/bootstrap5.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 3869, app/assets/stylesheets/bootstrap5.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3872, app/assets/stylesheets/bootstrap5.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 3879, app/assets/stylesheets/bootstrap5.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 3883, app/assets/stylesheets/bootstrap5.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 3888, app/assets/stylesheets/bootstrap5.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 3894, app/assets/stylesheets/bootstrap5.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3900, app/assets/stylesheets/bootstrap5.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 3905, app/assets/stylesheets/bootstrap5.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

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

/* line 3936, app/assets/stylesheets/bootstrap5.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 3945, app/assets/stylesheets/bootstrap5.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 3957, app/assets/stylesheets/bootstrap5.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 3965, app/assets/stylesheets/bootstrap5.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3972, app/assets/stylesheets/bootstrap5.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 3980, app/assets/stylesheets/bootstrap5.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 3991, app/assets/stylesheets/bootstrap5.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 4001, app/assets/stylesheets/bootstrap5.scss */
  .navbar-toggler {
    transition: none;
  }
}

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

/* line 4008, app/assets/stylesheets/bootstrap5.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

@media (min-width: 576px) {
  /* line 4030, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4034, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4037, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4040, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4044, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4047, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4051, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 4056, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4060, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4063, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4066, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4070, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4073, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4077, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 4082, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4086, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4089, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4092, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4096, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4099, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4103, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 4108, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4112, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4115, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4118, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4122, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4125, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4129, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  /* line 4134, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4138, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 4141, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4144, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4148, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4151, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4155, app/assets/stylesheets/bootstrap5.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

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

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

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

/* line 4169, app/assets/stylesheets/bootstrap5.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4173, app/assets/stylesheets/bootstrap5.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

/* line 4180, app/assets/stylesheets/bootstrap5.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4184, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4187, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4190, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 4193, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4196, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4199, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4203, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4207, app/assets/stylesheets/bootstrap5.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 4210, app/assets/stylesheets/bootstrap5.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 4213, app/assets/stylesheets/bootstrap5.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 4219, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4222, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4225, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 4228, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4231, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4234, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4238, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4242, app/assets/stylesheets/bootstrap5.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 4245, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 4248, app/assets/stylesheets/bootstrap5.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4254, app/assets/stylesheets/bootstrap5.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 4265, app/assets/stylesheets/bootstrap5.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

/* line 4273, app/assets/stylesheets/bootstrap5.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 4278, app/assets/stylesheets/bootstrap5.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 4283, app/assets/stylesheets/bootstrap5.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4288, app/assets/stylesheets/bootstrap5.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 4293, app/assets/stylesheets/bootstrap5.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 4297, app/assets/stylesheets/bootstrap5.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

/* line 4306, app/assets/stylesheets/bootstrap5.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4309, app/assets/stylesheets/bootstrap5.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 4313, app/assets/stylesheets/bootstrap5.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 4319, app/assets/stylesheets/bootstrap5.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4323, app/assets/stylesheets/bootstrap5.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 4328, app/assets/stylesheets/bootstrap5.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4332, app/assets/stylesheets/bootstrap5.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 4339, app/assets/stylesheets/bootstrap5.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 4344, app/assets/stylesheets/bootstrap5.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 4354, app/assets/stylesheets/bootstrap5.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 4360, app/assets/stylesheets/bootstrap5.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4366, app/assets/stylesheets/bootstrap5.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4372, app/assets/stylesheets/bootstrap5.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4376, app/assets/stylesheets/bootstrap5.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4380, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4384, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4388, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4392, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4396, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4400, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4404, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4408, app/assets/stylesheets/bootstrap5.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4414, app/assets/stylesheets/bootstrap5.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 4430, app/assets/stylesheets/bootstrap5.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 4434, app/assets/stylesheets/bootstrap5.scss */
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 4439, app/assets/stylesheets/bootstrap5.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 4443, app/assets/stylesheets/bootstrap5.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 4455, app/assets/stylesheets/bootstrap5.scss */
  .accordion-button::after {
    transition: none;
  }
}

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

/* line 4462, app/assets/stylesheets/bootstrap5.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 4469, app/assets/stylesheets/bootstrap5.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 4473, app/assets/stylesheets/bootstrap5.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4477, app/assets/stylesheets/bootstrap5.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4481, app/assets/stylesheets/bootstrap5.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 4485, app/assets/stylesheets/bootstrap5.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 4488, app/assets/stylesheets/bootstrap5.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4492, app/assets/stylesheets/bootstrap5.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 4496, app/assets/stylesheets/bootstrap5.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4501, app/assets/stylesheets/bootstrap5.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

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

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

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

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

/* line 4519, app/assets/stylesheets/bootstrap5.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 4523, app/assets/stylesheets/bootstrap5.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 4531, app/assets/stylesheets/bootstrap5.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4534, app/assets/stylesheets/bootstrap5.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 4540, app/assets/stylesheets/bootstrap5.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4544, app/assets/stylesheets/bootstrap5.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 4550, app/assets/stylesheets/bootstrap5.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 4560, app/assets/stylesheets/bootstrap5.scss */
  .page-link {
    transition: none;
  }
}

/* line 4564, app/assets/stylesheets/bootstrap5.scss */
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

/* line 4581, app/assets/stylesheets/bootstrap5.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 4587, app/assets/stylesheets/bootstrap5.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4594, app/assets/stylesheets/bootstrap5.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 4598, app/assets/stylesheets/bootstrap5.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4602, app/assets/stylesheets/bootstrap5.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4607, app/assets/stylesheets/bootstrap5.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 4611, app/assets/stylesheets/bootstrap5.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4615, app/assets/stylesheets/bootstrap5.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4620, app/assets/stylesheets/bootstrap5.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 4624, app/assets/stylesheets/bootstrap5.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4628, app/assets/stylesheets/bootstrap5.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4633, app/assets/stylesheets/bootstrap5.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 4645, app/assets/stylesheets/bootstrap5.scss */
.badge:empty {
  display: none;
}

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

/* line 4654, app/assets/stylesheets/bootstrap5.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4662, app/assets/stylesheets/bootstrap5.scss */
.alert-heading {
  color: inherit;
}

/* line 4666, app/assets/stylesheets/bootstrap5.scss */
.alert-link {
  font-weight: 700;
}

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

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

/* line 4681, app/assets/stylesheets/bootstrap5.scss */
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 4686, app/assets/stylesheets/bootstrap5.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 4690, app/assets/stylesheets/bootstrap5.scss */
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

/* line 4695, app/assets/stylesheets/bootstrap5.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 4699, app/assets/stylesheets/bootstrap5.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 4704, app/assets/stylesheets/bootstrap5.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 4708, app/assets/stylesheets/bootstrap5.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 4713, app/assets/stylesheets/bootstrap5.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 4717, app/assets/stylesheets/bootstrap5.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 4722, app/assets/stylesheets/bootstrap5.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 4726, app/assets/stylesheets/bootstrap5.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 4731, app/assets/stylesheets/bootstrap5.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 4735, app/assets/stylesheets/bootstrap5.scss */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 4740, app/assets/stylesheets/bootstrap5.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 4744, app/assets/stylesheets/bootstrap5.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 4749, app/assets/stylesheets/bootstrap5.scss */
.alert-dark .alert-link {
  color: #101214;
}

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

/* line 4764, app/assets/stylesheets/bootstrap5.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4773, app/assets/stylesheets/bootstrap5.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 4785, app/assets/stylesheets/bootstrap5.scss */
  .progress-bar {
    transition: none;
  }
}

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

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

/* line 4806, app/assets/stylesheets/bootstrap5.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

/* line 4818, app/assets/stylesheets/bootstrap5.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 4823, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4828, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 4834, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

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

/* line 4856, app/assets/stylesheets/bootstrap5.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 4861, app/assets/stylesheets/bootstrap5.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 4867, app/assets/stylesheets/bootstrap5.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4870, app/assets/stylesheets/bootstrap5.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 4875, app/assets/stylesheets/bootstrap5.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 4878, app/assets/stylesheets/bootstrap5.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 4882, app/assets/stylesheets/bootstrap5.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 4886, app/assets/stylesheets/bootstrap5.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4889, app/assets/stylesheets/bootstrap5.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 4893, app/assets/stylesheets/bootstrap5.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 4899, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 4902, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4906, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4910, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4913, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4917, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 4923, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 4926, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4930, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4934, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4937, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4941, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 4947, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 4950, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4954, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4958, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4961, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4965, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 4971, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 4974, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4978, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 4982, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4985, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4989, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 4995, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 4998, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5002, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5006, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5009, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5013, app/assets/stylesheets/bootstrap5.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5018, app/assets/stylesheets/bootstrap5.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 5021, app/assets/stylesheets/bootstrap5.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

/* line 5028, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 5032, app/assets/stylesheets/bootstrap5.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 5036, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5042, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 5046, app/assets/stylesheets/bootstrap5.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 5050, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

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

/* line 5060, app/assets/stylesheets/bootstrap5.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 5064, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5070, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 5074, app/assets/stylesheets/bootstrap5.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 5078, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5084, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 5088, app/assets/stylesheets/bootstrap5.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 5092, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5098, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 5102, app/assets/stylesheets/bootstrap5.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 5106, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5112, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 5116, app/assets/stylesheets/bootstrap5.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 5120, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5126, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 5130, app/assets/stylesheets/bootstrap5.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 5134, app/assets/stylesheets/bootstrap5.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 5140, app/assets/stylesheets/bootstrap5.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 5151, app/assets/stylesheets/bootstrap5.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 5156, app/assets/stylesheets/bootstrap5.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 5161, app/assets/stylesheets/bootstrap5.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

/* line 5173, app/assets/stylesheets/bootstrap5.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 5184, app/assets/stylesheets/bootstrap5.scss */
.toast:not(.showing):not(.show) {
  opacity: 0;
}

/* line 5187, app/assets/stylesheets/bootstrap5.scss */
.toast.hide {
  display: none;
}

/* line 5191, app/assets/stylesheets/bootstrap5.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 5198, app/assets/stylesheets/bootstrap5.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5202, app/assets/stylesheets/bootstrap5.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 5213, app/assets/stylesheets/bootstrap5.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 5218, app/assets/stylesheets/bootstrap5.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 5223, app/assets/stylesheets/bootstrap5.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 5236, app/assets/stylesheets/bootstrap5.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

/* line 5251, app/assets/stylesheets/bootstrap5.scss */
.modal.show .modal-dialog {
  transform: none;
}

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

/* line 5258, app/assets/stylesheets/bootstrap5.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

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

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

/* line 5269, app/assets/stylesheets/bootstrap5.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5275, app/assets/stylesheets/bootstrap5.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 5288, app/assets/stylesheets/bootstrap5.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 5297, app/assets/stylesheets/bootstrap5.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5300, app/assets/stylesheets/bootstrap5.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5304, app/assets/stylesheets/bootstrap5.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 5314, app/assets/stylesheets/bootstrap5.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 5319, app/assets/stylesheets/bootstrap5.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5324, app/assets/stylesheets/bootstrap5.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5330, app/assets/stylesheets/bootstrap5.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 5341, app/assets/stylesheets/bootstrap5.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 5346, app/assets/stylesheets/bootstrap5.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5351, app/assets/stylesheets/bootstrap5.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 5355, app/assets/stylesheets/bootstrap5.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5359, app/assets/stylesheets/bootstrap5.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5364, app/assets/stylesheets/bootstrap5.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5370, app/assets/stylesheets/bootstrap5.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

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

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

/* line 5385, app/assets/stylesheets/bootstrap5.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

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

/* line 5391, app/assets/stylesheets/bootstrap5.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 5396, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5402, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5407, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 5410, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 5413, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 5418, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5424, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5429, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 5432, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 5435, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 5440, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5446, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5451, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 5454, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 5457, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 5462, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5468, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5473, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 5476, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 5479, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 5484, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5490, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5495, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 5498, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 5501, app/assets/stylesheets/bootstrap5.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 5505, app/assets/stylesheets/bootstrap5.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 5528, app/assets/stylesheets/bootstrap5.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5531, app/assets/stylesheets/bootstrap5.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

/* line 5544, app/assets/stylesheets/bootstrap5.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

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

/* line 5550, app/assets/stylesheets/bootstrap5.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 5556, app/assets/stylesheets/bootstrap5.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

/* line 5559, app/assets/stylesheets/bootstrap5.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5564, app/assets/stylesheets/bootstrap5.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 5570, app/assets/stylesheets/bootstrap5.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

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

/* line 5576, app/assets/stylesheets/bootstrap5.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 5582, app/assets/stylesheets/bootstrap5.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

/* line 5585, app/assets/stylesheets/bootstrap5.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5590, app/assets/stylesheets/bootstrap5.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 5596, app/assets/stylesheets/bootstrap5.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5605, app/assets/stylesheets/bootstrap5.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  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 5633, app/assets/stylesheets/bootstrap5.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 5639, app/assets/stylesheets/bootstrap5.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5647, app/assets/stylesheets/bootstrap5.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 5650, app/assets/stylesheets/bootstrap5.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 5655, app/assets/stylesheets/bootstrap5.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 5661, app/assets/stylesheets/bootstrap5.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 5666, app/assets/stylesheets/bootstrap5.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 5671, app/assets/stylesheets/bootstrap5.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 5677, app/assets/stylesheets/bootstrap5.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 5680, app/assets/stylesheets/bootstrap5.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 5685, app/assets/stylesheets/bootstrap5.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 5690, app/assets/stylesheets/bootstrap5.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 5701, app/assets/stylesheets/bootstrap5.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 5706, app/assets/stylesheets/bootstrap5.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 5711, app/assets/stylesheets/bootstrap5.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 5717, app/assets/stylesheets/bootstrap5.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 5726, app/assets/stylesheets/bootstrap5.scss */
.popover-header:empty {
  display: none;
}

/* line 5730, app/assets/stylesheets/bootstrap5.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 5735, app/assets/stylesheets/bootstrap5.scss */
.carousel {
  position: relative;
}

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

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

/* line 5748, app/assets/stylesheets/bootstrap5.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

/* line 5793, app/assets/stylesheets/bootstrap5.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 5799, app/assets/stylesheets/bootstrap5.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 5806, app/assets/stylesheets/bootstrap5.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 5812, app/assets/stylesheets/bootstrap5.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 5831, app/assets/stylesheets/bootstrap5.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 5836, app/assets/stylesheets/bootstrap5.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 5845, app/assets/stylesheets/bootstrap5.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5849, app/assets/stylesheets/bootstrap5.scss */
.carousel-control-next {
  right: 0;
}

/* line 5853, app/assets/stylesheets/bootstrap5.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 5871, app/assets/stylesheets/bootstrap5.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 5875, app/assets/stylesheets/bootstrap5.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 5879, app/assets/stylesheets/bootstrap5.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 5893, app/assets/stylesheets/bootstrap5.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 5912, app/assets/stylesheets/bootstrap5.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 5916, app/assets/stylesheets/bootstrap5.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5920, app/assets/stylesheets/bootstrap5.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 5931, app/assets/stylesheets/bootstrap5.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

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

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

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

/* line 5953, app/assets/stylesheets/bootstrap5.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%;
  animation: 0.75s linear infinite spinner-border;
}

/* line 5965, app/assets/stylesheets/bootstrap5.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 5990, app/assets/stylesheets/bootstrap5.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 6002, app/assets/stylesheets/bootstrap5.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6008, app/assets/stylesheets/bootstrap5.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 6014, app/assets/stylesheets/bootstrap5.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  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 6028, app/assets/stylesheets/bootstrap5.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 6033, app/assets/stylesheets/bootstrap5.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 6039, app/assets/stylesheets/bootstrap5.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

/* line 6051, app/assets/stylesheets/bootstrap5.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 6057, app/assets/stylesheets/bootstrap5.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 6065, app/assets/stylesheets/bootstrap5.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

/* line 6073, app/assets/stylesheets/bootstrap5.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 6083, app/assets/stylesheets/bootstrap5.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 6092, app/assets/stylesheets/bootstrap5.scss */
.offcanvas.show {
  transform: none;
}

/* line 6096, app/assets/stylesheets/bootstrap5.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6102, app/assets/stylesheets/bootstrap5.scss */
.link-primary {
  color: #0d6efd;
}

/* line 6105, app/assets/stylesheets/bootstrap5.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

/* line 6109, app/assets/stylesheets/bootstrap5.scss */
.link-secondary {
  color: #6c757d;
}

/* line 6112, app/assets/stylesheets/bootstrap5.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

/* line 6116, app/assets/stylesheets/bootstrap5.scss */
.link-success {
  color: #198754;
}

/* line 6119, app/assets/stylesheets/bootstrap5.scss */
.link-success:hover, .link-success:focus {
  color: #146c43;
}

/* line 6123, app/assets/stylesheets/bootstrap5.scss */
.link-info {
  color: #0dcaf0;
}

/* line 6126, app/assets/stylesheets/bootstrap5.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

/* line 6130, app/assets/stylesheets/bootstrap5.scss */
.link-warning {
  color: #ffc107;
}

/* line 6133, app/assets/stylesheets/bootstrap5.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

/* line 6137, app/assets/stylesheets/bootstrap5.scss */
.link-danger {
  color: #dc3545;
}

/* line 6140, app/assets/stylesheets/bootstrap5.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 6144, app/assets/stylesheets/bootstrap5.scss */
.link-light {
  color: #f8f9fa;
}

/* line 6147, app/assets/stylesheets/bootstrap5.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

/* line 6151, app/assets/stylesheets/bootstrap5.scss */
.link-dark {
  color: #212529;
}

/* line 6154, app/assets/stylesheets/bootstrap5.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 6158, app/assets/stylesheets/bootstrap5.scss */
.ratio {
  position: relative;
  width: 100%;
}

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

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

/* line 6175, app/assets/stylesheets/bootstrap5.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

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

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

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

/* line 6191, app/assets/stylesheets/bootstrap5.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6199, app/assets/stylesheets/bootstrap5.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 6207, app/assets/stylesheets/bootstrap5.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 6215, app/assets/stylesheets/bootstrap5.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 6223, app/assets/stylesheets/bootstrap5.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 6231, app/assets/stylesheets/bootstrap5.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 6239, app/assets/stylesheets/bootstrap5.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 6247, app/assets/stylesheets/bootstrap5.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6254, app/assets/stylesheets/bootstrap5.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 6267, app/assets/stylesheets/bootstrap5.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 6277, app/assets/stylesheets/bootstrap5.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6283, app/assets/stylesheets/bootstrap5.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6287, app/assets/stylesheets/bootstrap5.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6291, app/assets/stylesheets/bootstrap5.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6295, app/assets/stylesheets/bootstrap5.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6299, app/assets/stylesheets/bootstrap5.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6303, app/assets/stylesheets/bootstrap5.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6307, app/assets/stylesheets/bootstrap5.scss */
.float-start {
  float: left !important;
}

/* line 6311, app/assets/stylesheets/bootstrap5.scss */
.float-end {
  float: right !important;
}

/* line 6315, app/assets/stylesheets/bootstrap5.scss */
.float-none {
  float: none !important;
}

/* line 6319, app/assets/stylesheets/bootstrap5.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6323, app/assets/stylesheets/bootstrap5.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6327, app/assets/stylesheets/bootstrap5.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 6331, app/assets/stylesheets/bootstrap5.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 6335, app/assets/stylesheets/bootstrap5.scss */
.d-inline {
  display: inline !important;
}

/* line 6339, app/assets/stylesheets/bootstrap5.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6343, app/assets/stylesheets/bootstrap5.scss */
.d-block {
  display: block !important;
}

/* line 6347, app/assets/stylesheets/bootstrap5.scss */
.d-grid {
  display: grid !important;
}

/* line 6351, app/assets/stylesheets/bootstrap5.scss */
.d-table {
  display: table !important;
}

/* line 6355, app/assets/stylesheets/bootstrap5.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6359, app/assets/stylesheets/bootstrap5.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6363, app/assets/stylesheets/bootstrap5.scss */
.d-flex {
  display: flex !important;
}

/* line 6367, app/assets/stylesheets/bootstrap5.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6371, app/assets/stylesheets/bootstrap5.scss */
.d-none {
  display: none !important;
}

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

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

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

/* line 6387, app/assets/stylesheets/bootstrap5.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 6391, app/assets/stylesheets/bootstrap5.scss */
.position-static {
  position: static !important;
}

/* line 6395, app/assets/stylesheets/bootstrap5.scss */
.position-relative {
  position: relative !important;
}

/* line 6399, app/assets/stylesheets/bootstrap5.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6403, app/assets/stylesheets/bootstrap5.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6407, app/assets/stylesheets/bootstrap5.scss */
.position-sticky {
  position: sticky !important;
}

/* line 6412, app/assets/stylesheets/bootstrap5.scss */
.top-0 {
  top: 0 !important;
}

/* line 6416, app/assets/stylesheets/bootstrap5.scss */
.top-50 {
  top: 50% !important;
}

/* line 6420, app/assets/stylesheets/bootstrap5.scss */
.top-100 {
  top: 100% !important;
}

/* line 6424, app/assets/stylesheets/bootstrap5.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 6428, app/assets/stylesheets/bootstrap5.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 6432, app/assets/stylesheets/bootstrap5.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 6436, app/assets/stylesheets/bootstrap5.scss */
.start-0 {
  left: 0 !important;
}

/* line 6440, app/assets/stylesheets/bootstrap5.scss */
.start-50 {
  left: 50% !important;
}

/* line 6444, app/assets/stylesheets/bootstrap5.scss */
.start-100 {
  left: 100% !important;
}

/* line 6448, app/assets/stylesheets/bootstrap5.scss */
.end-0 {
  right: 0 !important;
}

/* line 6452, app/assets/stylesheets/bootstrap5.scss */
.end-50 {
  right: 50% !important;
}

/* line 6456, app/assets/stylesheets/bootstrap5.scss */
.end-100 {
  right: 100% !important;
}

/* line 6460, app/assets/stylesheets/bootstrap5.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

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

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

/* line 6472, app/assets/stylesheets/bootstrap5.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6476, app/assets/stylesheets/bootstrap5.scss */
.border-0 {
  border: 0 !important;
}

/* line 6480, app/assets/stylesheets/bootstrap5.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6484, app/assets/stylesheets/bootstrap5.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6488, app/assets/stylesheets/bootstrap5.scss */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6492, app/assets/stylesheets/bootstrap5.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 6496, app/assets/stylesheets/bootstrap5.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6500, app/assets/stylesheets/bootstrap5.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6504, app/assets/stylesheets/bootstrap5.scss */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6508, app/assets/stylesheets/bootstrap5.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 6512, app/assets/stylesheets/bootstrap5.scss */
.border-primary {
  border-color: #0d6efd !important;
}

/* line 6516, app/assets/stylesheets/bootstrap5.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6520, app/assets/stylesheets/bootstrap5.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 6524, app/assets/stylesheets/bootstrap5.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 6528, app/assets/stylesheets/bootstrap5.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6532, app/assets/stylesheets/bootstrap5.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6536, app/assets/stylesheets/bootstrap5.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6540, app/assets/stylesheets/bootstrap5.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 6544, app/assets/stylesheets/bootstrap5.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6548, app/assets/stylesheets/bootstrap5.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 6552, app/assets/stylesheets/bootstrap5.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 6556, app/assets/stylesheets/bootstrap5.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 6560, app/assets/stylesheets/bootstrap5.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 6564, app/assets/stylesheets/bootstrap5.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 6568, app/assets/stylesheets/bootstrap5.scss */
.w-25 {
  width: 25% !important;
}

/* line 6572, app/assets/stylesheets/bootstrap5.scss */
.w-50 {
  width: 50% !important;
}

/* line 6576, app/assets/stylesheets/bootstrap5.scss */
.w-75 {
  width: 75% !important;
}

/* line 6580, app/assets/stylesheets/bootstrap5.scss */
.w-100 {
  width: 100% !important;
}

/* line 6584, app/assets/stylesheets/bootstrap5.scss */
.w-auto {
  width: auto !important;
}

/* line 6588, app/assets/stylesheets/bootstrap5.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6592, app/assets/stylesheets/bootstrap5.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6596, app/assets/stylesheets/bootstrap5.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6600, app/assets/stylesheets/bootstrap5.scss */
.h-25 {
  height: 25% !important;
}

/* line 6604, app/assets/stylesheets/bootstrap5.scss */
.h-50 {
  height: 50% !important;
}

/* line 6608, app/assets/stylesheets/bootstrap5.scss */
.h-75 {
  height: 75% !important;
}

/* line 6612, app/assets/stylesheets/bootstrap5.scss */
.h-100 {
  height: 100% !important;
}

/* line 6616, app/assets/stylesheets/bootstrap5.scss */
.h-auto {
  height: auto !important;
}

/* line 6620, app/assets/stylesheets/bootstrap5.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6624, app/assets/stylesheets/bootstrap5.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6628, app/assets/stylesheets/bootstrap5.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6632, app/assets/stylesheets/bootstrap5.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6636, app/assets/stylesheets/bootstrap5.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6640, app/assets/stylesheets/bootstrap5.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6644, app/assets/stylesheets/bootstrap5.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6648, app/assets/stylesheets/bootstrap5.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6652, app/assets/stylesheets/bootstrap5.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6656, app/assets/stylesheets/bootstrap5.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6660, app/assets/stylesheets/bootstrap5.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6664, app/assets/stylesheets/bootstrap5.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6668, app/assets/stylesheets/bootstrap5.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6672, app/assets/stylesheets/bootstrap5.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6676, app/assets/stylesheets/bootstrap5.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6680, app/assets/stylesheets/bootstrap5.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 6684, app/assets/stylesheets/bootstrap5.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 6688, app/assets/stylesheets/bootstrap5.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 6692, app/assets/stylesheets/bootstrap5.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 6696, app/assets/stylesheets/bootstrap5.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 6700, app/assets/stylesheets/bootstrap5.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 6704, app/assets/stylesheets/bootstrap5.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6708, app/assets/stylesheets/bootstrap5.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6712, app/assets/stylesheets/bootstrap5.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6716, app/assets/stylesheets/bootstrap5.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6720, app/assets/stylesheets/bootstrap5.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6724, app/assets/stylesheets/bootstrap5.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 6728, app/assets/stylesheets/bootstrap5.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6732, app/assets/stylesheets/bootstrap5.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6736, app/assets/stylesheets/bootstrap5.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6740, app/assets/stylesheets/bootstrap5.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6744, app/assets/stylesheets/bootstrap5.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6748, app/assets/stylesheets/bootstrap5.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6752, app/assets/stylesheets/bootstrap5.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6756, app/assets/stylesheets/bootstrap5.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6760, app/assets/stylesheets/bootstrap5.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6764, app/assets/stylesheets/bootstrap5.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6768, app/assets/stylesheets/bootstrap5.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6772, app/assets/stylesheets/bootstrap5.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6776, app/assets/stylesheets/bootstrap5.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6780, app/assets/stylesheets/bootstrap5.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6784, app/assets/stylesheets/bootstrap5.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6788, app/assets/stylesheets/bootstrap5.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6792, app/assets/stylesheets/bootstrap5.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 6796, app/assets/stylesheets/bootstrap5.scss */
.order-first {
  order: -1 !important;
}

/* line 6800, app/assets/stylesheets/bootstrap5.scss */
.order-0 {
  order: 0 !important;
}

/* line 6804, app/assets/stylesheets/bootstrap5.scss */
.order-1 {
  order: 1 !important;
}

/* line 6808, app/assets/stylesheets/bootstrap5.scss */
.order-2 {
  order: 2 !important;
}

/* line 6812, app/assets/stylesheets/bootstrap5.scss */
.order-3 {
  order: 3 !important;
}

/* line 6816, app/assets/stylesheets/bootstrap5.scss */
.order-4 {
  order: 4 !important;
}

/* line 6820, app/assets/stylesheets/bootstrap5.scss */
.order-5 {
  order: 5 !important;
}

/* line 6824, app/assets/stylesheets/bootstrap5.scss */
.order-last {
  order: 6 !important;
}

/* line 6828, app/assets/stylesheets/bootstrap5.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6832, app/assets/stylesheets/bootstrap5.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6836, app/assets/stylesheets/bootstrap5.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6840, app/assets/stylesheets/bootstrap5.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6844, app/assets/stylesheets/bootstrap5.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6848, app/assets/stylesheets/bootstrap5.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 6852, app/assets/stylesheets/bootstrap5.scss */
.m-auto {
  margin: auto !important;
}

/* line 6856, app/assets/stylesheets/bootstrap5.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6861, app/assets/stylesheets/bootstrap5.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 6866, app/assets/stylesheets/bootstrap5.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 6871, app/assets/stylesheets/bootstrap5.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6876, app/assets/stylesheets/bootstrap5.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6881, app/assets/stylesheets/bootstrap5.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6886, app/assets/stylesheets/bootstrap5.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6891, app/assets/stylesheets/bootstrap5.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6896, app/assets/stylesheets/bootstrap5.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 6901, app/assets/stylesheets/bootstrap5.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 6906, app/assets/stylesheets/bootstrap5.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6911, app/assets/stylesheets/bootstrap5.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6916, app/assets/stylesheets/bootstrap5.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6921, app/assets/stylesheets/bootstrap5.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 6926, app/assets/stylesheets/bootstrap5.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6930, app/assets/stylesheets/bootstrap5.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 6934, app/assets/stylesheets/bootstrap5.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 6938, app/assets/stylesheets/bootstrap5.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 6942, app/assets/stylesheets/bootstrap5.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 6946, app/assets/stylesheets/bootstrap5.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 6950, app/assets/stylesheets/bootstrap5.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 6954, app/assets/stylesheets/bootstrap5.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 6958, app/assets/stylesheets/bootstrap5.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 6962, app/assets/stylesheets/bootstrap5.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 6966, app/assets/stylesheets/bootstrap5.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 6970, app/assets/stylesheets/bootstrap5.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 6974, app/assets/stylesheets/bootstrap5.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 6978, app/assets/stylesheets/bootstrap5.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 6982, app/assets/stylesheets/bootstrap5.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6986, app/assets/stylesheets/bootstrap5.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6990, app/assets/stylesheets/bootstrap5.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6994, app/assets/stylesheets/bootstrap5.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 6998, app/assets/stylesheets/bootstrap5.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7002, app/assets/stylesheets/bootstrap5.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 7006, app/assets/stylesheets/bootstrap5.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 7010, app/assets/stylesheets/bootstrap5.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 7014, app/assets/stylesheets/bootstrap5.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 7018, app/assets/stylesheets/bootstrap5.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 7022, app/assets/stylesheets/bootstrap5.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 7026, app/assets/stylesheets/bootstrap5.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 7030, app/assets/stylesheets/bootstrap5.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 7034, app/assets/stylesheets/bootstrap5.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 7038, app/assets/stylesheets/bootstrap5.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7042, app/assets/stylesheets/bootstrap5.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7046, app/assets/stylesheets/bootstrap5.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7050, app/assets/stylesheets/bootstrap5.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7054, app/assets/stylesheets/bootstrap5.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7058, app/assets/stylesheets/bootstrap5.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7062, app/assets/stylesheets/bootstrap5.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 7067, app/assets/stylesheets/bootstrap5.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 7072, app/assets/stylesheets/bootstrap5.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 7077, app/assets/stylesheets/bootstrap5.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 7082, app/assets/stylesheets/bootstrap5.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 7087, app/assets/stylesheets/bootstrap5.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 7092, app/assets/stylesheets/bootstrap5.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 7097, app/assets/stylesheets/bootstrap5.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 7102, app/assets/stylesheets/bootstrap5.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 7107, app/assets/stylesheets/bootstrap5.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 7112, app/assets/stylesheets/bootstrap5.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 7117, app/assets/stylesheets/bootstrap5.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 7122, app/assets/stylesheets/bootstrap5.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 7126, app/assets/stylesheets/bootstrap5.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 7130, app/assets/stylesheets/bootstrap5.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 7134, app/assets/stylesheets/bootstrap5.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 7138, app/assets/stylesheets/bootstrap5.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 7142, app/assets/stylesheets/bootstrap5.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 7146, app/assets/stylesheets/bootstrap5.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 7150, app/assets/stylesheets/bootstrap5.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 7154, app/assets/stylesheets/bootstrap5.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 7158, app/assets/stylesheets/bootstrap5.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 7162, app/assets/stylesheets/bootstrap5.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 7166, app/assets/stylesheets/bootstrap5.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 7170, app/assets/stylesheets/bootstrap5.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 7174, app/assets/stylesheets/bootstrap5.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7178, app/assets/stylesheets/bootstrap5.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7182, app/assets/stylesheets/bootstrap5.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 7186, app/assets/stylesheets/bootstrap5.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7190, app/assets/stylesheets/bootstrap5.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 7194, app/assets/stylesheets/bootstrap5.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 7198, app/assets/stylesheets/bootstrap5.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 7202, app/assets/stylesheets/bootstrap5.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 7206, app/assets/stylesheets/bootstrap5.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 7210, app/assets/stylesheets/bootstrap5.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 7214, app/assets/stylesheets/bootstrap5.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 7218, app/assets/stylesheets/bootstrap5.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 7222, app/assets/stylesheets/bootstrap5.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 7226, app/assets/stylesheets/bootstrap5.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 7230, app/assets/stylesheets/bootstrap5.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 7234, app/assets/stylesheets/bootstrap5.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 7238, app/assets/stylesheets/bootstrap5.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 7242, app/assets/stylesheets/bootstrap5.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 7246, app/assets/stylesheets/bootstrap5.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 7250, app/assets/stylesheets/bootstrap5.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 7254, app/assets/stylesheets/bootstrap5.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 7258, app/assets/stylesheets/bootstrap5.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 7262, app/assets/stylesheets/bootstrap5.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 7266, app/assets/stylesheets/bootstrap5.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 7270, app/assets/stylesheets/bootstrap5.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 7274, app/assets/stylesheets/bootstrap5.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 7278, app/assets/stylesheets/bootstrap5.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 7282, app/assets/stylesheets/bootstrap5.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 7286, app/assets/stylesheets/bootstrap5.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 7290, app/assets/stylesheets/bootstrap5.scss */
.text-start {
  text-align: left !important;
}

/* line 7294, app/assets/stylesheets/bootstrap5.scss */
.text-end {
  text-align: right !important;
}

/* line 7298, app/assets/stylesheets/bootstrap5.scss */
.text-center {
  text-align: center !important;
}

/* line 7302, app/assets/stylesheets/bootstrap5.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 7306, app/assets/stylesheets/bootstrap5.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 7310, app/assets/stylesheets/bootstrap5.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 7314, app/assets/stylesheets/bootstrap5.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 7318, app/assets/stylesheets/bootstrap5.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 7322, app/assets/stylesheets/bootstrap5.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 7326, app/assets/stylesheets/bootstrap5.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 7330, app/assets/stylesheets/bootstrap5.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 7335, app/assets/stylesheets/bootstrap5.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 7341, app/assets/stylesheets/bootstrap5.scss */
.text-primary {
  color: #0d6efd !important;
}

/* line 7345, app/assets/stylesheets/bootstrap5.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 7349, app/assets/stylesheets/bootstrap5.scss */
.text-success {
  color: #198754 !important;
}

/* line 7353, app/assets/stylesheets/bootstrap5.scss */
.text-info {
  color: #0dcaf0 !important;
}

/* line 7357, app/assets/stylesheets/bootstrap5.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 7361, app/assets/stylesheets/bootstrap5.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 7365, app/assets/stylesheets/bootstrap5.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 7369, app/assets/stylesheets/bootstrap5.scss */
.text-dark {
  color: #212529 !important;
}

/* line 7373, app/assets/stylesheets/bootstrap5.scss */
.text-white {
  color: #fff !important;
}

/* line 7377, app/assets/stylesheets/bootstrap5.scss */
.text-body {
  color: #212529 !important;
}

/* line 7381, app/assets/stylesheets/bootstrap5.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 7385, app/assets/stylesheets/bootstrap5.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 7389, app/assets/stylesheets/bootstrap5.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 7393, app/assets/stylesheets/bootstrap5.scss */
.text-reset {
  color: inherit !important;
}

/* line 7397, app/assets/stylesheets/bootstrap5.scss */
.bg-primary {
  background-color: #0d6efd !important;
}

/* line 7401, app/assets/stylesheets/bootstrap5.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 7405, app/assets/stylesheets/bootstrap5.scss */
.bg-success {
  background-color: #198754 !important;
}

/* line 7409, app/assets/stylesheets/bootstrap5.scss */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 7413, app/assets/stylesheets/bootstrap5.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 7417, app/assets/stylesheets/bootstrap5.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 7421, app/assets/stylesheets/bootstrap5.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 7425, app/assets/stylesheets/bootstrap5.scss */
.bg-dark {
  background-color: #212529 !important;
}

/* line 7429, app/assets/stylesheets/bootstrap5.scss */
.bg-body {
  background-color: #fff !important;
}

/* line 7433, app/assets/stylesheets/bootstrap5.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 7437, app/assets/stylesheets/bootstrap5.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7441, app/assets/stylesheets/bootstrap5.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 7445, app/assets/stylesheets/bootstrap5.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 7451, app/assets/stylesheets/bootstrap5.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 7457, app/assets/stylesheets/bootstrap5.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 7463, app/assets/stylesheets/bootstrap5.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 7467, app/assets/stylesheets/bootstrap5.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 7471, app/assets/stylesheets/bootstrap5.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 7475, app/assets/stylesheets/bootstrap5.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 7479, app/assets/stylesheets/bootstrap5.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 7483, app/assets/stylesheets/bootstrap5.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 7487, app/assets/stylesheets/bootstrap5.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 7491, app/assets/stylesheets/bootstrap5.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 7495, app/assets/stylesheets/bootstrap5.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 7499, app/assets/stylesheets/bootstrap5.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 7504, app/assets/stylesheets/bootstrap5.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 7509, app/assets/stylesheets/bootstrap5.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 7514, app/assets/stylesheets/bootstrap5.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 7519, app/assets/stylesheets/bootstrap5.scss */
.visible {
  visibility: visible !important;
}

/* line 7523, app/assets/stylesheets/bootstrap5.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 7528, app/assets/stylesheets/bootstrap5.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 7532, app/assets/stylesheets/bootstrap5.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 7536, app/assets/stylesheets/bootstrap5.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 7540, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7544, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7548, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 7552, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 7556, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 7560, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7564, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7568, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 7572, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 7576, app/assets/stylesheets/bootstrap5.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 7580, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7584, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7588, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7592, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7596, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7600, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7604, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7608, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7612, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7616, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7620, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7624, app/assets/stylesheets/bootstrap5.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7628, app/assets/stylesheets/bootstrap5.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 7632, app/assets/stylesheets/bootstrap5.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 7636, app/assets/stylesheets/bootstrap5.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 7640, app/assets/stylesheets/bootstrap5.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 7644, app/assets/stylesheets/bootstrap5.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 7648, app/assets/stylesheets/bootstrap5.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 7652, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7656, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7660, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7664, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7668, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7672, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 7676, app/assets/stylesheets/bootstrap5.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7680, app/assets/stylesheets/bootstrap5.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7684, app/assets/stylesheets/bootstrap5.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7688, app/assets/stylesheets/bootstrap5.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7692, app/assets/stylesheets/bootstrap5.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7696, app/assets/stylesheets/bootstrap5.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7700, app/assets/stylesheets/bootstrap5.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7704, app/assets/stylesheets/bootstrap5.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7708, app/assets/stylesheets/bootstrap5.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7712, app/assets/stylesheets/bootstrap5.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7716, app/assets/stylesheets/bootstrap5.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7720, app/assets/stylesheets/bootstrap5.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7724, app/assets/stylesheets/bootstrap5.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7728, app/assets/stylesheets/bootstrap5.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7732, app/assets/stylesheets/bootstrap5.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7736, app/assets/stylesheets/bootstrap5.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7740, app/assets/stylesheets/bootstrap5.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 7744, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 7748, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 7752, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 7756, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 7760, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 7764, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 7768, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 7772, app/assets/stylesheets/bootstrap5.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 7776, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7780, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7784, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7788, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 7792, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7796, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 7800, app/assets/stylesheets/bootstrap5.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7804, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 7809, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 7814, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 7819, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 7824, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 7829, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 7834, app/assets/stylesheets/bootstrap5.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 7839, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7844, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 7849, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 7854, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 7859, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 7864, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7869, app/assets/stylesheets/bootstrap5.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 7874, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7878, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7882, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7886, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 7890, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7894, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 7898, app/assets/stylesheets/bootstrap5.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 7902, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7906, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7910, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7914, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 7918, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7922, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 7926, app/assets/stylesheets/bootstrap5.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 7930, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7934, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7938, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7942, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7946, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7950, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7954, app/assets/stylesheets/bootstrap5.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7958, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7962, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7966, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7970, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 7974, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7978, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 7982, app/assets/stylesheets/bootstrap5.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 7986, app/assets/stylesheets/bootstrap5.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7990, app/assets/stylesheets/bootstrap5.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 7994, app/assets/stylesheets/bootstrap5.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 7998, app/assets/stylesheets/bootstrap5.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8002, app/assets/stylesheets/bootstrap5.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8006, app/assets/stylesheets/bootstrap5.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8010, app/assets/stylesheets/bootstrap5.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 8015, app/assets/stylesheets/bootstrap5.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 8020, app/assets/stylesheets/bootstrap5.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 8025, app/assets/stylesheets/bootstrap5.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 8030, app/assets/stylesheets/bootstrap5.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 8035, app/assets/stylesheets/bootstrap5.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 8040, app/assets/stylesheets/bootstrap5.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 8045, app/assets/stylesheets/bootstrap5.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 8050, app/assets/stylesheets/bootstrap5.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 8055, app/assets/stylesheets/bootstrap5.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 8060, app/assets/stylesheets/bootstrap5.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 8065, app/assets/stylesheets/bootstrap5.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 8070, app/assets/stylesheets/bootstrap5.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8074, app/assets/stylesheets/bootstrap5.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8078, app/assets/stylesheets/bootstrap5.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8082, app/assets/stylesheets/bootstrap5.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8086, app/assets/stylesheets/bootstrap5.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8090, app/assets/stylesheets/bootstrap5.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8094, app/assets/stylesheets/bootstrap5.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8098, app/assets/stylesheets/bootstrap5.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8102, app/assets/stylesheets/bootstrap5.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8106, app/assets/stylesheets/bootstrap5.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8110, app/assets/stylesheets/bootstrap5.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8114, app/assets/stylesheets/bootstrap5.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8118, app/assets/stylesheets/bootstrap5.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8122, app/assets/stylesheets/bootstrap5.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8126, app/assets/stylesheets/bootstrap5.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8130, app/assets/stylesheets/bootstrap5.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8134, app/assets/stylesheets/bootstrap5.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8138, app/assets/stylesheets/bootstrap5.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8142, app/assets/stylesheets/bootstrap5.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8146, app/assets/stylesheets/bootstrap5.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8150, app/assets/stylesheets/bootstrap5.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8154, app/assets/stylesheets/bootstrap5.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8158, app/assets/stylesheets/bootstrap5.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8162, app/assets/stylesheets/bootstrap5.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8166, app/assets/stylesheets/bootstrap5.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 8170, app/assets/stylesheets/bootstrap5.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 8174, app/assets/stylesheets/bootstrap5.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8179, app/assets/stylesheets/bootstrap5.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 8183, app/assets/stylesheets/bootstrap5.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 8187, app/assets/stylesheets/bootstrap5.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 8191, app/assets/stylesheets/bootstrap5.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 8195, app/assets/stylesheets/bootstrap5.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 8199, app/assets/stylesheets/bootstrap5.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 8203, app/assets/stylesheets/bootstrap5.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 8207, app/assets/stylesheets/bootstrap5.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 8211, app/assets/stylesheets/bootstrap5.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 8215, app/assets/stylesheets/bootstrap5.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 8219, app/assets/stylesheets/bootstrap5.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 8223, app/assets/stylesheets/bootstrap5.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 8227, app/assets/stylesheets/bootstrap5.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 8231, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 8235, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 8239, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 8243, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8247, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8251, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8255, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8259, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8263, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8267, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8271, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8275, app/assets/stylesheets/bootstrap5.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8279, app/assets/stylesheets/bootstrap5.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 8283, app/assets/stylesheets/bootstrap5.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 8287, app/assets/stylesheets/bootstrap5.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 8291, app/assets/stylesheets/bootstrap5.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 8295, app/assets/stylesheets/bootstrap5.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 8299, app/assets/stylesheets/bootstrap5.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 8303, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 8307, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 8311, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 8315, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 8319, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 8323, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 8327, app/assets/stylesheets/bootstrap5.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 8331, app/assets/stylesheets/bootstrap5.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 8335, app/assets/stylesheets/bootstrap5.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 8339, app/assets/stylesheets/bootstrap5.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 8343, app/assets/stylesheets/bootstrap5.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 8347, app/assets/stylesheets/bootstrap5.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 8351, app/assets/stylesheets/bootstrap5.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 8355, app/assets/stylesheets/bootstrap5.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 8359, app/assets/stylesheets/bootstrap5.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 8363, app/assets/stylesheets/bootstrap5.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 8367, app/assets/stylesheets/bootstrap5.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 8371, app/assets/stylesheets/bootstrap5.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 8375, app/assets/stylesheets/bootstrap5.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 8379, app/assets/stylesheets/bootstrap5.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 8383, app/assets/stylesheets/bootstrap5.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 8387, app/assets/stylesheets/bootstrap5.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 8391, app/assets/stylesheets/bootstrap5.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 8395, app/assets/stylesheets/bootstrap5.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 8399, app/assets/stylesheets/bootstrap5.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 8403, app/assets/stylesheets/bootstrap5.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 8407, app/assets/stylesheets/bootstrap5.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 8411, app/assets/stylesheets/bootstrap5.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 8415, app/assets/stylesheets/bootstrap5.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 8419, app/assets/stylesheets/bootstrap5.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 8423, app/assets/stylesheets/bootstrap5.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 8427, app/assets/stylesheets/bootstrap5.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8431, app/assets/stylesheets/bootstrap5.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8435, app/assets/stylesheets/bootstrap5.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8439, app/assets/stylesheets/bootstrap5.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8443, app/assets/stylesheets/bootstrap5.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8447, app/assets/stylesheets/bootstrap5.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8451, app/assets/stylesheets/bootstrap5.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8455, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 8460, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 8465, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 8470, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 8475, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 8480, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 8485, app/assets/stylesheets/bootstrap5.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 8490, app/assets/stylesheets/bootstrap5.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 8495, app/assets/stylesheets/bootstrap5.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 8500, app/assets/stylesheets/bootstrap5.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 8505, app/assets/stylesheets/bootstrap5.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 8510, app/assets/stylesheets/bootstrap5.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 8515, app/assets/stylesheets/bootstrap5.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 8520, app/assets/stylesheets/bootstrap5.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 8525, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 8529, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8533, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8537, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8541, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8545, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8549, app/assets/stylesheets/bootstrap5.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 8553, app/assets/stylesheets/bootstrap5.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 8557, app/assets/stylesheets/bootstrap5.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8561, app/assets/stylesheets/bootstrap5.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8565, app/assets/stylesheets/bootstrap5.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8569, app/assets/stylesheets/bootstrap5.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8573, app/assets/stylesheets/bootstrap5.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8577, app/assets/stylesheets/bootstrap5.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 8581, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8585, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8589, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8593, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8597, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8601, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8605, app/assets/stylesheets/bootstrap5.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8609, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 8613, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8617, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8621, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8625, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8629, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8633, app/assets/stylesheets/bootstrap5.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 8637, app/assets/stylesheets/bootstrap5.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8641, app/assets/stylesheets/bootstrap5.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8645, app/assets/stylesheets/bootstrap5.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8649, app/assets/stylesheets/bootstrap5.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8653, app/assets/stylesheets/bootstrap5.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8657, app/assets/stylesheets/bootstrap5.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8661, app/assets/stylesheets/bootstrap5.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 8666, app/assets/stylesheets/bootstrap5.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 8671, app/assets/stylesheets/bootstrap5.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 8676, app/assets/stylesheets/bootstrap5.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 8681, app/assets/stylesheets/bootstrap5.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 8686, app/assets/stylesheets/bootstrap5.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 8691, app/assets/stylesheets/bootstrap5.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 8696, app/assets/stylesheets/bootstrap5.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 8701, app/assets/stylesheets/bootstrap5.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 8706, app/assets/stylesheets/bootstrap5.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 8711, app/assets/stylesheets/bootstrap5.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 8716, app/assets/stylesheets/bootstrap5.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 8721, app/assets/stylesheets/bootstrap5.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 8725, app/assets/stylesheets/bootstrap5.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8729, app/assets/stylesheets/bootstrap5.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8733, app/assets/stylesheets/bootstrap5.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8737, app/assets/stylesheets/bootstrap5.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8741, app/assets/stylesheets/bootstrap5.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8745, app/assets/stylesheets/bootstrap5.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 8749, app/assets/stylesheets/bootstrap5.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8753, app/assets/stylesheets/bootstrap5.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8757, app/assets/stylesheets/bootstrap5.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8761, app/assets/stylesheets/bootstrap5.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8765, app/assets/stylesheets/bootstrap5.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8769, app/assets/stylesheets/bootstrap5.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8773, app/assets/stylesheets/bootstrap5.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8777, app/assets/stylesheets/bootstrap5.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8781, app/assets/stylesheets/bootstrap5.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8785, app/assets/stylesheets/bootstrap5.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8789, app/assets/stylesheets/bootstrap5.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8793, app/assets/stylesheets/bootstrap5.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 8797, app/assets/stylesheets/bootstrap5.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8801, app/assets/stylesheets/bootstrap5.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8805, app/assets/stylesheets/bootstrap5.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8809, app/assets/stylesheets/bootstrap5.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8813, app/assets/stylesheets/bootstrap5.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8817, app/assets/stylesheets/bootstrap5.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 8821, app/assets/stylesheets/bootstrap5.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 8825, app/assets/stylesheets/bootstrap5.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8830, app/assets/stylesheets/bootstrap5.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 8834, app/assets/stylesheets/bootstrap5.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 8838, app/assets/stylesheets/bootstrap5.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 8842, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 8846, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 8850, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 8854, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 8858, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 8862, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 8866, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 8870, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 8874, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 8878, app/assets/stylesheets/bootstrap5.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 8882, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8886, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8890, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 8894, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8898, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8902, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8906, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8910, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8914, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8918, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8922, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8926, app/assets/stylesheets/bootstrap5.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8930, app/assets/stylesheets/bootstrap5.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 8934, app/assets/stylesheets/bootstrap5.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 8938, app/assets/stylesheets/bootstrap5.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 8942, app/assets/stylesheets/bootstrap5.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 8946, app/assets/stylesheets/bootstrap5.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 8950, app/assets/stylesheets/bootstrap5.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 8954, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8958, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8962, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8966, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8970, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8974, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 8978, app/assets/stylesheets/bootstrap5.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8982, app/assets/stylesheets/bootstrap5.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 8986, app/assets/stylesheets/bootstrap5.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 8990, app/assets/stylesheets/bootstrap5.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 8994, app/assets/stylesheets/bootstrap5.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 8998, app/assets/stylesheets/bootstrap5.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 9002, app/assets/stylesheets/bootstrap5.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 9006, app/assets/stylesheets/bootstrap5.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 9010, app/assets/stylesheets/bootstrap5.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 9014, app/assets/stylesheets/bootstrap5.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 9018, app/assets/stylesheets/bootstrap5.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 9022, app/assets/stylesheets/bootstrap5.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 9026, app/assets/stylesheets/bootstrap5.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 9030, app/assets/stylesheets/bootstrap5.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 9034, app/assets/stylesheets/bootstrap5.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 9038, app/assets/stylesheets/bootstrap5.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 9042, app/assets/stylesheets/bootstrap5.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 9046, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 9050, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 9054, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 9058, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 9062, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 9066, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 9070, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 9074, app/assets/stylesheets/bootstrap5.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 9078, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9082, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9086, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9090, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9094, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9098, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9102, app/assets/stylesheets/bootstrap5.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9106, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9111, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9116, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9121, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9126, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9131, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9136, app/assets/stylesheets/bootstrap5.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9141, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9146, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9151, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9156, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9161, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9166, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9171, app/assets/stylesheets/bootstrap5.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9176, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9180, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9184, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9188, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9192, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9196, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9200, app/assets/stylesheets/bootstrap5.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 9204, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9208, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9212, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9216, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9220, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9224, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9228, app/assets/stylesheets/bootstrap5.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 9232, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9236, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9240, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9244, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9248, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9252, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9256, app/assets/stylesheets/bootstrap5.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9260, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9264, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9268, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9272, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9276, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9280, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9284, app/assets/stylesheets/bootstrap5.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 9288, app/assets/stylesheets/bootstrap5.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9292, app/assets/stylesheets/bootstrap5.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9296, app/assets/stylesheets/bootstrap5.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9300, app/assets/stylesheets/bootstrap5.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9304, app/assets/stylesheets/bootstrap5.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9308, app/assets/stylesheets/bootstrap5.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9312, app/assets/stylesheets/bootstrap5.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 9317, app/assets/stylesheets/bootstrap5.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 9322, app/assets/stylesheets/bootstrap5.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 9327, app/assets/stylesheets/bootstrap5.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 9332, app/assets/stylesheets/bootstrap5.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 9337, app/assets/stylesheets/bootstrap5.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 9342, app/assets/stylesheets/bootstrap5.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9347, app/assets/stylesheets/bootstrap5.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 9352, app/assets/stylesheets/bootstrap5.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 9357, app/assets/stylesheets/bootstrap5.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 9362, app/assets/stylesheets/bootstrap5.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 9367, app/assets/stylesheets/bootstrap5.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 9372, app/assets/stylesheets/bootstrap5.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9376, app/assets/stylesheets/bootstrap5.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9380, app/assets/stylesheets/bootstrap5.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9384, app/assets/stylesheets/bootstrap5.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9388, app/assets/stylesheets/bootstrap5.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9392, app/assets/stylesheets/bootstrap5.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9396, app/assets/stylesheets/bootstrap5.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9400, app/assets/stylesheets/bootstrap5.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9404, app/assets/stylesheets/bootstrap5.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9408, app/assets/stylesheets/bootstrap5.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9412, app/assets/stylesheets/bootstrap5.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9416, app/assets/stylesheets/bootstrap5.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9420, app/assets/stylesheets/bootstrap5.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9424, app/assets/stylesheets/bootstrap5.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9428, app/assets/stylesheets/bootstrap5.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9432, app/assets/stylesheets/bootstrap5.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9436, app/assets/stylesheets/bootstrap5.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9440, app/assets/stylesheets/bootstrap5.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9444, app/assets/stylesheets/bootstrap5.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9448, app/assets/stylesheets/bootstrap5.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9452, app/assets/stylesheets/bootstrap5.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9456, app/assets/stylesheets/bootstrap5.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9460, app/assets/stylesheets/bootstrap5.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9464, app/assets/stylesheets/bootstrap5.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9468, app/assets/stylesheets/bootstrap5.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 9472, app/assets/stylesheets/bootstrap5.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 9476, app/assets/stylesheets/bootstrap5.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9481, app/assets/stylesheets/bootstrap5.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 9485, app/assets/stylesheets/bootstrap5.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 9489, app/assets/stylesheets/bootstrap5.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 9493, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 9497, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 9501, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 9505, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 9509, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 9513, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 9517, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 9521, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 9525, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 9529, app/assets/stylesheets/bootstrap5.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 9533, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 9537, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 9541, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 9545, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9549, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9553, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9557, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9561, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9565, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9569, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9573, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9577, app/assets/stylesheets/bootstrap5.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9581, app/assets/stylesheets/bootstrap5.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 9585, app/assets/stylesheets/bootstrap5.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 9589, app/assets/stylesheets/bootstrap5.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 9593, app/assets/stylesheets/bootstrap5.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 9597, app/assets/stylesheets/bootstrap5.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 9601, app/assets/stylesheets/bootstrap5.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 9605, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 9609, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 9613, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 9617, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 9621, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 9625, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 9629, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 9633, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 9637, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 9641, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 9645, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 9649, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 9653, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 9657, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 9661, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 9665, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 9669, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 9673, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 9677, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 9681, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 9685, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 9689, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 9693, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 9697, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 9701, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 9705, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 9709, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 9713, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 9717, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 9721, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 9725, app/assets/stylesheets/bootstrap5.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 9729, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9733, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9737, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9741, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9745, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9749, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9753, app/assets/stylesheets/bootstrap5.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9757, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9762, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9767, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9772, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9777, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9782, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9787, app/assets/stylesheets/bootstrap5.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9792, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9797, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9802, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9807, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9812, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9817, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9822, app/assets/stylesheets/bootstrap5.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9827, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9831, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9835, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9839, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9843, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9847, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9851, app/assets/stylesheets/bootstrap5.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 9855, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9859, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9863, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9867, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9871, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9875, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9879, app/assets/stylesheets/bootstrap5.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 9883, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9887, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9891, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9895, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9899, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9903, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9907, app/assets/stylesheets/bootstrap5.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9911, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9915, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9919, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9923, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9927, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9931, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9935, app/assets/stylesheets/bootstrap5.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 9939, app/assets/stylesheets/bootstrap5.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9943, app/assets/stylesheets/bootstrap5.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9947, app/assets/stylesheets/bootstrap5.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9951, app/assets/stylesheets/bootstrap5.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9955, app/assets/stylesheets/bootstrap5.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9959, app/assets/stylesheets/bootstrap5.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9963, app/assets/stylesheets/bootstrap5.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 9968, app/assets/stylesheets/bootstrap5.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 9973, app/assets/stylesheets/bootstrap5.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 9978, app/assets/stylesheets/bootstrap5.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 9983, app/assets/stylesheets/bootstrap5.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 9988, app/assets/stylesheets/bootstrap5.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 9993, app/assets/stylesheets/bootstrap5.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9998, app/assets/stylesheets/bootstrap5.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10003, app/assets/stylesheets/bootstrap5.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10008, app/assets/stylesheets/bootstrap5.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10013, app/assets/stylesheets/bootstrap5.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10018, app/assets/stylesheets/bootstrap5.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10023, app/assets/stylesheets/bootstrap5.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10027, app/assets/stylesheets/bootstrap5.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10031, app/assets/stylesheets/bootstrap5.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10035, app/assets/stylesheets/bootstrap5.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 10039, app/assets/stylesheets/bootstrap5.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10043, app/assets/stylesheets/bootstrap5.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 10047, app/assets/stylesheets/bootstrap5.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10051, app/assets/stylesheets/bootstrap5.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10055, app/assets/stylesheets/bootstrap5.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10059, app/assets/stylesheets/bootstrap5.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 10063, app/assets/stylesheets/bootstrap5.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10067, app/assets/stylesheets/bootstrap5.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 10071, app/assets/stylesheets/bootstrap5.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10075, app/assets/stylesheets/bootstrap5.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10079, app/assets/stylesheets/bootstrap5.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10083, app/assets/stylesheets/bootstrap5.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10087, app/assets/stylesheets/bootstrap5.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10091, app/assets/stylesheets/bootstrap5.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10095, app/assets/stylesheets/bootstrap5.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10099, app/assets/stylesheets/bootstrap5.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10103, app/assets/stylesheets/bootstrap5.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10107, app/assets/stylesheets/bootstrap5.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 10111, app/assets/stylesheets/bootstrap5.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10115, app/assets/stylesheets/bootstrap5.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 10119, app/assets/stylesheets/bootstrap5.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 10123, app/assets/stylesheets/bootstrap5.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 10127, app/assets/stylesheets/bootstrap5.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 10132, app/assets/stylesheets/bootstrap5.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 10136, app/assets/stylesheets/bootstrap5.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 10140, app/assets/stylesheets/bootstrap5.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 10144, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 10148, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 10152, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 10156, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 10160, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 10164, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 10168, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 10172, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 10176, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 10180, app/assets/stylesheets/bootstrap5.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 10184, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 10188, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 10192, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 10196, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10200, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10204, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10208, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10212, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10216, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10220, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10224, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10228, app/assets/stylesheets/bootstrap5.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10232, app/assets/stylesheets/bootstrap5.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 10236, app/assets/stylesheets/bootstrap5.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 10240, app/assets/stylesheets/bootstrap5.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 10244, app/assets/stylesheets/bootstrap5.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 10248, app/assets/stylesheets/bootstrap5.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 10252, app/assets/stylesheets/bootstrap5.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 10256, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 10260, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 10264, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 10268, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 10272, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 10276, app/assets/stylesheets/bootstrap5.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 10280, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 10284, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 10288, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 10292, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 10296, app/assets/stylesheets/bootstrap5.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 10300, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 10304, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 10308, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 10312, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 10316, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 10320, app/assets/stylesheets/bootstrap5.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 10324, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 10328, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 10332, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 10336, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 10340, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 10344, app/assets/stylesheets/bootstrap5.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 10348, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 10352, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 10356, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 10360, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 10364, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 10368, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 10372, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 10376, app/assets/stylesheets/bootstrap5.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 10380, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 10384, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 10388, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 10392, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 10396, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 10400, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 10404, app/assets/stylesheets/bootstrap5.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 10408, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 10413, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 10418, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 10423, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 10428, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 10433, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 10438, app/assets/stylesheets/bootstrap5.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 10443, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 10448, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 10453, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 10458, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 10463, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 10468, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 10473, app/assets/stylesheets/bootstrap5.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 10478, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 10482, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10486, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10490, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 10494, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10498, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 10502, app/assets/stylesheets/bootstrap5.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 10506, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 10510, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10514, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10518, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 10522, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10526, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 10530, app/assets/stylesheets/bootstrap5.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 10534, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 10538, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10542, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10546, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10550, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10554, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10558, app/assets/stylesheets/bootstrap5.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 10562, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 10566, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10570, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10574, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 10578, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10582, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 10586, app/assets/stylesheets/bootstrap5.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 10590, app/assets/stylesheets/bootstrap5.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 10594, app/assets/stylesheets/bootstrap5.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 10598, app/assets/stylesheets/bootstrap5.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 10602, app/assets/stylesheets/bootstrap5.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 10606, app/assets/stylesheets/bootstrap5.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 10610, app/assets/stylesheets/bootstrap5.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 10614, app/assets/stylesheets/bootstrap5.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10619, app/assets/stylesheets/bootstrap5.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 10624, app/assets/stylesheets/bootstrap5.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 10629, app/assets/stylesheets/bootstrap5.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10634, app/assets/stylesheets/bootstrap5.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10639, app/assets/stylesheets/bootstrap5.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10644, app/assets/stylesheets/bootstrap5.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10649, app/assets/stylesheets/bootstrap5.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10654, app/assets/stylesheets/bootstrap5.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10659, app/assets/stylesheets/bootstrap5.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10664, app/assets/stylesheets/bootstrap5.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10669, app/assets/stylesheets/bootstrap5.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10674, app/assets/stylesheets/bootstrap5.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 10678, app/assets/stylesheets/bootstrap5.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10682, app/assets/stylesheets/bootstrap5.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10686, app/assets/stylesheets/bootstrap5.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 10690, app/assets/stylesheets/bootstrap5.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10694, app/assets/stylesheets/bootstrap5.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 10698, app/assets/stylesheets/bootstrap5.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 10702, app/assets/stylesheets/bootstrap5.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10706, app/assets/stylesheets/bootstrap5.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10710, app/assets/stylesheets/bootstrap5.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 10714, app/assets/stylesheets/bootstrap5.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10718, app/assets/stylesheets/bootstrap5.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 10722, app/assets/stylesheets/bootstrap5.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10726, app/assets/stylesheets/bootstrap5.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10730, app/assets/stylesheets/bootstrap5.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10734, app/assets/stylesheets/bootstrap5.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10738, app/assets/stylesheets/bootstrap5.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10742, app/assets/stylesheets/bootstrap5.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10746, app/assets/stylesheets/bootstrap5.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 10750, app/assets/stylesheets/bootstrap5.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10754, app/assets/stylesheets/bootstrap5.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10758, app/assets/stylesheets/bootstrap5.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 10762, app/assets/stylesheets/bootstrap5.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10766, app/assets/stylesheets/bootstrap5.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 10770, app/assets/stylesheets/bootstrap5.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 10774, app/assets/stylesheets/bootstrap5.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 10778, app/assets/stylesheets/bootstrap5.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10783, app/assets/stylesheets/bootstrap5.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 10787, app/assets/stylesheets/bootstrap5.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 10791, app/assets/stylesheets/bootstrap5.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 10795, app/assets/stylesheets/bootstrap5.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 10800, app/assets/stylesheets/bootstrap5.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 10804, app/assets/stylesheets/bootstrap5.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 10808, app/assets/stylesheets/bootstrap5.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 10812, app/assets/stylesheets/bootstrap5.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 10816, app/assets/stylesheets/bootstrap5.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 10820, app/assets/stylesheets/bootstrap5.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 10824, app/assets/stylesheets/bootstrap5.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 10828, app/assets/stylesheets/bootstrap5.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 10832, app/assets/stylesheets/bootstrap5.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 10836, app/assets/stylesheets/bootstrap5.scss */
  .d-print-none {
    display: none !important;
  }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/* line 6, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 10, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right;
}

/* line 13, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 19, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

/* line 24, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

/* line 29, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 36, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 52, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 56, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 60, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 65, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 71, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 83, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 97, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 104, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 113, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 119, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 127, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 134, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 139, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 145, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 149, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 153, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 156, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 159, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 163, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 169, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 173, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 180, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both;
}

/* line 183, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 193, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 197, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 203, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 213, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center;
}

/* line 216, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 223, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 229, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto] {
  cursor: pointer;
}

/* line 232, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 237, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 243, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 251, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 257, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative;
}

/* line 260, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 264, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 269, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 274, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 278, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 281, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 288, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 294, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 297, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 306, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 311, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 318, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
/* line 322, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 331, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

/* line 342, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

/* line 347, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 354, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 359, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 364, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 370, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
/* line 375, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
/* line 380, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  display: none;
}

/* line 383, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
/* line 389, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 404, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 409, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 415, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 426, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 435, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 446, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
/* line 453, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
/* line 460, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
/* line 468, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
/* line 482, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
/* line 488, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 498, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 503, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 507, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

/* line 521, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 526, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
/* line 531, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
/* line 537, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 545, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 551, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 554, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 559, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 563, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 567, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 572, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 578, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 592, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 604, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 607, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 612, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 615, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 618, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 624, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 647, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative;
}

/* line 650, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 656, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 662, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

/* line 667, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

/* line 672, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 677, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 682, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 687, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 694, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 698, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* line 704, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 709, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 714, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 720, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 731, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 737, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

/* line 741, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a {
  text-decoration: none;
}

/* line 744, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 747, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

/* line 750, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 755, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 760, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* line 764, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}

/* line 767, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 770, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

/* line 773, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* line 776, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 779, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 784, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 789, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 795, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center;
}

/* line 798, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 801, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 804, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 807, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 810, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 814, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 820, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 825, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 829, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative;
}

/* line 832, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 836, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 839, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 843, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 850, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

/* line 857, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 866, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 872, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 877, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 880, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 887, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

/* line 890, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

/* line 894, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

/* line 899, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 902, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 905, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

/* line 909, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 913, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
/* line 920, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

/* line 923, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 930, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 935, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 939, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 945, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 951, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 954, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 959, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 965, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 969, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 973, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 976, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 982, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 986, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 994, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 998, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 1002, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 1006, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 1010, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 1013, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 1020, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 1025, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 1030, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 1035, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 1043, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 1047, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 1051, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 1057, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1064, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1073, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1086, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1090, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

/* line 1095, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* line 1099, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

/* line 1103, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1107, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1112, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1116, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1122, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1126, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1130, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1134, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
/* line 1141, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1153, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
/* line 1157, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1174, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1180, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1184, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1191, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
/* line 1201, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
/* line 1208, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

/* line 1212, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
/* line 1217, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

/* line 1221, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 1225, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
/* line 1229, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 1232, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading td {
  font-weight: bold;
}

/* line 1235, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 1238, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-alt {
  float: right;
}

/* line 1241, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 1244, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
/* line 1248, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

/* line 1252, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
/* line 1258, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 1261, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 1264, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

/* line 1269, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
/* line 1274, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1281, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1286, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1291, ../../../../../.rvm/gems/ruby-3.1.1/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/sweetalert2.css */
body.swal2-shown {
  overflow-y: hidden;
}

/* line 4, app/assets/stylesheets/sweetalert2.css */
body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

/* line 9, app/assets/stylesheets/sweetalert2.css */
.swal2-container {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

/* line 24, app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-fade {
  transition: background-color .1s;
}

/* line 27, app/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 30, app/assets/stylesheets/sweetalert2.css */
.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

/* line 43, app/assets/stylesheets/sweetalert2.css */
.swal2-modal:focus {
  outline: none;
}

/* line 45, app/assets/stylesheets/sweetalert2.css */
.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

/* line 47, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

/* line 58, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

/* line 60, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}

/* line 63, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 83, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

/* line 86, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

/* line 100, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

/* line 111, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 115, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

/* line 118, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  transition: color .1s ease;
}

/* line 135, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-close:hover {
  color: #d55;
}

/* line 137, app/assets/stylesheets/sweetalert2.css */
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

/* line 144, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

/* line 155, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

/* line 162, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color .3s, box-shadow .3s;
}

/* line 177, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 183, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 190, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 194, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* line 198, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 202, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

/* line 205, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

/* line 211, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

/* line 218, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

/* line 221, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-input[type='number'] {
  max-width: 150px;
}

/* line 223, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-file {
  font-size: 20px;
}

/* line 225, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

/* line 228, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

/* line 234, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-radio {
  border: 0;
}

/* line 236, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

/* line 238, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

/* line 241, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

/* line 243, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-checkbox {
  color: #545454;
}

/* line 245, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

/* line 248, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

/* line 257, app/assets/stylesheets/sweetalert2.css */
.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  /* line 270, app/assets/stylesheets/sweetalert2.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 272, app/assets/stylesheets/sweetalert2.css */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 276, app/assets/stylesheets/sweetalert2.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 278, app/assets/stylesheets/sweetalert2.css */
  .swal2-range output {
    display: none;
  }
}

/* line 281, app/assets/stylesheets/sweetalert2.css */
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 296, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 298, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

/* line 301, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 309, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  transform: rotate(45deg);
  left: 17px;
}

/* line 313, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  transform: rotate(-45deg);
  right: 16px;
}

/* line 317, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

/* line 324, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

/* line 331, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

/* line 338, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 340, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg);
}

/* line 347, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

/* line 355, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

/* line 363, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 374, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

/* line 383, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 390, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

/* line 396, app/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

/* line 403, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

/* line 407, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

/* line 410, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

/* line 419, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

/* line 421, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

/* line 423, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

/* line 425, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

/* line 427, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

/* line 429, app/assets/stylesheets/sweetalert2.css */
.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}

/* line 435, app/assets/stylesheets/sweetalert2.css */
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

/* line 486, app/assets/stylesheets/sweetalert2.css */
.swal2-show {
  animation: showSweetAlert .3s;
}

/* line 489, app/assets/stylesheets/sweetalert2.css */
.swal2-show.swal2-noanimation {
  animation: none;
}

/* line 493, app/assets/stylesheets/sweetalert2.css */
.swal2-hide {
  animation: hideSweetAlert .15s forwards;
}

/* line 496, app/assets/stylesheets/sweetalert2.css */
.swal2-hide.swal2-noanimation {
  animation: none;
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

/* line 608, app/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s;
}

/* line 612, app/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-line-long {
  animation: animate-success-long .75s;
}

/* line 616, app/assets/stylesheets/sweetalert2.css */
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 640, app/assets/stylesheets/sweetalert2.css */
.swal2-animate-error-icon {
  animation: animate-error-icon .5s;
}

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 686, app/assets/stylesheets/sweetalert2.css */
.swal2-animate-x-mark {
  animation: animate-x-mark .5s;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/jquery.loading.min.css */
.loading-overlay {
  display: table;
  opacity: .7;
}

/* line 1, app/assets/stylesheets/jquery.loading.min.css */
.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/jquery.loading.min.css */
.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

/* line 1, app/assets/stylesheets/jquery.loading.min.css */
.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap-datetimepicker.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.min.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, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.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, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.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, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.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, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.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 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/* line 22, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 42, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}

/* line 49, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 62, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 67, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

/* line 72, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

/* line 77, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

/* line 82, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

/* line 87, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

/* line 92, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

/* line 97, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}

/* line 105, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 109, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 113, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 122, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch input.form-control[type='radio'],
.bootstrap-switch input.form-control[type='checkbox'] {
  height: auto;
}

/* line 126, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 133, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 140, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 147, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 152, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 165, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left 0.5s;
}

/* line 169, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 175, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 181, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 187, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 192, app/assets/stylesheets/bootstrap3-switch.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/*drop-theme-arrows-bounce-dark.css*/
/* line 2, app/assets/stylesheets/drop-theme.css */
.drop-element, .drop-element:after, .drop-element:before, .drop-element *, .drop-element *:after, .drop-element *:before {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/drop-theme.css */
.drop-element {
  position: absolute;
  display: none;
}

/* line 8, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-open {
  display: block;
}

/* line 11, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark {
  max-width: 100%;
  max-height: 100%;
}

/* line 14, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #000;
  color: #fff;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

/* line 23, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 12px;
  border-style: solid;
}

/* line 32, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 12px;
}

/* line 34, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-top-color: #000;
}

/* line 39, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 12px;
}

/* line 41, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-bottom-color: #000;
}

/* line 46, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 12px;
}

/* line 48, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -12px;
  border-left-color: #000;
}

/* line 53, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 12px;
}

/* line 55, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -12px;
  border-right-color: #000;
}

/* line 60, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

/* line 62, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 12px;
  border-bottom-color: #000;
}

/* line 66, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

/* line 68, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 12px;
  border-bottom-color: #000;
}

/* line 72, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

/* line 74, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 12px;
  border-top-color: #000;
}

/* line 78, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

/* line 80, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 12px;
  border-top-color: #000;
}

/* line 84, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

/* line 86, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 12px;
  left: 100%;
  border-left-color: #000;
}

/* line 90, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

/* line 92, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 12px;
  right: 100%;
  border-right-color: #000;
}

/* line 96, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

/* line 98, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 12px;
  left: 100%;
  border-left-color: #000;
}

/* line 102, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

/* line 104, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 12px;
  right: 100%;
  border-right-color: #000;
}

/* line 109, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark {
  transform: translateZ(0);
  transition: opacity 100ms;
  opacity: 0;
}

/* line 115, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark .drop-content {
  transition: transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
  transform: scale(0) translateZ(0);
}

/* line 120, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-open {
  display: none;
}

/* line 122, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-open-transitionend {
  display: block;
}

/* line 124, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-after-open {
  transition: none;
  opacity: 1;
}

/* line 128, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-after-open .drop-content {
  transform: scale(1) translateZ(0);
}

/* line 131, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  transform-origin: 50% calc(100% + 12px);
}

/* line 135, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-center .drop-content {
  transform-origin: 50% -12px;
}

/* line 139, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-right.drop-element-attached-middle .drop-content {
  transform-origin: calc(100% + 12px) 50%;
}

/* line 143, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-left.drop-element-attached-middle .drop-content {
  transform-origin: -12px 50%;
}

/* line 147, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  transform-origin: 0 -12px;
}

/* line 151, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  transform-origin: 100% -12px;
}

/* line 155, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  transform-origin: 0 calc(100% + 12px);
}

/* line 159, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  transform-origin: 100% calc(100% + 12px);
}

/* line 163, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 12px) 0;
}

/* line 167, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: -12px 0;
}

/* line 171, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 12px) 100%;
}

/* line 175, app/assets/stylesheets/drop-theme.css */
.drop-element.drop-theme-arrows-bounce-dark.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: -12px 100%;
}

/* line 2, app/assets/stylesheets/events.scss */
#event-reqs-modal .modal-dialog {
  min-width: 95%;
  width: 95%;
}

/* line 13, app/assets/stylesheets/events.scss */
.btn-black {
  color: black !important;
}

/* line 19, app/assets/stylesheets/events.scss */
.calendar-modal .modal-dialog {
  min-width: 90%;
  width: 90%;
  height: 90%;
  min-height: 90%;
}

/* line 31, app/assets/stylesheets/events.scss */
#event_user_id, .select2 {
  width: 100% !important;
}

/* line 36, app/assets/stylesheets/events.scss */
#event-dates-modal .modal-dialog {
  min-width: 95%;
  width: 95%;
}

/* line 43, app/assets/stylesheets/events.scss */
.fc-today {
  background: rgba(200, 200, 200, 0.5) !important;
}

/* line 52, app/assets/stylesheets/events.scss */
#events-container #events #calendarMonthAgenda {
  background-color: white;
}

/* line 59, app/assets/stylesheets/events.scss */
#events-container #new-event .req-row {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
}

/* line 64, app/assets/stylesheets/events.scss */
#events-container #new-event .req-row .label {
  padding-bottom: 5px;
  font-weight: bold;
}

/* line 72, app/assets/stylesheets/events.scss */
#events-container #new-event #tabs-menu {
  /*.nav-item:not(:first-child){
				display: none;
			}*/
}

/* line 77, app/assets/stylesheets/events.scss */
#events-container #new-event #tabs-menu .no-hide {
  display: block !important;
}

/* line 84, app/assets/stylesheets/events.scss */
#events-container .req-image {
  width: 40%;
}

/* line 88, app/assets/stylesheets/events.scss */
#events-container .check-image {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/events.scss */
.hidden-nav-item {
  display: none;
}

/* line 97, app/assets/stylesheets/events.scss */
.hidden-tab {
  display: none;
}

/* line 102, app/assets/stylesheets/events.scss */
#new-event-side-bar {
  height: 100%;
  overflow-y: scroll;
}

/* line 108, app/assets/stylesheets/events.scss */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  margin-top: 20px;
}

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

/* line 132, app/assets/stylesheets/events.scss */
.dropdown-item {
  background-color: white;
  color: black;
  width: 00%;
}

/* line 140, app/assets/stylesheets/events.scss */
#sidebar {
  background-color: #F8F8F8 !important;
}

/* line 143, app/assets/stylesheets/events.scss */
#event-menu-action {
  background-color: #F8F8F8 !important;
}

/* line 149, app/assets/stylesheets/events.scss */
.calendar-view {
  padding: 10px;
}

/* line 153, app/assets/stylesheets/events.scss */
.fc-toolbar {
  margin-left: 30px;
}

/* line 157, app/assets/stylesheets/events.scss */
.fc-select {
  box-sizing: border-box;
  margin: 0;
  margin-left: 0px;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/events.scss */
#newEventModal .select2-container {
  z-index: 10000000;
}

/* line 173, app/assets/stylesheets/events.scss */
#responsable-select {
  z-index: 10000000;
}

/* line 177, app/assets/stylesheets/events.scss */
.modal {
  z-index: 100000 !important;
}

/* line 181, app/assets/stylesheets/events.scss */
.select2-container--open {
  z-index: 9999999 !important;
}

/* line 185, app/assets/stylesheets/events.scss */
.swal2-container.swal2-shown {
  z-index: 9999999999999999;
}

/* line 190, app/assets/stylesheets/events.scss */
.event-data-show {
  font-size: 12px;
}

/* line 194, app/assets/stylesheets/events.scss */
#show-event-side-bar {
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
}

/* line 200, app/assets/stylesheets/events.scss */
#delete-event-row {
  padding-bottom: 30px;
}

/* line 204, app/assets/stylesheets/events.scss */
#spaces-row {
  margin-bottom: 25px;
}

/* line 208, app/assets/stylesheets/events.scss */
#spaces-note-row {
  margin-top: 20px;
}

/* line 212, app/assets/stylesheets/events.scss */
#spaces-delete-row {
  margin-top: 40px;
}

/* line 216, app/assets/stylesheets/events.scss */
.note {
  border-radius: 10px;
  padding: 10px;
  color: white;
}

/* line 222, app/assets/stylesheets/events.scss */
.youtube-badge {
  font-size: 14px;
  color: white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 230, app/assets/stylesheets/events.scss */
.auditorio_bg {
  background-color: #47B5FF;
}

/* line 233, app/assets/stylesheets/events.scss */
.anexo_bg {
  background-color: #B1B2FF;
}

/* line 236, app/assets/stylesheets/events.scss */
.aula_virtual_1_bg {
  background-color: #c3c3c3;
}

/* line 239, app/assets/stylesheets/events.scss */
.aula_virtual_2_bg {
  background-color: #aba8b2;
}

/* line 242, app/assets/stylesheets/events.scss */
.aula_1_bg {
  background-color: #F8C4B4;
}

/* line 245, app/assets/stylesheets/events.scss */
.aula_2_bg {
  background-color: #F9CEEE;
}

/* line 248, app/assets/stylesheets/events.scss */
.salas_d_bg {
  background-color: #7FB77E;
}

/* line 251, app/assets/stylesheets/events.scss */
.salas_e_bg {
  background-color: #B1D7B4;
}

/* line 254, app/assets/stylesheets/events.scss */
.salas_f_bg {
  background-color: #00FFAB;
}

/* line 257, app/assets/stylesheets/events.scss */
.salas_h_bg {
  background-color: #14C38E;
}

/* line 260, app/assets/stylesheets/events.scss */
.lab_computo_bg {
  background-color: #FF7F3F;
}

/* line 263, app/assets/stylesheets/events.scss */
.vc_bg {
  background-color: #EA5C2B;
}

/* line 266, app/assets/stylesheets/events.scss */
.terraza_bg {
  background-color: #FF5D5D;
}

/* line 269, app/assets/stylesheets/events.scss */
.direccion_bg {
  background-color: #A25B5B;
}

/* line 272, app/assets/stylesheets/events.scss */
.biblioteca_bg {
  background-color: #D61C4E;
}

/* line 276, app/assets/stylesheets/events.scss */
.fechas_canceladas_bg {
  background-color: #fc6f6b;
}

/* line 280, app/assets/stylesheets/events.scss */
.badge-event-cancel {
  background-color: #fc6f6b;
  color: white;
  text-align: center;
}

/* line 287, app/assets/stylesheets/events.scss */
#event-reqs-tab {
  overflow-y: scroll;
}

/* line 291, app/assets/stylesheets/events.scss */
#event-dates-tab {
  overflow-y: scroll;
}

/* line 294, app/assets/stylesheets/events.scss */
.image-req-col {
  position: relative;
  height: 100%;
  border: 1px solid silver;
}

/* line 299, app/assets/stylesheets/events.scss */
.image-req-col img {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 309, app/assets/stylesheets/events.scss */
#searchEventsModal .modal-dialog {
  min-width: 95%;
  width: 95%;
}

/* line 315, app/assets/stylesheets/events.scss */
.event-search-item {
  border: 2px solid silver;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 323, app/assets/stylesheets/events.scss */
.export-as {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 329, app/assets/stylesheets/events.scss */
#reservations-table-list {
  text-align: left;
  margin: 0 auto;
}

/* line 335, app/assets/stylesheets/events.scss */
#reservations-table-list td {
  border-bottom: 1px solid silver;
  padding-top: 15px;
  padding-right: 10px;
}

/* line 341, app/assets/stylesheets/events.scss */
#reservations-table-list thead th {
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 350, app/assets/stylesheets/events.scss */
input.service {
  width: 40px;
  height: 40px;
}

/* line 1, app/assets/stylesheets/users.scss */
#users-table_wrapper {
  background-color: white;
}

/* line 9, app/assets/stylesheets/users.scss */
#login-title {
  background-color: #a52e42;
  /* a52e42 606060 */
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
  text-align: center;
}

/* line 21, app/assets/stylesheets/users.scss */
#login-title h1 {
  color: white;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 3em;
}

/* line 29, app/assets/stylesheets/users.scss */
#login-title h2 {
  color: white;
  font-size: 2em;
  padding-top: 20px;
}

/* line 35, app/assets/stylesheets/users.scss */
#login-container {
  padding-top: 2%;
  text-align: center;
}

/* line 40, app/assets/stylesheets/users.scss */
#login-container h3 {
  font-size: 3em;
  color: black;
}

/* line 45, app/assets/stylesheets/users.scss */
#login-container .muted {
  font-size: 1.5em;
  color: gray;
}

/* line 50, app/assets/stylesheets/users.scss */
#login-container button {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/audits.scss */
#audits-table_wrapper {
  background-color: white;
}

/* line 1, app/assets/stylesheets/commons.scss */
.bs {
  border: 1px solid silver;
}

/* line 5, app/assets/stylesheets/commons.scss */
.bs-t {
  border-top: 1px solid silver;
}

/* line 8, app/assets/stylesheets/commons.scss */
.bs-b {
  border-bottom: 1px solid silver;
}

/* line 11, app/assets/stylesheets/commons.scss */
.bs-r {
  border-right: 1px solid silver;
}

/* line 16, app/assets/stylesheets/commons.scss */
.panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

/* line 22, app/assets/stylesheets/commons.scss */
.bg-dark-blue {
  background-color: #2C353F;
}

/* line 26, app/assets/stylesheets/commons.scss */
.bg-white {
  background-color: white;
}

/* line 29, app/assets/stylesheets/commons.scss */
.bg-black {
  background-color: black;
}

/* line 33, app/assets/stylesheets/commons.scss */
.text-white {
  color: white;
}

/* line 37, app/assets/stylesheets/commons.scss */
.text-bold {
  font-weight: 600;
}

/* line 40, app/assets/stylesheets/commons.scss */
.full-height {
  height: 100%;
  min-height: 100%;
}

/* line 45, app/assets/stylesheets/commons.scss */
.full-height-80 {
  height: 80%;
  min-height: 80%;
}

/* line 50, app/assets/stylesheets/commons.scss */
.col-2px-adding {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

/* line 57, app/assets/stylesheets/commons.scss */
.expose-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* line 62, app/assets/stylesheets/commons.scss */
.popover {
  z-index: 9999;
}

/* line 67, app/assets/stylesheets/commons.scss */
.dropdown-item, .dropdown-divider {
  background-color: #2C353F;
  color: white;
}

/* line 74, app/assets/stylesheets/commons.scss */
.ui-datepicker-calendar {
  display: none;
}

/*span.select2-container {
   // z-index:10050;
}*/
/* line 83, app/assets/stylesheets/commons.scss */
.border-silver {
  border: 1px solid silver;
}

/* line 86, app/assets/stylesheets/commons.scss */
.border-silver-l {
  border-left: 1px solid silver;
}

/* line 89, app/assets/stylesheets/commons.scss */
.border-silver-r {
  border-right: 1px solid silver;
}

/* line 92, app/assets/stylesheets/commons.scss */
.border-silver-t {
  border-top: 1px solid silver;
}

/* line 95, app/assets/stylesheets/commons.scss */
.border-silver-b {
  border-bottom: 1px solid silver;
}

/* line 99, app/assets/stylesheets/commons.scss */
label {
  color: black;
}

/*.select2-container {
    //z-index: 1 !important;
}*/
/* line 109, app/assets/stylesheets/commons.scss */
tr.shown, .row-child {
  background-color: #8DEBE7 !important;
}

/*.select2-container {
  //z-index: 99999 !important;
}

.select2-zindex-1 {
    //z-index: 1 !important;
}

.select2-container--default .select2-selection--single{
 margin-top: 0.25rem !important;
}*/
/************************************* 
  Input toggler
*/
/* line 134, app/assets/stylesheets/commons.scss */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 138, app/assets/stylesheets/commons.scss */
.toggler {
  width: 100px;
  margin: 0 auto;
}

/* line 142, app/assets/stylesheets/commons.scss */
.toggler input {
  display: none;
}

/* line 145, app/assets/stylesheets/commons.scss */
.toggler label {
  display: block;
  position: relative;
  width: 100px;
  height: 36px;
  border: 1px solid #d6d6d6;
  border-radius: 36px;
  background: #e4e8e8;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/commons.scss */
.toggler label::after {
  display: block;
  border-radius: 100%;
  background-color: #d7062a;
  content: '';
  animation-name: toggler-size;
  animation-duration: .15s;
  animation-timing-function: ease-out;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-play-state: running;
}

/* line 175, app/assets/stylesheets/commons.scss */
.toggler label::after,
.toggler label .toggler-on,
.toggler label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%) translateX(-50%);
  transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
}

/* line 188, app/assets/stylesheets/commons.scss */
.toggler input:checked + label::after,
.toggler input:checked + label .toggler-on,
.toggler input:checked + label .toggler-off {
  left: 75%;
}

/* line 193, app/assets/stylesheets/commons.scss */
.toggler input:checked + label::after {
  background-color: #50ac5d;
  animation-name: toggler-size2;
}

/* line 198, app/assets/stylesheets/commons.scss */
.toggler .toggler-on,
.toggler .toggler-off {
  opacity: 1;
  z-index: 2;
}

/* line 203, app/assets/stylesheets/commons.scss */
.toggler input:checked + label .toggler-off,
.toggler input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}

/* line 209, app/assets/stylesheets/commons.scss */
.toggler .path {
  fill: none;
  stroke: #fefefe;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@keyframes toggler-size {
  0%,
100% {
    width: 26px;
    height: 26px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}

/* line 243, app/assets/stylesheets/commons.scss */
.iis-red-bg {
  background-color: #a52e42;
}

/* line 252, app/assets/stylesheets/commons.scss */
.child-div {
  display: inline-block;
}

/* line 257, app/assets/stylesheets/commons.scss */
.my-form-control {
  padding: none !important;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  color: #707070 !important;
}

/* line 269, app/assets/stylesheets/commons.scss */
.padding {
  padding: 10px;
}

/* line 274, app/assets/stylesheets/commons.scss */
.padding-top {
  padding-top: 10px;
}

/* line 277, app/assets/stylesheets/commons.scss */
.padding-left {
  padding-left: 10px;
}

/* line 280, app/assets/stylesheets/commons.scss */
.padding-right {
  padding-right: 10px;
}

/* line 284, app/assets/stylesheets/commons.scss */
.margin-right {
  margin-right: 10px;
}

/* line 288, app/assets/stylesheets/commons.scss */
.margin-botton {
  margin-bottom: 10px;
}

/* line 291, app/assets/stylesheets/commons.scss */
.form-control-padding {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 297, app/assets/stylesheets/commons.scss */
.form-error {
  font-size: 0.5em;
  background-color: #dc3545;
  color: white;
}

/* line 304, app/assets/stylesheets/commons.scss */
.my-badge {
  font-size: 15px;
}

/* line 313, app/assets/stylesheets/commons.scss */
.my-badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 319, app/assets/stylesheets/commons.scss */
.link-badge-info {
  color: #fff;
  background-color: #f0ad4e;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  font-size: 1em;
  display: block;
}

/* line 330, app/assets/stylesheets/commons.scss */
.link-badge-info:hover {
  color: black;
}

/* line 334, app/assets/stylesheets/commons.scss */
.link-badge-info i {
  font-size: 1.5em;
}

/* line 339, app/assets/stylesheets/commons.scss */
.my-btn {
  margin-right: 10px;
}

/* line 344, app/assets/stylesheets/commons.scss */
.full-btn {
  width: 90%;
}

/* line 350, app/assets/stylesheets/commons.scss */
.my-hr {
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  margin: 0.2rem;
}

/* line 358, app/assets/stylesheets/commons.scss */
.fa-big {
  font-size: 30px;
}

/* line 362, app/assets/stylesheets/commons.scss */
.fa-md {
  font-size: 15px;
}

/* line 366, app/assets/stylesheets/commons.scss */
.my-fa-youtube {
  color: #FF0000;
}

/* line 370, app/assets/stylesheets/commons.scss */
.my-fa-zoom {
  color: #2D8CFF;
}

/* line 374, app/assets/stylesheets/commons.scss */
.my-fa-ok {
  color: green;
}

/* line 378, app/assets/stylesheets/commons.scss */
.my-fa-info {
  color: #17a2b8 !important;
}

/* line 383, app/assets/stylesheets/commons.scss */
.vertical-center-container {
  height: 100%;
  position: relative;
  /*border: 3px solid green;*/
}

/* line 389, app/assets/stylesheets/commons.scss */
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 398, app/assets/stylesheets/commons.scss */
.popover {
  max-width: 400px !important;
}

/* line 403, app/assets/stylesheets/commons.scss */
.fc-title {
  color: black !important;
}

/* line 407, app/assets/stylesheets/commons.scss */
.fc-time {
  color: black !important;
}

/* line 412, app/assets/stylesheets/commons.scss */
.fc-today {
  background-color: white !important;
}

/* line 416, app/assets/stylesheets/commons.scss */
.fc-today .fc-day-number {
  background-color: black !important;
  color: white;
}

/* line 421, app/assets/stylesheets/commons.scss */
.fc-sat, .fc-sun {
  background-color: #606060 !important;
}

/* line 426, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-01-01"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 430, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-01-02"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 433, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-01-03"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 436, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-01-04"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 440, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-02-06"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 444, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-03-20"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 450, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-04-03"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 453, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-04-04"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 456, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-04-05"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 459, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-04-06"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 462, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-04-07"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 468, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-05-01"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 471, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-05-10"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 474, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-05-15"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 481, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-03"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 484, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-04"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 487, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-05"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 490, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-06"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 493, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-07"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 497, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-10"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 500, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-11"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 503, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-12"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 506, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-13"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 509, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-14"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 513, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-17"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 516, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-18"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 519, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-19"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 522, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-20"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 525, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-07-21"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 534, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-09-15"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 537, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-09-16"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 545, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-11-01"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 548, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-11-02"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 551, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-11-20"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 556, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-12"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 559, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-25"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 564, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-19"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 567, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-20"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 570, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-21"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 573, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-22"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 576, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-23"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 580, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-26"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 583, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-27"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 586, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-28"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 589, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-29"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 592, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-30"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 595, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-31"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* 2024 */
/* line 605, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-01-01"] {
  background-color: #606060 !important;
}

/* line 609, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-01-02"] {
  background-color: #606060 !important;
}

/* line 612, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-01-03"] {
  background-color: #606060 !important;
}

/* line 615, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-01-04"] {
  background-color: #606060 !important;
}

/* line 618, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-01-05"] {
  background-color: #606060 !important;
}

/* line 624, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-02-05"] {
  background-color: #606060 !important;
}

/* line 629, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-03-18"] {
  background-color: #606060 !important;
}

/* line 632, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-03-25"] {
  background-color: #606060 !important;
}

/* line 635, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-03-26"] {
  background-color: #606060 !important;
}

/* line 638, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-03-27"] {
  background-color: #606060 !important;
}

/* line 641, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-03-28"] {
  background-color: #606060 !important;
}

/* line 644, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-03-29"] {
  background-color: #606060 !important;
}

/* line 652, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-05-01"] {
  background-color: #606060 !important;
}

/* line 655, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-05-10"] {
  background-color: #606060 !important;
}

/* line 658, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-05-15"] {
  background-color: #606060 !important;
}

/* line 665, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-01"] {
  background-color: #606060 !important;
}

/* line 668, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-02"] {
  background-color: #606060 !important;
}

/* line 671, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-03"] {
  background-color: #606060 !important;
}

/* line 674, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-04"] {
  background-color: #606060 !important;
}

/* line 677, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-05"] {
  background-color: #606060 !important;
}

/* line 681, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-08"] {
  background-color: #606060 !important;
}

/* line 684, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-09"] {
  background-color: #606060 !important;
}

/* line 687, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-10"] {
  background-color: #606060 !important;
}

/* line 690, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-11"] {
  background-color: #606060 !important;
}

/* line 693, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-12"] {
  background-color: #606060 !important;
}

/* line 697, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-15"] {
  background-color: #606060 !important;
}

/* line 700, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-16"] {
  background-color: #606060 !important;
}

/* line 703, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-17"] {
  background-color: #606060 !important;
}

/* line 706, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-18"] {
  background-color: #606060 !important;
}

/* line 709, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-07-19"] {
  background-color: #606060 !important;
}

/* line 718, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-09-15"] {
  background-color: #606060 !important;
}

/* line 721, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-09-16"] {
  background-color: #606060 !important;
}

/* line 729, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-11-01"] {
  background-color: #606060 !important;
}

/* line 732, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-11-02"] {
  background-color: #606060 !important;
}

/* line 735, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-11-20"] {
  background-color: #606060 !important;
}

/* line 740, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-12-12"] {
  background-color: #606060 !important;
}

/* line 743, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2024-12-25"] {
  background-color: #606060 !important;
}

/* line 748, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-19"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 751, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-20"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 754, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-21"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 757, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-22"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 760, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-23"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 764, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-26"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 767, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-27"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 770, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-28"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 773, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-29"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 776, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-30"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 779, app/assets/stylesheets/commons.scss */
.fc-day[data-date="2023-12-31"] {
  background: rgba(232, 232, 232, 0.5) !important;
}

/* line 784, app/assets/stylesheets/commons.scss */
.full-width {
  width: 90%;
}

/* line 788, app/assets/stylesheets/commons.scss */
.accordion-button {
  width: auto !important;
}

/* line 793, app/assets/stylesheets/commons.scss */
.text-right {
  text-align: right;
}
