/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #05668D;
  --bs-secondary: #028090;
  --bs-success: #00A896;
  --bs-info: #02C39A;
  --bs-warning: #2A9D8F;
  --bs-danger: #B4A683;
  --bs-light: #615055;
  --bs-dark: #FFDD4A;
  --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 8, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

/* line 29, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
#primary-application-pane,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

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

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

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

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

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_grid.scss */
.row, #search .tabs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  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 9, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_grid.scss */
.row > *, #search .tabs > * {
  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 73, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col, #search #search_results_count, #search ul {
  flex: 1 0 0%;
}

/* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  /* line 73, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 73, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 73, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 73, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  /* line 73, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

/* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2, #primary-application-pane .sidebar {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 124, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.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 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 33, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 37, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 42, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

/* line 52, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 101, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 111, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 121, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

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

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

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 25, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

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

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

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

/* line 76, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.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 95, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

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

/* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 131, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 151, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

/* line 164, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 170, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

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

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

/* line 201, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

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

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

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

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 52, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 58, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 65, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

/* line 11, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

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

/* line 40, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

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

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 54, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 62, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 71, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 82, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 110, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 122, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 134, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

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

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

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

/* line 14, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

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

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

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

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

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

/* line 38, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

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

/* line 64, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

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

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 30, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

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

/* line 42, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

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

/* line 57, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

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

/* line 21, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 75, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 84, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

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

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

/* line 117, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

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

/* line 67, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

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

/* line 113, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 117, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 123, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

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

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

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

/* line 34, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 67, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

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

/* line 113, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 117, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 123, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

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

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

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375 0.75;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #212529;
}

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

/* line 44, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #05668D;
  border-color: #05668D;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #045778;
  border-color: #045271;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #045778;
  border-color: #045271;
  box-shadow: 0 0 0 0.25rem rgba(43, 125, 158, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #045271;
  border-color: #044d6a;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 125, 158, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #05668D;
  border-color: #05668D;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #028090;
  border-color: #028090;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #026d7a;
  border-color: #026673;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #026d7a;
  border-color: #026673;
  box-shadow: 0 0 0 0.25rem rgba(40, 147, 161, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #026673;
  border-color: #02606c;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 147, 161, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #028090;
  border-color: #028090;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #000;
  background-color: #00A896;
  border-color: #00A896;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #000;
  background-color: #26b5a6;
  border-color: #1ab1a1;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #26b5a6;
  border-color: #1ab1a1;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 128, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #33b9ab;
  border-color: #1ab1a1;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 128, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #00A896;
  border-color: #00A896;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #000;
  background-color: #02C39A;
  border-color: #02C39A;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #000;
  background-color: #28cca9;
  border-color: #1bc9a4;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #28cca9;
  border-color: #1bc9a4;
  box-shadow: 0 0 0 0.25rem rgba(2, 166, 131, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #35cfae;
  border-color: #1bc9a4;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 166, 131, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #02C39A;
  border-color: #02C39A;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #000;
  background-color: #2A9D8F;
  border-color: #2A9D8F;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #4aaca0;
  border-color: #3fa79a;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #4aaca0;
  border-color: #3fa79a;
  box-shadow: 0 0 0 0.25rem rgba(36, 133, 122, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #55b1a5;
  border-color: #3fa79a;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 133, 122, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #2A9D8F;
  border-color: #2A9D8F;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #000;
  background-color: #B4A683;
  border-color: #B4A683;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #000;
  background-color: #bfb396;
  border-color: #bcaf8f;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #bfb396;
  border-color: #bcaf8f;
  box-shadow: 0 0 0 0.25rem rgba(153, 141, 111, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #c3b89c;
  border-color: #bcaf8f;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(153, 141, 111, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #B4A683;
  border-color: #B4A683;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #fff;
  background-color: #615055;
  border-color: #615055;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #fff;
  background-color: #524448;
  border-color: #4e4044;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #fff;
  background-color: #524448;
  border-color: #4e4044;
  box-shadow: 0 0 0 0.25rem rgba(121, 106, 111, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #4e4044;
  border-color: #493c40;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 106, 111, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #fff;
  background-color: #615055;
  border-color: #615055;
}

/* line 60, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #000;
  background-color: #FFDD4A;
  border-color: #FFDD4A;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #000;
  background-color: #ffe265;
  border-color: #ffe05c;
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #000;
  background-color: #ffe265;
  border-color: #ffe05c;
  box-shadow: 0 0 0 0.25rem rgba(217, 188, 63, 0.5);
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #000;
  background-color: #ffe46e;
  border-color: #ffe05c;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 188, 63, 0.5);
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #000;
  background-color: #FFDD4A;
  border-color: #FFDD4A;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #05668D;
  border-color: #05668D;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #05668D;
  border-color: #05668D;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 102, 141, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.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: #05668D;
  border-color: #05668D;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.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(5, 102, 141, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #05668D;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #028090;
  border-color: #028090;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #028090;
  border-color: #028090;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 128, 144, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #028090;
  border-color: #028090;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 128, 144, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #028090;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #00A896;
  border-color: #00A896;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #000;
  background-color: #00A896;
  border-color: #00A896;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 168, 150, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #00A896;
  border-color: #00A896;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 168, 150, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #00A896;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #02C39A;
  border-color: #02C39A;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #02C39A;
  border-color: #02C39A;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 195, 154, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #02C39A;
  border-color: #02C39A;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 195, 154, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #02C39A;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #2A9D8F;
  border-color: #2A9D8F;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #2A9D8F;
  border-color: #2A9D8F;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 157, 143, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #2A9D8F;
  border-color: #2A9D8F;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 157, 143, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #2A9D8F;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #B4A683;
  border-color: #B4A683;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #000;
  background-color: #B4A683;
  border-color: #B4A683;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(180, 166, 131, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #B4A683;
  border-color: #B4A683;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(180, 166, 131, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #B4A683;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #615055;
  border-color: #615055;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #fff;
  background-color: #615055;
  border-color: #615055;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 80, 85, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #fff;
  background-color: #615055;
  border-color: #615055;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 80, 85, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #615055;
  background-color: transparent;
}

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #FFDD4A;
  border-color: #FFDD4A;
}

/* line 88, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #000;
  background-color: #FFDD4A;
  border-color: #FFDD4A;
}

/* line 94, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 221, 74, 0.5);
}

/* line 99, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #000;
  background-color: #FFDD4A;
  border-color: #FFDD4A;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 221, 74, 0.5);
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #FFDD4A;
  background-color: transparent;
}

/* line 78, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 83, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #0a58ca;
}

/* line 92, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

/* line 109, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

/* line 49, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 52, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 58, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 61, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

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

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

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

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

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

/* line 31, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 31, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 96, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

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

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

/* line 46, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 113, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

/* line 156, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

/* line 163, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 170, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 180, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

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

/* line 195, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

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

/* line 208, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

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

/* line 217, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 223, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 229, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 233, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 237, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 72, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625;
  padding-left: 0.5625;
}

/* line 76, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 82, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

/* line 114, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

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

/* line 130, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 135, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

/* line 30, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 41, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

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

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 57, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

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

/* line 85, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 91, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

/* line 104, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

/* line 122, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 133, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 136, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

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

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > #primary-application-pane,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

/* line 82, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 97, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 120, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 129, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 133, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  /* line 166, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 166, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 166, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 166, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  /* line 166, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 166, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 174, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 178, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 188, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 212, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 219, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 222, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 227, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 232, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 238, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 243, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 247, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 250, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 260, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 263, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 270, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 273, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 278, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 283, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 289, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 294, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 298, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 300, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

/* line 17, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 57, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 62, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 67, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 71, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 80, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 87, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 92, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 98, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 122, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 128, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 138, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 144, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 149, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 162, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 159, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 171, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 176, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 183, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 186, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 191, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 198, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 201, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 206, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

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

/* line 25, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* line 32, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

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

/* line 44, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

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

/* line 56, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

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

/* line 64, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

/* line 72, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

/* line 92, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 102, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 106, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 111, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 112, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 114, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

/* line 25, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

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

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

/* line 33, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

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

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

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

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

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

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

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

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

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

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

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

/* line 20, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 26, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

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

/* line 14, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

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

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #033d55;
  background-color: #cde0e8;
  border-color: #b4d1dd;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #023144;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #014d56;
  background-color: #cce6e9;
  border-color: #b3d9de;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #013e45;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #00655a;
  background-color: #cceeea;
  border-color: #b3e5e0;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #005148;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #01755c;
  background-color: #ccf3eb;
  border-color: #b3ede1;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #015e4a;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #195e56;
  background-color: #d4ebe9;
  border-color: #bfe2dd;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #144b45;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #6c644f;
  background-color: #f0ede6;
  border-color: #e9e4da;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #56503f;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #3a3033;
  background-color: #dfdcdd;
  border-color: #d0cbcc;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #2e2629;
}

/* line 53, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #66581e;
  background-color: #fff8db;
  border-color: #fff5c9;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #524618;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 33, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 39, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

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

/* line 15, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

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

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

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

/* line 46, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

/* line 66, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 70, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

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

/* line 89, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 92, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 108, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

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

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

/* line 122, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

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

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

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

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

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

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

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

/* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 149, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 152, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #033d55;
  background-color: #cde0e8;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #033d55;
  background-color: #b9cad1;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #033d55;
  border-color: #033d55;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #014d56;
  background-color: #cce6e9;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #014d56;
  background-color: #b8cfd2;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #014d56;
  border-color: #014d56;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #00655a;
  background-color: #cceeea;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00655a;
  background-color: #b8d6d3;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00655a;
  border-color: #00655a;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #01755c;
  background-color: #ccf3eb;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #01755c;
  background-color: #b8dbd4;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #01755c;
  border-color: #01755c;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #195e56;
  background-color: #d4ebe9;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #195e56;
  background-color: #bfd4d2;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #195e56;
  border-color: #195e56;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #6c644f;
  background-color: #f0ede6;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6c644f;
  background-color: #d8d5cf;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6c644f;
  border-color: #6c644f;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #3a3033;
  background-color: #dfdcdd;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #3a3033;
  background-color: #c9c6c7;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #3a3033;
  border-color: #3a3033;
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #66581e;
  background-color: #fff8db;
}

/* line 10, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #66581e;
  background-color: #e6dfc5;
}

/* line 16, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #66581e;
  border-color: #66581e;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

/* line 18, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

/* line 30, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_close.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 38, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

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

/* line 13, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.showing):not(.show) {
  opacity: 0;
}

/* line 17, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 22, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

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

/* line 42, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 8, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.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 27, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

/* line 39, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 44, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 49, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 52, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 57, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

/* line 87, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 97, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 98, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

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

/* line 112, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 119, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 126, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

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

/* line 148, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 156, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 161, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 165, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 173, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 177, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 184, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 199, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 205, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 213, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 199, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 205, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 213, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 199, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 205, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 213, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 199, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 205, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 213, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 199, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 205, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 213, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 199, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 205, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 209, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 213, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

/* line 93, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

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

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

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

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

/* line 150, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 155, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 14, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

/* rtl:end:ignore */
/* line 64, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 90, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 118, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 122, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 146, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 149, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 158, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 173, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 173, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 217, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_spinners.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 45, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 57, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 64, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.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 1, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 17, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 31, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 36, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 42, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 50, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

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

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

/* line 77, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.show {
  transform: none;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #05668D;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #045271;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #028090;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #026673;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #00A896;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #33b9ab;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #02C39A;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #35cfae;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #2A9D8F;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #55b1a5;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #B4A683;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #c3b89c;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #615055;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #4e4044;
}

/* line 2, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #FFDD4A;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #ffe46e;
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../../.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bootstrap-5.0.2/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 84, app/assets/stylesheets/bootstrap-custom.scss */
.nav-sm .nav-link {
  padding: 0.25rem 0.5rem;
}

/* line 89, app/assets/stylesheets/bootstrap-custom.scss */
#primary-application-pane {
  width: auto;
}

/* line 100, app/assets/stylesheets/bootstrap-custom.scss */
#primary-application-pane .main {
  flex: 0 0 auto;
  width: 75%;
}

/* line 107, app/assets/stylesheets/bootstrap-custom.scss */
#primary-application-pane #summary.panel dl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

/* line 112, app/assets/stylesheets/bootstrap-custom.scss */
#primary-application-pane #summary.panel dl li {
  display: flex;
  width: 12%;
  margin-right: 1rem;
  flex-direction: column-reverse;
  vertical-align: top;
}

/* line 119, app/assets/stylesheets/bootstrap-custom.scss */
#primary-application-pane #summary.panel dl li dt {
  float: none;
  width: 100%;
}

/* line 120, app/assets/stylesheets/bootstrap-custom.scss */
#primary-application-pane #summary.panel dl li tt {
  width: 100%;
}

/* line 126, app/assets/stylesheets/bootstrap-custom.scss */
.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, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 129, app/assets/stylesheets/bootstrap-custom.scss */
button.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  /* line 135, app/assets/stylesheets/bootstrap-custom.scss */
  .navbar.tabs li a:link, .navbar.tabs li a:visited {
    background-color: transparent;
  }
  /* line 138, app/assets/stylesheets/bootstrap-custom.scss */
  .navbar.tabs li i {
    display: none;
  }
  /* line 144, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane .row:first-child, #primary-application-pane #search .tabs:first-child, #search #primary-application-pane .tabs:first-child {
    flex-direction: column-reverse !important;
  }
  /* line 148, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane .main {
    width: 90%;
    margin: auto;
  }
  /* line 152, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane .sidebar {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: stretch;
  }
  /* line 159, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane .sidebar #filters, #primary-application-pane .sidebar #lists, #primary-application-pane .sidebar #recently, #primary-application-pane .sidebar #summary {
    margin-right: 2%;
    width: 30%;
  }
  /* line 166, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane #summary.panel dl li {
    width: 23%;
    font-size: 1rem;
  }
  /* line 169, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane #summary.panel dl li dt {
    font-size: 0.75rem;
  }
  /* line 172, app/assets/stylesheets/bootstrap-custom.scss */
  #primary-application-pane #summary.panel dl li tt {
    font-size: 0.75rem;
  }
}

/* line 182, app/assets/stylesheets/bootstrap-custom.scss */
body {
  overflow-x: clip;
}

/* line 191, app/assets/stylesheets/bootstrap-custom.scss */
#search li {
  display: inline-block;
}

/* line 194, app/assets/stylesheets/bootstrap-custom.scss */
#search #search_results_count {
  text-align: right;
  width: 98%;
}

/* line 203, app/assets/stylesheets/bootstrap-custom.scss */
#advanced_search .row, #advanced_search #search .tabs, #search #advanced_search .tabs {
  padding-right: 1.5rem;
}
/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 13, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-hidden {
  display: none;
}

/* line 14, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 15, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 16, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 17, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 18, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 19, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 24, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 31, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 38, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=ffffff&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=466bb1&iconColorDefault=466bb1&bgColorHover=3875d7&bgTextureHover=01_flat.png&bgImgOpacityHover=25&borderColorHover=3875d7&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=3875d7&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */
/* Component containers
----------------------------------*/
/* line 56, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 57, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 58, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}

/* line 59, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-6a362798b983194784fdf53eeda3a748417b2c49a7cd72f67b5a98318a9f1ec0.png) 50% 50% repeat-x;
  color: #444444;
}

/* line 60, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-content a {
  color: #444444;
}

/* line 61, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url(/assets/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100-bb6a23e6a45b4cf9eff8abe846c5e00a5437d49de33e9f5573161f19cc8d8184.png) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}

/* line 62, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
/* line 66, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_100_ffffff_40x100-6a362798b983194784fdf53eeda3a748417b2c49a7cd72f67b5a98318a9f1ec0.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #466bb1;
}

/* line 67, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #466bb1;
  text-decoration: none;
}

/* line 68, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #3875d7;
  background: #3875d7 url(/assets/jquery-ui/ui-bg_flat_25_3875d7_40x100-2dc463cb6c1a5bdf8bc7ed0240819c5425c7d3299a7d19cc9e9eee71582bb07b.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

/* line 69, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 70, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #3875d7 url(/assets/jquery-ui/ui-bg_flat_65_3875d7_40x100-2dc463cb6c1a5bdf8bc7ed0240819c5425c7d3299a7d19cc9e9eee71582bb07b.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

/* line 71, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 72, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
/* line 76, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_55_ffffff_40x100-6a362798b983194784fdf53eeda3a748417b2c49a7cd72f67b5a98318a9f1ec0.png) 50% 50% repeat-x;
  color: #444444;
}

/* line 77, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444444;
}

/* line 78, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_55_ffffff_40x100-6a362798b983194784fdf53eeda3a748417b2c49a7cd72f67b5a98318a9f1ec0.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 79, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222222;
}

/* line 80, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222222;
}

/* line 81, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 82, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 83, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 89, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240-416c4ce3a322b2a939653727f387b3b0d992a5e5d1cb2d20d71a59ba10430f4e.png);
}

/* line 90, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240-416c4ce3a322b2a939653727f387b3b0d992a5e5d1cb2d20d71a59ba10430f4e.png);
}

/* line 91, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_0073ea_256x240-7ceaa1d2e5e71ad20e9eaa33480412fb3fb09e71c94d2cdcb9097c043f45350c.png);
}

/* line 92, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_466bb1_256x240-e6d6d88ab4bc7f489c7b383e16e2d58c5ffb55a985a349547592328a6a5d7e75.png);
}

/* line 93, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-c692beecd7997762813d4fb6a36b8476a21d0a8789ccebfd7d90dd175586ee39.png);
}

/* line 94, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-c692beecd7997762813d4fb6a36b8476a21d0a8789ccebfd7d90dd175586ee39.png);
}

/* line 95, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_0073ea_256x240-7ceaa1d2e5e71ad20e9eaa33480412fb3fb09e71c94d2cdcb9097c043f45350c.png);
}

/* line 96, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ff0084_256x240-416c4ce3a322b2a939653727f387b3b0d992a5e5d1cb2d20d71a59ba10430f4e.png);
}

/* positioning */
/* line 99, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 100, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 101, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 102, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 103, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 104, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 105, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 106, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 107, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 108, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 109, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 110, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 111, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 112, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 113, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 114, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 115, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 116, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 117, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 118, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 119, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 120, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 121, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 122, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 123, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 124, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 125, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 126, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 127, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 128, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 129, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 130, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 131, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 132, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 133, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 134, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 135, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 136, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 137, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 138, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 139, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 140, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 141, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 142, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 143, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 144, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 145, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 146, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 147, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 148, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 149, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 150, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 151, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 152, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 153, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 154, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 155, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 156, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 157, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 158, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 159, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 160, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 161, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 162, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 163, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 164, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 165, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 166, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 167, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 168, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 169, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 170, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 171, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 172, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 173, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 174, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 175, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 176, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 177, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 178, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 179, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 180, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 181, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 182, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 183, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 184, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 185, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 186, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 187, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 188, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 189, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 190, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 191, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 192, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 193, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 194, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 195, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 196, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 197, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 198, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 199, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 200, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 201, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 202, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 203, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 204, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 205, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 206, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 207, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 208, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 209, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 210, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 211, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 212, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 213, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 214, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 215, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 216, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 217, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 218, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 219, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 220, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 221, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 222, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 223, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 224, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 225, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 226, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 227, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 228, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 229, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 230, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 231, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 232, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 233, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 234, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 236, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 237, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 238, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 239, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 240, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 241, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 242, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 243, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 244, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 245, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 246, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 247, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 248, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 249, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 250, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 251, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 252, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 253, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 254, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 255, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 256, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 257, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 258, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 259, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 260, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 261, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 262, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 263, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 264, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 265, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 266, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 267, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 268, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 269, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 270, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 271, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 272, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 273, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 280, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 2px;
}

/* line 281, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 2px;
}

/* line 282, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 2px;
}

/* line 283, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
/* line 286, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-overlay {
  background: #eeeeee url(/assets/jquery-ui/ui-bg_flat_0_eeeeee_40x100-fc46b4a1dd18578fba90a01cc374804fdb69c4e7454e8a6e8a09bf86a348b4fd.png) 50% 50% repeat-x;
  opacity: .80;
  filter: Alpha(Opacity=80);
}

/* line 287, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: .60;
  filter: Alpha(Opacity=60);
  border-radius: 0px;
}

/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
/* line 296, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable {
  position: relative;
}

/* line 297, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 298, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 299, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 300, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 301, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 302, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 303, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 304, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 305, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 306, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
/* line 315, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
/* line 326, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion {
  width: 100%;
}

/* line 327, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

/* line 328, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 329, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

/* line 330, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

/* line 331, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

/* line 332, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 333, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 334, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 344, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
/* line 347, vendor/assets/stylesheets/jquery-ui.custom.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 358, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu {
  z-index: 101;
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 366, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 369, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 377, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 384, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 398, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
/* line 399, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* line 400, vendor/assets/stylesheets/jquery-ui.custom.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
/* line 401, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 402, vendor/assets/stylesheets/jquery-ui.custom.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
/* line 405, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 406, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 407, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 408, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 409, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 410, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 412, vendor/assets/stylesheets/jquery-ui.custom.scss */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
/* line 415, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 416, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 417, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 418, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 419, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
/* line 422, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 423, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* line 426, vendor/assets/stylesheets/jquery-ui.custom.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 436, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 437, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 438, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 439, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 440, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 441, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 442, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 443, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 444, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 445, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 446, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 447, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 457, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 458, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 459, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 461, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 462, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 463, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 464, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 465, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 467, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 468, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 469, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 470, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 471, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
/* line 480, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* line 481, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 482, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

/* line 483, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 484, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 485, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 486, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 487, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 488, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 498, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 499, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 500, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 501, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 502, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 503, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 504, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 505, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 506, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 507, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 508, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 509, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 510, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 512, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 513, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 514, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 515, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 516, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 517, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 518, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 521, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 522, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 523, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 524, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 525, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 526, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 527, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 528, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 529, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 530, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
/* line 533, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 534, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 535, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 536, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 537, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 538, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 539, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 540, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 541, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 542, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 543, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 546, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*!
 * jQuery UI Progressbar 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 565, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 566, vendor/assets/stylesheets/jquery-ui.custom.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-c692beecd7997762813d4fb6a36b8476a21d0a8789ccebfd7d90dd175586ee39.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .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; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .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; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.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; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.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); }

.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; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .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; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.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; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.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; }

.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; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .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; }
          .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; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .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; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.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; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .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; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.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; }

.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; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000 !important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed !important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	/* background: transparent url(/spinner.gif) 50% 0 no-repeat; */
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000; 
	box-shadow: 0 0 64px #000;
}

#MB_frame {
	padding-bottom: 8px;

	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;

	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;

	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#MB_content { border-top: 1px solid #F9F9F9; }

#MB_header {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
}

#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/* line 8, app/assets/stylesheets/rails.scss */
.errorExplanation {
  background-color: seashell;
  border: 2px solid salmon;
  font-size: 12px;
  padding: 8px;
  margin: 8px 13px 0px 13px;
}

/* line 14, app/assets/stylesheets/rails.scss */
.errorExplanation h2 {
  background: salmon;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -8px;
  padding: 5px;
}

/* line 22, app/assets/stylesheets/rails.scss */
.errorExplanation ul {
  margin-left: 30px;
}

/* line 24, app/assets/stylesheets/rails.scss */
.errorExplanation ul li {
  border: none;
  font-size: 12px;
  list-style-type: disc;
  padding: 0px;
}

/* line 31, app/assets/stylesheets/rails.scss */
.fieldWithErrors input, .fieldWithErrors select {
  border-bottom: 1px solid lightpink;
  border-right: 1px solid lightpink;
  background: pink;
}

/* line 40, app/assets/stylesheets/rails.scss */
p.flash_warning, p.flash_error, div.flash_warning, div.flash_error {
  background: lightpink;
  color: maroon;
  margin: 0px;
  padding: 5px 0px 5px 16px;
}

/* line 45, app/assets/stylesheets/rails.scss */
p.flash_notice, p.flash_message, div.flash_notice, div.flash_message {
  background: #ddff99;
  color: darkgreen;
  margin: 0px;
  padding: 5px 0px 5px 16px;
}

/* line 50, app/assets/stylesheets/rails.scss */
p.flash_exception, div.flash_exception {
  background: #ddff99;
  border: 5px limegreen solid;
  font-size: 14px;
  margin: 50px auto;
  padding: 50px;
  width: 450px;
  -moz-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999;
  -webkit-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999;
}

/* line 63, app/assets/stylesheets/rails.scss */
div.auto_complete {
  background: white;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 310px;
}

/* line 73, app/assets/stylesheets/rails.scss */
div.auto_complete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* line 77, app/assets/stylesheets/rails.scss */
div.auto_complete ul li {
  color: #3f3f3f;
  cursor: pointer;
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 2px;
}

/* line 84, app/assets/stylesheets/rails.scss */
div.auto_complete ul li .highlight {
  background: lightyellow;
}

/* line 86, app/assets/stylesheets/rails.scss */
div.auto_complete ul li.selected {
  background: royalblue;
  color: white;
}

/* line 89, app/assets/stylesheets/rails.scss */
div.auto_complete ul li.selected .highlight {
  background: royalblue;
}

/* line 94, app/assets/stylesheets/rails.scss */
.pagination, .per_page_options {
  background: white;
  float: right;
  font-size: 11px;
  margin: 6px 0px 0px 0px;
}

/* line 99, app/assets/stylesheets/rails.scss */
.pagination a, .pagination span, .pagination em, .per_page_options a, .per_page_options span, .per_page_options em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin: 0px 2px 0px 0px;
}

/* line 104, app/assets/stylesheets/rails.scss */
.pagination span.disabled, .per_page_options span.disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 107, app/assets/stylesheets/rails.scss */
.pagination span.current, .per_page_options span.current {
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 112, app/assets/stylesheets/rails.scss */
.pagination a, .per_page_options a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 116, app/assets/stylesheets/rails.scss */
.pagination a.hover, .pagination a.focus, .per_page_options a.hover, .per_page_options a.focus {
  color: navy;
  background: lightyellow;
  border-color: navy;
}

/* line 120, app/assets/stylesheets/rails.scss */
.pagination em, .per_page_options em {
  color: #3f3f3f;
  border: 1px solid #bbbbbb;
  font-style: normal;
  font-weight: bold;
}

/* line 126, app/assets/stylesheets/rails.scss */
.per_page_options {
  margin-top: 15px;
  clear: both;
}

/* line 130, app/assets/stylesheets/rails.scss */
.per_page_options span.per_page_label {
  color: #6A6A6A;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 9, app/assets/stylesheets/safari.scss */
  .log input {
    float: left;
    margin: 1px 4px 0px 0px;
  }
}
/* line 15, app/assets/stylesheets/base.scss */
html, body {
  background: #e5e5e5;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: normal;
}

/* line 26, app/assets/stylesheets/base.scss */
body, ol, ul, li, dt, tt, label, input, select, textarea {
  font-size: 12px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/* line 31, app/assets/stylesheets/base.scss */
body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0px;
  padding: 0px;
}

/* line 35, app/assets/stylesheets/base.scss */
form {
  margin: 0px;
}

/* line 38, app/assets/stylesheets/base.scss */
ul li {
  list-style-type: none;
}

/* line 43, app/assets/stylesheets/base.scss */
a {
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/base.scss */
a:link, a:visited {
  color: #0033cc;
}

/* line 48, app/assets/stylesheets/base.scss */
a:hover {
  background: #0033cc;
  color: white;
}

/* line 51, app/assets/stylesheets/base.scss */
a img {
  background-color: white;
  border: none;
  color: white;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/base.scss */
a.btn, a.btn-sm {
  color: white;
}

/* line 64, app/assets/stylesheets/base.scss */
#options a {
  border-bottom: 1px dotted darkcyan;
  color: darkcyan;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/base.scss */
#options a:hover {
  background: #e5e5e5;
  border-bottom: 1px dotted darkblue;
  color: darkblue;
}

/* line 75, app/assets/stylesheets/base.scss */
abbr {
  font-size: 9px;
}

/* line 78, app/assets/stylesheets/base.scss */
small {
  font-size: 10px;
}

/* line 81, app/assets/stylesheets/base.scss */
dt {
  font-size: 11px;
}

/* line 84, app/assets/stylesheets/base.scss */
tt {
  font-size: 12px;
}
/* line 21, app/assets/stylesheets/header.scss */
#header {
  background: #1e4262;
  color: skyblue;
  padding: 8px 16px 8px 16px;
}

/* line 25, app/assets/stylesheets/header.scss */
#header h3 a {
  background: #1e4262;
  color: greenyellow;
  font: normal 15px "Lucida Grande", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/header.scss */
#header #welcome {
  float: right;
  font-size: 11px;
}

/* line 33, app/assets/stylesheets/header.scss */
#header #welcome a {
  color: lightyellow;
  padding: 1px 4px 2px 4px;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/header.scss */
#header #welcome a:hover {
  background: #1e4262;
  color: yellow;
}

/* line 40, app/assets/stylesheets/header.scss */
#header #welcome a.selected {
  background: steelblue;
  color: lightyellow;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
}

/* line 49, app/assets/stylesheets/header.scss */
#header #jumpbox {
  background: steelblue;
  margin: 2px 0px 0px 0px;
  padding: 12px;
  position: absolute;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

/* line 61, app/assets/stylesheets/header.scss */
#header #jumpbox #jumpbox_menu a {
  color: white;
  padding: 0px 0px 4px 0px;
}

/* line 64, app/assets/stylesheets/header.scss */
#header #jumpbox #jumpbox_menu a.selected {
  color: navy;
}

/* line 66, app/assets/stylesheets/header.scss */
#header #jumpbox #jumpbox_menu a:hover {
  background: steelblue;
}

/* line 68, app/assets/stylesheets/header.scss */
#header #jumpbox #jumpbox_label {
  color: white;
}

/* line 70, app/assets/stylesheets/header.scss */
#header #jumpbox input {
  margin: 2px 0px 0px 0px;
}

/* line 73, app/assets/stylesheets/header.scss */
.tabs {
  background: #1e4262;
  padding: 0px;
}

/* line 76, app/assets/stylesheets/header.scss */
.tabs i.fa {
  font-size: 130%;
  vertical-align: text-top;
}

/* line 79, app/assets/stylesheets/header.scss */
.tabs ul {
  margin-left: 15px;
}

/* line 81, app/assets/stylesheets/header.scss */
.tabs li {
  list-style: none;
  margin: 0px 4px 0px 1px;
}

/* line 84, app/assets/stylesheets/header.scss */
.tabs a:link, .tabs a:visited {
  background: #466bb1;
  color: white;
  padding: 4px 15px 6px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

/* line 85, app/assets/stylesheets/header.scss */
.tabs a:link img, .tabs a:visited img {
  background: none;
  vertical-align: bottom;
  float: none;
  margin-right: 7px;
}

/* line 101, app/assets/stylesheets/header.scss */
.tabs a:hover {
  background: #97baff;
  color: navy;
}

/* line 104, app/assets/stylesheets/header.scss */
.tabs a.active:link, .tabs a.active:visited {
  background: #E5E5E5;
  color: black;
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/header.scss */
#footer {
  color: grey;
  font-size: 10px;
  padding: 0px 0px 0px 16px;
  text-align: center;
}
/* line 12, app/assets/stylesheets/common.scss */
.title {
  border-bottom: 1px #eee solid;
  color: #342d7e;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 2px;
  margin-top: 6px;
}

/* line 20, app/assets/stylesheets/common.scss */
.title img {
  position: relative;
  top: 2px;
}

/* line 24, app/assets/stylesheets/common.scss */
.title_tools {
  float: right;
  margin: 0;
  margin-top: 4px;
}

/* line 29, app/assets/stylesheets/common.scss */
.title_tools .sorting_options, .title_tools .create_asset {
  margin-left: 24px;
  display: inline-block;
  vertical-align: top;
}

/* line 36, app/assets/stylesheets/common.scss */
.subtitle {
  border-bottom: 1px #eee solid;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/common.scss */
.subtitle small {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 5px;
}

/* line 46, app/assets/stylesheets/common.scss */
.subtitle a:link, .subtitle a:visited {
  color: darkslateblue;
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/common.scss */
.subtitle a:hover {
  background: none;
}

/* line 51, app/assets/stylesheets/common.scss */
.subtitle.show_attributes {
  margin-top: 6px;
}

/* line 54, app/assets/stylesheets/common.scss */
.subtitle_inline_info {
  margin-left: 5px;
}

/* line 57, app/assets/stylesheets/common.scss */
.subtitle_tools {
  font-size: 0.9em;
  float: right;
}

/* line 61, app/assets/stylesheets/common.scss */
.radio_box {
  line-height: 20px;
}

/* line 63, app/assets/stylesheets/common.scss */
.radio_box input {
  position: relative;
  top: -2px;
}

/* line 67, app/assets/stylesheets/common.scss */
.check_box {
  line-height: 20px;
}

/* line 69, app/assets/stylesheets/common.scss */
.check_box input {
  position: relative;
  top: -3px;
}

/* line 72, app/assets/stylesheets/common.scss */
.check_box label {
  font-size: 0.9em;
}

/* line 77, app/assets/stylesheets/common.scss */
.tabless {
  margin: auto;
  width: 480px;
}

/* line 81, app/assets/stylesheets/common.scss */
.standalone {
  background: whitesmoke;
  border: 20px lightsteelblue solid;
  margin: 75px auto 6px auto;
  padding: 20px;
  width: 400px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 89, app/assets/stylesheets/common.scss */
.standalone input[type="text"], .standalone input[type="email"], .standalone input[type="password"] {
  font-size: 16px;
  padding: 2px;
  width: 355px;
}

/* line 93, app/assets/stylesheets/common.scss */
.standalone input[type="submit"] {
  font-size: 14px;
}

/* line 96, app/assets/stylesheets/common.scss */
.tabbed {
  padding: 12px 12px 12px 16px;
}

/* line 99, app/assets/stylesheets/common.scss */
.main {
  background: white;
  padding: 8px 15px 15px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 105, app/assets/stylesheets/common.scss */
.info {
  padding-top: 12px;
  width: 700px;
}

/* line 109, app/assets/stylesheets/common.scss */
.sidebar {
  color: #3f3f3f;
  font-size: 0.9em;
  padding-top: 1rem;
}

/* line 115, app/assets/stylesheets/common.scss */
.form {
  background: white;
}

/* line 117, app/assets/stylesheets/common.scss */
.form h4 {
  font-size: 18px;
  height: 30px;
}

/* line 121, app/assets/stylesheets/common.scss */
.tools {
  font-size: 0.9em;
  float: right;
  padding: 0px 0px 0px 4px;
}

/* line 125, app/assets/stylesheets/common.scss */
#comment_new_tools.tools {
  margin: 8px 0px 0px 0px;
}

/* line 128, app/assets/stylesheets/common.scss */
.label {
  color: #3f3f3f;
  margin: 8px 0px 0px 0px;
  padding: 0px 8px 0px 0px;
}

/* line 133, app/assets/stylesheets/common.scss */
.top {
  margin: 5px 0px 0px 0px;
}

/* line 136, app/assets/stylesheets/common.scss */
.req, label.required {
  background: url(/assets/asterisk-6221fafc23ee783e4c36be1ca884da57786d59822d5492a0216b5712a1ecb54b.gif) no-repeat scroll center right transparent;
  color: navy;
  display: inline-block;
}

/* line 141, app/assets/stylesheets/common.scss */
.required label {
  padding: 0px 8px 0px 0px;
}

/* line 145, app/assets/stylesheets/common.scss */
.intro {
  color: dimgray;
  padding-top: 5px;
}

/* line 149, app/assets/stylesheets/common.scss */
.section {
  background-color: whitesmoke;
  color: #3f3f3f;
  margin: 0px 0px 2px 0px;
  padding: 4px 15px 8px 15px;
}

/* line 154, app/assets/stylesheets/common.scss */
.section table {
  width: 500px;
  border-spacing: 0px;
  border-collapse: collapse;
}

/* line 156, app/assets/stylesheets/common.scss */
.section table.address {
  width: 240px;
}

/* line 160, app/assets/stylesheets/common.scss */
.section table td {
  vertical-align: top;
  padding: 0px;
}

/* line 163, app/assets/stylesheets/common.scss */
.section table td div.input {
  display: inline;
  padding: 3px;
}

/* line 166, app/assets/stylesheets/common.scss */
.section table td img.tooltip-icon {
  display: inline;
  vertical-align: bottom;
}

/* line 169, app/assets/stylesheets/common.scss */
.section table td input, .section table td select, .section table td textarea {
  width: 240px;
  display: block;
}

/* line 172, app/assets/stylesheets/common.scss */
.section table td input[type="checkbox"], .section table td input[type="radio"] {
  display: inline;
  width: auto;
}

/* line 175, app/assets/stylesheets/common.scss */
.section table td label {
  vertical-align: bottom;
}

/* line 177, app/assets/stylesheets/common.scss */
.section table td div.input.check_boxes > span {
  display: block;
  padding-top: 2px;
}

/* line 180, app/assets/stylesheets/common.scss */
.section table td div.input.check_boxes > span input {
  margin-right: 5px;
}

/* line 182, app/assets/stylesheets/common.scss */
.section table td div.input.radio_buttons > span {
  display: block;
  padding-top: 2px;
}

/* line 185, app/assets/stylesheets/common.scss */
.section table td div.input.radio_buttons > span label {
  vertical-align: middle;
  margin-left: 5px;
}

/* line 186, app/assets/stylesheets/common.scss */
.section table td div.input.radio_buttons > span input {
  margin-left: 5px;
}

/* line 189, app/assets/stylesheets/common.scss */
.remote {
  border: 5px lightblue solid;
  background: whitesmoke;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  position: relative;
}

/* line 195, app/assets/stylesheets/common.scss */
.remote a.close {
  display: block;
  background: lightblue;
  border-top: 1px gainsboro solid;
  border-left: 1px gainsboro solid;
  border-bottom: 1px grey solid;
  border-right: 1px grey solid;
  color: navy;
  cursor: pointer;
  height: 16px;
  margin: 3px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 17px;
}

/* line 212, app/assets/stylesheets/common.scss */
.remote a.close:hover {
  background: #1e4262;
  color: white;
}

/* line 216, app/assets/stylesheets/common.scss */
.buttonbar {
  border-top: 1px gray solid;
  margin: 8px auto;
  padding-top: 8px;
}

/* line 221, app/assets/stylesheets/common.scss */
.section input, .sidebar input, .inline input,
.section select, .sidebar select, .inline select,
.section textarea, .sidebar textarea, .inline textarea {
  margin: 3px 0px 0px 0px;
  vertical-align: middle;
}

/* line 227, app/assets/stylesheets/common.scss */
.cool {
  color: darkgreen;
}

/* line 230, app/assets/stylesheets/common.scss */
.warn {
  color: crimson;
}

/* line 233, app/assets/stylesheets/common.scss */
.urgent {
  color: darkred;
}

/* line 236, app/assets/stylesheets/common.scss */
.black {
  color: black;
}

/* line 239, app/assets/stylesheets/common.scss */
.grayed {
  color: silver !important;
}

/* line 260, app/assets/stylesheets/common.scss */
.task .call {
  background: #05668D;
  color: #EEE;
}

/* line 261, app/assets/stylesheets/common.scss */
.task .email {
  background: #028090;
  color: #EEE;
}

/* line 262, app/assets/stylesheets/common.scss */
.task .follow_up {
  background: #00A896;
  color: #EEE;
}

/* line 263, app/assets/stylesheets/common.scss */
.task .lunch {
  background: #02C39A;
  color: #EEE;
}

/* line 264, app/assets/stylesheets/common.scss */
.task .meeting {
  background: #2A9D8F;
  color: #EEE;
}

/* line 265, app/assets/stylesheets/common.scss */
.task .money {
  background: #B4A6AB;
  color: #111;
}

/* line 266, app/assets/stylesheets/common.scss */
.task .presentation {
  background: #946E83;
  color: #EEE;
}

/* line 267, app/assets/stylesheets/common.scss */
.task .trip {
  background: #615055;
  color: #EEE;
}

/* line 268, app/assets/stylesheets/common.scss */
.task .other {
  background: #FFDD4A;
  color: #111;
}

/* line 270, app/assets/stylesheets/common.scss */
.campaign .planned {
  background: #05668D;
  color: #EEE;
}

/* line 271, app/assets/stylesheets/common.scss */
.campaign .started {
  background: #FFDD4A;
  color: #111;
}

/* line 272, app/assets/stylesheets/common.scss */
.campaign .completed {
  background: #00A896;
  color: #EEE;
}

/* line 273, app/assets/stylesheets/common.scss */
.campaign .on_hold {
  background: #B4A6AB;
  color: #111;
}

/* line 274, app/assets/stylesheets/common.scss */
.campaign .called_off {
  background: #028090;
  color: #EEE;
}

/* line 276, app/assets/stylesheets/common.scss */
.lead .new {
  background: #FFDD4A;
  color: #111;
}

/* line 277, app/assets/stylesheets/common.scss */
.lead .contacted {
  background: #00A896;
  color: #EEE;
}

/* line 278, app/assets/stylesheets/common.scss */
.lead .converted {
  background: #B4A6AB;
  color: #111;
}

/* line 279, app/assets/stylesheets/common.scss */
.lead .rejected {
  background: #05668D;
  color: #EEE;
}

/* line 281, app/assets/stylesheets/common.scss */
.account .affiliate {
  background: #05668D;
  color: #EEE;
}

/* line 282, app/assets/stylesheets/common.scss */
.account .competitor {
  background: #028090;
  color: #EEE;
}

/* line 283, app/assets/stylesheets/common.scss */
.account .customer {
  background: #00A896;
  color: #EEE;
}

/* line 284, app/assets/stylesheets/common.scss */
.account .partner {
  background: #02C39A;
  color: #EEE;
}

/* line 285, app/assets/stylesheets/common.scss */
.account .reseller {
  background: #B4A6AB;
  color: #111;
}

/* line 286, app/assets/stylesheets/common.scss */
.account .vendor {
  background: #FFDD4A;
  color: #111;
}

/* line 288, app/assets/stylesheets/common.scss */
.opportunity .prospecting {
  background: #05668D;
  color: #EEE;
}

/* line 289, app/assets/stylesheets/common.scss */
.opportunity .analysis {
  background: #028090;
  color: #EEE;
}

/* line 290, app/assets/stylesheets/common.scss */
.opportunity .presentation {
  background: #00A896;
  color: #EEE;
}

/* line 291, app/assets/stylesheets/common.scss */
.opportunity .proposal {
  background: #02C39A;
  color: #EEE;
}

/* line 292, app/assets/stylesheets/common.scss */
.opportunity .negotiation {
  background: #2A9D8F;
  color: #EEE;
}

/* line 293, app/assets/stylesheets/common.scss */
.opportunity .final_review {
  background: #FFDD4A;
  color: #111;
}

/* line 294, app/assets/stylesheets/common.scss */
.opportunity .won {
  background: #946E83;
  color: #EEE;
}

/* line 295, app/assets/stylesheets/common.scss */
.opportunity .lost {
  background: #05668D;
  color: #EEE;
}

/* line 297, app/assets/stylesheets/common.scss */
.user .admin {
  background: #05668D;
  color: #EEE;
}

/* line 298, app/assets/stylesheets/common.scss */
.user .suspended {
  background: #00A896;
  color: #EEE;
}

/* line 299, app/assets/stylesheets/common.scss */
.user .active {
  background: #B4A6AB;
  color: #111;
}

/* line 300, app/assets/stylesheets/common.scss */
.user .signed_up {
  background: #FFDD4A;
  color: #111;
}

/* line 304, app/assets/stylesheets/common.scss */
.amount {
  background: palegreen;
  color: black;
  font-size: 11px;
  text-align: center;
  padding: 0px 3px 0px 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

/* line 321, app/assets/stylesheets/common.scss */
.strip {
  background: gainsboro;
  color: black;
  float: left;
  font-size: 11px;
  margin: 0px 6px 0px 0px;
  padding: 1px 4px 1px 3px;
  text-align: right;
  width: 75px;
  border-radius: 2px;
}

/* line 338, app/assets/stylesheets/common.scss */
.indent {
  margin-left: 88px;
}

/* line 341, app/assets/stylesheets/common.scss */
.indentslim {
  margin-left: 38px;
}

/* line 344, app/assets/stylesheets/common.scss */
.indentwide {
  margin-left: 106px;
}

/* line 347, app/assets/stylesheets/common.scss */
.indentfull {
  margin-left: 126px;
}

/* line 350, app/assets/stylesheets/common.scss */
.bucket {
  margin: 0px 0px 10px 0px;
}

/* line 353, app/assets/stylesheets/common.scss */
.prefix {
  width: 30px;
  font-size: 10px;
}

/* line 357, app/assets/stylesheets/common.scss */
.comment {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none;
}

/* line 370, app/assets/stylesheets/common.scss */
#comment_new.comment {
  margin: 3px 0px 0px 0px;
}

/* line 372, app/assets/stylesheets/common.scss */
.comment input[type=text] {
  border: 1px #cfcfcf solid;
  color: grey;
  font-size: 11px;
  margin: 3px 0px 0px 0px;
  padding: 3px;
  width: 500px;
}

/* line 379, app/assets/stylesheets/common.scss */
.comment .gravatar {
  float: left;
  margin: 3px 10px 3px 3px;
}

/* line 382, app/assets/stylesheets/common.scss */
.comment .body {
  display: inline;
  font-size: 11px;
}

/* line 385, app/assets/stylesheets/common.scss */
.comment tt {
  font-size: 10px;
  color: #666666;
}

/* line 388, app/assets/stylesheets/common.scss */
.comment dt {
  padding: 0px;
  margin: -10px 0px 0px 36px;
}

/* line 391, app/assets/stylesheets/common.scss */
.comment dt p {
  margin: 10px 0px 0px 0px;
}

/* line 393, app/assets/stylesheets/common.scss */
.comment .comment_subscriptions {
  margin-top: 7px;
  margin-left: 4px;
}

/* line 396, app/assets/stylesheets/common.scss */
.comment .comment_subscriptions a {
  font-size: 11px;
}

/* line 399, app/assets/stylesheets/common.scss */
.comment textarea, textarea#comment_body {
  font-size: 11px;
  height: 110px;
  margin: 3px 0px 0px 0px;
  padding: 3px;
  width: 500px;
}

/* line 407, app/assets/stylesheets/common.scss */
.mail {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none;
}

/* line 414, app/assets/stylesheets/common.scss */
.mail .gravatar {
  float: left;
  margin: 3px 10px 3px 3px;
}

/* line 417, app/assets/stylesheets/common.scss */
.mail .subject {
  color: black;
}

/* line 419, app/assets/stylesheets/common.scss */
.mail .body {
  display: inline;
  font-size: 11px;
}

/* line 422, app/assets/stylesheets/common.scss */
.mail tt {
  font-size: 10px;
  color: #666666;
}

/* line 425, app/assets/stylesheets/common.scss */
.mail dt {
  padding: 0px;
  margin: -10px 0px 0px 36px;
}

/* line 428, app/assets/stylesheets/common.scss */
.mail dt p {
  margin: 10px 0px 0px 0px;
}

/* line 431, app/assets/stylesheets/common.scss */
.toggle {
  font-weight: normal;
}

/* line 434, app/assets/stylesheets/common.scss */
#export {
  font-size: 9px;
  margin: 12px 0px 0px 0px;
}

/* line 438, app/assets/stylesheets/common.scss */
#paginate {
  float: right;
  font-size: 10px;
  margin: 4px 0px 0px 0px;
}

/* line 443, app/assets/stylesheets/common.scss */
#paging {
  float: right;
  margin: 7px 5px 0px 0px;
}

/* line 447, app/assets/stylesheets/common.scss */
.confirm {
  background: #cdfecd;
  border-left: 10px palegreen solid;
  font-size: 11px;
  margin: 0px 0px 6px 0px;
  padding: 6px;
}

/* line 456, app/assets/stylesheets/common.scss */
.log {
  padding: 8px 0px 0px 0px;
}

/* line 458, app/assets/stylesheets/common.scss */
.log h3 {
  color: #2f2f2f;
  margin: 0px 0px 4px 0px;
  padding: 2px 0px 2px 86px;
}

/* line 462, app/assets/stylesheets/common.scss */
.log h3.overdue {
  color: crimson;
}

/* line 464, app/assets/stylesheets/common.scss */
.log h3.due_asap {
  color: darkred;
}

/* line 466, app/assets/stylesheets/common.scss */
.log h3.due_today {
  color: darkgreen;
}

/* line 468, app/assets/stylesheets/common.scss */
.log li {
  color: #3f3f3f;
  list-style: none;
  padding: 3px 0px 3px 0px;
}

/* line 472, app/assets/stylesheets/common.scss */
.log li tt {
  color: dimgray;
  font-size: 0.9em;
}

/* line 475, app/assets/stylesheets/common.scss */
.log input[type=checkbox] {
  float: left;
  margin: 0px 4px 0px 0px;
}

/* line 481, app/assets/stylesheets/common.scss */
.list {
  padding: 8px 0px 7px 0px;
}

/* line 483, app/assets/stylesheets/common.scss */
.list li {
  border-bottom: 1px #eee dotted;
  color: #3f3f3f;
  list-style: none;
  padding: 6px 0px 6px 0px;
}

/* line 488, app/assets/stylesheets/common.scss */
.list li .gravatar {
  float: left;
  padding: 0px 8px 0px 0px;
}

/* line 491, app/assets/stylesheets/common.scss */
.list li tt {
  color: dimgray;
}

/* line 494, app/assets/stylesheets/common.scss */
.list li dt {
  color: #3f3f3f;
  padding: 2px 0px 0px 0px;
}

/* line 500, app/assets/stylesheets/common.scss */
.filters, .panel {
  background: snow;
  margin: 0px 0px 12px 0px;
  padding: 6px 8px 6px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 507, app/assets/stylesheets/common.scss */
.filters .caption, .panel .caption {
  border-bottom: 1px #eee solid;
  color: navy;
  font-weight: bold;
  margin: 4px 0px 5px 0px;
  padding: 2px 0px 2px 0px;
}

/* line 517, app/assets/stylesheets/common.scss */
.filters h4 {
  color: navy;
  font-size: 12px;
  font-weight: bold;
}

/* line 521, app/assets/stylesheets/common.scss */
.filters input[type=text] {
  margin-bottom: 4px;
}

/* line 525, app/assets/stylesheets/common.scss */
.panel div {
  margin: 0px 0px 10px 0px;
}

/* line 527, app/assets/stylesheets/common.scss */
.panel h4 {
  font-size: 1.1em;
  font-weight: bold;
}

/* line 530, app/assets/stylesheets/common.scss */
.panel li {
  list-style: none;
  padding: 2px 0px 3px 0px;
}

/* line 533, app/assets/stylesheets/common.scss */
.panel li dt {
  float: right;
  font-weight: bold;
}

/* line 538, app/assets/stylesheets/common.scss */
.panel li.last {
  border-bottom: none;
}

/* line 540, app/assets/stylesheets/common.scss */
#recently.panel {
  background: floralwhite;
}

/* line 543, app/assets/stylesheets/common.scss */
#summary.panel p {
  margin: 4px 0px 4px 0px;
}

/* line 546, app/assets/stylesheets/common.scss */
.arrow {
  font-size: 9px;
  padding: 0px 2px 3px 0px;
}

/* line 550, app/assets/stylesheets/common.scss */
.left {
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
}

/* line 558, app/assets/stylesheets/common.scss */
.right {
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
}

/* line 568, app/assets/stylesheets/common.scss */
.menu {
  background: #f4f5eb;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  width: 12em;
  -webkit-box-shadow: 10px 10px 15px gainsboro;
  ahover-background: mediumblue;
  ahover-color: white;
}

/* line 581, app/assets/stylesheets/common.scss */
.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 585, app/assets/stylesheets/common.scss */
.menu li {
  list-style-position: outside;
}

/* line 587, app/assets/stylesheets/common.scss */
.menu a {
  color: #555555;
  cursor: default;
  display: block;
  margin: 0px 2px;
  outline: none;
  padding: 4px 15px;
  text-decoration: none;
}

/* line 648, app/assets/stylesheets/common.scss */
.inline_tabs ul {
  margin: 20px 0;
}

/* line 650, app/assets/stylesheets/common.scss */
.inline_tabs ul li {
  display: inline;
}

/* line 652, app/assets/stylesheets/common.scss */
.inline_tabs ul li a {
  display: inline-block;
  background: #fafafa;
  padding: 5px;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  width: 75px;
  text-align: center;
  color: black;
}

/* line 661, app/assets/stylesheets/common.scss */
.inline_tabs ul li.selected a {
  background: #1e4262;
  color: white;
  font-weight: bold;
}

/* line 666, app/assets/stylesheets/common.scss */
.list li.position {
  cursor: move;
}

/* line 669, app/assets/stylesheets/common.scss */
span.handle img {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 673, app/assets/stylesheets/common.scss */
.tags, .list li dt .tags {
  margin-top: 4px;
}

/* line 675, app/assets/stylesheets/common.scss */
.tags a:link, .tags a:visited, .tags li, .list li dt .tags a:link, .list li dt .tags a:visited, .list li dt .tags li {
  background-color: #eaeaea;
  color: #333333;
  font-weight: normal;
  padding: 2px 6px 1px 6px;
  margin: 4px 0 3px 4px;
  border: 1px solid #bdbdbd;
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #f2f2f2 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#f2f2f2',GradientType=0 );
  background-image: linear-gradient(top, #eaeaea 0%, #f2f2f2 70%);
  border-radius: 3px;
}

/* line 692, app/assets/stylesheets/common.scss */
.tags a:hover, .list li dt .tags a:hover {
  background: #dadada;
}

/* line 694, app/assets/stylesheets/common.scss */
.tags li, .list li dt .tags li {
  display: inline;
}

/* line 699, app/assets/stylesheets/common.scss */
.field_group .list {
  padding-bottom: 30px;
}

/* line 702, app/assets/stylesheets/common.scss */
.fields .subtitle {
  cursor: move;
}

/* line 705, app/assets/stylesheets/common.scss */
.fields .title {
  margin-bottom: 12px;
}

/* line 708, app/assets/stylesheets/common.scss */
ul.tools {
  display: inline;
}

/* line 710, app/assets/stylesheets/common.scss */
ul.tools li {
  border-right: 1px black solid;
  border-bottom: none;
  padding: 0 4px;
  font-size: 0.8em;
  float: left;
  clear: none;
}

/* line 717, app/assets/stylesheets/common.scss */
ul.tools li:last-child {
  border-right: none;
}

/* line 720, app/assets/stylesheets/common.scss */
.highlight {
  background-color: white;
}

/* line 722, app/assets/stylesheets/common.scss */
.highlight .tools {
  visibility: hidden;
}

/* line 725, app/assets/stylesheets/common.scss */
.mail.highlight,
.comment.highlight {
  background-color: #f2f2f2;
  word-break: break-all;
}

/* line 730, app/assets/stylesheets/common.scss */
.highlight:hover {
  background-color: seashell;
}

/* line 732, app/assets/stylesheets/common.scss */
.highlight:hover .tools {
  visibility: visible;
}

/* line 736, app/assets/stylesheets/common.scss */
table.asset_attributes {
  width: 100%;
  border-spacing: 4px;
}

/* line 739, app/assets/stylesheets/common.scss */
table.asset_attributes td, table.asset_attributes th {
  border-bottom: 1px dotted #eee;
  vertical-align: top;
  text-align: left;
}

/* line 744, app/assets/stylesheets/common.scss */
table.asset_attributes th {
  font-weight: bold;
  width: 18%;
  padding-right: 7px;
  text-align: right;
}

/* line 750, app/assets/stylesheets/common.scss */
table.asset_attributes td {
  width: 32%;
  color: #202020;
}

/* line 754, app/assets/stylesheets/common.scss */
table.asset_attributes td.last, table.asset_attributes th.last {
  border-bottom: none;
}

/* line 759, app/assets/stylesheets/common.scss */
.spinner {
  margin: 7px 4px 0px 4px;
  float: right;
}

/* line 764, app/assets/stylesheets/common.scss */
.comment .spinner {
  margin: 5px 4px 0px 4px;
  float: left;
}

/* line 769, app/assets/stylesheets/common.scss */
.comment .buttons {
  padding-left: 40px;
}

/* line 776, app/assets/stylesheets/common.scss */
.ui-menu-item > a:not(.ui-state-focus) span.jumpbox-highlight {
  background-color: lightyellow;
  font-weight: bold;
}

/* line 783, app/assets/stylesheets/common.scss */
.ui-state-focus span.jumpbox-highlight {
  background-color: darkgray;
}

/* line 790, app/assets/stylesheets/common.scss */
.form-group.user_remember_me {
  border: 0px;
}

/* line 792, app/assets/stylesheets/common.scss */
.form-group.user_remember_me .form-check {
  padding-left: 6px;
}
/* line 6, app/assets/stylesheets/fields.scss */
.field_group .list {
  padding-bottom: 30px;
}

/* line 9, app/assets/stylesheets/fields.scss */
.fields .subtitle {
  cursor: move;
}

/* line 12, app/assets/stylesheets/fields.scss */
.fields .title {
  margin-bottom: 12px;
}

/* line 15, app/assets/stylesheets/fields.scss */
.datepair {
  width: 80px !important;
  display: inline !important;
}

/* line 20, app/assets/stylesheets/fields.scss */
.datetimepair {
  width: 120px !important;
  display: inline !important;
}

/* line 25, app/assets/stylesheets/fields.scss */
.datepair label, .datetimepair label {
  margin: 0px 5px;
}
/* line 7, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  padding: 0;
  margin: 0 4px 4px 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 230px;
  border: 1px solid #AAA;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

/* line 29, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list > li:hover, .areacomplete-dropdown ul.auto-list > li[data-selected=true] {
  background: #3875D7;
  color: white;
}

/* line 32, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list > li:hover em, .areacomplete-dropdown ul.auto-list > li[data-selected=true] em {
  background: inherit;
}

/* line 37, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown ul.auto-list > li {
  line-height: 15px;
  padding: 4px 7px 4px;
  border-bottom: none;
}

/* line 43, app/assets/stylesheets/textarea_autocomplete.scss */
.areacomplete-dropdown em {
  background: #FEFFDE;
  font-style: normal;
}
/* line 10, app/assets/stylesheets/admin/fields.css.scss */
.pairs .field_title {
  color: navy;
}

/* line 14, app/assets/stylesheets/admin/fields.css.scss */
.info2 {
  font-weight: bold;
  color: red;
}
/* line 6, app/assets/stylesheets/advanced_search.css.scss */
#search {
  margin-top: 15px;
}

/* line 10, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs {
  background: none;
}

/* line 14, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs li a:link, #search .tabs li a:visited {
  background-color: #ddd;
  color: #222;
  font-weight: normal;
  font-size: 11px;
}

/* line 20, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs li a:hover {
  background-color: #ccc;
}

/* line 23, app/assets/stylesheets/advanced_search.css.scss */
#search .tabs li a.active {
  background-color: #eee;
  color: black;
}

/* line 30, app/assets/stylesheets/advanced_search.css.scss */
#search .search_form {
  border: none;
  background-color: #eee;
  padding: 10px;
}

/* line 36, app/assets/stylesheets/advanced_search.css.scss */
#search .options {
  float: right;
  padding-top: 10px;
  margin-right: 30px;
}

/* line 41, app/assets/stylesheets/advanced_search.css.scss */
#search .options a {
  border-bottom: 1px dotted darkCyan;
  color: darkCyan;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/advanced_search.css.scss */
#search #query {
  margin-top: 6px;
}

/* line 51, app/assets/stylesheets/advanced_search.css.scss */
#search .combinator {
  margin-bottom: 7px;
  margin-top: 3px;
}

/* line 57, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .combinator {
  margin-top: 15px;
}

/* line 61, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .filters {
  margin-top: 15px;
}

/* line 65, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .fields.condition {
  margin: 10px 0;
}

/* line 69, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .fields.sort {
  float: right;
}

/* line 73, app/assets/stylesheets/advanced_search.css.scss */
#search #advanced_search .submit-search {
  margin-top: 20px;
}

/* line 78, app/assets/stylesheets/advanced_search.css.scss */
#search .pull-right {
  float: none;
}

/* line 84, app/assets/stylesheets/advanced_search.css.scss */
.defaultTextActive {
  color: #a1a1a1;
}

/* line 86, app/assets/stylesheets/advanced_search.css.scss */
.remove_fields {
  margin-right: 4px;
}

/* line 88, app/assets/stylesheets/advanced_search.css.scss */
.remove_fields:hover {
  background: none;
}

/* line 89, app/assets/stylesheets/advanced_search.css.scss */
.remove_fields img {
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/advanced_search.css.scss */
.select2-container, input.ransack_query {
  vertical-align: middle;
}

/* line 98, app/assets/stylesheets/advanced_search.css.scss */
.ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 5px;
  cursor: pointer;
}

/* line 105, app/assets/stylesheets/advanced_search.css.scss */
#search_results_count {
  text-align: left;
  padding-top: 4px;
}
/* line 6, app/assets/stylesheets/format_buttons.css.scss */
#buttons {
  display: inline-block;
}

/* line 8, app/assets/stylesheets/format_buttons.css.scss */
#buttons .create_asset, #buttons ul {
  display: inline;
}

/* line 9, app/assets/stylesheets/format_buttons.css.scss */
#buttons .create_asset {
  margin-left: 24px;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}

/* line 14, app/assets/stylesheets/format_buttons.css.scss */
#buttons .create_asset span.arrow {
  display: inline-block;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li {
  display: inline;
  margin: 3px;
}

/* line 24, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a {
  color: gray;
}

/* line 26, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a i.fa {
  font-size: 160%;
  opacity: 0.3;
}

/* line 31, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a.active i.fa {
  opacity: 1;
}

/* line 32, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a:hover i.fa {
  opacity: 1;
}

/* line 35, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a:active i.fa {
  opacity: 1;
}

/* line 36, app/assets/stylesheets/format_buttons.css.scss */
ul.format-buttons li a:hover {
  background: none;
  color: gray;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 11, app/assets/stylesheets/lists.css.scss */
.lists i.fa {
  font-size: 130%;
}

/* line 12, app/assets/stylesheets/lists.css.scss */
.lists a:hover {
  background: none;
  color: #0033cc;
}

/* line 13, app/assets/stylesheets/lists.css.scss */
.lists .list_icon {
  opacity: 0.5;
}

/* line 14, app/assets/stylesheets/lists.css.scss */
.lists img.input_info {
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/lists.css.scss */
.lists .list_save {
  text-align: right;
  margin: 10px 0 0;
}

/* line 19, app/assets/stylesheets/lists.css.scss */
.lists .list_form {
  margin: 10px 0 0;
}

/* line 21, app/assets/stylesheets/lists.css.scss */
.lists .list_form input[type=submit] {
  margin-top: 10px;
  vertical-align: baseline;
}
/* line 6, app/assets/stylesheets/about.css.scss */
#about > ul {
  margin-left: 15px;
}

/* line 11, app/assets/stylesheets/about.css.scss */
span.ui-button-icon-primary.ui-icon.ui-icon-closethick {
  top: 0%;
  left: 0%;
}
/*
 * Copyright (c) 2008-2013 Michael Dvorkin and contributors.
 *
 * Fat Free CRM is freely distributable under the terms of MIT license.
 * See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
 *------------------------------------------------------------------------------
 */

/*




















 */



/*# sourceMappingURL=application.css-a81e463c9f65fb7c009c92ea995c944ab76cf4b86e03c9e6a5a59063e1eee979.map */
