/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@-webkit-keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/vendor/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: white;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #457687;
  --secondary: #7D5226;
  --success: #009f44;
  --info: #d8e7ea;
  --warning: #bc6923;
  --danger: #bb2716;
  --light: white;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #f9f9f9;
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #1275D9;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0c4f92;
  text-decoration: none;
}

/* line 202, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  /* line 414, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

/* line 426, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

/* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.074rem;
}

@media (max-width: 1200px) {
  /* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  h1, .h1 {
    font-size: calc(1.3324rem + 0.9888vw) ;
  }
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.728rem;
}

@media (max-width: 1200px) {
  /* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  h2, .h2 {
    font-size: calc(1.2978rem + 0.5736vw) ;
  }
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.44rem;
}

@media (max-width: 1200px) {
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  h3, .h3 {
    font-size: calc(1.269rem + 0.228vw) ;
  }
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.2rem;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1rem;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  /* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

/* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  /* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

/* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  /* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

/* line 55, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

/* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DDDDDD;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDDDDD;
}

/* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #DDDDDD;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #DDDDDD;
}

/* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #DDDDDD;
}

/* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbd9dd;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9eb8c1;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #bcced3;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcced3;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dbcfc2;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bba58e;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #d2c2b2;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d2c2b2;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e4cb;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7acd9e;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #a6ddbd;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a6ddbd;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #f4f8f9;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #ebf3f4;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #e4eef0;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #e4eef0;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ecd5c1;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #dcb18d;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #e6c8ad;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #e6c8ad;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ecc3be;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #dc8f86;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #e6b1aa;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e6b1aa;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: white;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #DDDDDD;
}

/* line 130, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: white;
  background-color: #343a40;
}

/* line 134, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #C3D7DF;
  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 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: white;
  border-color: #89b4c3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}

/* line 60, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: white;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #009f44;
}

/* line 52, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(0, 159, 68, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #009f44;
  padding-right: calc(1.5em + 1.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009f44' 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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

/* line 93, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #009f44;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.25);
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 5rem !important;
  background-position: right 2.5rem center;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #009f44;
  padding-right: calc(0.75em + 3.375rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat, white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009f44' 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") center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
}

/* line 129, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #009f44;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.25);
}

/* line 138, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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: #009f44;
}

/* line 142, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #009f44;
}

/* line 153, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #009f44;
}

/* line 159, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00d25a;
  background-color: #00d25a;
}

/* line 166, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.25);
}

/* line 170, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #009f44;
}

/* line 180, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #009f44;
}

/* line 185, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #009f44;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.25);
}

/* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #bb2716;
}

/* line 52, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(187, 39, 22, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #bb2716;
  padding-right: calc(1.5em + 1.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23bb2716' viewBox='0 0 12 12'%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='%23bb2716' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

/* line 93, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #bb2716;
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.25);
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 5rem !important;
  background-position: right 2.5rem center;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #bb2716;
  padding-right: calc(0.75em + 3.375rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat, white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23bb2716' viewBox='0 0 12 12'%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='%23bb2716' stroke='none'/%3e%3c/svg%3e") center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
}

/* line 129, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #bb2716;
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.25);
}

/* line 138, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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: #bb2716;
}

/* line 142, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #bb2716;
}

/* line 153, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #bb2716;
}

/* line 159, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e5341f;
  background-color: #e5341f;
}

/* line 166, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.25);
}

/* line 170, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bb2716;
}

/* line 180, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #bb2716;
}

/* line 185, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #bb2716;
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.25);
}

/* line 275, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  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 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #333333;
  text-decoration: none;
}

/* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: white;
  background-color: #38606e;
  border-color: #345965;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #38606e;
  border-color: #345965;
  box-shadow: 0 0 0 0.2rem rgba(97, 139, 153, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #345965;
  border-color: #2f515d;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 139, 153, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: white;
  background-color: #7D5226;
  border-color: #7D5226;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: white;
  background-color: #603f1d;
  border-color: #56381a;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #603f1d;
  border-color: #56381a;
  box-shadow: 0 0 0 0.2rem rgba(145, 108, 71, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: white;
  background-color: #7D5226;
  border-color: #7D5226;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #56381a;
  border-color: #4c3217;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 108, 71, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #009f44;
  border-color: #009f44;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: white;
  background-color: #007934;
  border-color: #006c2e;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #007934;
  border-color: #006c2e;
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 96, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: white;
  background-color: #009f44;
  border-color: #009f44;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: white;
  background-color: #006c2e;
  border-color: #005f29;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 96, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #212529;
  background-color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #212529;
  background-color: #bfd8dd;
  border-color: #b7d3d8;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #bfd8dd;
  border-color: #b7d3d8;
  box-shadow: 0 0 0 0.2rem rgba(189, 202, 205, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #b7d3d8;
  border-color: #afced4;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 202, 205, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #bc6923;
  border-color: #bc6923;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: white;
  background-color: #9c571d;
  border-color: #91511b;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #9c571d;
  border-color: #91511b;
  box-shadow: 0 0 0 0.2rem rgba(198, 128, 68, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: white;
  background-color: #bc6923;
  border-color: #bc6923;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #91511b;
  border-color: #864b19;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 128, 68, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #bb2716;
  border-color: #bb2716;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: white;
  background-color: #992012;
  border-color: #8d1d11;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #992012;
  border-color: #8d1d11;
  box-shadow: 0 0 0 0.2rem rgba(197, 71, 57, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: white;
  background-color: #bb2716;
  border-color: #bb2716;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #8d1d11;
  border-color: #821b0f;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 71, 57, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 66, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: white;
  background-color: #333333;
  border-color: #333333;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: white;
  background-color: #202020;
  border-color: #1a1a1a;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: white;
  background-color: #333333;
  border-color: #333333;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #1a1a1a;
  border-color: #131313;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #457687;
  border-color: #457687;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #457687;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #7D5226;
  border-color: #7D5226;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: white;
  background-color: #7D5226;
  border-color: #7D5226;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 82, 38, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #7D5226;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: white;
  background-color: #7D5226;
  border-color: #7D5226;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 82, 38, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #009f44;
  border-color: #009f44;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: white;
  background-color: #009f44;
  border-color: #009f44;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #009f44;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: white;
  background-color: #009f44;
  border-color: #009f44;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 231, 234, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #d8e7ea;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 231, 234, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #bc6923;
  border-color: #bc6923;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: white;
  background-color: #bc6923;
  border-color: #bc6923;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 105, 35, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #bc6923;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: white;
  background-color: #bc6923;
  border-color: #bc6923;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 105, 35, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #bb2716;
  border-color: #bb2716;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: white;
  background-color: #bb2716;
  border-color: #bb2716;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #bb2716;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: white;
  background-color: #bb2716;
  border-color: #bb2716;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: white;
  border-color: white;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: white;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #333333;
  border-color: #333333;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: white;
  background-color: #333333;
  border-color: #333333;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: white;
  background-color: #333333;
  border-color: #333333;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* line 83, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #1275D9;
  text-decoration: none;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0c4f92;
  text-decoration: none;
}

/* line 93, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

/* line 98, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 70, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 80, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 97, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #457687;
}

/* line 161, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 73, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 89, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 111, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 127, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 132, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #C3D7DF;
  border-radius: 0.25rem;
}

/* line 134, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.25rem;
}

/* line 193, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #457687;
  background-color: #457687;
}

/* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #89b4c3;
}

/* line 52, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: white;
  background-color: #abc9d4;
  border-color: #abc9d4;
}

/* line 62, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e4e4;
}

/* line 76, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: white;
  border: 1px solid #adb5bd;
}

/* line 99, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #457687;
  background-color: #457687;
}

/* line 133, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='white' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(69, 118, 135, 0.5);
}

/* line 142, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(69, 118, 135, 0.5);
}

/* line 153, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

/* line 165, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(69, 118, 135, 0.5);
}

/* line 176, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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 188, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: white;
  transform: translateX(0.75rem);
}

/* line 208, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(69, 118, 135, 0.5);
}

/* line 221, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat;
  border: 1px solid #C3D7DF;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #89b4c3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 248, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: white;
}

/* line 259, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}

/* line 266, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #89b4c3;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 327, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e4e4;
}

/* line 333, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  border: 1px solid #C3D7DF;
  border-radius: 0.25rem;
}

/* line 361, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 398, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 399, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 402, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #457687;
  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 406, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #abc9d4;
}

/* line 422, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #457687;
  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 433, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #abc9d4;
}

/* line 448, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #457687;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #abc9d4;
}

/* line 477, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 1.43rem 1.07rem;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f9f9f9;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}

/* line 64, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #457687;
}

/* line 97, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* @import "bootstrap/navbar"; */
/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 146, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 155, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 212, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 219, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 227, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 244, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* @import "bootstrap/breadcrumb"; */
/* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.65rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1275D9;
  background-color: white;
  border: 1px solid #dee2e6;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0c4f92;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #3c6776;
  border-color: #3c6776;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #dee2e6;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: white;
  background-color: #457687;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: white;
  background-color: #345965;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: white;
  background-color: #7D5226;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: white;
  background-color: #56381a;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(125, 82, 38, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: white;
  background-color: #009f44;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: white;
  background-color: #006c2e;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 68, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #212529;
  background-color: #d8e7ea;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #b7d3d8;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(216, 231, 234, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: white;
  background-color: #bc6923;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: white;
  background-color: #91511b;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(188, 105, 35, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: white;
  background-color: #bb2716;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: white;
  background-color: #8d1d11;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 39, 22, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: white;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: white;
  background-color: #333333;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: white;
  background-color: #1a1a1a;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* @import "bootstrap/jumbotron"; */
/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #243d46;
  background-color: #dae4e7;
  border-color: #cbd9dd;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #bcced3;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #132024;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #412b14;
  background-color: #e5dcd4;
  border-color: #dbcfc2;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #d2c2b2;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #1a1108;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #005323;
  background-color: #ccecda;
  border-color: #b8e4cb;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #a6ddbd;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #00200d;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #70787a;
  background-color: #f7fafb;
  border-color: #f4f8f9;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #e4eef0;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #585e5f;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #623712;
  background-color: #f2e1d3;
  border-color: #ecd5c1;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #e6c8ad;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #371f0a;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #61140b;
  background-color: #f1d4d0;
  border-color: #ecc3be;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e6b1aa;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #330b06;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #f2f2f2;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #6c6c6c;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9b9b9;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #020202;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #457687;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* @import "bootstrap/media"; */
/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #333333;
  background-color: #e9ecef;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: white;
}

/* line 70, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 77, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 110, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 110, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 110, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 110, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 105, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 110, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 118, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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;
  }
}

/* line 134, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #243d46;
  background-color: #cbd9dd;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #243d46;
  background-color: #bcced3;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: white;
  background-color: #243d46;
  border-color: #243d46;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #412b14;
  background-color: #dbcfc2;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #412b14;
  background-color: #d2c2b2;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: white;
  background-color: #412b14;
  border-color: #412b14;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #005323;
  background-color: #b8e4cb;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005323;
  background-color: #a6ddbd;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: white;
  background-color: #005323;
  border-color: #005323;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #70787a;
  background-color: #f4f8f9;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #70787a;
  background-color: #e4eef0;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: white;
  background-color: #70787a;
  border-color: #70787a;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #623712;
  background-color: #ecd5c1;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #623712;
  background-color: #e6c8ad;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: white;
  background-color: #623712;
  border-color: #623712;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #61140b;
  background-color: #ecc3be;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #61140b;
  background-color: #e6b1aa;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: white;
  background-color: #61140b;
  border-color: #61140b;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #858585;
  background-color: white;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: white;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: white;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

/* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: .5;
}

@media (max-width: 1200px) {
  /* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_close.scss */
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: black;
  text-decoration: none;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 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 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

/* line 125, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

/* line 135, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  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 149, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  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 185, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 207, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 65vw;
  }
}

@media (min-width: 1200px) {
  /* line 239, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 80vw;
  }
}

/* line 2, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.9375rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

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

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

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

/* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

/* line 62, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

/* line 76, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

/* line 108, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 275px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem;
}

/* line 1, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

/* line 58, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

/* line 81, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}

/* line 101, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

/* line 153, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333;
}

/* @import "bootstrap/carousel"; */
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

/* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.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;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

/* line 3, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #457687 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #345965 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #7D5226 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #56381a !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #009f44 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #006c2e !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d8e7ea !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #b7d3d8 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #bc6923 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #91511b !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #bb2716 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #8d1d11 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: white !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #333333 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: white !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #457687 !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #7D5226 !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #009f44 !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #d8e7ea !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #bc6923 !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #bb2716 !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: white !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #333333 !important;
}

/* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: white !important;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.2857142857rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.2857142857rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.2857142857rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.2857142857rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.2857142857rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5714285714rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5714285714rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5714285714rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5714285714rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5714285714rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 0.8571428571rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 0.8571428571rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 0.8571428571rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.8571428571rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 0.8571428571rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.1428571429rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.1428571429rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.1428571429rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.1428571429rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.1428571429rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 1.4285714286rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 1.4285714286rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 1.4285714286rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 1.4285714286rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 1.4285714286rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-13 {
  margin: 7.1428571429rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-13,
.my-13 {
  margin-top: 7.1428571429rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-13,
.mx-13 {
  margin-right: 7.1428571429rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-13,
.my-13 {
  margin-bottom: 7.1428571429rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-13,
.mx-13 {
  margin-left: 7.1428571429rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-12 {
  margin: 6.4285714286rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-12,
.my-12 {
  margin-top: 6.4285714286rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-12,
.mx-12 {
  margin-right: 6.4285714286rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-12,
.my-12 {
  margin-bottom: 6.4285714286rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-12,
.mx-12 {
  margin-left: 6.4285714286rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-11 {
  margin: 5.7142857143rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-11,
.my-11 {
  margin-top: 5.7142857143rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-11,
.mx-11 {
  margin-right: 5.7142857143rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-11,
.my-11 {
  margin-bottom: 5.7142857143rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-11,
.mx-11 {
  margin-left: 5.7142857143rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-10 {
  margin: 4.2857142857rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-10,
.my-10 {
  margin-top: 4.2857142857rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-10,
.mx-10 {
  margin-right: 4.2857142857rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-10,
.my-10 {
  margin-bottom: 4.2857142857rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-10,
.mx-10 {
  margin-left: 4.2857142857rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-9 {
  margin: 4.2857142857rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-9,
.my-9 {
  margin-top: 4.2857142857rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-9,
.mx-9 {
  margin-right: 4.2857142857rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-9,
.my-9 {
  margin-bottom: 4.2857142857rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-9,
.mx-9 {
  margin-left: 4.2857142857rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 3.5714285714rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 3.5714285714rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 3.5714285714rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 3.5714285714rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 3.5714285714rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 2.8571428571rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 2.8571428571rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 2.8571428571rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 2.8571428571rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 2.8571428571rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 2.1428571429rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 2.1428571429rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 2.1428571429rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 2.1428571429rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 2.1428571429rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.2857142857rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.2857142857rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.2857142857rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.2857142857rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.2857142857rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5714285714rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5714285714rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5714285714rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5714285714rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5714285714rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 0.8571428571rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 0.8571428571rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 0.8571428571rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.8571428571rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 0.8571428571rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.1428571429rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.1428571429rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.1428571429rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.1428571429rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.1428571429rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 1.4285714286rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 1.4285714286rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 1.4285714286rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 1.4285714286rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 1.4285714286rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-13 {
  padding: 7.1428571429rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-13,
.py-13 {
  padding-top: 7.1428571429rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-13,
.px-13 {
  padding-right: 7.1428571429rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-13,
.py-13 {
  padding-bottom: 7.1428571429rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-13,
.px-13 {
  padding-left: 7.1428571429rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-12 {
  padding: 6.4285714286rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-12,
.py-12 {
  padding-top: 6.4285714286rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-12,
.px-12 {
  padding-right: 6.4285714286rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-12,
.py-12 {
  padding-bottom: 6.4285714286rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-12,
.px-12 {
  padding-left: 6.4285714286rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-11 {
  padding: 5.7142857143rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-11,
.py-11 {
  padding-top: 5.7142857143rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-11,
.px-11 {
  padding-right: 5.7142857143rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-11,
.py-11 {
  padding-bottom: 5.7142857143rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-11,
.px-11 {
  padding-left: 5.7142857143rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-10 {
  padding: 4.2857142857rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-10,
.py-10 {
  padding-top: 4.2857142857rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-10,
.px-10 {
  padding-right: 4.2857142857rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-10,
.py-10 {
  padding-bottom: 4.2857142857rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-10,
.px-10 {
  padding-left: 4.2857142857rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-9 {
  padding: 4.2857142857rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-9,
.py-9 {
  padding-top: 4.2857142857rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-9,
.px-9 {
  padding-right: 4.2857142857rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-9,
.py-9 {
  padding-bottom: 4.2857142857rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-9,
.px-9 {
  padding-left: 4.2857142857rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 3.5714285714rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 3.5714285714rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 3.5714285714rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 3.5714285714rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 3.5714285714rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 2.8571428571rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 2.8571428571rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 2.8571428571rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 2.8571428571rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 2.8571428571rem !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 2.1428571429rem !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 2.1428571429rem !important;
}

/* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 2.1428571429rem !important;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 2.1428571429rem !important;
}

/* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 2.1428571429rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.2857142857rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.2857142857rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.2857142857rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.2857142857rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.2857142857rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5714285714rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5714285714rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5714285714rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5714285714rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5714285714rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -0.8571428571rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.8571428571rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.8571428571rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.8571428571rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.8571428571rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.1428571429rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.1428571429rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.1428571429rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.1428571429rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.1428571429rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -1.4285714286rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -1.4285714286rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -1.4285714286rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -1.4285714286rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -1.4285714286rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n13 {
  margin: -7.1428571429rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n13,
.my-n13 {
  margin-top: -7.1428571429rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n13,
.mx-n13 {
  margin-right: -7.1428571429rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n13,
.my-n13 {
  margin-bottom: -7.1428571429rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n13,
.mx-n13 {
  margin-left: -7.1428571429rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n12 {
  margin: -6.4285714286rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n12,
.my-n12 {
  margin-top: -6.4285714286rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n12,
.mx-n12 {
  margin-right: -6.4285714286rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n12,
.my-n12 {
  margin-bottom: -6.4285714286rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n12,
.mx-n12 {
  margin-left: -6.4285714286rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n11 {
  margin: -5.7142857143rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n11,
.my-n11 {
  margin-top: -5.7142857143rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n11,
.mx-n11 {
  margin-right: -5.7142857143rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n11,
.my-n11 {
  margin-bottom: -5.7142857143rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n11,
.mx-n11 {
  margin-left: -5.7142857143rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n10 {
  margin: -4.2857142857rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n10,
.my-n10 {
  margin-top: -4.2857142857rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n10,
.mx-n10 {
  margin-right: -4.2857142857rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n10,
.my-n10 {
  margin-bottom: -4.2857142857rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n10,
.mx-n10 {
  margin-left: -4.2857142857rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n9 {
  margin: -4.2857142857rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n9,
.my-n9 {
  margin-top: -4.2857142857rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n9,
.mx-n9 {
  margin-right: -4.2857142857rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n9,
.my-n9 {
  margin-bottom: -4.2857142857rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n9,
.mx-n9 {
  margin-left: -4.2857142857rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n8 {
  margin: -3.5714285714rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -3.5714285714rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -3.5714285714rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -3.5714285714rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -3.5714285714rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n7 {
  margin: -2.8571428571rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -2.8571428571rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -2.8571428571rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -2.8571428571rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -2.8571428571rem !important;
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -2.1428571429rem !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -2.1428571429rem !important;
}

/* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -2.1428571429rem !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -2.1428571429rem !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -2.1428571429rem !important;
}

/* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-13 {
    margin: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-13,
.my-sm-13 {
    margin-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-13,
.mx-sm-13 {
    margin-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-13,
.mx-sm-13 {
    margin-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-12 {
    margin: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-12,
.my-sm-12 {
    margin-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-12,
.mx-sm-12 {
    margin-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-12,
.mx-sm-12 {
    margin-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-11 {
    margin: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-11,
.my-sm-11 {
    margin-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-11,
.mx-sm-11 {
    margin-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-11,
.mx-sm-11 {
    margin-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-10 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-10,
.my-sm-10 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-9 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-13 {
    padding: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-13,
.py-sm-13 {
    padding-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-13,
.px-sm-13 {
    padding-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-13,
.px-sm-13 {
    padding-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-12 {
    padding: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-12,
.py-sm-12 {
    padding-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-12,
.px-sm-12 {
    padding-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-12,
.px-sm-12 {
    padding-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-11 {
    padding: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-11,
.py-sm-11 {
    padding-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-11,
.px-sm-11 {
    padding-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-11,
.px-sm-11 {
    padding-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-10 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-10,
.py-sm-10 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-10,
.px-sm-10 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-10,
.px-sm-10 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-9 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 2.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -0.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -1.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -1.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -1.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -1.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -1.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n13 {
    margin: -7.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -7.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -7.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -7.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -7.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n12 {
    margin: -6.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -6.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -6.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -6.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -6.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n11 {
    margin: -5.7142857143rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -5.7142857143rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -5.7142857143rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -5.7142857143rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -5.7142857143rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n10 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n9 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -3.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -3.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -3.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -3.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -3.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -2.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -2.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -2.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -2.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -2.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -2.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -2.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -2.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -2.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -2.1428571429rem !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-13 {
    margin: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-13,
.my-md-13 {
    margin-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-13,
.mx-md-13 {
    margin-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-13,
.my-md-13 {
    margin-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-13,
.mx-md-13 {
    margin-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-12 {
    margin: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-12,
.my-md-12 {
    margin-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-12,
.mx-md-12 {
    margin-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-12,
.my-md-12 {
    margin-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-12,
.mx-md-12 {
    margin-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-11 {
    margin: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-11,
.my-md-11 {
    margin-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-11,
.mx-md-11 {
    margin-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-11,
.my-md-11 {
    margin-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-11,
.mx-md-11 {
    margin-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-10 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-10,
.my-md-10 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-10,
.mx-md-10 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-10,
.my-md-10 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-10,
.mx-md-10 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-9 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-9,
.my-md-9 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-9,
.mx-md-9 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-9,
.mx-md-9 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 2.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-13 {
    padding: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-13,
.py-md-13 {
    padding-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-13,
.px-md-13 {
    padding-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-13,
.py-md-13 {
    padding-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-13,
.px-md-13 {
    padding-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-12 {
    padding: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-12,
.py-md-12 {
    padding-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-12,
.px-md-12 {
    padding-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-12,
.py-md-12 {
    padding-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-12,
.px-md-12 {
    padding-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-11 {
    padding: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-11,
.py-md-11 {
    padding-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-11,
.px-md-11 {
    padding-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-11,
.py-md-11 {
    padding-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-11,
.px-md-11 {
    padding-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-10 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-10,
.py-md-10 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-10,
.px-md-10 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-10,
.py-md-10 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-10,
.px-md-10 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-9 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-9,
.py-md-9 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-9,
.px-md-9 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-9,
.px-md-9 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 2.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -0.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -1.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n13 {
    margin: -7.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n13,
.my-md-n13 {
    margin-top: -7.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n13,
.mx-md-n13 {
    margin-right: -7.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -7.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n13,
.mx-md-n13 {
    margin-left: -7.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n12 {
    margin: -6.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n12,
.my-md-n12 {
    margin-top: -6.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n12,
.mx-md-n12 {
    margin-right: -6.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -6.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n12,
.mx-md-n12 {
    margin-left: -6.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n11 {
    margin: -5.7142857143rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n11,
.my-md-n11 {
    margin-top: -5.7142857143rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n11,
.mx-md-n11 {
    margin-right: -5.7142857143rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -5.7142857143rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n11,
.mx-md-n11 {
    margin-left: -5.7142857143rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n10 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n10,
.my-md-n10 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n9 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n9,
.my-md-n9 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -3.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -3.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -3.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -3.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -3.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -2.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -2.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -2.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -2.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -2.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -2.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -2.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -2.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -2.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -2.1428571429rem !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-13 {
    margin: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-13,
.my-lg-13 {
    margin-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-13,
.mx-lg-13 {
    margin-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-13,
.mx-lg-13 {
    margin-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-12 {
    margin: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-12,
.my-lg-12 {
    margin-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-12,
.mx-lg-12 {
    margin-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-12,
.mx-lg-12 {
    margin-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-11 {
    margin: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-11,
.my-lg-11 {
    margin-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-11,
.mx-lg-11 {
    margin-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-11,
.mx-lg-11 {
    margin-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-10 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-10,
.my-lg-10 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-9 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-13 {
    padding: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-13,
.py-lg-13 {
    padding-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-13,
.px-lg-13 {
    padding-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-13,
.px-lg-13 {
    padding-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-12 {
    padding: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-12,
.py-lg-12 {
    padding-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-12,
.px-lg-12 {
    padding-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-12,
.px-lg-12 {
    padding-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-11 {
    padding: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-11,
.py-lg-11 {
    padding-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-11,
.px-lg-11 {
    padding-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-11,
.px-lg-11 {
    padding-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-10 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-10,
.py-lg-10 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-10,
.px-lg-10 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-10,
.px-lg-10 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-9 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 2.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -0.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -1.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n13 {
    margin: -7.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -7.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -7.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -7.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -7.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n12 {
    margin: -6.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -6.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -6.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -6.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -6.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n11 {
    margin: -5.7142857143rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -5.7142857143rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -5.7142857143rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -5.7142857143rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -5.7142857143rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n10 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n9 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -3.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -3.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -3.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -3.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -3.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -2.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -2.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -2.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -2.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -2.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -2.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -2.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -2.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -2.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -2.1428571429rem !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-13 {
    margin: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-13,
.my-xl-13 {
    margin-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-13,
.mx-xl-13 {
    margin-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-13,
.mx-xl-13 {
    margin-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-12 {
    margin: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-12,
.my-xl-12 {
    margin-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-12,
.mx-xl-12 {
    margin-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-12,
.mx-xl-12 {
    margin-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-11 {
    margin: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-11,
.my-xl-11 {
    margin-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-11,
.mx-xl-11 {
    margin-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-11,
.mx-xl-11 {
    margin-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-10 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-10,
.my-xl-10 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-9 {
    margin: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 0.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 1.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-13 {
    padding: 7.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-13,
.py-xl-13 {
    padding-top: 7.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-13,
.px-xl-13 {
    padding-right: 7.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 7.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-13,
.px-xl-13 {
    padding-left: 7.1428571429rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-12 {
    padding: 6.4285714286rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-12,
.py-xl-12 {
    padding-top: 6.4285714286rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-12,
.px-xl-12 {
    padding-right: 6.4285714286rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 6.4285714286rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-12,
.px-xl-12 {
    padding-left: 6.4285714286rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-11 {
    padding: 5.7142857143rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-11,
.py-xl-11 {
    padding-top: 5.7142857143rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-11,
.px-xl-11 {
    padding-right: 5.7142857143rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 5.7142857143rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-11,
.px-xl-11 {
    padding-left: 5.7142857143rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-10 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-10,
.py-xl-10 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-10,
.px-xl-10 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-10,
.px-xl-10 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-9 {
    padding: 4.2857142857rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 4.2857142857rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 4.2857142857rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 4.2857142857rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 4.2857142857rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 3.5714285714rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 3.5714285714rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 3.5714285714rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 3.5714285714rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 3.5714285714rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 2.8571428571rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 2.8571428571rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 2.8571428571rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 2.8571428571rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 2.8571428571rem !important;
  }
  /* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 2.1428571429rem !important;
  }
  /* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 2.1428571429rem !important;
  }
  /* line 15, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 2.1428571429rem !important;
  }
  /* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2.1428571429rem !important;
  }
  /* line 21, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 2.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -0.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -1.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -1.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -1.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -1.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -1.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n13 {
    margin: -7.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -7.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -7.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -7.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -7.1428571429rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n12 {
    margin: -6.4285714286rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -6.4285714286rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -6.4285714286rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -6.4285714286rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -6.4285714286rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n11 {
    margin: -5.7142857143rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -5.7142857143rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -5.7142857143rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -5.7142857143rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -5.7142857143rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n10 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n9 {
    margin: -4.2857142857rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -4.2857142857rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -4.2857142857rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -4.2857142857rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -4.2857142857rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -3.5714285714rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -3.5714285714rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -3.5714285714rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -3.5714285714rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -3.5714285714rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -2.8571428571rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -2.8571428571rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -2.8571428571rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -2.8571428571rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -2.8571428571rem !important;
  }
  /* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -2.1428571429rem !important;
  }
  /* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -2.1428571429rem !important;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -2.1428571429rem !important;
  }
  /* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -2.1428571429rem !important;
  }
  /* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -2.1428571429rem !important;
  }
  /* line 47, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: white !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #457687 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #2b4a54 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #7D5226 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #422c14 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #009f44 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #005323 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #d8e7ea !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #a6c8cf !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #bc6923 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #7c4517 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #bb2716 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #77190e !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: white !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

/* line 6, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #333333 !important;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important;
}

/* line 51, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #333333 !important;
}

/* line 52, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid black;
  }
  /* line 98, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: white !important;
  }
  /* line 108, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #DDDDDD;
  }
  /* line 125, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #DDDDDD;
  }
}
.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;-ms-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;-ms-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;-ms-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, #fff 50%, #eee 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, #eee 50%, #ccc 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, #fff 0%, #eee 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, #eee 50%, #fff 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:#fff;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:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!
 * Copyright (c) 2017 ~ present NAVER Corp.
 * billboard.js project is licensed under the MIT license
 *
 * billboard.js, JavaScript chart library
 * https://naver.github.io/billboard.js/
 *
 * @version 3.6.0
 */.bb svg{-webkit-tap-highlight-color:rgba(0,0,0,0);font:10px sans-serif}.bb line,.bb path{fill:none;stroke:#000}.bb .bb-button,.bb text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bb-bars path,.bb-event-rect,.bb-legend-item-tile,.bb-xgrid-focus,.bb-ygrid,.bb-ygrid-focus{shape-rendering:crispEdges}.bb-chart-arc .bb-gauge-value{fill:#000}.bb-chart-arc path{stroke:#fff}.bb-chart-arc rect{stroke:#fff;stroke-width:1}.bb-chart-arc text{fill:#fff;font-size:13px}.bb-axis{shape-rendering:crispEdges}.bb-grid{pointer-events:none}.bb-grid line{stroke:#aaa}.bb-grid text{fill:#aaa}.bb-xgrid,.bb-ygrid{stroke-dasharray:3 3}.bb-text.bb-empty{fill:grey;font-size:2em}.bb-line{stroke-width:1px}.bb-circle._expanded_{stroke-width:1px;stroke:#fff}.bb-selected-circle{fill:#fff;stroke-width:2px}.bb-bar{stroke-width:0}.bb-bar._expanded_{fill-opacity:.75}.bb-candlestick{stroke-width:1px}.bb-candlestick._expanded_{fill-opacity:.75}.bb-circles.bb-focused,.bb-target.bb-focused{opacity:1}.bb-circles.bb-focused path.bb-line,.bb-circles.bb-focused path.bb-step,.bb-target.bb-focused path.bb-line,.bb-target.bb-focused path.bb-step{stroke-width:2px}.bb-circles.bb-defocused,.bb-target.bb-defocused{opacity:.3!important}.bb-circles.bb-defocused .text-overlapping,.bb-target.bb-defocused .text-overlapping{opacity:.05!important}.bb-region{fill:#4682b4}.bb-brush .extent,.bb-region,.bb-zoom-brush{fill-opacity:.1}.bb-legend-item{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bb-legend-item-hidden{opacity:.15}.bb-legend-background{fill:#fff;stroke:#d3d3d3;stroke-width:1;opacity:.75}.bb-title{font:14px sans-serif}.bb-tooltip-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10}.bb-tooltip{background-color:#fff;border-collapse:collapse;border-spacing:0;box-shadow:7px 7px 12px -9px #777;empty-cells:show;opacity:.9}.bb-tooltip tr{border:1px solid #ccc}.bb-tooltip th{background-color:#aaa;color:#fff;font-size:14px;padding:2px 5px;text-align:left}.bb-tooltip td{background-color:#fff;border-left:1px dotted #999;font-size:13px;padding:3px 6px}.bb-tooltip td>span,.bb-tooltip td>svg{display:inline-block;height:10px;margin-right:6px;width:10px}.bb-tooltip.value{text-align:right}.bb-area{stroke-width:0;opacity:.2}.bb-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}text.bb-chart-arcs-gauge-title{dominant-baseline:middle;font-size:2.7em}.bb-chart-arcs .bb-chart-arcs-background{fill:#e0e0e0;stroke:#fff}.bb-chart-arcs .bb-chart-arcs-gauge-unit{fill:#000;font-size:16px}.bb-chart-arcs .bb-chart-arcs-gauge-max,.bb-chart-arcs .bb-chart-arcs-gauge-min{fill:#777}.bb-chart-arcs .bb-levels circle{fill:none;stroke:#848282;stroke-width:.5px}.bb-chart-arcs .bb-levels text{fill:#848282}.bb-chart-radars .bb-levels polygon{fill:none;stroke:#848282;stroke-width:.5px}.bb-chart-radars .bb-levels text{fill:#848282}.bb-chart-radars .bb-axis line{stroke:#848282;stroke-width:.5px}.bb-chart-radars .bb-axis text{cursor:default;font-size:1.15em}.bb-chart-radars .bb-shapes polygon{fill-opacity:.2;stroke-width:1px}.bb-button{position:absolute;right:10px;top:10px}.bb-button .bb-zoom-reset{background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;font-size:11px;padding:5px}
/*!
 * 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(/dev-assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/dev-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(/dev-assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/dev-assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/dev-assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/dev-assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/dev-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 Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 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/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Autocomplete 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/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/dev-assets/images/layers-0e356f4d554162eb71f127f50460dbc55d405027189ebe90b20729ef18d13d36.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/dev-assets/images/layers-2x-ba8fa601e413b14db27db07285ade3951721e02244c31523284ab2d1ed53c3dc.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/dev-assets/images/marker-icon-3d253116ec4ba0e1f22a01cdf1ff7f120fa4d89a6cd0933d68f12951d19809b4.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*
  Leaflet.BeautifyIcon, a plugin that adds colorful iconic markers for Leaflet by giving full control of style to end user, It has also ability to adjust font awesome
  and glyphicon icons
  (c) 2016-2017, Muhammad Arslan Sajid
  http://leafletjs.com
*/
.beautify-marker {
    text-align: center;
    font-weight: 700;
    font-family: monospace;
    position:absolute;
    box-sizing: border-box;
}

    .beautify-marker.circle {
        border-radius: 100%;
    }

    .beautify-marker.circle-dot, .beautify-marker.doughnut {
        border-radius: 100%;
    }

    .beautify-marker.marker {
        border-top-left-radius: 50%;
        border-top-right-radius: 50% 100%;
        border-bottom-left-radius: 100% 50%;
        border-bottom-right-radius: 0%;
        /* rotating 45deg clockwise to get the corner bottom center */
        transform: rotate(45deg); 
        
    }

    .beautify-marker.marker > * {
        /* rotating 45deg counterclock to adjust marker content back to normal */
        transform: rotate(-45deg);
    }
.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(data:image/png;base64,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);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin:0 4px 0 0;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.16/b-1.5.1/fc-3.2.4/fh-3.1.3/sc-1.4.4/sl-1.2.5
 *
 * Included libraries:
 *   DataTables 1.10.16, Buttons 1.5.1, FixedColumns 3.2.4, FixedHeader 3.1.3, Scroller 1.4.4, Select 1.2.5
 */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}


@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}
ul.dt-button-collection.dropdown-menu > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}


table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none;
}
div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}

div.DTFC_Blocker {
  background-color: white;
}


table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
  position: fixed !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}


div.DTS {
  display: block !important;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}

div.DTS tbody tr {
  background-color: white;
}


table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #08C;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0085c7;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0083c5;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #0085c8;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #0081c1;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #0082c2;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0083c4;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0085c8;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0086ca;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0087cb;
}
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #0081c1;
}
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0085c8;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #007dbb;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #007ebd;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #007fbf;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #007dbb;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: white;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #a2d4ed;
}


@font-face {
  font-family: 'icons';
  src: url(/dev-assets/icons-beff173569929f29442a04b8dc2ed88837f919c170590cd1d90da347d1714132.eot?61052920);
  src: url(/dev-assets/icons-beff173569929f29442a04b8dc2ed88837f919c170590cd1d90da347d1714132.eot?61052920#iefix) format("embedded-opentype"), url(/dev-assets/icons-b1e2f59a5f0ccc2e665dfb0b7bac89ee02098e3a368615267e8f34e53acee461.woff2?61052920) format("woff2"), url(/dev-assets/icons-13d9186b422bbd1e8747ee40130e519720bd998f42540f42df55cfe94fb303a8.ttf?61052920) format("truetype"), url(/dev-assets/icons-90aaed154c748e6f1babb8c987c1ef9d2fdd34d074da9708b2f50ad084f45ebb.woff?61052920) format("woff"), url(/dev-assets/icons-35d8d221515db33e8eeb6aad584ba0c3bc987344de654963f3e75b4b5a6d91db.svg?61052920#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, app/assets/stylesheets/application/vendor/icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-chart-pie::before {
  content: "\e800";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-ok-circled::before {
  content: "\e801";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-ok-circled2::before {
  content: "\e802";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-cancel-circled::before {
  content: "\e803";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-cancel-circled2::before {
  content: "\e804";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-plus-circled::before {
  content: "\e805";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-minus-circled::before {
  content: "\e806";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-up-circle::before {
  content: "\e807";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-heart::before {
  content: "\e808";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-heart-empty::before {
  content: "\e809";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-heart-1::before {
  content: "\e80a";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-heart-empty-1::before {
  content: "\e80b";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-moon::before {
  content: "\e80c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-moon-inv::before {
  content: "\e80d";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-chart-bar::before {
  content: "\e80e";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-spin1::before {
  content: "\e830";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-spin2::before {
  content: "\e831";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-city::before {
  content: "\e8b5";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-wheelchair::before {
  content: "\e900";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-helping-hands::before {
  content: "\e901";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-medical-provider::before {
  content: "\e902";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-mental-health::before {
  content: "\e903";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-nurse-clipboard::before {
  content: "\e904";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-reminder::before {
  content: "\e905";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-team::before {
  content: "\e906";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-pencil::before {
  content: "\e907";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-circled-down::before {
  content: "\e908";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-circled-right::before {
  content: "\e909";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-move::before {
  content: "\e90a";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-settings_backup_restore::before {
  content: "\e90b";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-envelope-o::before {
  content: "\e90c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-home3::before {
  content: "\e90d";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-group::before {
  content: "\e90e";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-users::before {
  content: "\e90e";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-child::before {
  content: "\e90f";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-user2::before {
  content: "\e910";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-house::before {
  content: "\e911";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-minus-circle::before {
  content: "\e912";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-undo::before {
  content: "\e913";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-go::before {
  content: "\e913";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-break::before {
  content: "\e913";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-return::before {
  content: "\e913";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-times-circle-o::before {
  content: "\e914";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-check-circle::before {
  content: "\e915";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-award::before {
  content: "\e916";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-clip-board-check::before {
  content: "\e917";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-file-drawn::before {
  content: "\e918";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-group-alt::before {
  content: "\e91a";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-medkit::before {
  content: "\e91b";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-passport::before {
  content: "\e91c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-star::before {
  content: "\e91d";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-map::before {
  content: "\e91e";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-child1::before {
  content: "\e91f";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-angle-down::before {
  content: "\e920";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-file-text::before {
  content: "\e922";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-clock-o::before {
  content: "\e925";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-stop::before {
  content: "\e927";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-check::before {
  content: "\e929";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-copy::before {
  content: "\e92c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-bell::before {
  content: "\e951";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-calendar::before {
  content: "\e953";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-printer::before {
  content: "\e954";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-database::before {
  content: "\e964";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-user::before {
  content: "\e971";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-users2::before {
  content: "\e972";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-enlarge2::before {
  content: "\e98b";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-shrink2::before {
  content: "\e98c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-lock::before {
  content: "\e98f";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-unlocked::before {
  content: "\e990";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-equalizer::before {
  content: "\e992";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-cog::before {
  content: "\e994";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-list-numbered::before {
  content: "\e9b9";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-list::before {
  content: "\e9ba";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-list2::before {
  content: "\e9bb";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-menu::before {
  content: "\e9bd";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-download2::before {
  content: "\e9c5";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-upload2::before {
  content: "\e9c6";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-flag::before {
  content: "\e9cc";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-eye::before {
  content: "\e9ce";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-eye-blocked::before {
  content: "\e9d1";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-warning::before {
  content: "\ea07";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-notification::before {
  content: "\ea08";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-question::before {
  content: "\ea09";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-plus::before {
  content: "\ea0a";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-minus::before {
  content: "\ea0b";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-info::before {
  content: "\ea0c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-cancel-circle::before {
  content: "\ea0d";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-cross::before {
  content: "\ea0f";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-checkmark::before {
  content: "\ea10";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-checkmark2::before {
  content: "\ea11";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-enter::before {
  content: "\ea13";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-exit::before {
  content: "\ea14";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-up::before {
  content: "\ea32";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-right::before {
  content: "\ea34";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-down::before {
  content: "\ea36";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-left::before {
  content: "\ea38";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-right2::before {
  content: "\ea3c";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-arrow-left2::before {
  content: "\ea40";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-checkbox-checked::before {
  content: "\ea52";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-checkbox-unchecked::before {
  content: "\ea53";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-filter::before {
  content: "\ea5b";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-link-ext::before {
  content: "\f08e";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-angle-left::before {
  content: "\f104";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-angle-right::before {
  content: "\f105";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-angle-up::before {
  content: "\f106";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-right-circled2::before {
  content: "\f18e";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-file-pdf::before {
  content: "\f1c1";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-file-excel::before {
  content: "\f1c3";
}

/* line 41, app/assets/stylesheets/application/vendor/icons.scss */
.icon-hourglass::before {
  content: "\f254";
}

/* line 47, app/assets/stylesheets/application/vendor/icons.scss */
.icon-lg {
  font-size: 2rem;
}

/* line 50, app/assets/stylesheets/application/vendor/icons.scss */
.icon-xl {
  font-size: 4rem;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/elements/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/elements/_body.scss */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/application/elements/_body.scss */
body.show {
  display: flex !important;
  min-height: 100vh !important;
  flex-direction: column !important;
}

/* line 15, app/assets/stylesheets/application/elements/_body.scss */
body.not-signed-in .l-main__content {
  max-width: 100%;
  flex: 0 0 100%;
}
/* line 1, app/assets/stylesheets/application/elements/_dl.scss */
dt {
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/application/elements/_dl.scss */
dd {
  margin-bottom: 0.5em;
  margin-top: 5px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/elements/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/elements/_headings.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.8571428571rem;
  margin-bottom: 0.8571428571rem;
}

/* line 14, app/assets/stylesheets/application/elements/_headings.scss */
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty {
  display: none;
  margin: 0;
  padding: 0;
}
/* line 1, app/assets/stylesheets/application/elements/_html.scss */
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/elements/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/elements/_input.scss */
input[type=submit] {
  display: inline-block;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  min-height: 2.8571428571rem;
  display: inline-flex;
  align-items: baseline;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 54, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input[type=submit] [class^='icon'],
input[type=submit] span {
  margin-right: 0.5714285714rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3, app/assets/stylesheets/application/elements/_input.scss */
  input[type=submit] {
    transition: none;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input[type=submit]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input[type=submit]:focus, input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 30, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.disabled[type=submit], input[type=submit]:disabled {
  opacity: 0.65;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input[type=submit]:hover {
  color: white;
  background-color: #38606e;
  border-color: #345965;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input[type=submit]:focus, input.focus[type=submit] {
  color: white;
  background-color: #38606e;
  border-color: #345965;
  box-shadow: 0 0 0 0.2rem rgba(97, 139, 153, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.disabled[type=submit], input[type=submit]:disabled {
  color: white;
  background-color: #457687;
  border-color: #457687;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input[type=submit]:not(:disabled):not(.disabled):active, input.active[type=submit]:not(:disabled):not(.disabled), .show > input.dropdown-toggle[type=submit] {
  color: white;
  background-color: #345965;
  border-color: #2f515d;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input[type=submit]:not(:disabled):not(.disabled):active:focus, input.active[type=submit]:not(:disabled):not(.disabled):focus, .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 139, 153, 0.5);
}

/* line 7, app/assets/stylesheets/application/elements/_input.scss */
input.btn-danger[type=submit] {
  display: inline-block;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  min-height: 2.8571428571rem;
  display: inline-flex;
  align-items: baseline;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  color: white;
  background-color: #bb2716;
  border-color: #bb2716;
}

/* line 54, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-danger[type=submit] [class^='icon'],
input.btn-danger[type=submit] span {
  margin-right: 0.5714285714rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/application/elements/_input.scss */
  input.btn-danger[type=submit] {
    transition: none;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input.btn-danger[type=submit]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-danger[type=submit]:focus, input.btn-danger.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 30, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-danger.disabled[type=submit], input.btn-danger[type=submit]:disabled {
  opacity: 0.65;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input.btn-danger[type=submit]:hover {
  color: white;
  background-color: #992012;
  border-color: #8d1d11;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-danger[type=submit]:focus, input.btn-danger.focus[type=submit] {
  color: white;
  background-color: #992012;
  border-color: #8d1d11;
  box-shadow: 0 0 0 0.2rem rgba(197, 71, 57, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-danger.disabled[type=submit], input.btn-danger[type=submit]:disabled {
  color: white;
  background-color: #bb2716;
  border-color: #bb2716;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-danger[type=submit]:not(:disabled):not(.disabled):active, input.btn-danger.active[type=submit]:not(:disabled):not(.disabled), .show > input.btn-danger.dropdown-toggle[type=submit] {
  color: white;
  background-color: #8d1d11;
  border-color: #821b0f;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-danger[type=submit]:not(:disabled):not(.disabled):active:focus, input.btn-danger.active[type=submit]:not(:disabled):not(.disabled):focus, .show > input.btn-danger.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 71, 57, 0.5);
}

/* line 11, app/assets/stylesheets/application/elements/_input.scss */
input.btn-warning[type=submit] {
  display: inline-block;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  min-height: 2.8571428571rem;
  display: inline-flex;
  align-items: baseline;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  color: white;
  background-color: #bc6923;
  border-color: #bc6923;
}

/* line 54, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-warning[type=submit] [class^='icon'],
input.btn-warning[type=submit] span {
  margin-right: 0.5714285714rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, app/assets/stylesheets/application/elements/_input.scss */
  input.btn-warning[type=submit] {
    transition: none;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input.btn-warning[type=submit]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-warning[type=submit]:focus, input.btn-warning.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 30, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-warning.disabled[type=submit], input.btn-warning[type=submit]:disabled {
  opacity: 0.65;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input.btn-warning[type=submit]:hover {
  color: white;
  background-color: #9c571d;
  border-color: #91511b;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-warning[type=submit]:focus, input.btn-warning.focus[type=submit] {
  color: white;
  background-color: #9c571d;
  border-color: #91511b;
  box-shadow: 0 0 0 0.2rem rgba(198, 128, 68, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-warning.disabled[type=submit], input.btn-warning[type=submit]:disabled {
  color: white;
  background-color: #bc6923;
  border-color: #bc6923;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-warning[type=submit]:not(:disabled):not(.disabled):active, input.btn-warning.active[type=submit]:not(:disabled):not(.disabled), .show > input.btn-warning.dropdown-toggle[type=submit] {
  color: white;
  background-color: #91511b;
  border-color: #864b19;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-warning[type=submit]:not(:disabled):not(.disabled):active:focus, input.btn-warning.active[type=submit]:not(:disabled):not(.disabled):focus, .show > input.btn-warning.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 128, 68, 0.5);
}

/* line 15, app/assets/stylesheets/application/elements/_input.scss */
input.btn-info[type=submit] {
  display: inline-block;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  min-height: 2.8571428571rem;
  display: inline-flex;
  align-items: baseline;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  color: #212529;
  background-color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 54, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-info[type=submit] [class^='icon'],
input.btn-info[type=submit] span {
  margin-right: 0.5714285714rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, app/assets/stylesheets/application/elements/_input.scss */
  input.btn-info[type=submit] {
    transition: none;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input.btn-info[type=submit]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-info[type=submit]:focus, input.btn-info.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 30, app/assets/stylesheets/application/elements/../_tools/mixins/buttons.scss */
input.btn-info.disabled[type=submit], input.btn-info[type=submit]:disabled {
  opacity: 0.65;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
input.btn-info[type=submit]:hover {
  color: #212529;
  background-color: #bfd8dd;
  border-color: #b7d3d8;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-info[type=submit]:focus, input.btn-info.focus[type=submit] {
  color: #212529;
  background-color: #bfd8dd;
  border-color: #b7d3d8;
  box-shadow: 0 0 0 0.2rem rgba(189, 202, 205, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-info.disabled[type=submit], input.btn-info[type=submit]:disabled {
  color: #212529;
  background-color: #d8e7ea;
  border-color: #d8e7ea;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-info[type=submit]:not(:disabled):not(.disabled):active, input.btn-info.active[type=submit]:not(:disabled):not(.disabled), .show > input.btn-info.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #b7d3d8;
  border-color: #afced4;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
input.btn-info[type=submit]:not(:disabled):not(.disabled):active:focus, input.btn-info.active[type=submit]:not(:disabled):not(.disabled):focus, .show > input.btn-info.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 202, 205, 0.5);
}

/* line 19, app/assets/stylesheets/application/elements/_input.scss */
input[type=number] {
  min-width: 100px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/elements/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/elements/_label.scss */
label {
  color: #404040;
}

/* line 7, app/assets/stylesheets/application/elements/_label.scss */
.label-helper {
  font-style: italic;
  font-size: 95%;
  font-weight: normal;
}

/* line 11, app/assets/stylesheets/application/elements/_label.scss */
.label-helper--info, .label-helper--optional {
  color: #457687;
}

/* line 15, app/assets/stylesheets/application/elements/_label.scss */
.label-helper--required {
  color: #bb2716;
}

/* line 20, app/assets/stylesheets/application/elements/_label.scss */
.label {
  color: rgba(0, 0, 0, 0.9);
}

/* line 24, app/assets/stylesheets/application/elements/_label.scss */
.label--minor {
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/application/elements/_label.scss */
.label-info {
  background: #d8e7ea;
}

/* line 32, app/assets/stylesheets/application/elements/_label.scss */
.label-default {
  background: #d8d5db;
}

/* line 36, app/assets/stylesheets/application/elements/_label.scss */
.label-primary {
  background: #C3D7DF;
}

/* line 40, app/assets/stylesheets/application/elements/_label.scss */
.label-danger {
  background: #FFD1CC;
}

/* line 44, app/assets/stylesheets/application/elements/_label.scss */
.label-success {
  background: #B1F2C4;
}

/* line 48, app/assets/stylesheets/application/elements/_label.scss */
.label-warning {
  background: #ffcb9b;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/elements/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/elements/_main.scss */
main {
  flex: 1 0 auto;
  padding-bottom: 1.1428571429rem;
  min-height: calc(100vh - 100px - 60px);
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/elements/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/elements/_section.scss */
section {
  margin-bottom: 2.1428571429rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/layouts/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/layouts/_main.scss */
.l-main__wrapper {
  display: flex;
  flex-direction: row-reverse;
}

/* line 10, app/assets/stylesheets/application/layouts/_main.scss */
.l-main__content {
  transition: .35s max-width ease-in-out;
  max-width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/application/layouts/_main.scss */
  .l-content-width-md .l-main__content {
    flex: 0 0 calc(100vw - 185px);
    max-width: calc(100vw - 185px);
  }
}

@media (min-width: 1200px) {
  /* line 21, app/assets/stylesheets/application/layouts/_main.scss */
  .l-content-width-lg .l-main__content {
    flex: 0 0 calc(100vw - 185px);
    max-width: calc(100vw - 185px);
  }
}

/* line 28, app/assets/stylesheets/application/layouts/_main.scss */
#impersonation-warning {
  background-color: #df9489;
  color: white;
}

/* line 34, app/assets/stylesheets/application/layouts/_main.scss */
.l-main__full-width-banner {
  padding-top: 60px;
  position: relative;
}

/* line 37, app/assets/stylesheets/application/layouts/_main.scss */
.l-main__full-width-banner:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.28);
  filter: blur(1px);
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_card_grid.scss */
.o-card-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.8571428571rem;
  margin-right: -0.8571428571rem;
}

/* line 11, app/assets/stylesheets/application/objects/_card_grid.scss */
.o-card-grid article {
  flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/application/objects/_card_grid.scss */
  .o-card-grid article {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/application/objects/_card_grid.scss */
  .o-card-grid article {
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_container.scss */
.o-container--body {
  max-width: 1000px;
}

/* line 7, app/assets/stylesheets/application/objects/_container.scss */
.o-container--featured {
  background: #e9ecef;
  border-top: 1px solid #dee2e6;
}

/* line 12, app/assets/stylesheets/application/objects/_container.scss */
.o-container--full-bleed {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 16, app/assets/stylesheets/application/objects/_container.scss */
.o-container--constrained {
  max-width: 71.4285714286rem;
}

/* line 20, app/assets/stylesheets/application/objects/_container.scss */
.o-container--with-loader {
  position: relative;
  min-height: 200px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_dashboard.scss */
.o-dashboard__block--primary {
  margin-bottom: 3.5714285714rem;
}

/* line 7, app/assets/stylesheets/application/objects/_dashboard.scss */
.o-dashboard__block--secondary {
  margin-bottom: 2.8571428571rem;
}

/* line 11, app/assets/stylesheets/application/objects/_dashboard.scss */
.o-dashboard__block header {
  display: flex;
  align-items: center;
  margin-bottom: 0.8571428571rem;
}

/* line 16, app/assets/stylesheets/application/objects/_dashboard.scss */
.o-dashboard__block header h1 {
  margin: 0;
}

/* line 19, app/assets/stylesheets/application/objects/_dashboard.scss */
.o-dashboard__block header .ml-auto {
  margin-left: auto;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 16, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration.filter-active > .btn,
.o-filtration.client__filter-active > .btn {
  background-color: #d8e7ea;
}

/* line 20, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration.filter-active > .btn:hover,
.o-filtration.client__filter-active > .btn:hover {
  color: #222222;
}

/* line 25, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__option {
  margin-bottom: 1.1428571429rem;
}

/* line 29, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__option-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  /* line 35, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration__option-row .input-group {
    width: 100%;
  }
  /* line 38, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration__option-row .o-filtration__separator {
    width: 100%;
    text-align: center;
    margin-top: 0.5714285714rem;
    margin-bottom: 0.5714285714rem;
    justify-content: center;
  }
}

@media (min-width: 576px) {
  /* line 29, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration__option-row {
    flex-wrap: nowrap;
  }
}

/* line 51, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__container {
  min-width: 80vw;
  padding: 1.1428571429rem;
}

@media (min-width: 768px) {
  /* line 51, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration__container {
    min-width: 37.5rem;
  }
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration--xs .o-filtration__container {
    min-width: 16.0714285714rem;
  }
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration--sm .o-filtration__container {
    min-width: 23.2142857143rem;
  }
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration--md .o-filtration__container {
    min-width: 37.5rem;
  }
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/application/objects/_filtration.scss */
  .o-filtration--lg .o-filtration__container {
    min-width: 51.7857142857rem;
  }
}

/* line 71, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__header {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 1.1428571429rem;
  padding-left: 1.1428571429rem;
  padding-bottom: 0.5714285714rem;
  border-bottom: 1px solid #d8d5db;
  margin-bottom: 1.4285714286rem;
}

/* line 81, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__header h3 {
  margin-bottom: 0;
}

/* line 85, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__separator {
  display: flex;
  align-items: center;
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
}

/* line 92, app/assets/stylesheets/application/objects/_filtration.scss */
.o-filtration__actions {
  margin-top: 2.1428571429rem;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -16px;
  padding: 1.1428571429rem;
  border-top: 1px solid #d8d5db;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.l-info {
  max-width: 300px;
  min-width: 200px;
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.l-info h4 {
  margin: 0 0 5px;
  color: #777;
}

/* line 20, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.l-legend {
  line-height: 18px;
  color: #555;
}

/* line 25, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.l-legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

/* line 33, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.leaflet-container {
  background: transparent;
}

/* line 37, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.coc-util-overlap {
  width: 100%;
  flex: 1 1 100%;
  min-height: 600px;
}

@media (min-width: 768px) {
  /* line 37, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
  .coc-util-overlap {
    min-height: auto;
  }
}

/* line 46, app/assets/stylesheets/application/objects/_leaflet_customizations.scss */
.leaflet-bar a.leaflet-disabled {
  color: #666;
}
/* line 1, app/assets/stylesheets/application/objects/_list.scss */
.o-list--featured dt {
  font-weight: 600;
  margin-top: 5px;
}

/* line 6, app/assets/stylesheets/application/objects/_list.scss */
.o-list--featured dd {
  font-size: 1.2rem;
  font-weight: 600;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* Site Menu */
/* line 19, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu {
  background-color: #091f2f;
}

/* line 22, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu.nav > .nav-item {
  border-bottom: 1px solid #e9e7ed;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu.nav > .nav-item .nav-item {
  padding-bottom: 0.5rem;
}

/* line 30, app/assets/stylesheets/application/objects/_menu.scss */
.nav-link[data-toggle] [class*='toggle-icon-'] {
  padding-top: 0.25rem;
}

/* line 33, app/assets/stylesheets/application/objects/_menu.scss */
.nav-link.collapsed[data-toggle] .toggle-icon-down {
  display: block;
}

/* line 36, app/assets/stylesheets/application/objects/_menu.scss */
.nav-link.collapsed[data-toggle] .toggle-icon-up {
  display: none;
}

/* line 39, app/assets/stylesheets/application/objects/_menu.scss */
.nav-link[data-toggle]:not(.collapsed) .toggle-icon-up {
  display: block;
}

/* line 42, app/assets/stylesheets/application/objects/_menu.scss */
.nav-link[data-toggle]:not(.collapsed) .toggle-icon-down {
  display: none;
}

/* line 45, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu .nav-link {
  padding: 0;
}

/* line 48, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu a:link {
  color: white;
}

/* line 51, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu a:visited {
  color: white;
}

/* line 54, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu a:hover {
  color: white;
}

/* line 57, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu a:active {
  color: white;
}

/* line 60, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu a:hover .link-text {
  text-decoration: underline;
}

/* line 63, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu .menu-icon {
  color: #e5b17e;
}

/* line 66, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu .group-header {
  color: #e5b17e;
  margin-bottom: 0.5rem;
}

/* line 70, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu .group {
  border-left: 2px solid #9e9ca1;
}

/* line 73, app/assets/stylesheets/application/objects/_menu.scss */
.site-menu .icon-wrapper {
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

@media (max-width: 991.98px) {
  /* line 78, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-md .site-menu {
    width: 45vw;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: calc(60px + 2.1428571429rem);
    min-height: 100vh;
    transition: .35s transform ease-in-out;
  }
  /* line 13, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-md .site-menu.off-canvas {
    transform: translateX(45vw);
  }
}

@media (max-width: 1199.98px) {
  /* line 84, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-lg .site-menu {
    width: 45vw;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: calc(60px + 2.1428571429rem);
    min-height: 100vh;
    transition: .35s transform ease-in-out;
  }
  /* line 13, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-lg .site-menu.off-canvas {
    transform: translateX(45vw);
  }
}

/* End Site Menu */
/* line 91, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu {
  position: relative;
  min-height: 100%;
  max-width: 185px;
  flex: 0 0 185px;
  align-self: stretch;
  background-color: #091f2f;
  overflow: auto;
  padding: 2.1428571429rem 1.1428571429rem 1.1428571429rem;
  border-top: 2px solid #02080d;
  border-bottom: 2px solid #02080d;
}

/* line 102, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu.on-canvas {
  z-index: 399;
}

@media (max-width: 991.98px) {
  /* line 108, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-md .o-menu {
    width: 45vw;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: calc(60px + 2.1428571429rem);
    min-height: 100vh;
    transition: .35s transform ease-in-out;
  }
  /* line 13, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-md .o-menu.off-canvas {
    transform: translateX(45vw);
  }
}

@media (max-width: 1199.98px) {
  /* line 113, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-lg .o-menu {
    width: 45vw;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: calc(60px + 2.1428571429rem);
    min-height: 100vh;
    transition: .35s transform ease-in-out;
  }
  /* line 13, app/assets/stylesheets/application/objects/_menu.scss */
  .l-content-width-lg .o-menu.off-canvas {
    transform: translateX(45vw);
  }
}

/* line 119, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__group {
  padding-bottom: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 125, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__item {
  margin-bottom: 0.5714285714rem;
}

/* line 127, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__item:last-of-type {
  margin: 0;
}

/* line 132, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__link {
  color: white;
  display: block;
  line-height: 1.25;
  display: flex;
  align-items: center;
}

/* line 209, app/assets/stylesheets/application/objects/../_tools/mixins/general.scss */
.o-menu__link:hover, .o-menu__link:focus {
  color: #d8d5db;
}

/* line 138, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__link::before {
  content: '';
  height: 5px;
  width: 5px;
  transform: translateX(-5px);
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
}

/* line 148, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__link:focus::before, .o-menu__link:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 154, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__to-top {
  position: fixed;
  bottom: 3.5714285714rem;
  right: 92.5px;
  transform: translateX(50%);
  color: white;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .5s opacity;
}

/* line 165, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__to-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* line 170, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__to-top::before {
  display: none;
}

/* line 174, app/assets/stylesheets/application/objects/_menu.scss */
.o-menu__item.current_user-name {
  color: white;
  margin-left: 0.5rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 7, app/assets/stylesheets/application/objects/_page.scss */
.o-page__header,
.o-page__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.1428571429rem;
  flex-wrap: wrap;
}

/* line 15, app/assets/stylesheets/application/objects/_page.scss */
.o-page__title h1 {
  margin-bottom: 0.5714285714rem;
}

/* line 19, app/assets/stylesheets/application/objects/_page.scss */
.o-page__title .btn {
  width: 100%;
  margin-top: 0.5714285714rem;
  margin-bottom: 0.5714285714rem;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/application/objects/_page.scss */
  .o-page__title .btn {
    margin-bottom: none;
    width: auto;
  }
}

/* line 29, app/assets/stylesheets/application/objects/_page.scss */
.o-page__action {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin-bottom: 1.1428571429rem;
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/application/objects/_page.scss */
  .o-page__action {
    margin-left: auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

/* line 41, app/assets/stylesheets/application/objects/_page.scss */
.o-page__action .btn {
  width: 100%;
  text-align: center;
  margin-left: 0.5714285714rem;
}

@media (min-width: 768px) {
  /* line 41, app/assets/stylesheets/application/objects/_page.scss */
  .o-page__action .btn {
    width: auto;
  }
}

/* line 50, app/assets/stylesheets/application/objects/_page.scss */
.o-page__action--stacked {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 56, app/assets/stylesheets/application/objects/_page.scss */
.o-page__main-content {
  margin-top: 2.1428571429rem;
}

/* line 60, app/assets/stylesheets/application/objects/_page.scss */
.o-page__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.1428571429rem;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/application/objects/_page.scss */
  .o-page__controls {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}

/* line 70, app/assets/stylesheets/application/objects/_page.scss */
.o-page__controls .row {
  flex: 100%;
}

/* line 75, app/assets/stylesheets/application/objects/_page.scss */
.o-page__search {
  margin-right: 1.1428571429rem;
}

@media (min-width: 576px) {
  /* line 75, app/assets/stylesheets/application/objects/_page.scss */
  .o-page__search {
    min-width: 400px;
    max-width: 500px;
  }
}

/* line 83, app/assets/stylesheets/application/objects/_page.scss */
.o-page__search .form-group {
  flex: 1 1 auto;
}

/* line 87, app/assets/stylesheets/application/objects/_page.scss */
.o-page__sort {
  display: flex;
}

/* line 89, app/assets/stylesheets/application/objects/_page.scss */
.o-page__sort > div {
  margin-right: 0.5714285714rem;
}

/* line 94, app/assets/stylesheets/application/objects/_page.scss */
.o-page__search,
.o-page__sort,
.o-page__filter {
  margin-top: 0.2857142857rem;
  margin-bottom: 0.5714285714rem;
}

/* line 101, app/assets/stylesheets/application/objects/_page.scss */
.o-page__container-6 {
  min-width: 400px;
}
/* .o-pagination { } */
/* line 3, app/assets/stylesheets/application/objects/_pagination.scss */
.o-pagination--centered {
  text-align: center;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_pills.scss */
.o-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 10, app/assets/stylesheets/application/objects/_pills.scss */
.o-pills .badge-pill {
  margin-top: 0.2857142857rem;
  margin-bottom: 0.2857142857rem;
  margin-right: 0.2857142857rem;
}

/* line 14, app/assets/stylesheets/application/objects/_pills.scss */
.o-pills .badge-pill:last-of-type {
  margin-right: 1.1428571429rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_section_card.scss */
.o-section-card {
  margin-bottom: 1.1428571429rem;
}

/* line 7, app/assets/stylesheets/application/objects/_section_card.scss */
.o-section-card__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.8571428571rem;
}

/* line 13, app/assets/stylesheets/application/objects/_section_card.scss */
.o-section-card__header h1,
.o-section-card__header h3 {
  margin-bottom: 0;
  margin-right: 0.8571428571rem;
}

/* line 19, app/assets/stylesheets/application/objects/_section_card.scss */
.o-section-card__header-actions {
  margin-left: auto;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/_text.scss */
.o-color--primary {
  color: #457687;
}

/* .o-color--secondary {
  color: $brand-secondary;
} */
/* line 11, app/assets/stylesheets/application/objects/_text.scss */
.o-color--white {
  color: white;
}

/* line 15, app/assets/stylesheets/application/objects/_text.scss */
.o-color--gray-l {
  color: #e9e7ed;
}

/* line 19, app/assets/stylesheets/application/objects/_text.scss */
.o-color--gray-m {
  color: #d2d2d2;
}

/* line 23, app/assets/stylesheets/application/objects/_text.scss */
.o-color--gray-d {
  color: #666666;
}

/* line 27, app/assets/stylesheets/application/objects/_text.scss */
.o-color--positive,
.o-color--success {
  color: #68c27f;
}

/* line 32, app/assets/stylesheets/application/objects/_text.scss */
.o-color--danger {
  color: #df9489;
}

/* line 36, app/assets/stylesheets/application/objects/_text.scss */
.o-color--warning {
  color: #e5b17e;
}

/* line 40, app/assets/stylesheets/application/objects/_text.scss */
.o-text--normal {
  font-weight: normal;
}

/* line 44, app/assets/stylesheets/application/objects/_text.scss */
.o-text--semibold {
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/application/objects/_text.scss */
.o-text--bold {
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/application/objects/_text.scss */
.o-text--italic {
  font-style: italic;
}
/* line 1, app/assets/stylesheets/application/objects/boolean_button_group.scss */
.o-boolean-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/objects/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/objects/chart.scss */
.o-chart {
  margin-bottom: 2.1428571429rem;
  min-height: 200px;
}

/* line 8, app/assets/stylesheets/application/objects/chart.scss */
.o-chart__title {
  text-align: center;
  font-size: 1.4285714286rem;
  line-height: 1.2;
  margin-bottom: 1.1428571429rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/_btn_group.scss */
.c-btn-group {
  display: flex;
  flex-wrap: wrap;
}

/* line 8, app/assets/stylesheets/application/components/_btn_group.scss */
.c-btn-group a,
.c-btn-group button,
.c-btn-group input[type='submit'] {
  margin: 0 0.2857142857rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/_btn_select.scss */
.c-btn-select {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  transition: .15s ease-in-out;
  display: flex;
  align-items: center;
  min-height: 2.1428571429rem;
  min-width: 2.1428571429rem;
  min-width: 2.1428571429rem;
  border: 0;
  background: none;
  padding: 0;
}

/* line 14, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select::before, .c-btn-select::after {
  position: absolute;
  height: 2.1428571429rem;
  width: 2.1428571429rem;
  left: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select::before {
  content: '';
  display: block;
  background: white;
  border: 2px solid #c4c1c7;
  transition: .15s ease-in-out;
  color: #e4e4e4;
  border-radius: 5px;
}

/* line 34, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select::after {
  font-family: 'icons';
  content: "\ea10";
  color: #e9e7ed;
}

/* line 39, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select span {
  display: block;
  padding-left: calc(2.1428571429rem + 0.5714285714rem);
}

/* line 43, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select span.c-checkbox__label {
  padding-left: 0.5714285714rem;
}

/* line 10, app/assets/stylesheets/application/components/_btn_select.scss */
.c-btn-select:focus {
  outline: 0;
  box-shadow: none;
}

/* line 49, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.checked::before {
  background: #B1F2C4;
  border-color: #009f44;
}

/* line 53, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.checked::after {
  color: #006c2e;
}

/* line 58, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.checked:hover::before, .c-btn-select.checked:focus::before {
  background: rgba(177, 242, 196, 0.5);
  transform: scale(0.95);
}

/* line 62, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.checked:hover::after, .c-btn-select.checked:focus::after {
  color: #25ad5f;
  transform: scale(0.95);
}

/* line 67, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.checked:active {
  outline: 0;
  box-shadow: none;
}

/* line 70, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.checked:active::before, .c-btn-select.checked:active::after {
  transform: scale(0.75);
}

/* line 80, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.not-checked:hover::before, .c-btn-select.not-checked:focus::before {
  transform: scale(0.95);
  background: rgba(177, 242, 196, 0.5);
  border-color: #009f44;
}

/* line 85, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.not-checked:hover::after, .c-btn-select.not-checked:focus::after {
  transform: scale(0.95);
  color: #25ad5f;
}

/* line 90, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.not-checked:active {
  outline: 0;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-btn-select.not-checked:active::before, .c-btn-select.not-checked:active::after {
  transform: scale(0.75);
}

/* line 24, app/assets/stylesheets/application/components/_btn_select.scss */
.c-btn-select--round::before {
  border-radius: 50%;
}

/* line 31, app/assets/stylesheets/application/components/_btn_select.scss */
.c-btn-select--light.not-checked::before {
  background: white;
  border-color: #828282;
}

/* line 35, app/assets/stylesheets/application/components/_btn_select.scss */
.c-btn-select--light.not-checked::after {
  color: #c4c1c7;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/_card.scss */
.c-card {
  overflow: auto;
}

/* line 6, app/assets/stylesheets/application/components/_card.scss */
.c-card-overflow-inherit, .card.c-card-overflow-inherit {
  overflow: inherit;
}

/* line 10, app/assets/stylesheets/application/components/_card.scss */
.c-card--block {
  display: block;
}

/* line 14, app/assets/stylesheets/application/components/_card.scss */
.c-card--flex {
  display: flex;
}

/* line 18, app/assets/stylesheets/application/components/_card.scss */
.c-card__header {
  padding: 0.8571428571rem 0.8571428571rem 0 0.8571428571rem;
  flex: 1 1 auto;
}

/* line 23, app/assets/stylesheets/application/components/_card.scss */
.c-card__header--bordered {
  border-bottom: #f2f2f2 1px solid;
}

/* line 27, app/assets/stylesheets/application/components/_card.scss */
.c-card__header--external {
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin-bottom: 0.5714285714rem;
}

/* line 32, app/assets/stylesheets/application/components/_card.scss */
.c-card__header--external h1,
.c-card__header--external h2,
.c-card__header--external h3 {
  margin: 0;
  padding-right: 1.1428571429rem;
}

/* line 38, app/assets/stylesheets/application/components/_card.scss */
.c-card__header--external a,
.c-card__header--external button {
  margin-left: auto;
}

/* line 44, app/assets/stylesheets/application/components/_card.scss */
.c-card__content {
  background: white;
  color: #404040;
  border-radius: 0.35rem;
  border: 1px solid #e4e4e4;
  padding: 16px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-card__content.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, app/assets/stylesheets/application/components/_card.scss */
.c-card__content.highlight {
  -webkit-animation: highlight 2s;
          animation: highlight 2s;
}

/* line 50, app/assets/stylesheets/application/components/_card.scss */
.minimal-collapse .c-card__content {
  border: 0;
}

/* line 54, app/assets/stylesheets/application/components/_card.scss */
.no-border-radius-top .c-card__content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 59, app/assets/stylesheets/application/components/_card.scss */
.c-card__content-container {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

/* line 63, app/assets/stylesheets/application/components/_card.scss */
.c-card__content .form-control,
.c-card__content textarea,
.c-card__content input:not([type="submit"]),
.c-card__content .select2-selection {
  background-color: #f9f9f9;
}

/* line 70, app/assets/stylesheets/application/components/_card.scss */
.c-card__content--content-under {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 76, app/assets/stylesheets/application/components/_card.scss */
.c-card__content--flush {
  padding: 0;
}

/* line 80, app/assets/stylesheets/application/components/_card.scss */
.c-card--flush {
  background: white;
  color: #404040;
  border-radius: 0.35rem;
  border: 1px solid #e4e4e4;
  padding: 0;
}

/* line 83, app/assets/stylesheets/application/components/_card.scss */
.c-card--flush .table {
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/application/components/_card.scss */
.c-card--flush .table thead tr th:first-of-type,
.c-card--flush .table tbody tr td:first-of-type {
  padding-left: 1.0714285714rem;
}

/* line 91, app/assets/stylesheets/application/components/_card.scss */
.c-card--flush .table thead tr th:last-of-type,
.c-card--flush .table tbody tr td:last-of-type {
  padding-right: 1.0714285714rem;
}

/* line 97, app/assets/stylesheets/application/components/_card.scss */
.c-card--padded {
  padding: 0.8571428571rem;
}

/* line 101, app/assets/stylesheets/application/components/_card.scss */
.c-card--no-padding {
  padding: 0;
}

/* line 105, app/assets/stylesheets/application/components/_card.scss */
.c-card--linked {
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/application/components/_card.scss */
.c-card--linked:focus, .c-card--linked:hover {
  color: #404040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 112, app/assets/stylesheets/application/components/_card.scss */
.c-card--linked:active {
  background-color: #f9f9f9;
}

/* line 117, app/assets/stylesheets/application/components/_card.scss */
.c-card__title {
  margin-bottom: 0.8571428571rem;
  font-size: 110%;
  font-weight: 800;
}

/* line 127, app/assets/stylesheets/application/components/_card.scss */
.c-card__content table thead tr th:first-of-type,
.c-card__content table tbody tr td:first-of-type {
  padding-left: 1.1428571429rem;
}

/* line 131, app/assets/stylesheets/application/components/_card.scss */
.c-card__content table thead tr th:last-of-type,
.c-card__content table tbody tr td:last-of-type {
  padding-right: 1.1428571429rem;
}

/* line 137, app/assets/stylesheets/application/components/_card.scss */
.c-card__content .dataTable {
  margin: 0 !important;
}

/* line 141, app/assets/stylesheets/application/components/_card.scss */
.c-card__content .dataTables_wrapper {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/application/components/_card.scss */
.c-card__content .dataTables_wrapper .row:last-of-type {
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
  margin-top: 0.5714285714rem;
  margin-bottom: 0.5714285714rem;
}

/* line 154, app/assets/stylesheets/application/components/_card.scss */
.c-card__item {
  padding-bottom: 2.1428571429rem;
}

/* line 156, app/assets/stylesheets/application/components/_card.scss */
.c-card__item:first-of-type {
  margin-top: -16px;
}

/* line 158, app/assets/stylesheets/application/components/_card.scss */
.c-card__item:first-of-type .c-card__item-header {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  border-top: 0;
}

/* line 166, app/assets/stylesheets/application/components/_card.scss */
.c-card__internal-primary-action,
.c-card__item-header {
  border-top: #e9e7ed 1px solid;
  border-bottom: #e9e7ed 1px solid;
  background: #f2f2f2;
  color: #333333;
  margin-bottom: 1.1428571429rem;
  margin-top: 0;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  font-size: 1.1428571429rem;
}

/* line 171, app/assets/stylesheets/application/components/_card.scss */
.c-card__item-header {
  display: flex;
  align-items: center;
}

/* line 174, app/assets/stylesheets/application/components/_card.scss */
.c-card__item-header h4 {
  margin: 0;
  padding-right: 1.1428571429rem;
}

/* line 180, app/assets/stylesheets/application/components/_card.scss */
.c-card__internal-primary-action {
  margin-top: 0.8571428571rem;
  margin-bottom: -16px;
  border-bottom: 0;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 189, app/assets/stylesheets/application/components/_card.scss */
.well {
  background: white;
  color: #404040;
  border-radius: 0.35rem;
  border: 1px solid #e4e4e4;
  padding: 16px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 2.1428571429rem;
}

/* line 15, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.well.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 197, app/assets/stylesheets/application/components/_card.scss */
.c-card--row.children-visible,
.c-card--row.children-visible + table {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 201, app/assets/stylesheets/application/components/_card.scss */
.c-card--row.children-visible .c-card__content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 208, app/assets/stylesheets/application/components/_card.scss */
.c-card__toggle {
  color: red;
}

/* line 213, app/assets/stylesheets/application/components/_card.scss */
.c-card__detail-col {
  display: flex;
  margin-bottom: 1.1428571429rem;
  flex: 1 1 100%;
}

/* line 217, app/assets/stylesheets/application/components/_card.scss */
.c-card__detail-col:first-child {
  margin-top: 1.1428571429rem;
}

/* line 220, app/assets/stylesheets/application/components/_card.scss */
.c-card__detail-col:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  /* line 213, app/assets/stylesheets/application/components/_card.scss */
  .c-card__detail-col {
    padding-top: 1.1428571429rem;
    flex: 1 1 auto;
  }
  /* line 224, app/assets/stylesheets/application/components/_card.scss */
  .c-card__detail-col:first-child {
    margin-top: 0;
    max-width: 33%;
    flex: 1 1 33%;
  }
}

/* line 234, app/assets/stylesheets/application/components/_card.scss */
.c-card__detail-col--reversed-mobile {
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  /* line 234, app/assets/stylesheets/application/components/_card.scss */
  .c-card__detail-col--reversed-mobile {
    flex-direction: column;
  }
}

/* line 242, app/assets/stylesheets/application/components/_card.scss */
.c-card__content .c-card__detail-col:last-child {
  padding-bottom: 0;
}

/* line 247, app/assets/stylesheets/application/components/_card.scss */
.c-card__footer {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: #f2f2f2 1px solid;
  flex-wrap: wrap;
  padding: 0 1.1428571429rem;
}

/* line 254, app/assets/stylesheets/application/components/_card.scss */
.c-card__footer .btn {
  display: block;
}

/* line 259, app/assets/stylesheets/application/components/_card.scss */
.c-card__footer-content {
  padding: 0.8571428571rem 0;
}

/* line 263, app/assets/stylesheets/application/components/_card.scss */
.c-card__footer-content--left {
  margin-right: 1.1428571429rem;
}

/* line 267, app/assets/stylesheets/application/components/_card.scss */
.c-card__footer-content--right {
  margin-left: auto;
}

/* line 271, app/assets/stylesheets/application/components/_card.scss */
.c-card__content-block {
  padding: 1.1428571429rem;
}

/* line 273, app/assets/stylesheets/application/components/_card.scss */
.c-card__content-block h3 {
  font-size: 1.25rem;
}

/* line 278, app/assets/stylesheets/application/components/_card.scss */
.c-card__content-block--full-bleed {
  padding: 0;
}

/* line 282, app/assets/stylesheets/application/components/_card.scss */
.c-card__content-block--danger {
  background-color: #ffe8e6;
  padding: 1.1428571429rem;
}

/* line 287, app/assets/stylesheets/application/components/_card.scss */
.card-content .row--internal,
.card-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 293, app/assets/stylesheets/application/components/_card.scss */
.card-wrapper {
  display: flex;
  margin-bottom: 0.5714285714rem;
}

/* line 298, app/assets/stylesheets/application/components/_card.scss */
.c-card--internal {
  display: flex;
  flex: 1;
}

/* line 301, app/assets/stylesheets/application/components/_card.scss */
.c-card--internal .card-content {
  flex: 1;
  min-height: 100px;
  background: #f9f9f9;
}

/* line 306, app/assets/stylesheets/application/components/_card.scss */
.c-card--internal .card-title {
  margin-top: 0;
  margin-bottom: 0.8571428571rem;
}

/* line 317, app/assets/stylesheets/application/components/_card.scss */
.c-card--warning {
  border-color: rgba(188, 105, 35, 0.35);
}

/* line 319, app/assets/stylesheets/application/components/_card.scss */
.c-card--warning .card-content {
  background: rgba(188, 105, 35, 0.2);
}

/* line 317, app/assets/stylesheets/application/components/_card.scss */
.c-card--danger {
  border-color: rgba(187, 39, 22, 0.35);
}

/* line 319, app/assets/stylesheets/application/components/_card.scss */
.c-card--danger .card-content {
  background: rgba(187, 39, 22, 0.2);
}

/* line 317, app/assets/stylesheets/application/components/_card.scss */
.c-card--info {
  border-color: rgba(216, 231, 234, 0.35);
}

/* line 319, app/assets/stylesheets/application/components/_card.scss */
.c-card--info .card-content {
  background: rgba(216, 231, 234, 0.2);
}

/* line 325, app/assets/stylesheets/application/components/_card.scss */
.c-card--form .form-group {
  margin-bottom: 10px;
}

/* line 328, app/assets/stylesheets/application/components/_card.scss */
.c-card--form .form-group:last-child {
  margin-bottom: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* .c-checkbox { } */
/* line 5, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:checked,
.c-checkbox input:not(:checked) {
  position: absolute;
  left: -9999px;
}

/* line 11, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:checked + label,
.c-checkbox input:not(:checked) + label {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  transition: .15s ease-in-out;
  display: flex;
  align-items: center;
  min-height: 2.1428571429rem;
  min-width: 2.1428571429rem;
}

/* line 14, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label::before, .c-checkbox input:checked + label::after,
.c-checkbox input:not(:checked) + label::before,
.c-checkbox input:not(:checked) + label::after {
  position: absolute;
  height: 2.1428571429rem;
  width: 2.1428571429rem;
  left: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label::before,
.c-checkbox input:not(:checked) + label::before {
  content: '';
  display: block;
  background: white;
  border: 2px solid #c4c1c7;
  transition: .15s ease-in-out;
  color: #e4e4e4;
  border-radius: 5px;
}

/* line 34, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label::after,
.c-checkbox input:not(:checked) + label::after {
  font-family: 'icons';
  content: "\ea10";
  color: #e9e7ed;
}

/* line 39, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label span,
.c-checkbox input:not(:checked) + label span {
  display: block;
  padding-left: calc(2.1428571429rem + 0.5714285714rem);
}

/* line 43, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label span.c-checkbox__label,
.c-checkbox input:not(:checked) + label span.c-checkbox__label {
  padding-left: 0.5714285714rem;
}

/* line 80, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) + label:hover::before, .c-checkbox input:not(:checked) + label:focus::before {
  transform: scale(0.95);
  background: rgba(177, 242, 196, 0.5);
  border-color: #009f44;
}

/* line 85, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) + label:hover::after, .c-checkbox input:not(:checked) + label:focus::after {
  transform: scale(0.95);
  color: #25ad5f;
}

/* line 90, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) + label:active {
  outline: 0;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) + label:active::before, .c-checkbox input:not(:checked) + label:active::after {
  transform: scale(0.75);
}

/* line 49, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label::before {
  background: #B1F2C4;
  border-color: #009f44;
}

/* line 53, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label::after {
  color: #006c2e;
}

/* line 58, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label:hover::before, .c-checkbox input:checked + label:focus::before {
  background: rgba(177, 242, 196, 0.5);
  transform: scale(0.95);
}

/* line 62, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label:hover::after, .c-checkbox input:checked + label:focus::after {
  color: #25ad5f;
  transform: scale(0.95);
}

/* line 67, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label:active {
  outline: 0;
  box-shadow: none;
}

/* line 70, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked + label:active::before, .c-checkbox input:checked + label:active::after {
  transform: scale(0.75);
}

/* line 24, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:focus + label:before {
  outline: #1275D9 solid 3px;
}

/* line 101, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input.dirty:checked + label::before {
  background: #ffcb9b;
  border-color: #bc6923;
}

/* line 105, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input.dirty:checked + label::after {
  color: #91511b;
}

/* line 110, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input.dirty:checked + label:hover::before, .c-checkbox input.dirty:checked + label:focus::before {
  background: rgba(255, 203, 155, 0.5);
}

/* line 113, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input.dirty:checked + label:hover::after, .c-checkbox input.dirty:checked + label:focus::after {
  color: #b18661;
}

/* line 120, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input.dirty:not(:checked) + label::before {
  border: 2px solid #bc6923;
}

/* line 36, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round::before {
  border-radius: 50%;
}

/* .c-checkbox { } */
/* line 46, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:checked,
.c-checkbox input:not(:checked) {
  position: absolute;
  left: -9999px;
}

/* line 52, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:checked ~ label,
.c-checkbox input:not(:checked) ~ label {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  transition: .15s ease-in-out;
  display: flex;
  align-items: center;
  min-height: 2.1428571429rem;
  min-width: 2.1428571429rem;
}

/* line 14, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label::before, .c-checkbox input:checked ~ label::after,
.c-checkbox input:not(:checked) ~ label::before,
.c-checkbox input:not(:checked) ~ label::after {
  position: absolute;
  height: 2.1428571429rem;
  width: 2.1428571429rem;
  left: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label::before,
.c-checkbox input:not(:checked) ~ label::before {
  content: '';
  display: block;
  background: white;
  border: 2px solid #c4c1c7;
  transition: .15s ease-in-out;
  color: #e4e4e4;
  border-radius: 5px;
}

/* line 34, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label::after,
.c-checkbox input:not(:checked) ~ label::after {
  font-family: 'icons';
  content: "\ea10";
  color: #e9e7ed;
}

/* line 39, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label span,
.c-checkbox input:not(:checked) ~ label span {
  display: block;
  padding-left: calc(2.1428571429rem + 0.5714285714rem);
}

/* line 43, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label span.c-checkbox__label,
.c-checkbox input:not(:checked) ~ label span.c-checkbox__label {
  padding-left: 0.5714285714rem;
}

/* line 80, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) ~ label:hover::before, .c-checkbox input:not(:checked) ~ label:focus::before {
  transform: scale(0.95);
  background: rgba(177, 242, 196, 0.5);
  border-color: #009f44;
}

/* line 85, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) ~ label:hover::after, .c-checkbox input:not(:checked) ~ label:focus::after {
  transform: scale(0.95);
  color: #25ad5f;
}

/* line 90, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) ~ label:active {
  outline: 0;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:not(:checked) ~ label:active::before, .c-checkbox input:not(:checked) ~ label:active::after {
  transform: scale(0.75);
}

/* line 49, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label::before {
  background: #B1F2C4;
  border-color: #009f44;
}

/* line 53, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label::after {
  color: #006c2e;
}

/* line 58, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label:hover::before, .c-checkbox input:checked ~ label:focus::before {
  background: rgba(177, 242, 196, 0.5);
  transform: scale(0.95);
}

/* line 62, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label:hover::after, .c-checkbox input:checked ~ label:focus::after {
  color: #25ad5f;
  transform: scale(0.95);
}

/* line 67, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label:active {
  outline: 0;
  box-shadow: none;
}

/* line 70, app/assets/stylesheets/application/components/../_tools/mixins/checkbox.scss */
.c-checkbox input:checked ~ label:active::before, .c-checkbox input:checked ~ label:active::after {
  transform: scale(0.75);
}

/* line 65, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:disabled:checked ~ label,
.c-checkbox input.disabled:checked ~ label,
.c-checkbox input.disabled:not(:checked) ~ label,
.c-checkbox input:disabled:not(:checked) ~ label {
  background: #eeeeee !important;
  border-color: #eeeeee !important;
  pointer-events: none !important;
  cursor: not-allowed;
}

/* line 73, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:disabled:checked ~ label .c-checkbox__check-container,
.c-checkbox input.disabled:checked ~ label .c-checkbox__check-container,
.c-checkbox input.disabled:not(:checked) ~ label .c-checkbox__check-container,
.c-checkbox input:disabled:not(:checked) ~ label .c-checkbox__check-container {
  opacity: .75;
}

/* line 80, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:not(:checked):disabled ~ label .c-checkbox__check-icon,
.c-checkbox input.disabled:not(:checked) ~ label .c-checkbox__check-icon {
  display: none;
}

/* line 85, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:disabled:checked ~ label,
.c-checkbox input.disabled:checked ~ label {
  background: rgba(216, 231, 234, 0.2) !important;
}

/* line 88, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox input:disabled:checked ~ label .c-checkbox__check-icon,
.c-checkbox input.disabled:checked ~ label .c-checkbox__check-icon {
  display: block;
}

/* line 94, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round label::before {
  border-radius: 50% !important;
}

/* line 99, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label,
.c-checkbox--round input:not(:checked) ~ label {
  padding: 0.5714285714rem;
  border-radius: 4px;
  margin-bottom: 5px;
  min-height: 40px;
}

/* line 105, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label .c-checkbox__check-container,
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-container {
  margin-right: 0.5714285714rem;
}

/* line 108, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label .c-checkbox__check-container,
.c-checkbox--round input:checked ~ label .c-checkbox__check-icon,
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-container,
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-icon {
  border-radius: 50%;
}

/* line 112, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label .c-checkbox__check-icon,
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-icon {
  transform: scale(0.65);
  transform-origin: 50% 50%;
  flex: 0 0 auto;
  height: 100%;
  width: 100%;
}

/* line 118, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label .c-checkbox__check-icon::before,
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-icon::before {
  content: '';
}

/* line 124, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label:focus .c-checkbox__check-icon, .c-checkbox--round input:checked ~ label:hover .c-checkbox__check-icon,
.c-checkbox--round input:not(:checked) ~ label:focus .c-checkbox__check-icon,
.c-checkbox--round input:not(:checked) ~ label:hover .c-checkbox__check-icon {
  transform: scale(0.5);
}

/* line 129, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label:active .c-checkbox__check-container,
.c-checkbox--round input:not(:checked) ~ label:active .c-checkbox__check-container {
  transform: scale(1);
}

/* line 132, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label:active .c-checkbox__check-icon,
.c-checkbox--round input:not(:checked) ~ label:active .c-checkbox__check-icon {
  transform: scale(0.3);
  transform-origin: center center;
}

/* line 140, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:not(:checked) ~ label:focus, .c-checkbox--round input:not(:checked) ~ label:hover {
  background: #eeedf1;
}

/* line 143, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:not(:checked) ~ label:focus .c-checkbox__check-icon, .c-checkbox--round input:not(:checked) ~ label:hover .c-checkbox__check-icon {
  background: #B1F2C4;
}

/* line 147, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-container {
  background: white;
}

/* line 150, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:not(:checked) ~ label .c-checkbox__check-icon {
  border-radius: 50%;
  background: #e9e7ed;
  transform: scale(0.65);
}

/* line 158, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label .c-checkbox__check-icon {
  border-radius: 50%;
  background: #009f44;
}

/* line 164, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox--round input:checked ~ label:focus .c-checkbox__check-icon, .c-checkbox--round input:checked ~ label:hover .c-checkbox__check-icon {
  transform: scale(0.65);
}

/* line 170, app/assets/stylesheets/application/components/_checkbox.scss */
.c-checkbox__hint {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #828282;
}

/* line 177, app/assets/stylesheets/application/components/_checkbox.scss */
.custom-checkbox {
  padding-left: 0;
}

/* line 181, app/assets/stylesheets/application/components/_checkbox.scss */
.condensed-checkboxes fieldset {
  margin-bottom: 15px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 10, app/assets/stylesheets/application/components/_color_key.scss */
.c-color-key {
  display: flex;
  align-items: center;
  background: white;
  padding: 0.5714285714rem;
  flex: 0 0 auto;
  border-radius: 3px;
  border: 1px solid #e9e7ed;
}

/* line 20, app/assets/stylesheets/application/components/_color_key.scss */
.c-color-key__swatch {
  height: 20px;
  width: 20px;
  background: #c7f6d5;
  margin-right: 0.5714285714rem;
  border: 1px solid #DDDDDD;
}

/* line 27, app/assets/stylesheets/application/components/_color_key.scss */
.c-color-key__swatch--positive {
  background-color: #c7f6d5;
}

/* line 27, app/assets/stylesheets/application/components/_color_key.scss */
.c-color-key__swatch--warning {
  background-color: #ffd8b5;
}

/* line 27, app/assets/stylesheets/application/components/_color_key.scss */
.c-color-key__swatch--danger {
  background-color: #ffe8e6;
}

/* line 33, app/assets/stylesheets/application/components/_color_key.scss */
.c-color-key__title {
  font-size: 14px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 8, app/assets/stylesheets/application/components/_columns.scss */
.c-columns {
  display: flex;
  flex-direction: column;
  background: white;
  border-bottom: 1px solid #e9e7ed;
  position: relative;
  overflow: auto;
}

/* line 224, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 229, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns::-webkit-scrollbar-track {
  background: #e9e7ed;
}

/* line 233, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns::-webkit-scrollbar-thumb {
  background: #9e9ca1;
}

/* line 237, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns::-webkit-scrollbar-thumb:hover {
  background: #828282;
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/application/components/_columns.scss */
  .c-columns {
    max-height: 80vh;
    flex-direction: row;
  }
}

/* line 22, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__veil {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  pinter-events: none;
}

/* line 28, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__message {
  background: #eff3f8;
  display: flex;
  align-items: center;
  padding: 1.1428571429rem;
}

/* line 35, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__message p {
  margin: 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 40, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  width: 100%;
  min-width: 250px;
  border-right: 1px solid #e9e7ed;
  border-left: 1px solid #e9e7ed;
}

@media (min-width: 992px) {
  /* line 40, app/assets/stylesheets/application/components/_columns.scss */
  .c-columns__column {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    min-width: 20%;
  }
}

/* line 56, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-header {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 1.1428571429rem;
  background: #eff3f8;
  border-bottom: 1px solid #f6f6f8;
}

/* line 65, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content {
  flex: 1 1 auto;
  overflow: auto;
}

/* line 224, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns__column-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 229, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns__column-content::-webkit-scrollbar-track {
  background: #e9e7ed;
}

/* line 233, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns__column-content::-webkit-scrollbar-thumb {
  background: #9e9ca1;
}

/* line 237, app/assets/stylesheets/application/components/../_tools/mixins/general.scss */
.c-columns__column-content::-webkit-scrollbar-thumb:hover {
  background: #828282;
}

/* line 69, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content.inactive {
  opacity: .8;
}

/* line 75, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content fieldset .col-form-label {
  display: none;
}

/* line 78, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content fieldset .form-check {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 1.1428571429rem;
  border-top: 1px solid #f6f6f8;
}

/* line 85, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content fieldset .form-check:hover {
  background: #f7f7f7;
}

/* line 89, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content fieldset .form-check input,
.c-columns__column-content fieldset .form-check label {
  margin-bottom: 0;
}

/* line 93, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content fieldset .form-check input {
  margin: 0;
  padding-right: 0.5714285714rem;
  position: static;
}

/* line 98, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content fieldset .form-check label {
  border-top: 0;
  padding-left: 0;
  flex: 1 1 auto;
}

/* line 107, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-title {
  margin: 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 112, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-actions {
  width: 100%;
  border-bottom: 2px solid #e9e7ed;
}

/* line 117, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-actions .select2-container {
  width: 100% !important;
  display: block;
}

/* line 122, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-actions .select2-selection__choice {
  display: none !important;
}

/* line 125, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-actions .select2-search__field {
  width: 100% !important;
}

/* line 129, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-action .form-group {
  margin-bottom: 0;
}

/* line 133, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-action {
  padding: 1.1428571429rem;
  border-top: 2px solid #e9e7ed;
}

/* line 138, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* line 144, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-buttons a {
  margin-left: 0.2857142857rem;
  font-size: 1.4285714286rem;
  padding: 0.2857142857rem;
  color: #828282;
}

/* line 149, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-buttons a:hover {
  color: black;
  transform: scale(1.1);
}

/* line 153, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-buttons a:active {
  transform: scale(0.9);
}

/* line 158, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* line 161, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list:empty {
  display: none;
}

/* line 166, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item, .c-columns__column-content .checkbox label, .c-columns__column-content fieldset .form-check label,
.c-columns__column-list-item--read-only {
  padding: 0.8571428571rem 1.1428571429rem;
  border-top: 1px solid #f6f6f8;
}

/* line 172, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item, .c-columns__column-content .checkbox label, .c-columns__column-content fieldset .form-check label {
  display: flex;
  cursor: pointer;
}

/* line 176, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item:hover, .c-columns__column-content .checkbox label:hover, .c-columns__column-content fieldset .form-check label:hover {
  background: #f7f7f7;
}

/* line 178, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item:hover span:last-of-type, .c-columns__column-content .checkbox label:hover span:last-of-type, .c-columns__column-content fieldset .form-check label:hover span:last-of-type {
  transform: scale(1.5);
  color: #bb2716;
}

/* line 186, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item span:last-of-type, .c-columns__column-content .checkbox label span:last-of-type, .c-columns__column-content fieldset .form-check label span:last-of-type {
  margin-left: auto;
  padding-left: 0.8571428571rem;
  color: #d8d5db;
  transition: .15s;
  transform: scale(1);
  transform-origin: center;
}

/* line 196, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item--read-only .asterisk {
  font-size: 12px;
  color: #9e9ca1;
}

/* line 201, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item-title {
  font-weight: bold;
  display: block;
  margin-bottom: 0.2142857143rem;
  width: 100%;
}

/* line 208, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-list-item-description {
  color: #828282;
  margin: 0;
}

/* line 213, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content .checkbox {
  margin: 0;
}

/* line 215, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content .checkbox label {
  display: flex;
  align-items: center;
}

/* line 220, app/assets/stylesheets/application/components/_columns.scss */
.c-columns__column-content .checkbox input {
  position: static;
  margin: 0 0.5714285714rem 0 0;
}
/* line 4, app/assets/stylesheets/application/components/_gradient_legend.scss */
.c-gradient-legend__gradient {
  background: #f9f9f9;
  border: 1px solid #CCC;
  min-height: 25px;
  margin-bottom: 3px;
}

/* line 11, app/assets/stylesheets/application/components/_gradient_legend.scss */
.c-gradient-legend__labels {
  display: flex;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/application/components/_gradient_legend.scss */
.c-gradient-legend__label {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.3846153846;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/_heading.scss */
.c-heading {
  padding: 0.5714285714rem;
  margin: 0;
}

/* line 9, app/assets/stylesheets/application/components/_heading.scss */
.c-heading--full-bleed {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 13, app/assets/stylesheets/application/components/_heading.scss */
.c-heading--shout {
  text-transform: uppercase;
}

/* line 19, app/assets/stylesheets/application/components/_heading.scss */
.c-heading--highlight-1 {
  color: black;
  background: #f3edf5;
  padding: 0.5714285714rem;
}

/* line 19, app/assets/stylesheets/application/components/_heading.scss */
.c-heading--highlight-2 {
  color: black;
  background: #eef2f8;
  padding: 0.5714285714rem;
}

/* line 19, app/assets/stylesheets/application/components/_heading.scss */
.c-heading--highlight-3 {
  color: black;
  background: #fafdf4;
  padding: 0.5714285714rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/_loading.scss */
.c-loading {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 0.5714285714rem;
  transition: background .5s;
}

/* line 10, app/assets/stylesheets/application/components/_loading.scss */
.c-loading.saving {
  background: #ffcb9b;
}

/* line 13, app/assets/stylesheets/application/components/_loading.scss */
.c-loading.saved {
  background: #B1F2C4;
}

/* line 16, app/assets/stylesheets/application/components/_loading.scss */
.c-loading.error {
  background: #FFD1CC;
}

/* line 21, app/assets/stylesheets/application/components/_loading.scss */
.cha__saving-indicator {
  position: fixed;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: 2000;
  width: 160px;
  justify-content: center;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 6, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
}

/* line 13, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* line 21, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading--lg {
  width: 60px;
  height: 60px;
}

/* line 26, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: c-loading__dot 2.0s infinite ease-in-out both;
          animation: c-loading__dot 2.0s infinite ease-in-out both;
}

/* line 35, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: c-loading__dot-before 2.0s infinite ease-in-out both;
          animation: c-loading__dot-before 2.0s infinite ease-in-out both;
}

/* line 45, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading--dark .c-loading__dot:before {
  background-color: black;
}

/* line 49, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

/* line 50, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

/* line 51, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

/* line 52, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 53, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

/* line 54, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

/* line 55, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

/* line 56, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

/* line 57, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

/* line 58, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 59, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

/* line 60, app/assets/stylesheets/application/components/_loading_animation.scss */
.c-loading__dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes c-loading__dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes c-loading__dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes c-loading__dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

@keyframes c-loading__dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table .c-checkbox {
  font-size: 18px;
}

/* line 7, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table select.select2 {
  max-height: 45px;
}

/* line 12, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  pointer-events: none;
}

/* line 21, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 32, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__loading span {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 0.5714285714rem;
}

/* line 40, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-container {
  overflow: hidden;
  max-height: 0;
  position: fixed;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-align: center;
  background: rgba(255, 203, 155, 0.85);
  z-index: 200;
  transition: .25s ease-in-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1.1428571429rem;
}

@media (min-width: 768px) {
  /* line 40, app/assets/stylesheets/application/components/_save_table.scss */
  .c-save-table__submit-container {
    left: 30px;
    right: calc(185px + 30px);
  }
}

/* line 59, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-container.show {
  max-height: 100px;
}

/* line 62, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-container a {
  color: black;
}

/* line 64, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-container a:focus, .c-save-table__submit-container a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 69, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-container.has-error {
  background: rgba(255, 209, 204, 0.95);
}

/* line 74, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-container-error-text {
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  flex: 1 0 auto;
  padding-left: 1.1428571429rem;
  text-align: left;
}

/* line 82, app/assets/stylesheets/application/components/_save_table.scss */
.c-save-table__submit-changes {
  margin: 15px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/components/_spinner.scss */
.c-spinner::before {
  content: '';
  display: block;
  margin-right: 0.5714285714rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: #457687;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite;
}

/* line 18, app/assets/stylesheets/application/components/_spinner.scss */
.c-spinner--lg::before {
  content: '';
  display: block;
  margin-right: 0.5714285714rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 12px solid white;
  border-top-color: #457687;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite;
}

/* line 31, app/assets/stylesheets/application/components/_spinner.scss */
.c-spinner--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* line 40, app/assets/stylesheets/application/components/_spinner.scss */
.c-spinner--gray::before {
  border: 3px solid #e9e7ed;
  border-top-color: #457687;
}

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

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 6, app/assets/stylesheets/application/components/_table.scss */
.c-table {
  background: white;
  border: 1px solid #F0F0F0;
}

/* line 12, app/assets/stylesheets/application/components/_table.scss */
.c-table--striped tbody tr:nth-of-type(odd) td {
  background: #f7f7f7;
}

/* line 17, app/assets/stylesheets/application/components/_table.scss */
.c-table > thead > tr > th,
.c-table > tbody > tr > td {
  padding: 0.5714285714rem 1.1428571429rem;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/application/components/_table.scss */
.c-table > thead > tr > th {
  border-bottom: 0;
}

/* line 27, app/assets/stylesheets/application/components/_table.scss */
.c-table__header-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2857142857rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 33, app/assets/stylesheets/application/components/_table.scss */
.c-table__header .pagination {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/application/components/_table.scss */
.c-table__header > th {
  background: white;
  padding: 0.5714285714rem 1.1428571429rem;
  border-bottom: 2px solid #DDDDDD;
  font-family: "Open Sans Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 42, app/assets/stylesheets/application/components/_table.scss */
.c-table__header > th:first-of-type {
  border-left: 1px solid #F0F0F0;
}

/* line 45, app/assets/stylesheets/application/components/_table.scss */
.c-table__header > th:last-of-type {
  border-right: 1px solid #F0F0F0;
}

/* line 50, app/assets/stylesheets/application/components/_table.scss */
.c-table__header--secondary > th {
  background: white;
  white-space: nowrap;
  border-bottom-width: 1px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 57, app/assets/stylesheets/application/components/_table.scss */
.c-table__header--all-caps > th {
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell--border-r-primary,
.c-table__cell--border-r-secondary {
  border-right: 1px solid #cbcbcb;
}

/* line 66, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell--border-r-secondary {
  border-color: #F0F0F0;
}

/* line 70, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin-bottom: 0.5714285714rem;
}

/* line 75, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell-description {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 79, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell-icon {
  font-size: 2rem;
}

/* line 83, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell-icon--active {
  color: #009f44;
}

/* line 87, app/assets/stylesheets/application/components/_table.scss */
.c-table__cell-icon--inactive {
  color: #9e9ca1;
  font-size: 1.5714285714rem;
}

/* line 92, app/assets/stylesheets/application/components/_table.scss */
.c-table__icon-key {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #666666;
}

/* line 97, app/assets/stylesheets/application/components/_table.scss */
.c-table__icon-key--right {
  margin-left: auto;
}

/* line 101, app/assets/stylesheets/application/components/_table.scss */
.c-table__icon-key span {
  font-style: italic;
}

/* line 105, app/assets/stylesheets/application/components/_table.scss */
table.table-fixed {
  position: relative;
}

/* line 108, app/assets/stylesheets/application/components/_table.scss */
.table-fixed th {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 100;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 14, app/assets/stylesheets/application/components/_tag.scss */
.c-tag {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  margin-bottom: 0.2857142857rem;
}

/* line 22, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: auto;
}

/* line 28, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__wrapper {
  display: flex;
  align-items: center;
}

/* line 33, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__icon,
.c-tag__icon-svg {
  flex: 0 0 auto;
  height: 35px;
  width: 35px;
  box-shadow: 0 0 0 2px white;
  background: #B1F2C4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 1.4285714286rem;
}

/* line 46, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__icon--sm,
.c-tag__icon-svg--sm {
  font-size: 1rem;
}

/* line 52, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__icon-svg .icon-svg--xs {
  margin-bottom: 8px;
  margin-right: 0;
  margin-left: 8px;
}

/* line 59, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__content {
  min-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background: #B1F2C4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.8571428571rem;
  padding-left: 2.6785714286rem;
  padding-top: 0.2857142857rem;
  padding-bottom: 0.2857142857rem;
  transform: translateX(-17.5px);
  z-index: 1;
  border-radius: 0.1428571429rem;
  margin-right: -17.5px;
}

/* line 81, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__icon-svg + .c-tag__content {
  padding-left: 2.1428571429rem;
}

/* line 85, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__content--shout {
  text-transform: uppercase;
  font-size: 18px;
}

/* line 90, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__content a {
  font-weight: bold;
}

/* line 92, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__content a:hover {
  text-decoration: underline;
}

/* line 97, app/assets/stylesheets/application/components/_tag.scss */
.c-tag__icon,
.c-tag__icon-svg,
.c-tag__content span,
.c-tag__content a {
  color: rgba(0, 0, 0, 0.8);
}

/* line 113, app/assets/stylesheets/application/components/_tag.scss */
.c-tag-pill, .c-tag-pill--lg {
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

/* line 117, app/assets/stylesheets/application/components/_tag.scss */
.c-tag-pill--lg {
  border-radius: 15px;
  padding: 0.8571428571rem 2.1428571429rem;
  font-size: 1rem;
}

/* line 126, app/assets/stylesheets/application/components/_tag.scss */
.c-tag--success .c-tag__content,
.c-tag--success .c-tag__icon,
.c-tag--success .c-tag__icon-svg {
  background-color: #B1F2C4;
}

/* line 132, app/assets/stylesheets/application/components/_tag.scss */
.c-tag-pill--success {
  background-color: #B1F2C4;
  color: rgba(0, 0, 0, 0.95);
}

/* line 126, app/assets/stylesheets/application/components/_tag.scss */
.c-tag--warning .c-tag__content,
.c-tag--warning .c-tag__icon,
.c-tag--warning .c-tag__icon-svg {
  background-color: #bc6923;
}

/* line 132, app/assets/stylesheets/application/components/_tag.scss */
.c-tag-pill--warning {
  background-color: #bc6923;
  color: rgba(0, 0, 0, 0.95);
}

/* line 126, app/assets/stylesheets/application/components/_tag.scss */
.c-tag--danger .c-tag__content,
.c-tag--danger .c-tag__icon,
.c-tag--danger .c-tag__icon-svg {
  background-color: #FFD1CC;
}

/* line 132, app/assets/stylesheets/application/components/_tag.scss */
.c-tag-pill--danger {
  background-color: #FFD1CC;
  color: rgba(0, 0, 0, 0.95);
}

/* line 126, app/assets/stylesheets/application/components/_tag.scss */
.c-tag--info .c-tag__content,
.c-tag--info .c-tag__icon,
.c-tag--info .c-tag__icon-svg {
  background-color: #d8e7ea;
}

/* line 132, app/assets/stylesheets/application/components/_tag.scss */
.c-tag-pill--info {
  background-color: #d8e7ea;
  color: rgba(0, 0, 0, 0.95);
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/bar_viz.scss */
.c-bar-viz {
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/application/components/bar_viz.scss */
.c-bar-viz__total {
  flex: 1 1 50px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50px;
  max-width: 50px;
  font-weight: bold;
  margin-right: 0.8571428571rem;
  text-align: right;
}

/* line 16, app/assets/stylesheets/application/components/bar_viz.scss */
.c-bar-viz__bars {
  flex: 1 1 95%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 95%;
  max-width: 95%;
}

/* line 21, app/assets/stylesheets/application/components/bar_viz.scss */
.c-bar-viz__bar {
  min-height: 20px;
  margin-bottom: 2px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/boolean_button.scss */
.c-boolean-button {
  position: relative;
}

/* line 7, app/assets/stylesheets/application/components/boolean_button.scss */
.c-boolean-button input ~ label {
  display: inline-block;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  min-height: 2.8571428571rem;
  display: inline-flex;
  align-items: baseline;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  color: #212529;
  background-color: white;
  border-color: white;
  align-items: center;
  margin-right: 0.5714285714rem;
  border: 1px solid #457687;
  max-height: 40px;
  font-weight: normal;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/application/components/../_tools/mixins/buttons.scss */
.c-boolean-button input ~ label [class^='icon'],
.c-boolean-button input ~ label span {
  margin-right: 0.5714285714rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/application/components/boolean_button.scss */
  .c-boolean-button input ~ label {
    transition: none;
  }
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.c-boolean-button input ~ label:hover {
  color: #333333;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/application/components/../_tools/mixins/buttons.scss */
.c-boolean-button input ~ label:focus, .c-boolean-button input ~ label.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 30, app/assets/stylesheets/application/components/../_tools/mixins/buttons.scss */
.c-boolean-button input ~ label.disabled, .c-boolean-button input ~ label:disabled {
  opacity: 0.65;
}

/* line 13, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.c-boolean-button input ~ label:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.c-boolean-button input ~ label:focus, .c-boolean-button input ~ label.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 32, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.c-boolean-button input ~ label.disabled, .c-boolean-button input ~ label:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 43, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.c-boolean-button input ~ label:not(:disabled):not(.disabled):active, .c-boolean-button input ~ label.active:not(:disabled):not(.disabled), .show > .c-boolean-button input ~ label.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.c-boolean-button input ~ label:not(:disabled):not(.disabled):active:focus, .c-boolean-button input ~ label.active:not(:disabled):not(.disabled):focus, .show > .c-boolean-button input ~ label.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 15, app/assets/stylesheets/application/components/boolean_button.scss */
.c-boolean-button input ~ label:hover {
  border: 1px solid #457687;
}

/* line 20, app/assets/stylesheets/application/components/boolean_button.scss */
.c-boolean-button input {
  position: absolute;
  left: -9999px;
}

/* line 36, app/assets/stylesheets/application/components/boolean_button.scss */
.c-boolean-button input:checked ~ label {
  color: #345965;
  background: #d8e7ea;
  border-color: #C3D7DF;
  box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
/* line 1, app/assets/stylesheets/application/components/cal.scss */
.c-cal {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 6, app/assets/stylesheets/application/components/cal.scss */
.c-cal__week {
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 12, app/assets/stylesheets/application/components/cal.scss */
.c-cal__day {
  min-height: 30px;
  background: #FFF;
  border-radius: 3px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f9f9f9;
  margin-left: 2px;
  margin-right: 2px;
  flex: 1 1 .14285714%;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/application/components/cal.scss */
.c-cal__day.fill, .c-cal__day.past {
  background: none;
  color: #CCC;
}

/* line 30, app/assets/stylesheets/application/components/cal.scss */
.c-cal__day.active {
  background: #333;
  color: white;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/application/components/cal.scss */
.c-cal__day--label {
  text-align: center;
  height: auto;
  background: none;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 5, app/assets/stylesheets/application/components/chart.scss */
.c-chart--horizontal-bar svg, .c-chart--vertical-bar svg {
  overflow: visible !important;
}

/* line 8, app/assets/stylesheets/application/components/chart.scss */
.c-chart--horizontal-bar .bb-chart-text .bb-text, .c-chart--vertical-bar .bb-chart-text .bb-text {
  font-weight: bold;
  font-size: 16px;
  fill: black !important;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 14, app/assets/stylesheets/application/components/chart.scss */
.c-chart--horizontal-bar .bb-ygrid, .c-chart--vertical-bar .bb-ygrid {
  stroke-dasharray: 0 0;
}

/* line 17, app/assets/stylesheets/application/components/chart.scss */
.c-chart--horizontal-bar .bb-ygrid,
.c-chart--horizontal-bar .tick line,
.c-chart--horizontal-bar .domain, .c-chart--vertical-bar .bb-ygrid,
.c-chart--vertical-bar .tick line,
.c-chart--vertical-bar .domain {
  stroke: #dedede;
}

/* line 22, app/assets/stylesheets/application/components/chart.scss */
.c-chart--horizontal-bar .tick tspan, .c-chart--vertical-bar .tick tspan {
  font-weight: 400;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}

/* line 33, app/assets/stylesheets/application/components/chart.scss */
.performance-measurement .c-chart--vertical-bar .bb-chart-text .bb-text,
.ce-performance .c-chart--vertical-bar .bb-chart-text .bb-text {
  fill: white !important;
}

/* line 36, app/assets/stylesheets/application/components/chart.scss */
.performance-measurement .c-chart--vertical-bar .bb-ygrid-line line,
.ce-performance .c-chart--vertical-bar .bb-ygrid-line line {
  stroke: #009f44;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/detail_block.scss */
.c-detail-block__title {
  font-weight: 400;
  margin-bottom: 0.2857142857rem;
}

/* line 8, app/assets/stylesheets/application/components/detail_block.scss */
.c-detail-block__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/filters.scss */
.c-filters {
  display: flex;
  flex-direction: column;
  margin-top: 0.5714285714rem;
  margin-bottom: 3.5714285714rem;
  overflow: inherit;
}

/* line 11, app/assets/stylesheets/application/components/filters.scss */
.c-filters.c-card {
  overflow-y: visible;
}

/* line 15, app/assets/stylesheets/application/components/filters.scss */
.c-filters__row,
.c-filters__group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.1428571429rem;
}

/* line 23, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group {
  flex: 1 1 50%;
  max-width: 50%;
}

/* line 29, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group > .row {
  flex: 1 1 auto;
  min-width: 100%;
}

/* line 34, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group--w-100 {
  max-width: 100%;
  flex: 1 1 100%;
  margin-right: 0;
  margin-bottom: 0;
  display: block;
}

/* line 40, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group--w-100:empty {
  display: none;
  margin: 0;
}

/* line 46, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group .form-group {
  margin-bottom: 1.1428571429rem;
  margin-right: 0.8571428571rem;
  flex: 1 1 auto;
}

/* line 52, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group--w-100 .form-group {
  margin-bottom: 1.1428571429rem;
  margin-right: 0;
}

/* line 57, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group .input-group.datepicker {
  padding: 0;
}

/* line 61, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group .select2-container {
  min-width: 200px;
}

/* line 65, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group--justify {
  justify-content: space-between;
}

/* line 69, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group--right {
  margin-left: auto;
  justify-content: flex-end;
}

/* line 74, app/assets/stylesheets/application/components/filters.scss */
.c-filters__group--right .form-group,
.c-filters__group--right .select2-container {
  margin-left: 0.8571428571rem;
  margin-right: 0;
}

/* line 80, app/assets/stylesheets/application/components/filters.scss */
.c-filters__actions input[type=submit],
.c-filters__actions a,
.c-filters__actions button {
  margin-right: 0.8571428571rem;
  margin-bottom: 0.8571428571rem;
}

/* line 87, app/assets/stylesheets/application/components/filters.scss */
.c-filters hr {
  margin-top: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator {
  min-height: 75px;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator--constrained-width {
  min-width: 200px;
  max-width: 400px;
  margin: 0 auto;
}

/* line 12, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__title {
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-bottom: 0.8571428571rem;
}

/* line 17, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__content {
  margin-left: auto;
  margin-right: auto;
}

/* line 21, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__passed {
  margin-left: auto;
  margin-right: 0.5714285714rem;
}

/* line 24, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__passed span {
  font-size: 2.1428571429rem;
}

/* line 27, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__passed.pass {
  color: #009f44;
  fill: #009f44;
}

/* line 31, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__passed.fail {
  color: #bb2716;
  fill: #bb2716;
}

/* line 39, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__value {
  margin-right: 0.5714285714rem;
}

/* line 42, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__value--primary {
  margin-right: 2.1428571429rem;
}

/* line 45, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__change-icon {
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
}

/* line 48, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__change-icon svg,
.c-indicator__change-icon .icon-svg svg {
  width: 2rem;
}

/* line 53, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__value-number {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

/* line 58, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__value-unit {
  font-weight: bold;
  font-size: 1.4285714286rem;
  line-height: 1;
}

/* line 64, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__value--secondary .c-indicator__value-number {
  font-size: 1.4285714286rem;
  font-weight: bold;
}

/* line 68, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__value--secondary .c-indicator__value-unit {
  font-size: 1.1428571429rem;
}

/* line 72, app/assets/stylesheets/application/components/indicator.scss */
.c-indicator__label {
  font-size: 1.0714285714rem;
  line-height: 16px;
}

/* line 76, app/assets/stylesheets/application/components/indicator.scss */
.indicator .system {
  align-items: left;
}

/* line 79, app/assets/stylesheets/application/components/indicator.scss */
.indicator .project {
  align-items: right;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search {
  background: white;
  border-radius: 0.25rem;
  border: 2px solid white;
}

/* line 9, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__header {
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5714285714rem 1.1428571429rem;
}

/* line 17, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__search {
  flex: 0 1 auto;
  margin-top: 0.2857142857rem;
  margin-bottom: 0.2857142857rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 26, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__search input {
  flex: 1 1 250px;
  min-width: 100%;
}

@media (min-width: 576px) {
  /* line 26, app/assets/stylesheets/application/components/list_search.scss */
  .c-list-search__search input {
    min-width: 250px;
    max-width: 500px;
  }
}

/* line 35, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__search-found-count {
  font-size: 12px;
  font-style: italic;
  padding-right: 0.5714285714rem;
  padding-left: 0.5714285714rem;
}

/* line 40, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__search-found-count p {
  margin: 0;
}

/* line 43, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__search-found-count .count {
  font-weight: bold;
  font-style: normal;
}

/* line 49, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__container {
  display: flex;
  position: relative;
}

/* line 54, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__filtration-nav {
  background: #f9f9f9;
  border-right: 5px solid white;
  position: relative;
  flex: 0 1 300px;
}

/* line 61, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__filtration-nav-wrapper {
  position: sticky;
  top: 0;
}

/* line 64, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__filtration-nav-wrapper .list-search__button-wrapper {
  padding: 10px 5px 5px;
}

/* line 67, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__filtration-nav-wrapper button {
  display: block;
  padding: 0.5714285714rem calc(1.1428571429rem - 5px);
  background: none;
  border: none;
  border-radius: 0.25rem;
  margin-top: -5px;
  text-align: left;
  width: 100%;
}

/* line 76, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__filtration-nav-wrapper button:hover, .c-list-search__filtration-nav-wrapper button:focus {
  color: #1275D9;
}

/* line 80, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__filtration-nav-wrapper button[aria-pressed=true] {
  color: white;
  background: #457687;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list {
  flex: 1 1 auto;
  position: relative;
  transition: opacity .2s ease-in-out;
}

/* line 92, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list.searching {
  opacity: .2;
}

/* line 97, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list ul {
  padding-left: 0;
  list-style: none;
}

/* line 101, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__group-title {
  margin: 0 1.1428571429rem 0 0;
}

/* line 106, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list-group.no-results {
  display: none;
}

/* line 113, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list-group--recently-viewed .c-list-search__list-group-header,
.c-list-search__list-group--favorites .c-list-search__list-group-header {
  background: #d8e7ea;
}

/* line 118, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list-group-header {
  background: #f2f2f2;
  padding: 1.1428571429rem;
  position: sticky;
  top: 0;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 100;
}

/* line 131, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__list-group-header--static {
  position: static;
}

/* line 135, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__legend {
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* line 139, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__legend i {
  margin-right: 0.2857142857rem;
}

/* line 144, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-link {
  display: block;
  padding: 1.1428571429rem;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
}

/* line 149, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-link:last-child {
  border: 0;
}

/* line 17, ../.rvm/gems/ruby-3.1.4/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.c-list-search__item-link:hover, .c-list-search__item-link:focus {
  background: #f9f9f9;
}

/* line 157, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 163, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-title h5 {
  margin: 0;
  padding-right: 0.2857142857rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2857142857rem/14rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 169, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-description {
  margin: 0;
  color: #333333;
}

/* line 174, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-favorite {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 180, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-favorite button {
  background: transparent;
  border: none;
}

/* line 183, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__item-favorite button i {
  color: #288bee;
}

/* line 189, app/assets/stylesheets/application/components/list_search.scss */
.c-list-search__no-results {
  text-align: center;
  font-style: italic;
  background: #f2f2f2;
  padding: 1.1428571429rem;
}
/* line 1, app/assets/stylesheets/application/components/metric.scss */
.c-metric {
  font-weight: bold;
  font-size: 24px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/components/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch {
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display {
  display: inline-block;
  min-height: 20px;
  min-width: 20px;
  background: gray;
  margin-right: 0.2857142857rem;
}

/* line 17, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--map-0 {
  background-color: #fca736;
}

/* line 17, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--map-1 {
  background-color: #ffe09b;
}

/* line 23, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--bar-0 {
  background-color: #36a4a6;
}

/* line 26, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--fill-0 {
  fill: #36a4a6;
}

/* line 23, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--bar-1 {
  background-color: #265479;
}

/* line 26, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--fill-1 {
  fill: #265479;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-0 {
  background-color: #00918C;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-0 {
  fill: #00918C;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-0 {
  border-left: 4px solid #00918C;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-1 {
  background-color: #FFA600;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-1 {
  fill: #FFA600;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-1 {
  border-left: 4px solid #FFA600;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-2 {
  background-color: #0054A6;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-2 {
  fill: #0054A6;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-2 {
  border-left: 4px solid #0054A6;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-3 {
  background-color: #95CAD0;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-3 {
  fill: #95CAD0;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-3 {
  border-left: 4px solid #95CAD0;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-4 {
  background-color: #545464;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-4 {
  fill: #545464;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-4 {
  border-left: 4px solid #545464;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-5 {
  background-color: #D5D5DC;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-5 {
  fill: #D5D5DC;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-5 {
  border-left: 4px solid #D5D5DC;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-6 {
  background-color: #D17200;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-6 {
  fill: #D17200;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-6 {
  border-left: 4px solid #D17200;
}

/* line 32, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-7 {
  background-color: #000000;
}

/* line 35, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__display--chart-7 {
  fill: #000000;
}

/* line 38, app/assets/stylesheets/application/components/swatch.scss */
.c-swatch__border-left--td-7 {
  border-left: 4px solid #000000;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/base/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 10, app/assets/stylesheets/application/base/_alerts.scss */
.alert {
  color: rgba(0, 0, 0, 0.9);
}

/* line 12, app/assets/stylesheets/application/base/_alerts.scss */
.alert a {
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/application/base/_alerts.scss */
.alert--flex {
  display: flex;
}

/* line 29, app/assets/stylesheets/application/base/_alerts.scss */
.alert-success {
  background: #f5faf7;
  border-color: #b6edc6;
}

/* line 29, app/assets/stylesheets/application/base/_alerts.scss */
.alert-info {
  background: #e9f1f2;
  border-color: #dbe5e7;
}

/* line 29, app/assets/stylesheets/application/base/_alerts.scss */
.alert-danger {
  background: white;
  border-color: #fcd3cf;
}

/* line 29, app/assets/stylesheets/application/base/_alerts.scss */
.alert-warning {
  background: #fbf3ec;
  border-color: #facba0;
}

/* line 35, app/assets/stylesheets/application/base/_alerts.scss */
.alert__icon {
  font-size: 2rem;
  margin-top: 0.2857142857rem;
  margin-right: 1.1428571429rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/base/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/base/_forms.scss */
.form__actions,
.form-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 8, app/assets/stylesheets/application/base/_forms.scss */
.form__actions--right,
.form-actions--right {
  justify-content: flex-end;
}

/* line 10, app/assets/stylesheets/application/base/_forms.scss */
.form__actions--right input,
.form__actions--right a,
.form__actions--right button,
.form-actions--right input,
.form-actions--right a,
.form-actions--right button {
  margin-left: 0.5714285714rem;
}

/* line 16, app/assets/stylesheets/application/base/_forms.scss */
.form__actions--stacked,
.form-actions--stacked {
  display: inline-flex;
  flex-direction: column;
}

/* line 19, app/assets/stylesheets/application/base/_forms.scss */
.form__actions--stacked button,
.form-actions--stacked button {
  margin-bottom: 0.8571428571rem;
}

/* line 25, app/assets/stylesheets/application/base/_forms.scss */
form.inline-form {
  display: inline;
}

/* line 29, app/assets/stylesheets/application/base/_forms.scss */
.help-block {
  margin: 0 0 8px 0;
}

/* line 33, app/assets/stylesheets/application/base/_forms.scss */
.form-actions {
  clear: both;
  margin: 10px 0;
}

/* line 38, app/assets/stylesheets/application/base/_forms.scss */
label {
  color: #404040;
  /* @include open-sans-medium; */
}

/* line 43, app/assets/stylesheets/application/base/_forms.scss */
.button-row {
  margin-bottom: 24px;
}

/* line 47, app/assets/stylesheets/application/base/_forms.scss */
.form-group {
  margin-bottom: 30px;
}

/* line 51, app/assets/stylesheets/application/base/_forms.scss */
.form-group--tight {
  margin-bottom: 1.0714285714rem;
}

/* line 55, app/assets/stylesheets/application/base/_forms.scss */
.form-group__indented-01 {
  margin: 10px 0 10px 10px 40px;
}

/* line 59, app/assets/stylesheets/application/base/_forms.scss */
.form-group__indented-02 {
  margin: 0 0 0 20px;
}

/* line 63, app/assets/stylesheets/application/base/_forms.scss */
.form--checkbox-groups {
  margin-bottom: 30px;
}

/* line 67, app/assets/stylesheets/application/base/_forms.scss */
.form--checkbox-groups .form-group {
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/application/base/_forms.scss */
.radio .form-group__indented-01 label,
.checkbox .form-group__indented-01 label {
  padding-left: 0;
}

/* line 76, app/assets/stylesheets/application/base/_forms.scss */
.has-error {
  /* @include form-control-validation($brand-danger, $brand-danger, $brand-danger); */
}

/* line 80, app/assets/stylesheets/application/base/_forms.scss */
.error .form-control {
  border-color: #bb2716;
  background: rgba(255, 209, 204, 0.1);
}

/* line 85, app/assets/stylesheets/application/base/_forms.scss */
.errors,
.error label,
.error-block {
  color: #bb2716;
}

/* line 91, app/assets/stylesheets/application/base/_forms.scss */
.form-group .form-group {
  margin-bottom: 6px;
}

/* line 95, app/assets/stylesheets/application/base/_forms.scss */
.contact-on-match--item {
  padding-right: 12px;
}

/* line 99, app/assets/stylesheets/application/base/_forms.scss */
.contact-on-match--icon-link {
  color: #404040;
}

/* line 103, app/assets/stylesheets/application/base/_forms.scss */
.contact-on-match--icon-link:hover,
.contact-on-match--icon-link:focus {
  text-decoration: none;
  color: #1a1a1a;
}

/* line 109, app/assets/stylesheets/application/base/_forms.scss */
.selected-contact {
  margin: 10px;
}

/* line 113, app/assets/stylesheets/application/base/_forms.scss */
.selected-contact--remove-link:hover,
.selected-contact--remove-link:focus {
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/application/base/_forms.scss */
.input__button-size {
  padding: 6px 12px;
  border: 1px solid #d8d5db;
  vertical-align: bottom;
}

/* line 124, app/assets/stylesheets/application/base/_forms.scss */
.input__width-80 {
  width: 80px;
}

/* line 128, app/assets/stylesheets/application/base/_forms.scss */
.slab .form-group {
  margin-bottom: 6px;
}

/* line 132, app/assets/stylesheets/application/base/_forms.scss */
.slab label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 139, app/assets/stylesheets/application/base/_forms.scss */
.ui-front .ui-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding-left: 0px;
}

/* line 144, app/assets/stylesheets/application/base/_forms.scss */
.ui-front .ui-menu li {
  list-style: none;
}

/* line 146, app/assets/stylesheets/application/base/_forms.scss */
.ui-menu-item-wrapper {
  padding: 10px 20px;
}

/* line 150, app/assets/stylesheets/application/base/_forms.scss */
.ui-state-active {
  background-color: #495F79;
  color: #FFFFFF;
}

/* line 155, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container {
  font-size: 0px;
}

/* line 157, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container label {
  position: relative;
  font-size: 12px;
  cursor: pointer;
}

/* line 162, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container input {
  position: absolute;
  opacity: 0;
}

/* line 166, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container span {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e9e7ed;
  color: #404040;
  text-transform: uppercase;
}

/* line 174, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container label:not(:last-child) span {
  border-right: 1px solid #FFF;
}

/* line 177, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container label:first-child span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 183, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container label:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 188, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-buttons__container label input:checked ~ span {
  background-color: #457687;
  color: #FFFFFF;
}

/* line 194, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-list__container {
  min-width: 100px;
}

/* line 196, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-list__container label {
  display: block;
  position: relative;
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-list__container input {
  position: absolute;
  opacity: 0;
}

/* line 205, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-list__container span {
  display: block;
  padding: 6px 12px;
}

/* line 209, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-list__container label input:checked ~ span {
  background-color: #457687;
  color: #FFFFFF;
}

/* line 213, app/assets/stylesheets/application/base/_forms.scss */
.radio-button-list__container label input:hover ~ span,
.radio-button-list__container label input:focus ~ span {
  background-color: #457687;
  color: #FFFFFF;
}

/* line 220, app/assets/stylesheets/application/base/_forms.scss */
.string-collection-with-other__container {
  margin-bottom: 30px;
}

/* line 222, app/assets/stylesheets/application/base/_forms.scss */
.string-collection-with-other__container .form-group {
  margin-bottom: 0px;
}

/* line 227, app/assets/stylesheets/application/base/_forms.scss */
.form-group[data-other-value],
.form-group[data-date-values] {
  margin-left: 2.1428571429rem;
}

/* line 233, app/assets/stylesheets/application/base/_forms.scss */
textarea.form-control.sized {
  min-height: 150px;
}

/* line 238, app/assets/stylesheets/application/base/_forms.scss */
.form-group--hanging-label label {
  white-space: nowrap;
}

/* line 242, app/assets/stylesheets/application/base/_forms.scss */
.form-control-faux {
  display: flex;
  align-items: center;
  border-color: #e9e7ed;
}

/* line 247, app/assets/stylesheets/application/base/_forms.scss */
.form-control:focus {
  box-shadow: inset 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 251, app/assets/stylesheets/application/base/_forms.scss */
label.readonly-label {
  font-weight: 600;
}

/* line 256, app/assets/stylesheets/application/base/_forms.scss */
.readonly-value {
  font-weight: 400;
}

/* line 260, app/assets/stylesheets/application/base/_forms.scss */
.mini-login-form {
  max-width: 20em;
}

/* line 263, app/assets/stylesheets/application/base/_forms.scss */
.mini-login-form .form-control {
  height: calc(1em + 1rem + 2px);
  font-size: 0.8rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/base/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive {
  width: 970px !important;
}

/* line 7, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-1,
.container.non-responsive .col-md-1 {
  width: 8.33333333% !important;
}

/* line 11, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-2,
.container.non-responsive .col-md-2 {
  width: 16.66666667% !important;
}

/* line 15, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-3,
.container.non-responsive .col-md-3 {
  width: 25% !important;
}

/* line 19, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-4,
.container.non-responsive .col-md-4 {
  width: 33.33333333% !important;
}

/* line 23, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-5,
.container.non-responsive .col-md-5 {
  width: 41.66666667% !important;
}

/* line 27, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-6,
.container.non-responsive .col-md-6 {
  width: 50% !important;
}

/* line 31, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-7,
.container.non-responsive .col-md-7 {
  width: 58.33333333% !important;
}

/* line 35, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-8,
.container.non-responsive .col-md-8 {
  width: 66.66666667% !important;
}

/* line 39, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-9,
.container.non-responsive .col-md-9 {
  width: 75% !important;
}

/* line 43, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-10,
.container.non-responsive .col-md-10 {
  width: 83.33333333% !important;
}

/* line 47, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-11,
.container.non-responsive .col-md-11 {
  width: 91.66666667% !important;
}

/* line 51, app/assets/stylesheets/application/base/_grid_framework.scss */
.container.non-responsive .col-sm-12,
.container.non-responsive .col-md-12 {
  width: 100% !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/base/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/base/_modals.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 100%;
}

/* line 7, app/assets/stylesheets/application/base/_modals.scss */
.modal-title {
  font-size: 1.7142857143rem;
  color: #457687;
  text-transform: uppercase;
  line-height: 1.0833333333;
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/application/base/_modals.scss */
.modal-title--secondary {
  font-size: 1.2857142857rem;
  color: #828282;
  margin: 0;
}

/* line 21, app/assets/stylesheets/application/base/_modals.scss */
.modal-header {
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 28, app/assets/stylesheets/application/base/_modals.scss */
.modal-header .close {
  margin-left: auto;
}

/* line 32, app/assets/stylesheets/application/base/_modals.scss */
.modal-header,
.modal-footer {
  background: #f2f2f2;
}

/* line 37, app/assets/stylesheets/application/base/_modals.scss */
.modal-footer {
  border: 0;
}

/* line 41, app/assets/stylesheets/application/base/_modals.scss */
.modal-icon-close {
  font-style: normal;
}

/* line 43, app/assets/stylesheets/application/base/_modals.scss */
.modal-icon-close::before {
  font-family: 'icons';
  content: '\ea0f';
  font-size: 1.2857142857rem;
  color: #404040;
}

/* line 51, app/assets/stylesheets/application/base/_modals.scss */
.modal-content {
  background: white;
}

/* line 55, app/assets/stylesheets/application/base/_modals.scss */
.modal-dialog-scrollable .modal-content {
  overflow: scroll;
}

/* line 59, app/assets/stylesheets/application/base/_modals.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: visible;
}

@media (max-width: 767.98px) {
  /* line 63, app/assets/stylesheets/application/base/_modals.scss */
  .modal-dialog {
    width: calc(100vw - 30px) !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}

/* line 71, app/assets/stylesheets/application/base/_modals.scss */
.modal-dialog input[type=submit] {
  justify-content: center;
  float: right;
  min-width: 120px;
}

/* line 77, app/assets/stylesheets/application/base/_modals.scss */
.modal-dialog [class^="icon-"],
.modal-dialog [class*=" icon-"] {
  font-size: 0.8571428571rem;
  color: #000;
  margin-right: 12px;
}

/* line 84, app/assets/stylesheets/application/base/_modals.scss */
.import__errors {
  overflow: scroll;
}

/* line 88, app/assets/stylesheets/application/base/_modals.scss */
.modal-container--full-bleed {
  margin: 25px -15px;
  padding: 15px 0;
  background: #fafafa;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

/* line 96, app/assets/stylesheets/application/base/_modals.scss */
.modal-container--full-bleed .form-group {
  margin-bottom: 15px;
}

/* line 100, app/assets/stylesheets/application/base/_modals.scss */
[data-ajax-modal-loading] {
  min-height: 300px;
  text-align: center;
  margin-top: 5.7142857143rem;
}

/* line 107, app/assets/stylesheets/application/base/_modals.scss */
.modal table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #e4e4e4;
}

/* line 111, app/assets/stylesheets/application/base/_modals.scss */
.modal table tbody tr:last-of-type td {
  border: 0;
}

/* line 116, app/assets/stylesheets/application/base/_modals.scss */
.modal-xxl {
  max-width: 85vw;
}

@media (min-width: 992px) {
  /* line 116, app/assets/stylesheets/application/base/_modals.scss */
  .modal-xxl {
    max-width: 992px;
  }
}

/* line 125, app/assets/stylesheets/application/base/_modals.scss */
.modal-header--highlight-1 {
  background: #decbe4;
}

/* line 125, app/assets/stylesheets/application/base/_modals.scss */
.modal-header--highlight-2 {
  background: #cbd5e8;
}

/* line 125, app/assets/stylesheets/application/base/_modals.scss */
.modal-header--highlight-3 {
  background: #e6f5c9;
}

/* line 130, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] {
  padding: 1.1428571429rem 1.1428571429rem 0.5714285714rem 1.1428571429rem;
  min-height: 30px;
}

/* line 133, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] .modal-header__content {
  flex: 1 1 100%;
  position: relative;
}

/* line 137, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] .modal-title {
  text-transform: none;
  border-bottom: 1px solid white;
  margin-bottom: 0.5714285714rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.5714285714rem;
}

/* line 145, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] .modal-title--primary {
  color: black;
  padding-right: 0.5714285714rem;
  border-right: 1px solid white;
  margin-right: 0.5714285714rem;
}

/* line 151, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] .modal-title--secondary {
  color: black;
  font-weight: normal;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 156, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] .close {
  position: absolute;
  top: -1.1428571429rem;
  right: -2.1428571429rem;
  transform: translate(-50%);
  font-size: 30px;
  padding: 0.5714285714rem 1.1428571429rem;
}

/* line 164, app/assets/stylesheets/application/base/_modals.scss */
[class^=modal-header--highlight] .note {
  font-weight: bold;
  margin: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/base/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 1.1428571429rem;
  padding-left: 30px;
  padding-right: 30px;
  background: white;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
  width: calc(100% + 60px);
}

/* line 14, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs.affixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 30px;
  margin: 0;
}

/* line 25, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs > li {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #f9f9f9;
  box-shadow: inset 0px 2px 0px 0px #345965;
  color: black;
}

/* line 36, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs > li.nav-item.active > a,
.nav-tabs > li.nav-item.active > a:hover,
.nav-tabs > li.nav-item.active > a:focus,
.nav-tabs > li.nav-item > a.active,
.nav-tabs > li.nav-item > a.active:hover,
.nav-tabs > li.nav-item > a.active:focus {
  border: 0;
  border-radius: 0;
  background: #f1f5f9;
  color: #2a415b;
  font-weight: 800;
  box-shadow: inset 0px 2px 0px 0px #658cb9;
}

/* line 50, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs > li {
  margin-bottom: -2px;
}

/* line 54, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs .nav-link {
  border: 0;
  height: 100%;
}

/* line 63, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs--in-card {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
  margin-bottom: 1.1428571429rem;
  padding: 0;
  width: calc(100% + 32px);
  border-bottom: 2px #e9ecef solid;
}

/* line 75, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs--in-card > li > a {
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
  min-height: 1.1428571429rem;
  border-top: 0;
  font-weight: bold;
}

/* line 85, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs--in-card > li > a:hover,
.nav-tabs--in-card > li > a:focus {
  box-shadow: inset 0px -2px 0px 0px #1275D9;
}

/* line 90, app/assets/stylesheets/application/base/_navs.scss */
.nav-tabs--in-card > li.nav-item.active > a,
.nav-tabs--in-card > li.nav-item.active > a:hover,
.nav-tabs--in-card > li.nav-item.active > a:focus,
.nav-tabs--in-card > li.nav-item > a.active,
.nav-tabs--in-card > li.nav-item > a.active:hover,
.nav-tabs--in-card > li.nav-item > a.active:focus {
  box-shadow: inset 0px -2px 0px 0px #1275D9;
  border-top: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/base/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/base/_typography.scss */
h3.history {
  text-transform: uppercase;
  font-size: 1.44rem;
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/application/base/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/application/base/_typography.scss */
.font-size-large {
  font-size: 2em;
}

/* line 16, app/assets/stylesheets/application/base/_typography.scss */
.font-size-md {
  font-size: 1.4em;
}

/* line 21, app/assets/stylesheets/application/base/_typography.scss */
.description {
  font-size: 1em;
}

/* line 25, app/assets/stylesheets/application/base/_typography.scss */
.text-small {
  font-size: 1rem;
}

/* line 29, app/assets/stylesheets/application/base/_typography.scss */
.text-xs,
.text-teeny {
  font-size: 0.85rem;
}

/* line 34, app/assets/stylesheets/application/base/_typography.scss */
.text-bold {
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/application/base/_typography.scss */
.text-semi-bold {
  font-weight: 600;
}

/* line 42, app/assets/stylesheets/application/base/_typography.scss */
.section-expander-block h1,
.section-expander-block h2,
.section-expander-block h3,
.section-expander-block h4 {
  margin-top: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .access-description {
  line-height: 2rem;
}

/* line 7, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .color-tag {
  padding: 0.25rem 0.5rem;
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .access-control {
  background-color: #e9e7ed;
}

/* line 14, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .permission-role {
  background-color: rgba(255, 199, 0, 0.15);
}

/* line 17, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .user-group {
  background-color: rgba(157, 148, 255, 0.15);
}

/* line 20, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .collection {
  background-color: rgba(25, 118, 210, 0.1);
}

/* line 23, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .popover {
  max-width: 400px;
  font-size: 1.2rem;
}

/* line 26, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .popover .popover-header {
  font-size: 1.3rem;
}

/* line 31, app/assets/stylesheets/application/modules/_access_overview.scss */
.access-overview .access-control-description-table .access-control,
.access-overview .access-control-description-table .permission-role,
.access-overview .access-control-description-table .user-group,
.access-overview .access-control-description-table .collection {
  padding: .75em;
}
/* line 2, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__dashboard h1 {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-weight: normal;
}

/* line 8, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__dashboard .bb svg {
  font-size: 16px;
}

/* line 12, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__dashboard .bb-xgrid,
.all-neighbors__dashboard .bb-ygrid {
  stroke-dasharray: none;
}

/* line 17, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__dashboard .bb-tooltip th {
  background-color: #722B2C;
  color: #FFFFFF;
}

/* line 23, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
h2.all-neighbors__all__tab_name {
  font-family: "Open Sans";
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__filter_labels h3 {
  font-family: "Open Sans";
  font-weight: normal;
}

/* line 33, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__time_to_obtain_housing__card span {
  font-size: 36px;
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__time_to_obtain_housing__card h3 {
  font-family: "Open Sans";
  font-weight: normal;
}

/* line 43, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__housing_placements__stacked__chart .bb-axis-x {
  font-family: "Open Sans";
  font-size: 1.15rem;
}

/* line 48, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__tabs {
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

/* line 53, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__tabs a.nav-link {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  padding: 0.65rem 1.16rem;
}

/* line 59, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__tabs a.nav-link:focus,
.all-neighbors__all__tabs a.nav-link:hover {
  box-shadow: none;
  background: transparent;
}

/* line 65, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.nav-tabs.all-neighbors__all__tabs li.nav-item a.nav-link.active {
  background: #722B2C;
  color: #FFF;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__summary_icon {
  width: 60px;
  text-align: right;
}

/* line 76, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__summary_icon,
.all-neighbors__all__summary_value {
  font-size: 2.3rem;
  color: #722B2C;
  font-weight: bold;
}

/* line 83, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__summary_name {
  font-size: 1.15rem;
}

/* line 87, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__donut svg {
  margin: 0px auto;
}

/* line 91, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__donut-filter-label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.15rem;
  width: 86px;
  height: 50px;
  margin-top: -25px;
  margin-left: -43px;
  text-align: center;
}

/* line 103, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__stacked_group h4 {
  font-family: "Open Sans";
  font-weight: normal;
}

/* line 108, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__all__stacked .bb-axis-x .tick text {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 1.2rem;
  white-space-collapse: preserve;
}

/* line 116, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__housing_placements__total_placements__chart .domain,
#all-neighbors__housing_placements__total_placements__chart .tick line,
#all-neighbors__unhoused_population__vertical_stack__chart .domain,
#all-neighbors__unhoused_population__vertical_stack__chart .tick line,
#all-neighbors__time_to_obtain_housing__stacked__chart .bb-xgrid:first-child,
#all-neighbors__time_to_obtain_housing__stacked__chart .bb-axis-x g:first-of-type line,
#all-neighbors__time_to_obtain_housing__stacked__chart .bb-axis-x .domain,
#all-neighbors__returns_to_homelessness__bar__chart .bb-axis .domain,
#all-neighbors__returns_to_homelessness__bar__chart .bb-axis .tick line,
.all-neighbors__all__stacked .bb-axis-x .domain,
.all-neighbors__all__stacked .bb-axis-x .tick line,
#all-neighbors__time_to_obtain_housing__scatter__chart .tick line,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .tick line,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .bb-axis-y .domain,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .bb-axis-x .domain {
  display: none;
}

/* line 134, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__unhoused_population__vertical_stack__chart .bb-ygrids line,
#all-neighbors__unhoused_population__vertical_stack__chart .bb-event-rect,
#all-neighbors__housing_placements__total_placements__chart .bb-ygrids line {
  stroke: #DDDDDD;
}

/* line 140, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__unhoused_population__vertical_stack__chart .bb-event-rect {
  stroke-width: 3px;
}

/* line 144, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__housing_placements__total_placements__chart .bb-ygrid:first-child {
  stroke: #000;
}

/* line 148, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__time_to_obtain_housing__stacked__chart .bb-xgrid,
#all-neighbors__time_to_obtain_housing__stacked__chart .bb-axis-x line {
  stroke: rgba(0, 0, 0, 0.04);
}

/* line 153, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__time_to_obtain_housing__stacked__chart .bb-text__custom-total {
  font-weight: bold;
}

/* line 157, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__bar__chart .bb-texts text tspan {
  fill: #000;
  font-family: Open Sans;
}

/* line 162, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__bar__chart .bb-texts text tspan:last-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* line 168, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__returns_to_homelessness__table_toggle,
.all-neighbors__returns_to_homelessness__table_toggle:hover,
.all-neighbors__internal__table_toggle,
.all-neighbors__internal__table_toggle:hover {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.15rem;
}

/* line 176, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__time_to_obtain_housing__scatter__chart.bb svg text {
  font-size: 0.9rem;
  fill: rgba(0, 0, 0, 0.6);
}

/* line 181, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__time_to_obtain_housing__scatter__chart .domain {
  stroke: rgba(0, 0, 0, 0.38);
}

/* line 185, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__time_to_obtain_housing__scatter__chart.bb svg .bb-axis-y-label,
#all-neighbors__time_to_obtain_housing__scatter__chart.bb svg .bb-axis-x-label {
  fill: #000000;
}

/* line 190, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
.all-neighbors__time_to_obtain_housing__scatter__chart__mean-label {
  font-size: 14px;
  fill: rgba(0, 0, 0, 0.6);
}

/* line 195, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__returns_to_date_by_hh_type__chart .tick line,
#all-neighbors__returns_to_homelessness__housing_retention__chart .tick line {
  display: none;
}

/* line 200, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__returns_to_date_by_hh_type__chart .domain {
  stroke: rgba(0, 0, 0, 0.38);
}

/* line 204, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__returns_to_date_by_hh_type__chart .bb-axis-y .tick text {
  fill: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

/* line 209, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__housing_retention__chart .bb-axis-y .tick text,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .tick text,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .bb-axis-y-label {
  font-size: 12px;
}

/* line 215, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__housing_retention__chart .bb-axis-x .tick text {
  font-size: 14px;
}

/* line 219, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__housing_retention__chart .domain,
#all-neighbors__returns_to_homelessness__housing_retention__chart .bb-ygrids line,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .bb-event-rect,
#all-neighbors__time_to_obtain_housing__id_to_move_in__chart .bb-ygrid {
  stroke: #CCCCCC;
}

/* line 226, app/assets/stylesheets/application/modules/_all_neighbors_dashborad.scss */
#all-neighbors__returns_to_homelessness__housing_retention__filter_label {
  color: #9C27B0;
  text-transform: capitalize;
}
/* line 3, app/assets/stylesheets/application/modules/_census.scss */
.census-chart {
  width: 100%;
  height: 100px;
}

/* line 8, app/assets/stylesheets/application/modules/_census.scss */
.jChartDownloads {
  font-size: 0.8rem;
}

/* line 12, app/assets/stylesheets/application/modules/_census.scss */
.census__chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 19, app/assets/stylesheets/application/modules/_census.scss */
.census__chart-header:not(:first-child) {
  margin-top: 20px;
  background-color: #d8e7ea;
}

/* line 26, app/assets/stylesheets/application/modules/_census.scss */
.census__chart-subtitle {
  float: 'right';
}
@charset "UTF-8";
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_client.scss */
.all-service-dates .calendar-heading {
  display: none;
}

/* line 7, app/assets/stylesheets/application/modules/_client.scss */
.service-type__bed_night,
.service-type__service,
.service-type__entry,
.service-type__exit,
.service-type__extrapolated,
.service-type__first {
  background-color: #e9e7ed;
  margin: 0.2em 0;
  font-size: 0.7em;
  display: inline-block;
  padding: 0.75rem;
}

/* line 19, app/assets/stylesheets/application/modules/_client.scss */
.service-type__entry {
  background-color: #091f2f;
  color: white;
}

/* line 24, app/assets/stylesheets/application/modules/_client.scss */
.service-type__exit {
  background-color: #773747;
  color: white;
}

/* line 29, app/assets/stylesheets/application/modules/_client.scss */
.service-type__extrapolated {
  background-color: #c4c1c7;
}

/* line 33, app/assets/stylesheets/application/modules/_client.scss */
.service-type__first {
  background-color: #d8e7ea;
  color: black;
}

/* line 38, app/assets/stylesheets/application/modules/_client.scss */
.service-type__program-type {
  background-color: #E6E6E6;
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: black;
}

/* line 43, app/assets/stylesheets/application/modules/_client.scss */
.client__client_unique_id {
  font-size: 0.8rem;
}

/* line 47, app/assets/stylesheets/application/modules/_client.scss */
#client__calendar-datepicker__dropdown .datepicker-inline {
  width: auto;
}

/* line 56, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-date__previous-month {
  color: rgba(0, 0, 0, 0.3);
}

/* line 59, app/assets/stylesheets/application/modules/_client.scss */
.client__month_of_service-table {
  width: 100%;
}

/* line 63, app/assets/stylesheets/application/modules/_client.scss */
.client__month_of_service-table td,
.client__month_of_service-table th {
  vertical-align: top;
  padding: 0px;
}

/* line 73, app/assets/stylesheets/application/modules/_client.scss */
.client__month_of_service-table th {
  background-color: transparent;
}

/* line 77, app/assets/stylesheets/application/modules/_client.scss */
.client__month_of_service-table td {
  height: 170px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 83, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-card {
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  height: 100%;
}

/* line 98, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-card__contact-key__key {
  width: 30px;
}

/* line 103, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-header a:not(.btn) {
  color: rgba(0, 0, 0, 0.5);
}

/* line 108, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project-tooltip {
  width: 300px;
  background-color: red;
  position: absolute;
}

/* line 114, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-week {
  position: relative;
  padding-top: 38px;
  padding-bottom: 8px;
  min-height: 170px;
}

/* line 121, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-day-labels {
  display: flex;
}

/* line 125, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-day-label {
  padding: 0px 4px;
  font-weight: bold;
}

/* line 130, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-day {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  font-weight: bold;
}

/* line 144, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project-container {
  display: block;
  position: relative;
  margin-bottom: 8px;
}

/* line 151, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project {
  display: block;
  position: relative;
  z-index: 1;
  height: 50px;
}

/* line 157, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project.client__calendar-project__no-events {
  height: 25px;
}

/* line 160, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project.client__calendar-project__has-start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 164, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project.client__calendar-project__has-end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 170, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-tooltip-trigger {
  display: block;
  position: absolute;
  background-color: transparent;
  z-index: 3;
}

/* line 178, app/assets/stylesheets/application/modules/_client.scss */
.client_access_control_history.show .popover .arrow {
  display: none;
}

/* line 181, app/assets/stylesheets/application/modules/_client.scss */
.client_access_control_history.show .popover {
  white-space: normal;
}

/* line 184, app/assets/stylesheets/application/modules/_client.scss */
.client_access_control_history.show .popover-body {
  padding: 0px;
}

/* line 190, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-tooltip__table {
  width: 300px;
  margin-bottom: 0px;
}

/* line 193, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-tooltip__table thead tr th {
  border-bottom: none;
  border-top: none;
}

/* line 197, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-tooltip__table th span {
  font-weight: normal;
}

/* line 200, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-tooltip__table tbody tr td:first-child {
  border-right: 1px solid #DDDDDD;
}

/* line 205, app/assets/stylesheets/application/modules/_client.scss */
td.client__calendar-tooltip__table__icon {
  font-weight: bold;
}

/* line 209, app/assets/stylesheets/application/modules/_client.scss */
td.client__calendar-tooltip__table__mro {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 215, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__extrapolation {
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0px;
  height: 4px;
  margin-top: 13px;
  background-color: #6A1B9A;
  z-index: 2;
}

/* line 225, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__extrapolation i {
  position: absolute;
  right: -5px;
  color: #6A1B9A;
  top: -5px;
}

/* line 233, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__extrapolation {
  position: relative;
  padding-left: 8px;
}

/* line 236, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__extrapolation:after {
  content: ' ';
  display: block;
  height: 4px;
  background-color: #6A1B9A;
  position: absolute;
  left: 1px;
  width: 50%;
  top: 50%;
  margin-top: -1px;
}

/* line 247, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__extrapolation i {
  color: #6A1B9A;
}

/* line 252, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-tooltip__table span.client__calendar-day-event__extrapolation:after {
  margin-top: -2px;
}

/* line 256, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__name {
  font-weight: bold;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
}

/* line 264, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__start {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 12px;
  background-color: #880E4F;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 275, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__end {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 12px;
  background-color: #880E4F;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 286, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__label {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 297, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__label strong {
  padding-right: 4px;
}

/* line 300, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__label.client__calendar-project__label-has-start {
  padding-left: 24px;
}

/* line 303, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__label.client__calendar-project__label-has-end {
  padding-right: 24px;
}

/* line 308, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__day-events {
  position: absolute;
  top: 0px;
  z-index: 2;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 317, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-project__day-events.client__calendar-project__day-events-has-start {
  padding-left: 24px;
}

/* line 322, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-day-event {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
  flex: 0 0 auto;
}

/* line 327, app/assets/stylesheets/application/modules/_client.scss */
.client__calendar-day-event span {
  display: inline-block;
}

/* line 333, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__bed_nights i {
  color: #388E3C;
  font-size: 16px;
}

/* line 339, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__current_situations {
  background-color: #F57C00;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 2px;
}

/* line 346, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__current_situations i {
  color: white;
  font-size: 14px;
}

/* line 352, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__move_in_dates {
  background-color: #E91E63;
  border-radius: 5px;
  text-align: center;
  width: 20px;
  height: 20px;
  padding-top: 2px;
}

/* line 359, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__move_in_dates i {
  color: white;
  font-size: 14px;
}

/* line 366, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__service_dates i {
  color: #9F2500;
  font-size: 18px;
}

/* line 372, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__ce_events {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #546E7A;
}

/* line 377, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__ce_events i {
  display: none;
}

/* line 380, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__custom_events {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #2962FF;
}

/* line 386, app/assets/stylesheets/application/modules/_client.scss */
span.client__calendar-day-event__custom_events i {
  display: none;
}

/* line 389, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_0 {
  /* border-bottom: 1px solid #0074D9; */
}

/* line 392, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_0.service-type__program-type,
.client__service_type_0 .service-type__program-type {
  background-color: #96a1fa;
}

/* line 397, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_1 {
  /* border-bottom: 1px solid #0074D9; */
}

/* line 399, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_1.service-type__program-type,
.client__service_type_1 .service-type__program-type {
  background-color: #80C3FF;
}

/* line 404, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_2 {
  /* border-bottom: 1px solid #3c84b7; */
}

/* line 406, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_2.service-type__program-type,
.client__service_type_2 .service-type__program-type {
  background-color: #8EE698;
}

/* line 411, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_3 {
  /* border-bottom: 1px solid #299b9b; */
}

/* line 413, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_3.service-type__program-type,
.client__service_type_3 .service-type__program-type {
  background-color: #4ACFCF;
}

/* line 418, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_4 {
  /* border-bottom: 1px solid #3D9970; */
}

/* line 420, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_4.service-type__program-type,
.client__service_type_4 .service-type__program-type {
  background-color: #7FCCAB;
}

/* line 425, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_6 {
  /* border-bottom: 1px solid #8e7a30; */
}

/* line 427, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_6.service-type__program-type,
.client__service_type_6 .service-type__program-type {
  background-color: #FFE380;
}

/* line 432, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_7 {
  /* border-bottom: 1px solid #d36e15; */
}

/* line 434, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_7.service-type__program-type,
.client__service_type_7 .service-type__program-type {
  background-color: #DEDEDE;
}

/* line 439, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_8 {
  /* border-bottom: 1px solid #FF4136; */
}

/* line 441, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_8.service-type__program-type,
.client__service_type_8 .service-type__program-type {
  background-color: #FF9994;
}

/* line 446, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_9 {
  /* border-bottom: 1px solid #85144b; */
}

/* line 448, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_9.service-type__program-type,
.client__service_type_9 .service-type__program-type {
  background-color: #EF9AC1;
}

/* line 453, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_10 {
  /* border-bottom: 1px solid #ce0ea3; */
}

/* line 455, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_10.service-type__program-type,
.client__service_type_10 .service-type__program-type {
  background-color: #FFA680;
}

/* line 460, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_11 {
  /* border-bottom: 1px solid #B10DC9; */
}

/* line 462, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_11.service-type__program-type,
.client__service_type_11 .service-type__program-type {
  background-color: #FFDBF7;
}

/* line 467, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_12 {
  /* border-bottom: 1px solid #21992f; */
}

/* line 469, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_12.service-type__program-type,
.client__service_type_12 .service-type__program-type {
  background-color: #B2CDE1;
}

/* line 474, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_13 {
  /* border-bottom: 1px solid #00b750; */
}

/* line 476, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_13.service-type__program-type,
.client__service_type_13 .service-type__program-type {
  background-color: #9EFFC5;
}

/* line 481, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_14 {
  /* border-bottom: 1px solid #001f3f; */
}

/* line 483, app/assets/stylesheets/application/modules/_client.scss */
.client__service_type_14.service-type__program-type,
.client__service_type_14 .service-type__program-type {
  background-color: #C7E4FF;
}

/* line 488, app/assets/stylesheets/application/modules/_client.scss */
.client__potential-match {
  padding-left: 0;
}

/* line 490, app/assets/stylesheets/application/modules/_client.scss */
.client__potential-match li {
  list-style-type: none;
}

/* line 493, app/assets/stylesheets/application/modules/_client.scss */
.client__potential-match .form-group {
  margin-bottom: 0.2em;
}

/* line 497, app/assets/stylesheets/application/modules/_client.scss */
#client__previous-addresses {
  height: 250px;
}

/* line 498, app/assets/stylesheets/application/modules/_client.scss */
#client__location-history {
  height: 500px;
}

/* line 500, app/assets/stylesheets/application/modules/_client.scss */
.merge-row {
  margin-bottom: 1.1428571429rem;
  overflow: hidden;
}

/* line 505, app/assets/stylesheets/application/modules/_client.scss */
.merge-cards {
  display: flex;
  overflow: scroll;
}

/* line 510, app/assets/stylesheets/application/modules/_client.scss */
.merge-card {
  margin-right: 1.1428571429rem;
  position: relative;
  min-width: 500px;
}

/* line 516, app/assets/stylesheets/application/modules/_client.scss */
.merge-card.slab {
  padding: 0;
}

/* line 521, app/assets/stylesheets/application/modules/_client.scss */
.client-match {
  position: relative;
  padding: 0 1em;
  padding-bottom: 22px;
  min-width: 420px;
}

/* line 526, app/assets/stylesheets/application/modules/_client.scss */
.client-match .client-match--factors {
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
}

/* line 530, app/assets/stylesheets/application/modules/_client.scss */
.client-match .client-match--factors tr {
  /* border-bottom: 1px solid #eee; */
}

/* line 533, app/assets/stylesheets/application/modules/_client.scss */
.client-match .client-match--factors td, .client-match .client-match--factors th {
  vertical-align: top;
  padding: 0.3571428571rem 0.1428571429rem;
}

/* line 540, app/assets/stylesheets/application/modules/_client.scss */
.client-match--actions {
  padding: 1.0714285714rem;
  font-size: 11px;
  width: 100%;
}

/* line 546, app/assets/stylesheets/application/modules/_client.scss */
.client__aliases {
  display: flex;
  align-items: cetner;
  flex-wrap: wrap;
}

/* line 550, app/assets/stylesheets/application/modules/_client.scss */
.client__aliases li {
  margin-right: 0.8571428571rem;
  margin-bottom: 0.2857142857rem;
}

/* line 556, app/assets/stylesheets/application/modules/_client.scss */
.client__main-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3.5714285714rem;
}

/* line 561, app/assets/stylesheets/application/modules/_client.scss */
.client__main-details > section {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 556, app/assets/stylesheets/application/modules/_client.scss */
  .client__main-details {
    flex-wrap: nowrap;
    margin-bottom: 2.1428571429rem;
  }
}

/* line 570, app/assets/stylesheets/application/modules/_client.scss */
.client__summary-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 575, app/assets/stylesheets/application/modules/_client.scss */
.client__summary-details li {
  padding-right: 1.1428571429rem;
  margin-bottom: 0.5714285714rem;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 12.5rem;
}

@media (min-width: 576px) {
  /* line 570, app/assets/stylesheets/application/modules/_client.scss */
  .client__summary-details {
    flex-direction: row;
    min-width: 100%;
  }
  /* line 585, app/assets/stylesheets/application/modules/_client.scss */
  .client__summary-details li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* line 593, app/assets/stylesheets/application/modules/_client.scss */
.client__summary-block:empty {
  display: none;
}

/* line 599, app/assets/stylesheets/application/modules/_client.scss */
.client__image {
  padding: 1em;
  min-width: 100%;
  max-height: 14.2857142857rem;
  min-height: 14.2857142857rem;
  margin-right: 2.1428571429rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 1 1 auto;
  margin-bottom: 1.1428571429rem;
  border-radius: 5px;
}

@media (min-width: 576px) {
  /* line 599, app/assets/stylesheets/application/modules/_client.scss */
  .client__image {
    background-size: cover;
    max-width: 14.2857142857rem;
    min-width: 14.2857142857rem;
    min-height: 14.2857142857rem;
    max-height: 17.8571428571rem;
    margin-bottom: 0;
  }
}

/* line 621, app/assets/stylesheets/application/modules/_client.scss */
.client__image--w-100 {
  min-width: 100%;
  min-height: 33vh;
}

@media (min-width: 768px) {
  /* line 621, app/assets/stylesheets/application/modules/_client.scss */
  .client__image--w-100 {
    height: auto;
    min-height: 300px;
  }
}

/* line 630, app/assets/stylesheets/application/modules/_client.scss */
.client__details {
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
}

/* line 634, app/assets/stylesheets/application/modules/_client.scss */
.client__details:last-child .client__content-block {
  margin-bottom: 0;
}

/* line 640, app/assets/stylesheets/application/modules/_client.scss */
.client__details-header {
  display: flex;
  flex-wrap: wrap;
}

/* line 645, app/assets/stylesheets/application/modules/_client.scss */
.client__content-block {
  margin-bottom: 1.1428571429rem;
}

/* line 647, app/assets/stylesheets/application/modules/_client.scss */
.client__content-block:empty {
  display: none;
}

/* line 652, app/assets/stylesheets/application/modules/_client.scss */
.client__details--status,
.client__details--demographics {
  align-self: flex-start;
}

/* line 657, app/assets/stylesheets/application/modules/_client.scss */
.clients__client-name,
.client__client-name {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-weight: 800;
}

/* line 665, app/assets/stylesheets/application/modules/_client.scss */
.client__client-name .client-primary-name,
.client__client-name .client-aka {
  display: flex;
  align-items: baseline;
}

/* line 671, app/assets/stylesheets/application/modules/_client.scss */
.client__client-name .client-primary-name {
  font-family: "Open Sans Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 2rem;
}

/* line 674, app/assets/stylesheets/application/modules/_client.scss */
.client__client-name .client-primary-name em {
  align-self: center;
  font-size: inhreit;
}

/* line 680, app/assets/stylesheets/application/modules/_client.scss */
.clients__client-name {
  font-size: 1.2rem;
  font-size: 1.35rem;
  margin-bottom: .45rem;
}

/* line 686, app/assets/stylesheets/application/modules/_client.scss */
.client__client-name-title {
  font-size: 1.4rem;
}

/* line 695, app/assets/stylesheets/application/modules/_client.scss */
.clients__users h4 {
  margin-bottom: 0;
}

/* .client__filter .dropdown-menu.options,
.client__filter-active .dropdown-menu.options {
  width: 100%;
  padding: 1em;
  @include media-breakpoint-up(sm) {
    width: 38em;
  }
} */
/* line 708, app/assets/stylesheets/application/modules/_client.scss */
.client__filter-header {
  margin-top: 0;
}

/* line 713, app/assets/stylesheets/application/modules/_client.scss */
.client__sort .dropdown-menu.options {
  width: 15em;
  padding: 1em;
}

/* line 719, app/assets/stylesheets/application/modules/_client.scss */
.client__assessment-question,
.client__assessment-answer {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.1428571429rem;
}

/* line 726, app/assets/stylesheets/application/modules/_client.scss */
.client__assessment-question {
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

/* line 733, app/assets/stylesheets/application/modules/_client.scss */
.client__assessment-answer {
  padding-bottom: 1.5em;
  margin-left: 1em;
  text-indent: 1em;
}

/* line 739, app/assets/stylesheets/application/modules/_client.scss */
.client__assessment-section-heading {
  border-bottom: 1px solid #c4c1c7;
  font: Open Sans;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* line 747, app/assets/stylesheets/application/modules/_client.scss */
.enrollment__project_type {
  display: inline-block;
}

/* line 752, app/assets/stylesheets/application/modules/_client.scss */
.enrollment__new-episode > td {
  border-bottom: 8px solid #9beeb3;
}

/* line 756, app/assets/stylesheets/application/modules/_client.scss */
.enrollment__new-episode--key {
  background-color: #9beeb3;
}

/* line 760, app/assets/stylesheets/application/modules/_client.scss */
.assessment__new-type:not(:first-child) {
  border-top: 2px solid #288bee;
}

/* line 763, app/assets/stylesheets/application/modules/_client.scss */
.zero-width {
  width: 0;
}

/* line 766, app/assets/stylesheets/application/modules/_client.scss */
.client__enrollment--household {
  max-height: 250px;
  overflow: auto;
}

/* line 771, app/assets/stylesheets/application/modules/_client.scss */
.rollup__square {
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: white;
}

/* line 775, app/assets/stylesheets/application/modules/_client.scss */
.rollup-container:empty {
  padding: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* line 782, app/assets/stylesheets/application/modules/_client.scss */
.rollup-container:empty:before {
  display: block;
  margin: 0.5em 0;
  content: 'Loading…';
  font-size: 1.2em;
  font-weight: bold;
}

/* line 789, app/assets/stylesheets/application/modules/_client.scss */
.rollup-container:empty:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  -webkit-animation: skeleton-keyframes-wave 1.6s linear 0.5s infinite;
          animation: skeleton-keyframes-wave 1.6s linear 0.5s infinite;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.06), transparent);
}

/* line 800, app/assets/stylesheets/application/modules/_client.scss */
.client--enrollment-history .c-card {
  max-height: 500px;
  overflow-y: auto;
}

@-webkit-keyframes skeleton-keyframes-wave {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes skeleton-keyframes-wave {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* line 818, app/assets/stylesheets/application/modules/_client.scss */
.destination-data-source-tag {
  /* display: inline-block;
  min-height: 10px;
  min-width: 10px;
  margin: auto; */
}

/* line 826, app/assets/stylesheets/application/modules/_client.scss */
.destination-sqr {
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #061622;
}

/* line 832, app/assets/stylesheets/application/modules/_client.scss */
.confidential_project {
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: #FFC380;
}

/* line 838, app/assets/stylesheets/application/modules/_client.scss */
.client__chronic {
  text-align: center;
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  padding: 0.5em 0.5em;
}

/* line 846, app/assets/stylesheets/application/modules/_client.scss */
.clients__chronic {
  background-color: #bc6923;
  padding: 0.5em;
  margin: 0.5em;
  margin-right: 0;
  display: inline-block;
  float: right;
  clear: right;
}

/* line 857, app/assets/stylesheets/application/modules/_client.scss */
.client__cas-flags .form-group,
.client__cas-flags .checkbox {
  margin-bottom: 0.25em;
}

/* line 862, app/assets/stylesheets/application/modules/_client.scss */
.client-name-input {
  width: 30%;
  float: left;
  margin-right: 2%;
}

/* line 868, app/assets/stylesheets/application/modules/_client.scss */
.client-consent-status .alert {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  padding: 1em 0.5em;
  display: inline-block;
  padding: 0.5em 0.5em;
}

/* line 878, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail {
  width: 75px;
  height: 75px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: .2rem;
}

/* line 887, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail::before {
  font-family: 'icons';
  content: '\e9ce';
  color: white;
  font-size: 1.5rem;
}

/* line 894, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail:hover::before {
  color: #e9e7ed;
}

/* line 897, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail:hover::after {
  background: rgba(0, 0, 0, 0.3);
  border-radius: .2rem;
}

/* line 904, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail--image {
  background-size: cover;
  background-position: center center;
}

/* line 907, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail--image::before {
  z-index: 5;
}

/* line 910, app/assets/stylesheets/application/modules/_client.scss */
.file-thumbnail--image::after {
  content: '';
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: .2rem;
}

/* line 924, app/assets/stylesheets/application/modules/_client.scss */
.sdh-note__activity:first-of-type {
  margin-top: -16px;
}

/* line 926, app/assets/stylesheets/application/modules/_client.scss */
.sdh-note__activity:first-of-type .sdh-note__activity h5 {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 933, app/assets/stylesheets/application/modules/_client.scss */
.sdh-note__action,
.sdh-note__activity h3 {
  border-top: #e9e7ed 1px solid;
  border-bottom: #e9e7ed 1px solid;
  background: #f2f2f2;
  color: #333333;
  margin-bottom: 1.1428571429rem;
  margin-top: 0;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  font-size: 1.1428571429rem;
}

/* line 938, app/assets/stylesheets/application/modules/_client.scss */
.sdh-note__action {
  margin-top: 1.1428571429rem;
  margin-bottom: -16px;
  border-bottom: 0;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 946, app/assets/stylesheets/application/modules/_client.scss */
.sdh-note__activity h5 a {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
}

/* line 954, app/assets/stylesheets/application/modules/_client.scss */
.service-scanning__active-alerts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.1428571429rem;
  background-color: #ffcb9b;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohort-client__input input[type=radio] {
  margin-right: 5px !important;
}

/* line 9, app/assets/stylesheets/application/modules/_cohorts.scss */
th.client_notes {
  width: 150px;
  display: table-cell;
}

/* line 14, app/assets/stylesheets/application/modules/_cohorts.scss */
td.client_notes {
  width: 150px;
  display: table;
}

/* line 19, app/assets/stylesheets/application/modules/_cohorts.scss */
ul.draggable-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
}

/* line 23, app/assets/stylesheets/application/modules/_cohorts.scss */
ul.draggable-list li {
  padding: 0.5em 1em;
}

/* line 28, app/assets/stylesheets/application/modules/_cohorts.scss */
li.draggable-list__item {
  background-color: #f2f2f2;
}

/* line 32, app/assets/stylesheets/application/modules/_cohorts.scss */
#edit_column_state .draggable-list .icon-move {
  padding-right: 0;
}

/* line 36, app/assets/stylesheets/application/modules/_cohorts.scss */
#edit_column_state .draggable-list input {
  margin-right: 1em;
}

/* line 42, app/assets/stylesheets/application/modules/_cohorts.scss */
.table-right-border td {
  border-right: 1px solid #e4e4e4;
}

/* line 47, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .dataTables_wrapper {
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .datatable.sm {
  font-size: 0.8em;
}

/* line 56, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .datatable.lg {
  font-size: 1.2em;
}

/* line 61, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .datatable.xl {
  font-size: 1.4em;
}

/* line 66, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts td[data-input-type=notes] {
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .homeless_inactive {
  background-color: #f2d3b9;
}

/* line 76, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .cohort_client_ineligible,
.cohorts .cohort_client_ineligible.htDimmed,
.cohorts .cohort_client_ineligible a:link,
.cohorts .cohort_client_ineligible.htDimmed a:link {
  background-color: #e8e8e8;
}

/* line 84, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts tr.cohort_client_ineligible textarea,
.table-striped > tbody > tr.cohort_client_ineligible:nth-of-type(odd) textarea {
  color: black;
}

/* line 89, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts tr.cohort_client_ineligible a {
  color: white;
}

/* line 93, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .DTFC_LeftBodyWrapper {
  z-index: 4;
}

/* line 97, app/assets/stylesheets/application/modules/_cohorts.scss */
.jSelectRow {
  padding: 0.5em;
}

/* line 101, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts tr.cohort-client-selected,
.table-striped > tbody > tr.cohort-client-selected:nth-of-type(odd) {
  background-color: #45789C;
  color: white;
}

/* line 108, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohort-client__table {
  overflow: hidden;
  height: 70vh;
  width: 100%;
}

/* line 115, app/assets/stylesheets/application/modules/_cohorts.scss */
.cohorts .warning {
  color: #bc6923;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/modules/_collections.scss */
.collections tr:has(input:checked) td {
  background-color: rgba(117, 85, 159, 0.2);
}

/* line 8, app/assets/stylesheets/application/modules/_collections.scss */
.collections .panel-group {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/application/modules/_collections.scss */
.collections .project-duplicate-warning {
  width: 1rem;
  margin-left: 1rem;
  color: #bc6923;
}

/* line 18, app/assets/stylesheets/application/modules/_collections.scss */
.collections .c-card .c-card__content {
  border-width: 0;
}

/* line 22, app/assets/stylesheets/application/modules/_collections.scss */
.collections .c-card__content .project {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

/* line 27, app/assets/stylesheets/application/modules/_collections.scss */
.collections .c-checkbox input:checked ~ label,
.collections .c-checkbox input:not(:checked) ~ label {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  transition: .15s ease-in-out;
  display: flex;
  align-items: center;
  min-height: 1.4285714286rem;
  min-width: 1.4285714286rem;
}

/* line 14, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label::before, .collections .c-checkbox input:checked ~ label::after,
.collections .c-checkbox input:not(:checked) ~ label::before,
.collections .c-checkbox input:not(:checked) ~ label::after {
  position: absolute;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  left: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label::before,
.collections .c-checkbox input:not(:checked) ~ label::before {
  content: '';
  display: block;
  background: white;
  border: 2px solid #c4c1c7;
  transition: .15s ease-in-out;
  color: #e4e4e4;
  border-radius: 3px;
}

/* line 34, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label::after,
.collections .c-checkbox input:not(:checked) ~ label::after {
  font-family: 'icons';
  content: "\ea10";
  color: #e9e7ed;
}

/* line 39, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label span,
.collections .c-checkbox input:not(:checked) ~ label span {
  display: block;
  padding-left: calc(1.4285714286rem + 0.5714285714rem);
}

/* line 43, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label span.c-checkbox__label,
.collections .c-checkbox input:not(:checked) ~ label span.c-checkbox__label {
  padding-left: 0.5714285714rem;
}

/* line 80, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:not(:checked) ~ label:hover::before, .collections .c-checkbox input:not(:checked) ~ label:focus::before {
  transform: scale(0.95);
  background: rgba(177, 242, 196, 0.5);
  border-color: #009f44;
}

/* line 85, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:not(:checked) ~ label:hover::after, .collections .c-checkbox input:not(:checked) ~ label:focus::after {
  transform: scale(0.95);
  color: #25ad5f;
}

/* line 90, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:not(:checked) ~ label:active {
  outline: 0;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:not(:checked) ~ label:active::before, .collections .c-checkbox input:not(:checked) ~ label:active::after {
  transform: scale(0.75);
}

/* line 49, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label::before {
  background: #B1F2C4;
  border-color: #009f44;
}

/* line 53, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label::after {
  color: #006c2e;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label:hover::before, .collections .c-checkbox input:checked ~ label:focus::before {
  background: rgba(177, 242, 196, 0.5);
  transform: scale(0.95);
}

/* line 62, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label:hover::after, .collections .c-checkbox input:checked ~ label:focus::after {
  color: #25ad5f;
  transform: scale(0.95);
}

/* line 67, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label:active {
  outline: 0;
  box-shadow: none;
}

/* line 70, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input:checked ~ label:active::before, .collections .c-checkbox input:checked ~ label:active::after {
  transform: scale(0.75);
}

/* line 101, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input.dirty:checked + label::before {
  background: #ffcb9b;
  border-color: #bc6923;
}

/* line 105, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input.dirty:checked + label::after {
  color: #91511b;
}

/* line 110, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input.dirty:checked + label:hover::before, .collections .c-checkbox input.dirty:checked + label:focus::before {
  background: rgba(255, 203, 155, 0.5);
}

/* line 113, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input.dirty:checked + label:hover::after, .collections .c-checkbox input.dirty:checked + label:focus::after {
  color: #b18661;
}

/* line 120, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.collections .c-checkbox input.dirty:not(:checked) + label::before {
  border: 2px solid #bc6923;
}

/* line 48, app/assets/stylesheets/application/modules/_collections.scss */
.collections .c-checkbox input:disabled:checked ~ label,
.collections .c-checkbox input.disabled:checked ~ label,
.collections .c-checkbox input.disabled:not(:checked) ~ label,
.collections .c-checkbox input:disabled:not(:checked) ~ label {
  background: #eeeeee !important;
  border-color: #eeeeee !important;
  pointer-events: none !important;
  cursor: not-allowed;
}

/* line 57, app/assets/stylesheets/application/modules/_collections.scss */
.collections .c-checkbox input:disabled:checked ~ label .c-checkbox__check-container,
.collections .c-checkbox input.disabled:checked ~ label .c-checkbox__check-container,
.collections .c-checkbox input.disabled:not(:checked) ~ label .c-checkbox__check-container,
.collections .c-checkbox input:disabled:not(:checked) ~ label .c-checkbox__check-container {
  opacity: .75;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_data_sources.scss */
[class^='ds'] {
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #666666;
  color: white;
  min-width: 3.75rem;
  text-align: center;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  margin-right: 0.4285714286rem;
}

/* line 17, app/assets/stylesheets/application/modules/_data_sources.scss */
.ds-bphc,
.ds-grda,
.ds-1 {
  background-color: #2d767c;
}

/* line 23, app/assets/stylesheets/application/modules/_data_sources.scss */
.ds-dnd,
.ds-bm,
.ds-sp,
.ds-2 {
  background-color: #5672aa;
}

/* line 30, app/assets/stylesheets/application/modules/_data_sources.scss */
.ds-ma,
.ds-op,
.ds-3 {
  background-color: #787327;
}

/* line 36, app/assets/stylesheets/application/modules/_data_sources.scss */
.ds-nechv,
.ds-bl,
.ds-homelink,
.ds-4 {
  background-color: #704c70;
}

/* line 43, app/assets/stylesheets/application/modules/_data_sources.scss */
.ds-warehouse {
  background-color: #061622;
}

/* line 47, app/assets/stylesheets/application/modules/_data_sources.scss */
.ds-vi-spdat,
.ds-case,
.ds-5 {
  background-color: #930c00;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-154 {
  background-color: #dcb1ad;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-4 {
  background-color: #d7aba2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-239 {
  background-color: #d7afa2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-89 {
  background-color: #d7b3a2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-211 {
  background-color: #d3af97;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-229 {
  background-color: #d3b497;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-63 {
  background-color: #ceb18d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-30 {
  background-color: #ceb78d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-197 {
  background-color: #c9b582;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-206 {
  background-color: #c9bb82;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-104 {
  background-color: #c9c182;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-7 {
  background-color: #c9c782;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-148 {
  background-color: #c7c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-219 {
  background-color: #c1c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-35 {
  background-color: #bbc982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-145 {
  background-color: #b5c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-102 {
  background-color: #b0c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-19 {
  background-color: #aac982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-80 {
  background-color: #a4c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-132 {
  background-color: #9fc982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-87 {
  background-color: #99c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-205 {
  background-color: #93c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-204 {
  background-color: #8dc982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-78 {
  background-color: #88c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-34 {
  background-color: #82c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-157 {
  background-color: #82c988;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-142 {
  background-color: #82c98d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-181 {
  background-color: #82c993;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-103 {
  background-color: #82c999;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-186 {
  background-color: #82c99f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-183 {
  background-color: #82c9a4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-96 {
  background-color: #82c9aa;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-55 {
  background-color: #82c9b0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-233 {
  background-color: #82c9b5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-56 {
  background-color: #82c9bb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-179 {
  background-color: #82c9c1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-53 {
  background-color: #82c9c7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-112 {
  background-color: #82c7c9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-65 {
  background-color: #82c1c9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-196 {
  background-color: #8dc1ce;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-230 {
  background-color: #8dbcce;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-207 {
  background-color: #97bdd3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-46 {
  background-color: #97b9d3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-94 {
  background-color: #a2bcd7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-192 {
  background-color: #a2b7d7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-108 {
  background-color: #adbcdc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-32 {
  background-color: #adb8dc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-110 {
  background-color: #adb4dc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-140 {
  background-color: #b8bbe0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-224 {
  background-color: #b8b8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-234 {
  background-color: #bbb8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-123 {
  background-color: #beb8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-60 {
  background-color: #c1b8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-214 {
  background-color: #bcaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-62 {
  background-color: #c0addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-115 {
  background-color: #c3addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-159 {
  background-color: #c7addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-134 {
  background-color: #cbaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-202 {
  background-color: #cfaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-70 {
  background-color: #d2addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-152 {
  background-color: #d6addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-235 {
  background-color: #daaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-95 {
  background-color: #d7a2d5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-180 {
  background-color: #dcadd6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-111 {
  background-color: #dcadd2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-193 {
  background-color: #dcadcf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-203 {
  background-color: #dcadcb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-176 {
  background-color: #dcadc7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-66 {
  background-color: #dcadc3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-57 {
  background-color: #dcadc0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-67 {
  background-color: #dcadbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-232 {
  background-color: #dcadb8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-247 {
  background-color: #dcadb4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-81 {
  background-color: #dcadb1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-43 {
  background-color: #dcadad;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-118 {
  background-color: #d1aca9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-85 {
  background-color: #d1afa9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-84 {
  background-color: #d1b2a9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-42 {
  background-color: #cbad9f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-162 {
  background-color: #cbb19f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-164 {
  background-color: #cbb49f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-150 {
  background-color: #c6b095;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-92 {
  background-color: #c6b495;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-39 {
  background-color: #c6b895;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-215 {
  background-color: #c1b68b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-127 {
  background-color: #c1ba8b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-174 {
  background-color: #c1be8b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-213 {
  background-color: #bec18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-153 {
  background-color: #bac18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-131 {
  background-color: #b6c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-98 {
  background-color: #b2c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-158 {
  background-color: #adc18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-201 {
  background-color: #a9c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-91 {
  background-color: #a5c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-99 {
  background-color: #a0c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-21 {
  background-color: #9cc18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-117 {
  background-color: #98c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-221 {
  background-color: #94c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-228 {
  background-color: #8fc18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-116 {
  background-color: #95c695;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-27 {
  background-color: #8bc18f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-161 {
  background-color: #8bc194;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-72 {
  background-color: #8bc198;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-147 {
  background-color: #8bc19c;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-149 {
  background-color: #8bc1a0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-226 {
  background-color: #8bc1a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-106 {
  background-color: #8bc1a9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-109 {
  background-color: #8bc1ad;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-12 {
  background-color: #8bc1b2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-16 {
  background-color: #8bc1b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-14 {
  background-color: #8bc1ba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-38 {
  background-color: #8bc1be;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-20 {
  background-color: #8bbec1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-40 {
  background-color: #95c0c6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-128 {
  background-color: #95bcc6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-246 {
  background-color: #9fbfcb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-77 {
  background-color: #9fbbcb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-208 {
  background-color: #9fb8cb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-191 {
  background-color: #a9bcd1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-126 {
  background-color: #a9b9d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-5 {
  background-color: #a9b6d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-223 {
  background-color: #b3bbd6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-143 {
  background-color: #b3b8d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-136 {
  background-color: #b3b6d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-51 {
  background-color: #b3b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-169 {
  background-color: #b6b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-170 {
  background-color: #b8b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-198 {
  background-color: #bbb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-135 {
  background-color: #beb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-3 {
  background-color: #c1b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-182 {
  background-color: #c4b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-28 {
  background-color: #c6b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-93 {
  background-color: #c9b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-8 {
  background-color: #ccb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-18 {
  background-color: #cfb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-68 {
  background-color: #cca9d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-22 {
  background-color: #cfa9d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-167 {
  background-color: #d1a9cf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-249 {
  background-color: #d1a9cc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-129 {
  background-color: #d1a9c9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-24 {
  background-color: #d1a9c5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-216 {
  background-color: #d1a9c2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-210 {
  background-color: #d1a9bf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-69 {
  background-color: #d1a9bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-238 {
  background-color: #d6b3c1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-237 {
  background-color: #d6b3be;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-23 {
  background-color: #d6b3bb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-125 {
  background-color: #d6b3b8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-190 {
  background-color: #d6b3b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-187 {
  background-color: #d6b3b3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-160 {
  background-color: #cab2af;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-48 {
  background-color: #cab4af;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-31 {
  background-color: #cab6af;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-217 {
  background-color: #c4b0a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-199 {
  background-color: #c4b2a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-163 {
  background-color: #c4b4a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-74 {
  background-color: #c4b7a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-105 {
  background-color: #c4b9a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-195 {
  background-color: #beb59d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-44 {
  background-color: #beb79d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-156 {
  background-color: #beba9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-240 {
  background-color: #b8b694;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-175 {
  background-color: #b6b894;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-124 {
  background-color: #b3b894;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-133 {
  background-color: #b0b894;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-139 {
  background-color: #b5be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-73 {
  background-color: #b2be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-113 {
  background-color: #afbe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-194 {
  background-color: #adbe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-248 {
  background-color: #aabe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-225 {
  background-color: #a8be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-166 {
  background-color: #a5be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-236 {
  background-color: #a2be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-220 {
  background-color: #a0be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-76 {
  background-color: #9dbe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-138 {
  background-color: #9dbea0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-61 {
  background-color: #9dbea2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-172 {
  background-color: #9dbea5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-2 {
  background-color: #9dbea8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-120 {
  background-color: #9dbeaa;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-141 {
  background-color: #9dbead;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-209 {
  background-color: #9dbeaf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-144 {
  background-color: #9dbeb2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-45 {
  background-color: #9dbeb5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-47 {
  background-color: #9dbeb7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-200 {
  background-color: #9dbeba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-75 {
  background-color: #9dbebc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-121 {
  background-color: #9dbcbe;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-100 {
  background-color: #9dbabe;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-137 {
  background-color: #a6bec4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-9 {
  background-color: #a6bcc4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-227 {
  background-color: #a6b9c4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-168 {
  background-color: #a6b7c4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-41 {
  background-color: #afbcca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-218 {
  background-color: #afbaca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-6 {
  background-color: #afb8ca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-82 {
  background-color: #afb6ca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-33 {
  background-color: #afb4ca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-10 {
  background-color: #b9bad0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-107 {
  background-color: #b9b9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-97 {
  background-color: #bab9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-151 {
  background-color: #bcb9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-52 {
  background-color: #beb9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-242 {
  background-color: #c0b9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-250 {
  background-color: #baafca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-17 {
  background-color: #bcafca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-177 {
  background-color: #beafca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-101 {
  background-color: #c0afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-54 {
  background-color: #c3afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-114 {
  background-color: #c5afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-243 {
  background-color: #c7afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-26 {
  background-color: #c9afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-83 {
  background-color: #caafc9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-188 {
  background-color: #caafc7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-58 {
  background-color: #caafc5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-86 {
  background-color: #caafc3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-241 {
  background-color: #caafc0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-90 {
  background-color: #caafbe;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-245 {
  background-color: #caafbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-185 {
  background-color: #caafba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-122 {
  background-color: #caafb8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-36 {
  background-color: #caafb6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-173 {
  background-color: #caafb4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-244 {
  background-color: #caafb2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-146 {
  background-color: #caafaf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-184 {
  background-color: #c3b7b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-222 {
  background-color: #c3b8b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-50 {
  background-color: #bcb1ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-79 {
  background-color: #bcb2ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-88 {
  background-color: #bcb4ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-171 {
  background-color: #bcb5ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-37 {
  background-color: #bcb6ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-11 {
  background-color: #bcb7ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-1 {
  background-color: #bcb8ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-13 {
  background-color: #bcb9ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-189 {
  background-color: #bcbbae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-178 {
  background-color: #b6b5a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-49 {
  background-color: #b5b6a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-59 {
  background-color: #b4b6a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-15 {
  background-color: #b2b6a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-25 {
  background-color: #b8bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-64 {
  background-color: #b7bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-119 {
  background-color: #b6bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-71 {
  background-color: #b5bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-130 {
  background-color: #b4bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-165 {
  background-color: #b2bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-29 {
  background-color: #b1bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-231 {
  background-color: #b0bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-155 {
  background-color: #afbcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color-212 {
  background-color: #aebcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcaf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcb9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcbb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebcbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aebbbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aeb9bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aeb8bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aeb7bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aeb6bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #aeb5bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b6bbc3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b6bac3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b6b9c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b6b8c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b6b7c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b6b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b7b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b8b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #b9b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #bab6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #bbb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #bcb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #bdb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #bfb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c0b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c1b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c2b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6c2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6c1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6c0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6bf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6bd;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6bb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6ba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6b9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6b8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6b7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.ds-color- {
  background-color: #c3b6b6;
  color: black;
}

/* line 57, app/assets/stylesheets/application/modules/_data_sources.scss */
.btn-hmis {
  font-weight: normal;
  font-size: 0.7rem;
}

/* line 62, app/assets/stylesheets/application/modules/_data_sources.scss */
.id-sqr {
  margin-right: 0.5rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_footer.scss */
footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  background-color: #091f2f;
  /* box-shadow: inset 0 0 0 2px rgba(0,0,0,0.50); */
  color: white;
  z-index: 400;
  padding-bottom: 200px;
  /* for sticky footer */
}

/* line 14, app/assets/stylesheets/application/modules/_footer.scss */
footer p {
  margin: 0;
  font-size: 0.8571428571rem;
}

@media (min-width: 992px) {
  /* line 18, app/assets/stylesheets/application/modules/_footer.scss */
  footer .site-description {
    width: 50%;
  }
}

/* line 24, app/assets/stylesheets/application/modules/_footer.scss */
footer .custom-footer-content a:link, footer .custom-footer-content a:visited {
  color: white;
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/application/modules/_footer.scss */
footer .custom-footer-content a:hover, footer .custom-footer-content a:active {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 23, app/assets/stylesheets/application/modules/_footer.scss */
  footer .custom-footer-content {
    width: 25%;
  }
}

/* line 38, app/assets/stylesheets/application/modules/_footer.scss */
.seal-image {
  width: auto;
  max-width: 450px;
  height: 85px;
  display: flex;
  margin-right: 1.1428571429rem;
}

/* line 46, app/assets/stylesheets/application/modules/_footer.scss */
.seal {
  width: auto;
  height: 100%;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_header.scss */
.o-header--page > .container-fluid {
  width: 100%;
}

/* line 7, app/assets/stylesheets/application/modules/_header.scss */
.o-header--page {
  background-color: #091f2f;
  height: 60px;
  display: flex;
  align-items: stretch;
  z-index: 400;
}

/* line 15, app/assets/stylesheets/application/modules/_header.scss */
.o-header__nav {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: stretch;
}

/* line 22, app/assets/stylesheets/application/modules/_header.scss */
.o-header__nav > ul {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/application/modules/_header.scss */
.o-header__nav form.new_user {
  margin-top: 1rem;
}

/* line 31, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__group,
.c-header-nav__item {
  display: flex;
  align-items: stretch;
}

/* line 37, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__mobile-link {
  font-size: 1.4285714286rem;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  /* line 42, app/assets/stylesheets/application/modules/_header.scss */
  .l-content-width-md .c-header-nav__mobile-link {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 47, app/assets/stylesheets/application/modules/_header.scss */
  .l-content-width-lg .c-header-nav__mobile-link {
    display: none;
  }
}

/* line 53, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item {
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--info {
  background: #d8e7ea;
  border-right: 1px solid rgba(233, 231, 237, 0.5);
}

/* line 69, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--info,
.c-header-nav__item--info .c-header-nav__link {
  color: black;
}

/* line 74, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--info:hover, .c-header-nav__item--info:focus {
  background: #c7dde1;
}

/* line 77, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--info:hover,
.c-header-nav__item--info:hover .c-header-nav__link, .c-header-nav__item--info:focus,
.c-header-nav__item--info:focus .c-header-nav__link {
  color: black;
}

/* line 66, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--warning {
  background: #bc6923;
  border-right: 1px solid rgba(233, 231, 237, 0.5);
}

/* line 69, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--warning,
.c-header-nav__item--warning .c-header-nav__link {
  color: white;
}

/* line 74, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--warning:hover, .c-header-nav__item--warning:focus {
  background: #a75d1f;
}

/* line 77, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--warning:hover,
.c-header-nav__item--warning:hover .c-header-nav__link, .c-header-nav__item--warning:focus,
.c-header-nav__item--warning:focus .c-header-nav__link {
  color: white;
}

/* line 66, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--danger {
  background: #bb2716;
  border-right: 1px solid rgba(233, 231, 237, 0.5);
}

/* line 69, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--danger,
.c-header-nav__item--danger .c-header-nav__link {
  color: white;
}

/* line 74, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--danger:hover, .c-header-nav__item--danger:focus {
  background: #a42213;
}

/* line 77, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--danger:hover,
.c-header-nav__item--danger:hover .c-header-nav__link, .c-header-nav__item--danger:focus,
.c-header-nav__item--danger:focus .c-header-nav__link {
  color: white;
}

/* line 66, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--success {
  background: #009f44;
  border-right: 1px solid rgba(233, 231, 237, 0.5);
}

/* line 69, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--success,
.c-header-nav__item--success .c-header-nav__link {
  color: white;
}

/* line 74, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--success:hover, .c-header-nav__item--success:focus {
  background: #008639;
}

/* line 77, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--success:hover,
.c-header-nav__item--success:hover .c-header-nav__link, .c-header-nav__item--success:focus,
.c-header-nav__item--success:focus .c-header-nav__link {
  color: white;
}

/* line 85, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__link {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-left: 0.8571428571rem;
  padding-right: 0.8571428571rem;
}

/* line 209, app/assets/stylesheets/application/modules/../_tools/mixins/general.scss */
.c-header-nav__link:hover, .c-header-nav__link:focus {
  color: #d8d5db;
}

/* line 92, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__link .additional-context {
  display: none;
}

@media (min-width: 992px) {
  /* line 92, app/assets/stylesheets/application/modules/_header.scss */
  .c-header-nav__link .additional-context {
    display: inline-block;
    margin-right: 0.5714285714rem;
  }
}

/* line 99, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__link i {
  font-size: 20px;
}

/* line 102, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__link a {
  display: flex;
  align-items: center;
}

/* line 106, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__link[aria-expanded=true] {
  background: white;
  color: #091f2f;
}

/* line 112, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__item--hidden-mobile {
  display: none;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/application/modules/_header.scss */
  .c-header-nav__item--hidden-mobile {
    display: flex;
  }
}

/* line 119, app/assets/stylesheets/application/modules/_header.scss */
.site-name {
  min-height: 5rem;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 4px 5px;
  align-self: flex-start;
  z-index: 200;
  max-width: 44vw;
}

@media (min-width: 576px) {
  /* line 119, app/assets/stylesheets/application/modules/_header.scss */
  .site-name {
    min-height: 6rem;
    max-width: 228px;
    padding: 8px 10px;
  }
}

/* line 134, app/assets/stylesheets/application/modules/_header.scss */
.o-header--page__title {
  display: flex;
  align-self: stretch;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.0555;
}

@media (min-width: 992px) {
  /* line 134, app/assets/stylesheets/application/modules/_header.scss */
  .o-header--page__title {
    font-size: 1.728rem;
  }
}

/* line 147, app/assets/stylesheets/application/modules/_header.scss */
.o-header--page__title a {
  color: #091f2f;
}

/* line 151, app/assets/stylesheets/application/modules/_header.scss */
.o-header--page__title a:hover,
.o-header--page__title a:focus {
  text-decoration: none;
  color: #15496f;
}

/* line 157, app/assets/stylesheets/application/modules/_header.scss */
.o-header--page__sub-title, .c-header-nav__dropdown .btn [class^="icon-"] {
  display: none;
  margin-left: 1rem;
}

@media (min-width: 576px) {
  /* line 157, app/assets/stylesheets/application/modules/_header.scss */
  .o-header--page__sub-title, .c-header-nav__dropdown .btn [class^="icon-"] {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.1;
  }
}

@media (min-width: 992px) {
  /* line 157, app/assets/stylesheets/application/modules/_header.scss */
  .o-header--page__sub-title, .c-header-nav__dropdown .btn [class^="icon-"] {
    font-size: 1.1428571429rem;
  }
}

/* line 174, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__dropdown {
  display: flex;
  align-items: stretch;
}

/* line 177, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__dropdown .btn [class^="icon-"] {
  padding-top: 22px;
  width: 2rem;
}

/* line 182, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__dropdown .message-count {
  background-color: white;
  color: #1275D9;
  transform: translate(-50%, -50%);
}

/* line 188, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__dropdown ul li.message:last-of-type {
  margin-bottom: 1.1428571429rem;
}

/* line 193, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__dropdown .show-all {
  margin: 5px auto;
}

/* line 196, app/assets/stylesheets/application/modules/_header.scss */
.c-header-nav__dropdown .dropdown-menu {
  top: 50px;
  padding: 0.5714285714rem;
  min-width: 200px;
}

/* line 203, app/assets/stylesheets/application/modules/_header.scss */
.email-messages-envelope {
  line-height: 0;
}

/* line 205, app/assets/stylesheets/application/modules/_header.scss */
.email-messages-envelope::after {
  display: none;
}

/* line 210, app/assets/stylesheets/application/modules/_header.scss */
.btn.email-messages-envelope:focus,
.btn.email-messages-envelope.focus {
  outline: 0;
}

/* line 215, app/assets/stylesheets/application/modules/_header.scss */
.btn.email-messages-envelope [class^="icon-"]:hover {
  color: #288bee;
}

@media (min-width: 576px) {
  /* line 219, app/assets/stylesheets/application/modules/_header.scss */
  .utility {
    margin-left: 250px;
  }
}

/* line 223, app/assets/stylesheets/application/modules/_header.scss */
.utility .alert {
  margin-bottom: 1.1428571429rem;
}

/* line 228, app/assets/stylesheets/application/modules/_header.scss */
.auth-support-links {
  margin-top: 24px;
}

/* line 232, app/assets/stylesheets/application/modules/_header.scss */
.user-state {
  width: 60px;
  height: 59px;
  background-color: #091f2f;
  float: right;
  padding-top: 8px;
}

/* line 240, app/assets/stylesheets/application/modules/_header.scss */
.user-state--link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
}

/* line 249, app/assets/stylesheets/application/modules/_header.scss */
.user-state--link:hover,
.user-state--link:focus {
  color: #d8d5db;
  text-decoration: none;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 21, app/assets/stylesheets/application/modules/_health_charts.scss */
h2.ho-head__h2 {
  margin-bottom: 5px;
}

/* line 25, app/assets/stylesheets/application/modules/_health_charts.scss */
h2.ho-sub__h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
  font-size: 1.2em;
}

/* line 31, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-container {
  margin-top: 1.1428571429rem;
  margin-bottom: 2.1428571429rem;
  padding: 10px;
  background: white;
  color: #404040;
  border-radius: 0.35rem;
  border: 1px solid #e4e4e4;
  padding: 16px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/application/modules/../_tools/mixins/general.scss */
.ho-container.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 35, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-container .ho-chart__title {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

/* line 42, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-container__summary {
  display: flex;
  justify-content: space-evenly;
  padding: 2.1428571429rem 0;
  flex-wrap: wrap;
}

/* line 49, app/assets/stylesheets/application/modules/_health_charts.scss */
.chunk {
  margin-bottom: 2.1428571429rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 56, app/assets/stylesheets/application/modules/_health_charts.scss */
#rrh-report__loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  display: none;
}

/* line 67, app/assets/stylesheets/application/modules/_health_charts.scss */
#rrh-report__container .c-spinner {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/application/modules/_health_charts.scss */
#rrh-report__container .c-spinner::before {
  width: 50px;
  height: 50px;
  margin-right: 0px;
}

/* line 76, app/assets/stylesheets/application/modules/_health_charts.scss */
#d3-tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #d2d2d2;
  max-width: 300px;
  min-width: 100px;
  pointer-events: none;
}

/* line 87, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-tooltip__item {
  position: relative;
  padding-left: 13px;
}

/* line 92, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-tooltip__item--primary {
  padding-left: 0;
}

/* line 96, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-tooltip__item.d3-tooltip__label {
  font-weight: bold;
  padding-left: 0px;
}

/* line 101, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-tooltip__swatch {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 6px;
}

/* line 109, app/assets/stylesheets/application/modules/_health_charts.scss */
.sdh__container {
  margin-top: 40px;
}

/* line 114, app/assets/stylesheets/application/modules/_health_charts.scss */
.sdh__container div.ho-container:first-of-type {
  margin-top: 0px;
}

/* line 119, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-container__first {
  padding: 10px;
  background: white;
  color: #404040;
  border-radius: 0.35rem;
  border: 1px solid #e4e4e4;
  padding: 16px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/application/modules/../_tools/mixins/general.scss */
.ho-container__first.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-container__header {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 10px;
}

/* line 128, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-container.rrh .ho-container__header h3 {
  margin-top: 0px;
}

/* line 132, app/assets/stylesheets/application/modules/_health_charts.scss */
.rrh-row .col-md-6:first-child {
  border-right: 1px solid #d2d2d2;
}

/* line 136, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-hints {
  margin-top: 20px;
}

/* line 140, app/assets/stylesheets/application/modules/_health_charts.scss */
#d3-outcome__legend .ho-hint,
#d3-demographics__legend .ho-hint {
  float: right;
  margin-right: 10px;
}

/* line 146, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-hint {
  position: relative;
  padding-left: 13px;
}

/* line 151, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-hint__swatch {
  width: 8px;
  height: 8px;
}

/* line 156, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__marker,
.ho-hint__swatch {
  position: absolute;
  left: 0px;
  top: 6px;
}

/* line 163, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-hint__swatch-text {
  display: inline-block;
}

/* line 167, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__hints {
  margin-bottom: 20px;
}

/* line 171, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__hints .ho-hint {
  float: left;
  margin-right: 10px;
}

/* line 177, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__container {
  padding: 10px;
  background: white;
  color: #404040;
  border-radius: 0.35rem;
  border: 1px solid #e4e4e4;
  padding: 16px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/application/modules/../_tools/mixins/general.scss */
.ho-patient__container.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 180, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__name {
  margin-top: 0px;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0px;
}

/* line 185, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__details {
  padding-left: 10px;
}

/* line 188, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__detail {
  display: inline-block;
  background-color: #f1f1f1;
  padding-right: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

/* line 195, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__detail span {
  padding: 0px 4px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #777777;
}

/* line 202, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__content table {
  table-layout: fixed;
  width: 100%;
}

/* line 206, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__content tr:first-child td {
  border-top: 2px solid #f1f1f1;
}

/* line 209, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__content td {
  padding: 4px 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 2px solid #f1f1f1;
}

/* line 215, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-patient__content td small {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 223, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__fc {
  border-left: 1px solid #d2d2d2;
}

@media (min-width: 576px) {
  /* line 223, app/assets/stylesheets/application/modules/_health_charts.scss */
  .ho-compare__fc {
    border-left: none;
    margin-top: 20px;
  }
}

/* line 231, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare-box {
  padding: 10px;
  text-align: center;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

/* line 238, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare-box__content {
  font-size: 22px;
  font-weight: bold;
  color: #00549E;
}

/* line 244, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare-box__to {
  border-top: 1px solid #d2d2d2;
  font-weight: normal;
  font-size: 22px;
  color: #777777;
}

/* line 249, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare-box__to span {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 257, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__table-1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0px;
}

/* line 264, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__table-2 {
  width: 100%;
  table-layout: fixed;
  padding: 0px 10px;
}

/* line 268, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__table-2 th, .ho-compare__table-2 td {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}

/* line 272, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__table-2 th {
  font-weight: normal;
  background-color: #f1f1f1;
  position: relative;
}

/* line 276, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__table-2 th small {
  display: block;
}

/* line 280, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__table-2 td {
  border-bottom: 1px solid #d2d2d2;
}

/* line 285, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__label-row td {
  font-size: 12px;
  border-bottom: none;
  background-color: #f1f1f1;
}

/* line 291, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__variance td {
  background-color: #f1f1f1;
}

/* line 295, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__current-patient td {
  font-size: 22px;
  font-weight: bold;
  background-color: #fcfcfc;
  color: #00549E;
}

/* line 302, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__pilot-average td {
  font-size: 22px;
  background-color: #fcfcfc;
  color: #777777;
}

/* line 308, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__th-marker,
.ho-compare__marker {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* line 316, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__th-marker {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -4px;
}

/* line 323, app/assets/stylesheets/application/modules/_health_charts.scss */
.ed-visits {
  background-color: #48F04a;
}

/* line 327, app/assets/stylesheets/application/modules/_health_charts.scss */
.ip-admits {
  background-color: #36B337;
}

/* line 331, app/assets/stylesheets/application/modules/_health_charts.scss */
.readmit {
  background-color: #007101;
}

/* line 335, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__key {
  display: inline-block;
  margin-bottom: 5px;
  display: block;
  margin-bottom: 10px;
}

/* line 344, app/assets/stylesheets/application/modules/_health_charts.scss */
.ho-compare__key:not(:last-child) {
  margin-right: 30px;
  margin-right: 0px;
}

/* line 352, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-chart {
  height: 300px;
  position: relative;
}

/* line 357, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-claims__legend {
  display: inline-block;
}

/* line 359, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-claims__legend .ho-hint {
  float: right;
  margin-right: 20px;
}

@media (min-width: 576px) {
  /* line 359, app/assets/stylesheets/application/modules/_health_charts.scss */
  .d3-claims__legend .ho-hint {
    float: none;
    margin-right: 0px;
  }
}

/* line 369, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__chart {
  padding-top: 10px;
  margin-top: 30px;
  border-right: 1px solid #d2d2d2;
  position: relative;
  margin-bottom: 20px;
}

/* line 375, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__chart .x-axis {
  position: absolute;
  top: -29px;
  right: 0px;
  border-bottom: 1px solid #d2d2d2;
}

/* line 381, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__chart .x-axis__max {
  font-size: 20px;
  margin-right: 5px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 388, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__key-bar {
  background-color: #f1f1f1;
  min-height: 40px;
  border-left: #d2d2d2;
}

/* line 394, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__key-bar:last-child {
  padding-bottom: 0px;
}

/* line 398, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__bar {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

/* line 406, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__bar-inner {
  position: relative;
}

/* line 408, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__bar-inner span {
  left: 100%;
  position: absolute;
  margin-left: 5px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #666;
}

/* line 417, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__key {
  font-size: 12px;
  padding: 4px;
  text-align: left;
  position: relative;
  background-color: #f1f1f1;
}

/* line 426, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-top__key-number {
  display: none;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  margin-right: 5px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #f1f1f1;
}

/* line 440, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__chart {
  height: 350px;
  margin-bottom: 4rem;
}

/* line 447, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__chart .y-axis path,
.d3-housing-status__chart .y-axis line,
.d3-housing-status__chart .x-axis path,
.d3-housing-status__chart .x-axis line {
  stroke: #CCCCCC;
}

/* line 453, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__chart .y-axis__label {
  alignment-baseline: middle;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 459, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__chart .x-axis text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 464, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-housing-status__chart .status__line {
  pointer-events: none;
}

/* line 468, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-monthly-income__chart {
  height: 300px;
}

/* line 472, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-ss-matrix__chart {
  height: 800px;
}

/* line 476, app/assets/stylesheets/application/modules/_health_charts.scss */
.ss-matrix__container h4 {
  display: inline-block;
  margin-top: 0px;
}

/* line 482, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-ss__legend .ho-hint {
  float: left;
  padding-right: 10px;
}

/* line 488, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-ss__labels {
  margin-left: 150px;
  margin-right: 10px;
  font-size: 10px;
}

/* line 494, app/assets/stylesheets/application/modules/_health_charts.scss */
.d3-ss__legend .ho-hint__swatch-text {
  line-height: 1.2;
  margin-bottom: 20px;
}

/* line 501, app/assets/stylesheets/application/modules/_health_charts.scss */
.warehouse-reports__initiatives > h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
  position: relative;
}

/* line 506, app/assets/stylesheets/application/modules/_health_charts.scss */
.warehouse-reports__initiatives > h2 span {
  padding: 0px 10px;
  position: absolute;
  top: -14px;
  left: 20px;
  background-color: #f9f9f9;
}

/* line 514, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso__container .ho-container__header h4 {
  margin-top: 0px;
  display: inline-block;
}

/* line 519, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso-footer {
  padding-top: 20px;
}

/* line 523, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso-collapse {
  margin-top: 20px;
  overflow-x: scroll;
}

/* line 528, app/assets/stylesheets/application/modules/_health_charts.scss */
table.table.loso-table {
  table-layout: fixed;
  min-width: 100%;
  margin-bottom: 0px;
}

/* line 535, app/assets/stylesheets/application/modules/_health_charts.scss */
table.table.loso-table tr:last-of-type th, table.table.loso-table tr:last-of-type td {
  border-bottom: 1px solid #dddddd;
}

/* line 540, app/assets/stylesheets/application/modules/_health_charts.scss */
table.table.loso-table tr.loso__median th:first-child {
  border-bottom: 1px solid #dddddd;
}

/* line 544, app/assets/stylesheets/application/modules/_health_charts.scss */
table.table.loso-table th.loso-table__label {
  vertical-align: middle;
  text-align: center;
  background-color: #F9F9F9;
}

/* line 550, app/assets/stylesheets/application/modules/_health_charts.scss */
[data-d3-key] {
  position: relative;
}

/* line 552, app/assets/stylesheets/application/modules/_health_charts.scss */
[data-d3-key] span {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
}

/* line 561, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso__legend {
  padding: 20px;
}

/* line 565, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso__legend-item,
.nc-legend__item {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  float: left;
  margin-right: 20px;
  padding-left: 16px;
}

/* line 576, app/assets/stylesheets/application/modules/_health_charts.scss */
.nc-legend__item {
  float: none;
  margin-bottom: 12px;
  line-height: 1.1;
  cursor: pointer;
}

/* line 583, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso__legend-item-color,
.nc-legend__item-color {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 593, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso__legend-pie {
  margin-top: 20px;
}

/* line 597, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso__legend-pie .loso__legend-item {
  width: 50%;
  padding-right: 10px;
  margin-right: 0px;
}

/* line 603, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso-zoom-buttons {
  margin-bottom: 10px;
}

/* line 605, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso-zoom-buttons button {
  width: 25px;
  height: 25px;
  padding: 0px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

/* line 614, app/assets/stylesheets/application/modules/_health_charts.scss */
.loso-zoom-buttons button:hover {
  background-color: #e5e5e5;
}

/* line 618, app/assets/stylesheets/application/modules/_health_charts.scss */
.bb-region-y-even {
  fill: #eeeeee;
  fill-opacity: 0.5;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_health_emergency.scss */
.client-tabs__health-emergency {
  background-color: #ffe8e6;
  margin-bottom: -1.1428571429rem;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0.25rem 30px;
  width: 110%;
}

/* line 12, app/assets/stylesheets/application/modules/_health_emergency.scss */
.client-tabs__health-emergency h3 {
  font-size: 1.2rem;
  color: #bb2716;
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/application/modules/_health_emergency.scss */
.nav-tabs > li.health-emergency.nav-item > a,
.nav-tabs > li.health-emergency.nav-item.active > a {
  color: #bb2716;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_health_forms.scss */
.health-form .radio label {
  display: flex;
  margin-left: 2em;
}

/* line 8, app/assets/stylesheets/application/modules/_health_forms.scss */
.health-form .form-group.text {
  margin-left: 2em;
}

/* line 14, app/assets/stylesheets/application/modules/_health_forms.scss */
.form--with-nav {
  position: relative;
}

/* line 16, app/assets/stylesheets/application/modules/_health_forms.scss */
.form--with-nav .well {
  margin-bottom: 50px;
}

/* line 21, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav {
  display: none;
  width: 200px;
  position: absolute;
  padding-top: 30px;
  height: 100vh;
  overflow: auto;
}

@media (min-width: 576px) {
  /* line 21, app/assets/stylesheets/application/modules/_health_forms.scss */
  .form__nav {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/application/modules/_health_forms.scss */
  .form__nav {
    width: 250px;
  }
}

/* line 36, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__questions {
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 576px) {
  /* line 36, app/assets/stylesheets/application/modules/_health_forms.scss */
  .form__questions {
    padding-left: 230px;
  }
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/application/modules/_health_forms.scss */
  .form__questions {
    padding-left: 280px;
  }
}

/* line 47, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item {
  padding: 0;
}

/* line 49, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item:hover {
  border-left: 3px solid #345965;
  background: #f9f9f9;
}

/* line 55, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item .nav-link {
  padding: 10px;
  display: flex;
  align-items: center;
}

/* line 59, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item .nav-link::after {
  font-family: 'icons';
  content: '\ea34';
  margin-left: auto;
  font-size: 12px;
  color: transparent;
}

/* line 66, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item .nav-link:focus, .form__nav .list-group-item .nav-link:hover {
  background: #f9f9f9;
  color: black;
}

/* line 70, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item .nav-link:focus::after, .form__nav .list-group-item .nav-link:hover::after {
  color: #9e9ca1;
}

/* line 76, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item.active {
  background: #f9f9f9;
  border-color: #e4e4e4;
  border-left: 3px solid #345965;
}

/* line 80, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav .list-group-item.active .nav-link {
  color: black;
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/application/modules/_health_forms.scss */
.form__nav.affixed {
  top: 0px;
  position: fixed;
}

/* line 91, app/assets/stylesheets/application/modules/_health_forms.scss */
.cha__section {
  clear: left;
}

/* line 97, app/assets/stylesheets/application/modules/_health_forms.scss */
.cha-form h4, .cha-form h5, .cha-form h6, .cha__section h4, .cha__section h5, .cha__section h6 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

/* line 101, app/assets/stylesheets/application/modules/_health_forms.scss */
.cha-form label.control-label,
.cha-form .cha__help-text,
.cha-form .client__assessment-question, .cha__section label.control-label,
.cha__section .cha__help-text,
.cha__section .client__assessment-question {
  font-weight: bold;
  font-size: 14px;
}

/* line 110, app/assets/stylesheets/application/modules/_health_forms.scss */
.cha-form h4 {
  font-size: 14px;
}

/* line 115, app/assets/stylesheets/application/modules/_health_forms.scss */
.cha__section .client__assessment-question {
  margin-left: 0px;
}

/* line 119, app/assets/stylesheets/application/modules/_health_forms.scss */
.cha__section .client__assessment-answer {
  text-indent: 0;
}

/* line 128, app/assets/stylesheets/application/modules/_health_forms.scss */
.g_q .client__assessment-answer,
.i_q .client__assessment-answer,
.l_q .client__assessment-answer {
  text-indent: 0;
}

/* line 149, app/assets/stylesheets/application/modules/_health_forms.scss */
.patient__care_coordinator select {
  min-width: 14rem;
}

/* line 154, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-valid {
  border-left: 4px solid #009f44;
}

/* line 159, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-invalid {
  border-left: 4px solid #bb2716;
}

/* line 162, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-invalid .qa__procedure-code {
  background-color: #f5b0a8;
}

/* line 168, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-invalid_text {
  color: #bb2716;
}

/* line 173, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-valid-unpayable {
  border-left: 4px solid #51ACFF;
}

/* line 178, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-valid-unpayable-text {
  color: #51ACFF;
}

/* line 183, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-ignored {
  border-left: 4px solid #555555;
}

/* line 186, app/assets/stylesheets/application/modules/_health_forms.scss */
.qa-ignored td {
  background-color: #eeeeee;
}

/* line 191, app/assets/stylesheets/application/modules/_health_forms.scss */
.health_claims__success {
  color: #288bee;
}

/* line 195, app/assets/stylesheets/application/modules/_health_forms.scss */
.health_claims__rejection {
  color: #bb2716;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_lists.scss */
.style-guide__icon-list,
.draggable-list {
  list-style: none;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/application/modules/_lists.scss */
.style-guide__icon-list i {
  font-size: 36px;
  padding-right: 18px;
}

/* line 12, app/assets/stylesheets/application/modules/_lists.scss */
.style-guide__icon-list li {
  margin-bottom: 18px;
}

/* line 15, app/assets/stylesheets/application/modules/_lists.scss */
.draggable-list li {
  margin-bottom: 14px;
}

/* line 18, app/assets/stylesheets/application/modules/_lists.scss */
.draggable-list .icon-move {
  padding-right: 10px;
}

/* line 21, app/assets/stylesheets/application/modules/_lists.scss */
.goal-list {
  line-height: 1.1;
}

/* line 24, app/assets/stylesheets/application/modules/_lists.scss */
.draggable-list__item:hover,
.draggable-list__item:active,
.draggable-list__item:focus {
  cursor: pointer;
  color: black;
}

/* line 29, app/assets/stylesheets/application/modules/_lists.scss */
.draggable-list__item:hover .goal-list__number,
.draggable-list__item:active .goal-list__number,
.draggable-list__item:focus .goal-list__number {
  background-color: #607d9f;
}

/* line 33, app/assets/stylesheets/application/modules/_lists.scss */
.goal-list__number {
  background-color: #90A4BC;
  border-radius: 50%;
  line-height: 1.7;
  color: #f5f5f5;
  font-weight: 700;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* line 45, app/assets/stylesheets/application/modules/_lists.scss */
.active .goal-list__number {
  background-color: #404040;
}

/* line 48, app/assets/stylesheets/application/modules/_lists.scss */
.active .goal-list__name {
  font-weight: 700;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_patient.scss */
.patient__demographics {
  flex-basis: 250px;
}

/* line 6, app/assets/stylesheets/application/modules/_patient.scss */
.patient__engagement {
  display: inline-block;
  font-size: 1rem;
}

/* line 12, app/assets/stylesheets/application/modules/_patient.scss */
.patient__engagement-countdown {
  color: #e5b17e;
}

/* line 17, app/assets/stylesheets/application/modules/_patient.scss */
.patient__engagement-expired {
  color: #bb2716;
}

/* line 22, app/assets/stylesheets/application/modules/_patient.scss */
.pctp__signature-expired {
  color: #bb2716;
}

/* line 27, app/assets/stylesheets/application/modules/_patient.scss */
.pctp__signature-pending {
  color: #bc6923;
}

/* line 31, app/assets/stylesheets/application/modules/_patient.scss */
.pctp__success {
  color: #009f44;
}

/* line 35, app/assets/stylesheets/application/modules/_patient.scss */
.health__care-hub-note {
  padding: 1em;
  background-color: #e4e4e4;
}

/* line 40, app/assets/stylesheets/application/modules/_patient.scss */
.pctp__expired {
  color: #bb2716;
}

/* line 44, app/assets/stylesheets/application/modules/_patient.scss */
.patient-file__expired {
  color: #bc6923;
}

/* line 48, app/assets/stylesheets/application/modules/_patient.scss */
.patient-file__contributing {
  color: #009f44;
}

/* line 53, app/assets/stylesheets/application/modules/_patient.scss */
.opaque-area-chart .bb-area {
  opacity: 1 !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 6, app/assets/stylesheets/application/modules/_prs1.scss */
.sb-filter-section-prs1 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #d8d8d8;
}

/* line 11, app/assets/stylesheets/application/modules/_prs1.scss */
.sb-link-prs1 {
  font-weight: 600;
}

/* line 14, app/assets/stylesheets/application/modules/_prs1.scss */
.sb-link-required-prs1:after {
  margin-left: 0.2em;
  content: '*';
  color: #f26d09;
}

/* line 25, app/assets/stylesheets/application/modules/_prs1.scss */
.charts-prs1 .perf-overview-breakdown {
  margin-bottom: 3em;
}

/* line 28, app/assets/stylesheets/application/modules/_prs1.scss */
.form-filter-section-title-prs1 {
  margin-bottom: 2em;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 0.25em;
}

/* line 33, app/assets/stylesheets/application/modules/_prs1.scss */
.form-filters-section-prs1 {
  margin-bottom: 3em;
}

/* line 36, app/assets/stylesheets/application/modules/_prs1.scss */
.form-filters-section-prs1 section {
  margin-bottom: 1em;
}

/* line 39, app/assets/stylesheets/application/modules/_prs1.scss */
.form-filters-controls-prs1 {
  position: sticky;
  bottom: -1em;
  z-index: 1;
  background-color: #fff;
  margin: 2em -1em -1em;
  padding: 1em;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
  border-top: 1px solid #ddd;
}

/* line 50, app/assets/stylesheets/application/modules/_prs1.scss */
.form-filters-section-prs1 .c-boolean-button label {
  padding: 0.2em 1em;
}

/* line 53, app/assets/stylesheets/application/modules/_prs1.scss */
.nav-drawer.prs1 {
  background: #fff;
  width: 258px;
  flex-shrink: 0;
  padding-top: 55px;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 0px 0px 4px 0px #878787;
  z-index: 3;
}

/* line 65, app/assets/stylesheets/application/modules/_prs1.scss */
.main-outer-prs1 {
  background-color: #f8f8f8;
  flex-grow: 1;
}

/* line 69, app/assets/stylesheets/application/modules/_prs1.scss */
.main-inner-prs1 {
  padding: 15px 20px 15px;
}

/* line 72, app/assets/stylesheets/application/modules/_prs1.scss */
.content-outer-prs1 {
  display: flex;
  min-height: calc(100vh - 100px - 60px);
  border-bottom: 2px solid #02080d;
}

/* line 77, app/assets/stylesheets/application/modules/_prs1.scss */
.utility-prs1 {
  min-height: 21px;
  padding: 15px 20px 0;
  background: #fff;
}

/* line 82, app/assets/stylesheets/application/modules/_prs1.scss */
.text-color-hl-prs1 {
  color: #f26d09;
}

/* line 85, app/assets/stylesheets/application/modules/_prs1.scss */
.top-nav-prs1 {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 0px;
}

/* line 90, app/assets/stylesheets/application/modules/_prs1.scss */
.chip-v2-prs1 {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
  margin-bottom: 0.35em;
  margin-right: 0.25em;
  font-size: 0.87rem;
}

/* line 99, app/assets/stylesheets/application/modules/_prs1.scss */
.chip-v2-label-prs1 {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #ccc;
  color: #555;
}

/* line 105, app/assets/stylesheets/application/modules/_prs1.scss */
.chip-v2-value-prs1 {
  color: #111;
}

/* line 108, app/assets/stylesheets/application/modules/_prs1.scss */
.chip-v1-prs1 {
  background: #e8e8e8;
  border-radius: 4px;
  padding: 0 0.5em;
  font-size: 0.87rem;
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}

/* line 116, app/assets/stylesheets/application/modules/_prs1.scss */
.chart-legend-prs1 {
  display: flex;
  margin-bottom: 1em;
}

/* line 120, app/assets/stylesheets/application/modules/_prs1.scss */
.chart-legend-item-prs1 {
  display: flex;
  margin-right: 2.5em;
  font-size: 16px;
}

/* line 125, app/assets/stylesheets/application/modules/_prs1.scss */
.chart-legend-item-swatch-prs1 {
  width: 16px;
  height: 16px;
  margin-right: 0.75em;
  flex: 0 0 auto;
}

/* line 132, app/assets/stylesheets/application/modules/_prs1.scss */
.hero-prs1 {
  margin-right: 3.5714285714rem;
  margin-bottom: 0.5714285714rem;
}

/* line 136, app/assets/stylesheets/application/modules/_prs1.scss */
.hero-value-prs1 {
  line-height: 1.0;
  margin: 0;
}

/* line 141, app/assets/stylesheets/application/modules/_prs1.scss */
.hero-value-prs2 {
  font-size: 1.5rem;
}

/* line 145, app/assets/stylesheets/application/modules/_prs1.scss */
.hero-unit-prs1 {
  color: #555;
  line-height: 1.4;
  font-size: 0.9rem;
}

/* line 150, app/assets/stylesheets/application/modules/_prs1.scss */
.h1-hero-prs1 {
  font-size: 2.6rem;
}

/* line 153, app/assets/stylesheets/application/modules/_prs1.scss */
.disaggregation-picker-prs-1 {
  margin-bottom: 2.5em;
}

/* line 156, app/assets/stylesheets/application/modules/_prs1.scss */
.disaggregation-picker-prs-1 label {
  font-size: 1.25rem;
}

/* line 159, app/assets/stylesheets/application/modules/_prs1.scss */
.disaggregation-picker-prs-1 .select2-selection {
  background: #fff !important;
  padding: 0 !important;
  min-height: initial !important;
}

/* line 164, app/assets/stylesheets/application/modules/_prs1.scss */
.disaggregation-picker-prs-1__disaggregation {
  min-width: 20rem;
}

/* line 167, app/assets/stylesheets/application/modules/_prs1.scss */
.h5-prs1 {
  color: #555;
  font-weight: 700;
}

/* line 173, app/assets/stylesheets/application/modules/_prs1.scss */
.prs-chart-width-container {
  max-width: calc(100vw - (350px));
}

@media (min-width: 1200px) {
  /* line 173, app/assets/stylesheets/application/modules/_prs1.scss */
  .prs-chart-width-container {
    max-width: calc(100vw - (550px));
  }
}

/* line 179, app/assets/stylesheets/application/modules/_prs1.scss */
.prs-chart-no-legend-width-container {
  max-width: calc(100vw - (100px));
}

@media (min-width: 1200px) {
  /* line 179, app/assets/stylesheets/application/modules/_prs1.scss */
  .prs-chart-no-legend-width-container {
    max-width: calc(100vw - (200px));
  }
}
/* line 1, app/assets/stylesheets/application/modules/_public.scss */
.coc-map {
  text-align: center;
}

/* line 4, app/assets/stylesheets/application/modules/_public.scss */
.coc-map img {
  width: 80%;
  margin: 2rem auto;
  max-width: 800px;
}

/* line 9, app/assets/stylesheets/application/modules/_public.scss */
.agency-list {
  font-size: 1.2rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 6, app/assets/stylesheets/application/modules/_report_results.scss */
.report-result--results dt {
  clear: left;
  float: left;
  width: 70%;
}

/* line 11, app/assets/stylesheets/application/modules/_report_results.scss */
.report-result--results dd {
  margin-left: 70%;
}

/* line 15, app/assets/stylesheets/application/modules/_report_results.scss */
.report-result__section-header {
  background-color: #f2f2f2;
}

/* line 19, app/assets/stylesheets/application/modules/_report_results.scss */
.report-result__changed {
  background-color: #dd8c47;
}

/* line 23, app/assets/stylesheets/application/modules/_report_results.scss */
.lightest-gray {
  background-color: #f2f2f2;
}

/* line 26, app/assets/stylesheets/application/modules/_report_results.scss */
.page-bg-color {
  background-color: #f9f9f9;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_reports.scss */
.big-block {
  font-size: 1.728rem;
}

/* line 7, app/assets/stylesheets/application/modules/_reports.scss */
.big-block > * {
  padding: 0.25em;
}

/* line 11, app/assets/stylesheets/application/modules/_reports.scss */
.big-block .body {
  background-color: #091f2f;
  color: white;
}

/* line 16, app/assets/stylesheets/application/modules/_reports.scss */
.big-arrow-up {
  position: relative;
  display: inline-block;
  background-clip: content-box;
  width: 100%;
  height: 1em;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/application/modules/_reports.scss */
.big-arrow-up:before {
  content: '';
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: red;
  padding-bottom: 50%;
  width: 57.7%;
  z-index: 1;
  transform-origin: 0 0;
  transform: rotate(-30deg) skewX(30deg);
}

/* line 46, app/assets/stylesheets/application/modules/_reports.scss */
.table-reports thead:not(:first-of-type) tr.report-base th {
  padding-top: 2.8571428571rem;
  border-top: 0;
}

/* line 51, app/assets/stylesheets/application/modules/_reports.scss */
.pdq_actions {
  background-color: white;
  padding: 2rem;
  border-top: 1px solid #457687;
}

/* line 58, app/assets/stylesheets/application/modules/_reports.scss */
.incomplete-field {
  background-color: #ffcb9b;
}

/* line 62, app/assets/stylesheets/application/modules/_reports.scss */
.hud-report-options h2 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #C3D7DF;
}

/* line 68, app/assets/stylesheets/application/modules/_reports.scss */
.report-nav .nav-link {
  padding: 0.5714285714rem calc(1.1428571429rem - 5px);
}

/* line 70, app/assets/stylesheets/application/modules/_reports.scss */
.report-nav .nav-link.active {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/application/modules/_reports.scss */
.filter__selected-projects {
  height: 95%;
  overflow: auto;
  border-left: 2px solid #C3D7DF;
  padding-left: 2em;
}

/* line 82, app/assets/stylesheets/application/modules/_reports.scss */
.filter__selected-projects .scroll-box {
  min-height: 200px;
  max-height: 250px;
  overflow: auto;
  background: linear-gradient(#ffffff 33%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(170, 170, 170, 0.75), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(170, 170, 170, 0.75), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 57px, 100% 57px, 100% 19px, 100% 19px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .card-header {
  padding: 0;
}

/* line 6, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .card-header h2 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2857142857rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 10, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .user-role {
  padding: 0.75rem 1.25rem;
}

/* line 14, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .permission-header {
  padding: 0.75rem 1.25rem;
}

/* line 18, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .edit-role-link a:link {
  color: #333333;
}

/* line 21, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .edit-role-link a:visited {
  color: #333333;
}

/* line 24, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .edit-role-link a:hover {
  color: #333333;
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .edit-role-link a:active {
  color: black;
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .role-wrapper {
  overflow: scroll;
}

/* line 37, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .role-name-header h3 {
  padding: 1rem;
  margin: 0 auto;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 42, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .role-column {
  min-width: 25rem;
}

/* line 45, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .c-card__content {
  border-radius: 0;
}

/* line 48, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .panel-group {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .administrative {
  background-color: #f2f2f2;
  padding: 1rem;
}

/* line 56, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .c-checkbox input:checked ~ label,
.roles .c-checkbox input:not(:checked) ~ label {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  transition: .15s ease-in-out;
  display: flex;
  align-items: center;
  min-height: 1.4285714286rem;
  min-width: 1.4285714286rem;
}

/* line 14, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label::before, .roles .c-checkbox input:checked ~ label::after,
.roles .c-checkbox input:not(:checked) ~ label::before,
.roles .c-checkbox input:not(:checked) ~ label::after {
  position: absolute;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  left: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label::before,
.roles .c-checkbox input:not(:checked) ~ label::before {
  content: '';
  display: block;
  background: white;
  border: 2px solid #c4c1c7;
  transition: .15s ease-in-out;
  color: #e4e4e4;
  border-radius: 3px;
}

/* line 34, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label::after,
.roles .c-checkbox input:not(:checked) ~ label::after {
  font-family: 'icons';
  content: "\ea10";
  color: #e9e7ed;
}

/* line 39, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label span,
.roles .c-checkbox input:not(:checked) ~ label span {
  display: block;
  padding-left: calc(1.4285714286rem + 0.5714285714rem);
}

/* line 43, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label span.c-checkbox__label,
.roles .c-checkbox input:not(:checked) ~ label span.c-checkbox__label {
  padding-left: 0.5714285714rem;
}

/* line 80, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:not(:checked) ~ label:hover::before, .roles .c-checkbox input:not(:checked) ~ label:focus::before {
  transform: scale(0.95);
  background: rgba(177, 242, 196, 0.5);
  border-color: #009f44;
}

/* line 85, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:not(:checked) ~ label:hover::after, .roles .c-checkbox input:not(:checked) ~ label:focus::after {
  transform: scale(0.95);
  color: #25ad5f;
}

/* line 90, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:not(:checked) ~ label:active {
  outline: 0;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:not(:checked) ~ label:active::before, .roles .c-checkbox input:not(:checked) ~ label:active::after {
  transform: scale(0.75);
}

/* line 49, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label::before {
  background: #B1F2C4;
  border-color: #009f44;
}

/* line 53, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label::after {
  color: #006c2e;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label:hover::before, .roles .c-checkbox input:checked ~ label:focus::before {
  background: rgba(177, 242, 196, 0.5);
  transform: scale(0.95);
}

/* line 62, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label:hover::after, .roles .c-checkbox input:checked ~ label:focus::after {
  color: #25ad5f;
  transform: scale(0.95);
}

/* line 67, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label:active {
  outline: 0;
  box-shadow: none;
}

/* line 70, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input:checked ~ label:active::before, .roles .c-checkbox input:checked ~ label:active::after {
  transform: scale(0.75);
}

/* line 101, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input.dirty:checked + label::before {
  background: #ffcb9b;
  border-color: #bc6923;
}

/* line 105, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input.dirty:checked + label::after {
  color: #91511b;
}

/* line 110, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input.dirty:checked + label:hover::before, .roles .c-checkbox input.dirty:checked + label:focus::before {
  background: rgba(255, 203, 155, 0.5);
}

/* line 113, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input.dirty:checked + label:hover::after, .roles .c-checkbox input.dirty:checked + label:focus::after {
  color: #b18661;
}

/* line 120, app/assets/stylesheets/application/modules/../_tools/mixins/checkbox.scss */
.roles .c-checkbox input.dirty:not(:checked) + label::before {
  border: 2px solid #bc6923;
}

/* line 77, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .c-checkbox input:disabled:checked ~ label,
.roles .c-checkbox input.disabled:checked ~ label,
.roles .c-checkbox input.disabled:not(:checked) ~ label,
.roles .c-checkbox input:disabled:not(:checked) ~ label {
  background: #eeeeee !important;
  border-color: #eeeeee !important;
  pointer-events: none !important;
  cursor: not-allowed;
}

/* line 86, app/assets/stylesheets/application/modules/_role_manager.scss */
.roles .c-checkbox input:disabled:checked ~ label .c-checkbox__check-container,
.roles .c-checkbox input.disabled:checked ~ label .c-checkbox__check-container,
.roles .c-checkbox input.disabled:not(:checked) ~ label .c-checkbox__check-container,
.roles .c-checkbox input:disabled:not(:checked) ~ label .c-checkbox__check-container {
  opacity: .75;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-154 {
  background-color: #dcb1ad;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-4 {
  background-color: #d7aba2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-239 {
  background-color: #d7afa2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-89 {
  background-color: #d7b3a2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-211 {
  background-color: #d3af97;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-229 {
  background-color: #d3b497;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-63 {
  background-color: #ceb18d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-30 {
  background-color: #ceb78d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-197 {
  background-color: #c9b582;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-206 {
  background-color: #c9bb82;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-104 {
  background-color: #c9c182;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-7 {
  background-color: #c9c782;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-148 {
  background-color: #c7c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-219 {
  background-color: #c1c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-35 {
  background-color: #bbc982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-145 {
  background-color: #b5c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-102 {
  background-color: #b0c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-19 {
  background-color: #aac982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-80 {
  background-color: #a4c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-132 {
  background-color: #9fc982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-87 {
  background-color: #99c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-205 {
  background-color: #93c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-204 {
  background-color: #8dc982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-78 {
  background-color: #88c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-34 {
  background-color: #82c982;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-157 {
  background-color: #82c988;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-142 {
  background-color: #82c98d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-181 {
  background-color: #82c993;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-103 {
  background-color: #82c999;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-186 {
  background-color: #82c99f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-183 {
  background-color: #82c9a4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-96 {
  background-color: #82c9aa;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-55 {
  background-color: #82c9b0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-233 {
  background-color: #82c9b5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-56 {
  background-color: #82c9bb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-179 {
  background-color: #82c9c1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-53 {
  background-color: #82c9c7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-112 {
  background-color: #82c7c9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-65 {
  background-color: #82c1c9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-196 {
  background-color: #8dc1ce;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-230 {
  background-color: #8dbcce;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-207 {
  background-color: #97bdd3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-46 {
  background-color: #97b9d3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-94 {
  background-color: #a2bcd7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-192 {
  background-color: #a2b7d7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-108 {
  background-color: #adbcdc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-32 {
  background-color: #adb8dc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-110 {
  background-color: #adb4dc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-140 {
  background-color: #b8bbe0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-224 {
  background-color: #b8b8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-234 {
  background-color: #bbb8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-123 {
  background-color: #beb8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-60 {
  background-color: #c1b8e0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-214 {
  background-color: #bcaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-62 {
  background-color: #c0addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-115 {
  background-color: #c3addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-159 {
  background-color: #c7addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-134 {
  background-color: #cbaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-202 {
  background-color: #cfaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-70 {
  background-color: #d2addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-152 {
  background-color: #d6addc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-235 {
  background-color: #daaddc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-95 {
  background-color: #d7a2d5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-180 {
  background-color: #dcadd6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-111 {
  background-color: #dcadd2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-193 {
  background-color: #dcadcf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-203 {
  background-color: #dcadcb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-176 {
  background-color: #dcadc7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-66 {
  background-color: #dcadc3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-57 {
  background-color: #dcadc0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-67 {
  background-color: #dcadbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-232 {
  background-color: #dcadb8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-247 {
  background-color: #dcadb4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-81 {
  background-color: #dcadb1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-43 {
  background-color: #dcadad;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-118 {
  background-color: #d1aca9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-85 {
  background-color: #d1afa9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-84 {
  background-color: #d1b2a9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-42 {
  background-color: #cbad9f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-162 {
  background-color: #cbb19f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-164 {
  background-color: #cbb49f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-150 {
  background-color: #c6b095;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-92 {
  background-color: #c6b495;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-39 {
  background-color: #c6b895;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-215 {
  background-color: #c1b68b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-127 {
  background-color: #c1ba8b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-174 {
  background-color: #c1be8b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-213 {
  background-color: #bec18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-153 {
  background-color: #bac18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-131 {
  background-color: #b6c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-98 {
  background-color: #b2c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-158 {
  background-color: #adc18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-201 {
  background-color: #a9c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-91 {
  background-color: #a5c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-99 {
  background-color: #a0c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-21 {
  background-color: #9cc18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-117 {
  background-color: #98c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-221 {
  background-color: #94c18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-228 {
  background-color: #8fc18b;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-116 {
  background-color: #95c695;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-27 {
  background-color: #8bc18f;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-161 {
  background-color: #8bc194;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-72 {
  background-color: #8bc198;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-147 {
  background-color: #8bc19c;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-149 {
  background-color: #8bc1a0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-226 {
  background-color: #8bc1a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-106 {
  background-color: #8bc1a9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-109 {
  background-color: #8bc1ad;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-12 {
  background-color: #8bc1b2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-16 {
  background-color: #8bc1b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-14 {
  background-color: #8bc1ba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-38 {
  background-color: #8bc1be;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-20 {
  background-color: #8bbec1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-40 {
  background-color: #95c0c6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-128 {
  background-color: #95bcc6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-246 {
  background-color: #9fbfcb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-77 {
  background-color: #9fbbcb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-208 {
  background-color: #9fb8cb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-191 {
  background-color: #a9bcd1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-126 {
  background-color: #a9b9d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-5 {
  background-color: #a9b6d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-223 {
  background-color: #b3bbd6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-143 {
  background-color: #b3b8d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-136 {
  background-color: #b3b6d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-51 {
  background-color: #b3b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-169 {
  background-color: #b6b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-170 {
  background-color: #b8b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-198 {
  background-color: #bbb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-135 {
  background-color: #beb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-3 {
  background-color: #c1b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-182 {
  background-color: #c4b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-28 {
  background-color: #c6b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-93 {
  background-color: #c9b3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-8 {
  background-color: #ccb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-18 {
  background-color: #cfb3d6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-68 {
  background-color: #cca9d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-22 {
  background-color: #cfa9d1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-167 {
  background-color: #d1a9cf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-249 {
  background-color: #d1a9cc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-129 {
  background-color: #d1a9c9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-24 {
  background-color: #d1a9c5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-216 {
  background-color: #d1a9c2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-210 {
  background-color: #d1a9bf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-69 {
  background-color: #d1a9bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-238 {
  background-color: #d6b3c1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-237 {
  background-color: #d6b3be;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-23 {
  background-color: #d6b3bb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-125 {
  background-color: #d6b3b8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-190 {
  background-color: #d6b3b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-187 {
  background-color: #d6b3b3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-160 {
  background-color: #cab2af;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-48 {
  background-color: #cab4af;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-31 {
  background-color: #cab6af;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-217 {
  background-color: #c4b0a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-199 {
  background-color: #c4b2a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-163 {
  background-color: #c4b4a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-74 {
  background-color: #c4b7a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-105 {
  background-color: #c4b9a6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-195 {
  background-color: #beb59d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-44 {
  background-color: #beb79d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-156 {
  background-color: #beba9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-240 {
  background-color: #b8b694;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-175 {
  background-color: #b6b894;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-124 {
  background-color: #b3b894;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-133 {
  background-color: #b0b894;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-139 {
  background-color: #b5be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-73 {
  background-color: #b2be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-113 {
  background-color: #afbe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-194 {
  background-color: #adbe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-248 {
  background-color: #aabe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-225 {
  background-color: #a8be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-166 {
  background-color: #a5be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-236 {
  background-color: #a2be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-220 {
  background-color: #a0be9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-76 {
  background-color: #9dbe9d;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-138 {
  background-color: #9dbea0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-61 {
  background-color: #9dbea2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-172 {
  background-color: #9dbea5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-2 {
  background-color: #9dbea8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-120 {
  background-color: #9dbeaa;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-141 {
  background-color: #9dbead;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-209 {
  background-color: #9dbeaf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-144 {
  background-color: #9dbeb2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-45 {
  background-color: #9dbeb5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-47 {
  background-color: #9dbeb7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-200 {
  background-color: #9dbeba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-75 {
  background-color: #9dbebc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-121 {
  background-color: #9dbcbe;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-100 {
  background-color: #9dbabe;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-137 {
  background-color: #a6bec4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-9 {
  background-color: #a6bcc4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-227 {
  background-color: #a6b9c4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-168 {
  background-color: #a6b7c4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-41 {
  background-color: #afbcca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-218 {
  background-color: #afbaca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-6 {
  background-color: #afb8ca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-82 {
  background-color: #afb6ca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-33 {
  background-color: #afb4ca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-10 {
  background-color: #b9bad0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-107 {
  background-color: #b9b9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-97 {
  background-color: #bab9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-151 {
  background-color: #bcb9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-52 {
  background-color: #beb9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-242 {
  background-color: #c0b9d0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-250 {
  background-color: #baafca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-17 {
  background-color: #bcafca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-177 {
  background-color: #beafca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-101 {
  background-color: #c0afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-54 {
  background-color: #c3afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-114 {
  background-color: #c5afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-243 {
  background-color: #c7afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-26 {
  background-color: #c9afca;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-83 {
  background-color: #caafc9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-188 {
  background-color: #caafc7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-58 {
  background-color: #caafc5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-86 {
  background-color: #caafc3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-241 {
  background-color: #caafc0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-90 {
  background-color: #caafbe;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-245 {
  background-color: #caafbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-185 {
  background-color: #caafba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-122 {
  background-color: #caafb8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-36 {
  background-color: #caafb6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-173 {
  background-color: #caafb4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-244 {
  background-color: #caafb2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-146 {
  background-color: #caafaf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-184 {
  background-color: #c3b7b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-222 {
  background-color: #c3b8b6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-50 {
  background-color: #bcb1ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-79 {
  background-color: #bcb2ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-88 {
  background-color: #bcb4ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-171 {
  background-color: #bcb5ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-37 {
  background-color: #bcb6ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-11 {
  background-color: #bcb7ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-1 {
  background-color: #bcb8ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-13 {
  background-color: #bcb9ae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-189 {
  background-color: #bcbbae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-178 {
  background-color: #b6b5a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-49 {
  background-color: #b5b6a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-59 {
  background-color: #b4b6a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-15 {
  background-color: #b2b6a5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-25 {
  background-color: #b8bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-64 {
  background-color: #b7bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-119 {
  background-color: #b6bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-71 {
  background-color: #b5bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-130 {
  background-color: #b4bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-165 {
  background-color: #b2bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-29 {
  background-color: #b1bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-231 {
  background-color: #b0bcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-155 {
  background-color: #afbcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color-212 {
  background-color: #aebcae;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcaf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb4;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb5;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb6;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcb9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcbb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebcbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aebbbc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aeb9bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aeb8bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aeb7bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aeb6bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #aeb5bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b6bbc3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b6bac3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b6b9c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b6b8c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b6b7c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b6b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b7b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b8b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #b9b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #bab6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #bbb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #bcb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #bdb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #bfb6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c0b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c1b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c2b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6c3;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6c2;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6c1;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6c0;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6bf;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6bd;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6bc;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6bb;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6ba;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6b9;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6b8;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6b7;
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/../_tools/_color_calculations.scss */
.roles .role-color- {
  background-color: #c3b6b6;
  color: black;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.slab {
  padding: 12px 12px 2px 12px;
  background-color: #f2f2f2;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  /* line 8, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
  .slab__base-dates {
    padding-bottom: 24px;
  }
}

/* line 13, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.slab__header {
  font-size: 12px;
  font-weight: 700;
}

/* line 17, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block {
  margin-bottom: 24px;
  padding: 8px 16px 16px;
  box-shadow: none;
}

/* line 22, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__metadata {
  display: inline-block;
  padding-right: 12px;
}

/* line 26, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__expander-arrow {
  font-size: 22px;
}

/* line 29, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__header {
  margin: 0;
  line-height: 1.2;
}

/* line 33, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__header a:link,
.section-expander-block__header a:visited,
.section-expander-block__header a:hover,
.section-expander-block__header a:active {
  color: #404040;
}

/* line 40, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__expander-region {
  text-align: right;
  vertical-align: middle;
  line-height: 1;
}

/* line 45, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__action-row {
  bottom: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
  .section-expander-block__action-row {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

/* line 54, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.section-expander-block__separator {
  border-bottom: 3px solid #90A4BC;
  margin-top: 0;
  margin-bottom: 24px;
}

/* line 59, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member--type {
  padding: 4px;
  font-size: 1rem;
  line-height: 1;
  height: 2.5em;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 9px;
  clear: left;
}

/* line 68, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member--type i {
  font-size: 2.5em;
  vertical-align: middle;
}

/* line 72, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member--name {
  margin-top: 2em;
}

/* line 76, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member__individual {
  min-height: 180px;
}

/* line 79, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member__action,
.health-careplan__goal-action {
  display: inline-block;
  padding-left: 12px;
}

/* line 85, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member__action a,
.health-careplan__goal-action a {
  color: #495F79;
}

/* line 90, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.health__team-member__action a:hover,
.health__team-member__action a:active,
.health__team-member__action a:focus,
.health-careplan__goal-action a:hover,
.health-careplan__goal-action a:active,
.health-careplan__goal-action a:focus {
  color: #232d39;
}

/* line 99, app/assets/stylesheets/application/modules/_sections_slabs_cards.scss */
.panel-collapsible .panel-heading [class^="icon-"],
.panel-collapsible .panel-heading [class*=" icon-"] {
  font-size: 22px;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_session_expiry.scss */
.session_expiry__content {
  height: 100vh;
  background-color: transparent;
  padding: 0;
}

/* line 9, app/assets/stylesheets/application/modules/_session_expiry.scss */
.session_expiry__alert-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
  width: 365px;
  max-width: 95vw;
  box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.5);
  border-radius: 2px;
}

/* line 21, app/assets/stylesheets/application/modules/_session_expiry.scss */
.session_expiry__modal {
  box-shadow: 0px 0px 0px 9000px rgba(0, 0, 0, 0.2);
}
/* line 3, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question {
  line-height: 1.2;
}

/* line 7, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question--title {
  font-weight: bold;
  font-size: 16px;
  width: 240px;
  min-width: 240px;
  align-items: center;
  display: flex;
  padding-bottom: 0;
}

/* line 17, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question-summary {
  display: flex;
  margin-left: 2rem;
}

/* line 22, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question--scoreLabel {
  justify-content: center;
  display: flex;
  padding-bottom: 4px;
  color: #777777;
  font-size: 12px;
  font-weight: normal;
}

/* line 31, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question--scoreValue {
  justify-content: center;
  display: flex;
  font-size: 20px;
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question-answer {
  margin-left: 2em;
  margin-right: 1em;
  align-items: center;
  display: flex;
}

/* line 45, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row {
  border-bottom: 1px solid #c4c1c7;
  padding: .8em;
}

/* line 50, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question-notes {
  display: flex;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

/* line 54, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__row__question-notes p {
  margin: 0;
}

/* line 59, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__totals {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* line 63, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__totals > div {
  margin: 1em 3em;
}

/* line 65, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__totals > div .ssm__row__question.ssm__row__question--scoreLabel {
  font-size: 14px;
}

/* line 68, app/assets/stylesheets/application/modules/_ssm.scss */
.ssm__totals > div .ssm__row__question.ssm__row__question--scoreValue {
  font-size: 24px;
}
@charset "UTF-8";
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_tables.scss */
.table thead th {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  /* line 7, app/assets/stylesheets/application/modules/_tables.scss */
  .table-utilities {
    margin: 12px 0 24px;
  }
}

/* line 13, app/assets/stylesheets/application/modules/_tables.scss */
.table-simple thead tr th,
.table-simple tbody tr th,
.table-simple tbody tr td {
  border: 0;
}

/* line 27, app/assets/stylesheets/application/modules/_tables.scss */
.table__init-cap-header th {
  text-transform: capitalize;
}

/* line 30, app/assets/stylesheets/application/modules/_tables.scss */
th[class^="sort-"] {
  background-color: #e7dfdd;
}

/* line 33, app/assets/stylesheets/application/modules/_tables.scss */
.table__full-width {
  width: 100%;
}

/* line 36, app/assets/stylesheets/application/modules/_tables.scss */
.table-responsive span[class^="icon-"],
.table-responsive span[class*="icon-"] {
  font-size: 0.8571428571rem;
}

/* line 42, app/assets/stylesheets/application/modules/_tables.scss */
ul.pagination {
  margin: 0 0 1.1428571429rem 0;
}

/* line 45, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_filter {
  font-size: 0.8rem;
}

/* line 48, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_filter input {
  width: 8em;
  margin-left: 1em;
}

/* line 53, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_wrapper {
  font-size: 1rem;
  overflow: auto;
}

/* line 58, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_wrapper > .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 63, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_wrapper > .row > div {
  padding: 0;
}

/* line 67, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}

/* line 71, app/assets/stylesheets/application/modules/_tables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: transparent;
  background: linear-gradient(to bottom, transparent 0%, transparent 100%);
  box-shadow: inset 0 0 3px #transparent;
  border: 1px solid transparent;
  background-color: transparent;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 100%);
  /* W3C */
  box-shadow: inset 0 0 3px transparent;
}

/* line 91, app/assets/stylesheets/application/modules/_tables.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  font-family: 'icons';
  src: url(/dev-assets/icons-beff173569929f29442a04b8dc2ed88837f919c170590cd1d90da347d1714132.eot?mjkcjl);
  src: url(/dev-assets/icons-beff173569929f29442a04b8dc2ed88837f919c170590cd1d90da347d1714132.eot?mjkcjl#iefix) format("embedded-opentype"), url(/dev-assets/icons-b1e2f59a5f0ccc2e665dfb0b7bac89ee02098e3a368615267e8f34e53acee461.woff2?mjkcjl) format("woff2"), url(/dev-assets/icons-13d9186b422bbd1e8747ee40130e519720bd998f42540f42df55cfe94fb303a8.ttf?mjkcjl) format("truetype"), url(/dev-assets/icons-90aaed154c748e6f1babb8c987c1ef9d2fdd34d074da9708b2f50ad084f45ebb.woff?mjkcjl) format("woff"), url(/dev-assets/icons-35d8d221515db33e8eeb6aad584ba0c3bc987344de654963f3e75b4b5a6d91db.svg?mjkcjl#icons) format("svg");
}

/* line 103, app/assets/stylesheets/application/modules/_tables.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: auto;
  bottom: 6px;
  right: 6px;
}

/* line 111, app/assets/stylesheets/application/modules/_tables.scss */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: " ";
  /* sort */
}

/* line 116, app/assets/stylesheets/application/modules/_tables.scss */
table.dataTable thead .sorting_asc:after {
  content: "";
}

/* line 120, app/assets/stylesheets/application/modules/_tables.scss */
table.dataTable thead .sorting_desc:after {
  content: "";
}

/* line 127, app/assets/stylesheets/application/modules/_tables.scss */
.table .table__actions a,
.table .table__actions a i {
  color: #828282;
  font-size: 1.5rem;
}

/* line 131, app/assets/stylesheets/application/modules/_tables.scss */
.table .table__actions a:hover,
.table .table__actions a i:hover {
  color: black;
}

/* line 135, app/assets/stylesheets/application/modules/_tables.scss */
.table .table__actions a.btn-link--danger {
  color: #df9489;
  font-size: 1.75rem;
}

/* line 138, app/assets/stylesheets/application/modules/_tables.scss */
.table .table__actions a.btn-link--danger:hover {
  color: #d47061;
}

/* line 144, app/assets/stylesheets/application/modules/_tables.scss */
.public-agencies .dataTable {
  border: 1px solid #d2d2d2;
  margin-bottom: 2rem !important;
  margin-top: 1rem !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_utility.scss */
.utility {
  min-height: 60px;
  padding: 8px 0;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/application/modules/_utility.scss */
  .utility {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  /* line 10, app/assets/stylesheets/application/modules/_utility.scss */
  .utility:empty {
    min-height: 0px;
  }
}

/* line 16, app/assets/stylesheets/application/modules/_utility.scss */
.crumbs a {
  margin-right: 12px;
}

/* line 20, app/assets/stylesheets/application/modules/_utility.scss */
.cursor-pointer {
  cursor: pointer;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 6, app/assets/stylesheets/application/modules/_vispdats.scss */
.vspdat-row__created_on {
  width: 12em;
}

/* line 9, app/assets/stylesheets/application/modules/_vispdats.scss */
.vspdat-row__score {
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/application/modules/_vispdats.scss */
.highlight {
  -webkit-animation: highlight 2s;
          animation: highlight 2s;
}

/* line 17, app/assets/stylesheets/application/modules/_vispdats.scss */
.highlight-positive {
  -webkit-animation: highlight-positive 2s;
          animation: highlight-positive 2s;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__client {
  margin: 1em 0;
  border: 1px solid #c4c1c7;
}

/* line 8, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__client .row {
  padding: 1em;
}

/* line 12, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__client .rollup {
  font-size: 0.9em;
}

/* line 16, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__client-name {
  background-color: #f2f2f2;
  padding: 1em;
}

/* line 21, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__enrollment-highlighted {
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__completed .parameter-label,
.warehouse-reports__chronic .parameter-label,
.warehouse-reports__disabled .parameter-label,
.warehouse-reports__active-veterans .parameter-label,
.warehouse-reports__parameters .parameter-label,
.reports .parameter-label {
  border-radius: 5px 0px 0px 5px;
}

/* line 34, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__completed .parameter-value,
.warehouse-reports__chronic .parameter-value,
.warehouse-reports__disabled .parameter-value,
.warehouse-reports__active-veterans .parameter-value,
.warehouse-reports__parameters .parameter-value,
.reports .parameter-value {
  border-radius: 0px 5px 5px 0px;
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__hmis_export {
  overflow: scroll;
}

/* line 48, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.reports .parameter-value a {
  color: black;
}

/* line 58, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__initiatives .y-axis path,
.warehouse-reports__initiatives .y-axis line,
.warehouse-reports__initiatives .x-axis path,
.warehouse-reports__initiatives .x-axis line,
.warehouse-reports__initiatives .legend path,
.warehouse-reports__initiatives .legend line,
.warehouse-reports__initiatives .bar-label path,
.warehouse-reports__initiatives .bar-label line {
  stroke: #828282;
}

/* line 62, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__initiatives .y-axis text,
.warehouse-reports__initiatives .x-axis text,
.warehouse-reports__initiatives .legend text,
.warehouse-reports__initiatives .bar-label text {
  fill: #404040;
}

/* line 68, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__initiatives .y-axis__label {
  alignment-baseline: middle;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 74, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__initiatives .x-axis text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 81, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__user-permission td ul {
  padding-left: 0;
}

/* line 84, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.warehouse-reports__user-permission td li {
  list-style: none;
  margin-bottom: 0.5em;
}

/* line 92, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.modal-content .warehouse-reports__user-permission__profile ul {
  padding-left: 0;
}

/* line 95, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.modal-content .warehouse-reports__user-permission__profile li {
  list-style: none;
  padding-left: 1em;
}

/* line 98, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.modal-content .warehouse-reports__user-permission__profile li:last-child {
  margin-bottom: 1em;
}

/* line 104, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-hightlight {
  background-color: #ffcb9b;
}

/* line 109, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters {
  display: flex;
  flex-wrap: wrap;
}

/* line 117, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters-all .report-parameters__parameter,
.warehouse-reports__completed .report-parameters__parameter,
.report-parameters .report-parameters__parameter {
  display: block;
}

/* line 119, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters-all .report-parameters__parameter .label,
.warehouse-reports__completed .report-parameters__parameter .label,
.report-parameters .report-parameters__parameter .label {
  display: block;
  font-size: 1rem;
}

/* line 122, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters-all .report-parameters__parameter .label.parameter-label, .report-parameters-all .report-parameters__parameter .label.parameter-value,
.warehouse-reports__completed .report-parameters__parameter .label.parameter-label,
.warehouse-reports__completed .report-parameters__parameter .label.parameter-value,
.report-parameters .report-parameters__parameter .label.parameter-label,
.report-parameters .report-parameters__parameter .label.parameter-value {
  background: transparent;
  color: #222222;
}

/* line 127, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters-all .report-parameters__parameter .label.parameter-label,
.warehouse-reports__completed .report-parameters__parameter .label.parameter-label,
.report-parameters .report-parameters__parameter .label.parameter-label {
  margin-bottom: 0;
}

/* line 130, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters-all .report-parameters__parameter .label.parameter-value,
.warehouse-reports__completed .report-parameters__parameter .label.parameter-value,
.report-parameters .report-parameters__parameter .label.parameter-value {
  font-weight: normal;
  margin-bottom: 1rem;
}

/* line 137, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters__parameter {
  display: flex;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

/* line 145, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.report-parameters__parameter .parameter-label {
  background: transparent;
}

/* line 150, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.data-quality__table {
  white-space: nowrap;
}

/* line 158, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.data-quality__odd-columns {
  background-color: #e3e3e3;
}

/* line 163, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.data-quality__middle {
  vertical-align: middle !important;
}

/* line 168, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.table-bordered > thead > tr > th.agency-performance__date-effected,
.table-bordered > tbody > tr > td.agency-performance__date-effected,
.table-bordered > tfoot > tr > td.agency-performance__date-effected {
  border-left: 4px solid #9e9ca1;
}

/* line 175, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.agency-performance__without {
  background-color: #e9f1f3;
}

/* line 180, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.nav-tabs > li.active.payable > a,
.nav-tabs > li.active.payable > a:hover,
.nav-tabs > li.active.payable > a:focus {
  box-shadow: inset 0px 2px 0px 0px #009f44;
}

/* line 187, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.nav-tabs > li.payable > a:link {
  box-shadow: inset 0px 2px 0px -1px #009f44;
}

/* line 192, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.data-quality__target-line {
  stroke-dasharray: 3 4;
  stroke-width: 3px;
}

/* line 198, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk:only-child {
  margin-bottom: 0;
}

/* line 201, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .title {
  margin: 0 0 1.1428571429rem 0;
  font-size: 1.4285714286rem;
  line-height: 1.2;
}

/* line 206, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .metric {
  font-size: 1.5714285714rem;
  font-weight: 700;
  line-height: 1.1818181818;
  margin-bottom: 0.5714285714rem;
}

/* line 212, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .metric-sm [class^=icon] {
  font-size: 1.5714285714rem;
}

/* line 215, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .description {
  font-size: 1rem;
  line-height: 1.125;
  color: #6c757d;
}

/* line 220, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk [class^=icon] {
  margin-bottom: 0.5714285714rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}

/* line 226, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .text-success [class^=icon] {
  color: #009f44;
}

/* line 229, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .text-danger [class^=icon] {
  color: #bb2716;
}

/* line 232, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .title,
.chunk [class^=icon] {
  color: #495057;
}

/* line 236, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .icon-svg,
.chunk svg {
  fill: #495057;
}

/* line 240, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.chunk .icon-svg {
  margin-bottom: 0.5714285714rem;
}

/* line 247, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-1 {
  background: #decbe4;
  color: #492b52;
}

/* line 251, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-light-1 {
  background: #e9dced;
  color: #492b52;
}

/* line 254, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-light-1 th {
  background-color: #e9dced;
  color: #492b52;
}

/* line 247, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-2 {
  background: #cbd5e8;
  color: #283959;
}

/* line 251, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-light-2 {
  background: #dde3f0;
  color: #283959;
}

/* line 254, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-light-2 th {
  background-color: #dde3f0;
  color: #283959;
}

/* line 247, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-3 {
  background: #e6f5c9;
  color: #557616;
}

/* line 251, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-light-3 {
  background: #f0f9df;
  color: #557616;
}

/* line 254, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--highlight-light-3 th {
  background-color: #f0f9df;
  color: #557616;
}

/* line 262, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement__collapsiblePanel > .c-card__content {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 269, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement__collapsiblePanel .panel-body > div:last-child {
  border-bottom: 0 !important;
}

/* line 273, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement__result-number {
  font-size: 1.2rem;
}

/* line 277, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.ce-performance .super-rounded,
.performance-measurement .super-rounded {
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.2rem;
}

/* line 284, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--target-guage {
  border-radius: 100px;
  background-color: #eeeeee;
  height: 15px;
  position: relative;
}

/* line 290, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--target-guage-foreground {
  border-radius: 100px;
  height: 15px;
  position: absolute;
}

/* line 294, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--target-guage-foreground.success {
  background-color: #c7f6d5;
}

/* line 297, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--target-guage-foreground.danger {
  background-color: #FFD1CC;
}

/* line 301, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.performance-measurement--target-guage-target {
  background-color: #333333;
  height: 15px;
  width: 2px;
  position: absolute;
}

/* line 308, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.street-2-home-summary {
  text-align: center;
  padding: 2rem;
}

/* line 311, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.street-2-home-summary .count {
  font-size: 2em;
  font-weight: 600;
}

/* line 315, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.street-2-home-summary .percentage {
  font-size: 1.4em;
  font-weight: 100;
}

/* line 319, app/assets/stylesheets/application/modules/_warehouse_reports.scss */
.street-2-home-summary .label {
  font-size: 1.4em;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/modules/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/modules/_window.scss */
.clients__client-card {
  margin-bottom: 0.8571428571rem;
}

/* line 7, app/assets/stylesheets/application/modules/_window.scss */
.clients__client-card .c-card__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/application/modules/_window.scss */
  .clients__client-card .c-card__content {
    flex-direction: row;
  }
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/_data_table.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 8, app/assets/stylesheets/application/overrides/_data_table.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 0;
}

/* line 224, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 229, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #e9e7ed;
}

/* line 233, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #9e9ca1;
}

/* line 237, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: #828282;
}

/* line 17, app/assets/stylesheets/application/overrides/_data_table.scss */
.dataTables_paginate {
  display: flex;
  justify-content: flex-end;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/_select2.scss */
.select2,
.select2-wrapper {
  width: 100% !important;
}

/* line 8, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container {
  display: inline-flex;
  width: 100% !important;
}

/* line 13, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container .selection {
  width: 100%;
}

/* line 17, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-selection.select2-selection--single,
.select2-container--bootstrap.select2-selection--single,
.select2-container .select2-selection--multiple {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #C3D7DF;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto;
  min-height: 40px;
  box-shadow: none;
  border-color: #C3D7DF;
  display: flex;
  align-items: flex-start;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17, app/assets/stylesheets/application/overrides/_select2.scss */
  .select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-selection.select2-selection--single,
.select2-container--bootstrap.select2-selection--single,
.select2-container .select2-selection--multiple {
    transition: none;
  }
}

/* line 276, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection::-ms-expand,
.select2-container--bootstrap.select2-container--open .select2-selection::-ms-expand,
.select2-selection.select2-selection--single::-ms-expand,
.select2-container--bootstrap.select2-selection--single::-ms-expand,
.select2-container .select2-selection--multiple::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 282, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection::-moz-placeholder, .select2-container--bootstrap.select2-container--open .select2-selection::-moz-placeholder, .select2-selection.select2-selection--single::-moz-placeholder, .select2-container--bootstrap.select2-selection--single::-moz-placeholder, .select2-container .select2-selection--multiple::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap.select2-container--focus .select2-selection:-ms-input-placeholder, .select2-container--bootstrap.select2-container--open .select2-selection:-ms-input-placeholder, .select2-selection.select2-selection--single:-ms-input-placeholder, .select2-container--bootstrap.select2-selection--single:-ms-input-placeholder, .select2-container .select2-selection--multiple:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap.select2-container--focus .select2-selection::placeholder,
.select2-container--bootstrap.select2-container--open .select2-selection::placeholder,
.select2-selection.select2-selection--single::placeholder,
.select2-container--bootstrap.select2-selection--single::placeholder,
.select2-container .select2-selection--multiple::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 293, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection:disabled, .select2-container--bootstrap.select2-container--focus .select2-selection[readonly],
.select2-container--bootstrap.select2-container--open .select2-selection:disabled,
.select2-container--bootstrap.select2-container--open .select2-selection[readonly],
.select2-selection.select2-selection--single:disabled,
.select2-selection.select2-selection--single[readonly],
.select2-container--bootstrap.select2-selection--single:disabled,
.select2-container--bootstrap.select2-selection--single[readonly],
.select2-container .select2-selection--multiple:disabled,
.select2-container .select2-selection--multiple[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}

/* line 31, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection:focus,
.select2-container--bootstrap.select2-container--open .select2-selection:focus,
.select2-selection.select2-selection--single:focus,
.select2-container--bootstrap.select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus {
  color: #495057;
  background-color: white;
  border-color: #89b4c3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 40, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container .select2-selection--multiple {
  max-height: 150px;
  overflow-y: auto;
}

/* line 45, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #457687;
}

/* line 49, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default [aria-multiselectable="true"] .select2-results__group {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default [aria-multiselectable="true"] .select2-results__group::after {
  font-weight: normal;
  font-family: 'icons';
  content: "select all \ea11";
}

/* line 59, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default [aria-multiselectable="true"] .select2-results__group.j-all-selected::after {
  font-weight: normal;
  font-family: 'icons';
  content: "select none \ea10";
}

/* line 66, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default [aria-multiselectable="true"] .select2-results__group.j-any-selected::after {
  font-weight: normal;
  font-family: 'icons';
  content: "select none \ea10";
}

/* line 74, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-results__option[aria-selected="true"] {
  display: flex;
  justify-content: space-between;
}

/* line 77, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-results__option[aria-selected="true"]::after {
  font-family: 'icons';
  content: "\ea10";
}

/* line 83, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #C3D7DF;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 2.8571428571rem;
  margin: 0.3571428571rem;
  width: calc(100% - 10px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, app/assets/stylesheets/application/overrides/_select2.scss */
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 276, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 282, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 293, app/assets/stylesheets/application/overrides/../_tools/mixins/general.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:disabled, .select2-container--bootstrap .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}

/* line 89, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
  color: #495057;
  background-color: white;
  border-color: #89b4c3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 118, 135, 0.25);
}

/* line 98, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 103, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  border-color: #457687 transparent transparent transparent;
}

/* line 111, app/assets/stylesheets/application/overrides/_select2.scss */
.select2--full-width,
.select2--full-width + .select2-container {
  width: 100% !important;
}

/* line 118, app/assets/stylesheets/application/overrides/_select2.scss */
.select2--with-prepends + .select2-container .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 1 1 auto;
  min-width: 300px;
}

/* line 124, app/assets/stylesheets/application/overrides/_select2.scss */
.select2--with-prepends + .select2-container {
  width: auto !important;
  flex: 1 1 auto;
}

/* line 130, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

/* line 135, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered:only-child {
  padding: 0;
}

/* line 138, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:only-child {
  width: 100%;
}

/* line 143, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 2px 2px 2px 0;
}

/* line 147, app/assets/stylesheets/application/overrides/_select2.scss */
.select2__label-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: .5rem;
}

/* line 153, app/assets/stylesheets/application/overrides/_select2.scss */
.select2__label-wrapper label {
  margin-bottom: 0;
}

/* line 157, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-select-all {
  margin-left: auto;
  cursor: pointer;
  color: #1275D9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.1428571429rem;
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-select-all:hover {
  color: #0c4f92;
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/application/overrides/_select2.scss */
.select2-select-all::after {
  display: block;
  content: '';
  min-height: inherit;
  font-size: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/billboard.scss */
.bb-legend-item,
.bb-chart-arc text,
.bb-chart-texts text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 9, app/assets/stylesheets/application/overrides/billboard.scss */
.bb-legend-item {
  font-size: 16px;
}

/* line 13, app/assets/stylesheets/application/overrides/billboard.scss */
.bb-chart-arc text,
.bb-chart-texts text {
  font-size: 16px;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/application/overrides/billboard.scss */
.bb-xgrid-line.date-tick line {
  stroke: #ccc !important;
}

/* line 23, app/assets/stylesheets/application/overrides/billboard.scss */
.bb-xgrid-line.date-tick.--start-of-month line {
  stroke: black !important;
  stroke-width: 3px;
}

/* line 28, app/assets/stylesheets/application/overrides/billboard.scss */
.bb-xgrid-line.date-tick.--start-of-week line {
  stroke: #333 !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert {
  z-index: 300;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
}

/* line 11, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert a {
  color: rgba(0, 0, 0, 0.75);
}

/* line 15, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert a:link {
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert a.btn:link {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert a:hover,
.alert a:focus {
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert .close {
  font-size: 1rem;
  padding-left: 1.1428571429rem;
}

/* line 33, app/assets/stylesheets/application/overrides/bootstrap/alerts.scss */
.alert p:only-child {
  margin-bottom: 0;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/badges.scss */
.badge-pill__content {
  display: flex;
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/application/overrides/bootstrap/badges.scss */
.badge-pill__content dt,
.badge-pill__content dd {
  font-size: 0.9285714286rem;
  padding: 0.25rem 0.5rem;
}

/* line 14, app/assets/stylesheets/application/overrides/bootstrap/badges.scss */
.badge-pill__content dt {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/application/overrides/bootstrap/badges.scss */
.badge-pill__content dd {
  border-left: 1px solid white;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 800;
  padding-right: 1rem;
}

/* line 31, app/assets/stylesheets/application/overrides/bootstrap/badges.scss */
.table .badge-pill__content dd {
  white-space: nowrap;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
button.close {
  background-color: inherit;
  border: 0;
}

/* line 8, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  min-height: 2.8571428571rem;
  display: inline-flex;
  align-items: baseline;
}

/* line 54, app/assets/stylesheets/application/overrides/bootstrap/../../_tools/mixins/buttons.scss */
.btn [class^='icon'],
.btn span {
  margin-right: 0.5714285714rem;
}

/* line 12, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-icon-only {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
}

/* line 15, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-icon-only [class^='icon'] {
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-sm, input.btn-sm[type=submit] {
  padding: 0.3rem 0.75rem;
  min-height: auto;
  font-weight: 600;
}

/* line 25, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-sm[type=submit] {
  font-size: 0.875rem;
}

/* line 29, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-xs {
  padding: 0.15rem 0.5rem;
  min-height: auto;
}

/* line 34, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-shout {
  text-transform: uppercase;
}

/* line 38, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default {
  color: #828282;
}

/* line 42, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default:hover {
  color: #404040;
}

/* line 46, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle:focus {
  background-color: #9e9ca1;
  color: #FFF;
}

/* line 54, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.open > .btn-default.dropdown-toggle {
  background-color: #9e9ca1;
  color: #FFF;
}

/* line 59, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit],
.btn-secondary {
  background-color: #d8d5db;
  color: #404040;
  border-color: #d8d5db;
}

/* line 66, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit]:hover,
input.btn-secondary[type=submit]:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #bfbac3;
  border-color: #bfbac3;
  color: #000;
}

/* line 75, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-action {
  background-color: #495F79;
  border-color: #495F79;
  color: #fff;
}

/* line 81, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-action:hover,
.btn-action:focus {
  background-color: #364659;
  border-color: #364659;
  color: #fff;
}

/* line 88, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-action-2 {
  background-color: #1275D9;
  border-color: #1275D9;
  color: #FFFFFF;
}

/* line 94, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-action-2:hover,
.btn-action-2:focus {
  background-color: #0e5caa;
  border-color: #0e5caa;
  color: #fff;
}

/* line 102, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-group-action-2 .btn.active,
.btn-group-action-2 .btn.active:hover,
.btn-group-action-2 .btn.active:focus {
  background-color: #1275D9;
  border-color: #1275D9;
  color: #FFFFFF;
}

/* line 111, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-min-width-medium {
  min-width: 165px;
}

/* line 116, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  font-size: 95%;
}

/* line 120, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn [class^="icon-lg"],
.btn [class*=" icon-lg"] {
  font-size: 1.2rem;
}

/* .btn-lg [class^="icon-"],
.btn-lg [class*=" icon-"] {
  font-size: rem(24);
} */
/* line 130, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-icon-left,
.btn-icon-right {
  display: inline-flex;
  align-items: center;
}

/* line 136, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-icon-left [class^="icon-"],
.btn-icon-left [class*=" icon-"] {
  margin-right: 8px;
}

/* line 141, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-icon-right [class^="icon-"],
.btn-icon-right [class*=" icon-"] {
  margin-left: 8px;
}

/* line 146, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-label {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: left;
}

/* line 153, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-label__primary {
  color: #345965;
}

/* line 157, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.buttons-row .btn {
  margin-bottom: 4px;
  margin-left: 4px;
}

/* line 162, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-no-border-radius {
  border-radius: 0;
}

/* line 166, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-muted {
  background-color: #45789C;
  border-color: #45789C;
}

/* line 171, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-primary__reverse {
  background-color: #fff;
  color: #457687;
  border: 1px solid #d8d5db;
}

/* line 177, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn__number {
  font-size: 1.8571428571rem;
  padding: 3px 12px;
  line-height: 1;
}

/* line 183, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-rule-condition {
  border: 1px solid #c4c1c7;
  background-color: #fff;
  border-radius: 0;
  color: #666666;
}

/* line 190, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-rule-condition:hover,
.btn-rule-condition:focus {
  background-color: #457687;
  border-color: #457687;
  color: #fff;
}

/* line 197, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-rule-condition.active {
  border-color: #457687;
  box-shadow: none;
  background-color: #457687;
  color: #fff;
}

/* line 207, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default,
.btn-primary {
  background: #457687;
  border-color: #3c6776;
  color: white;
}

/* line 212, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default:hover,
.btn-primary:hover {
  background: #70a0b3;
  border-color: #3c6776;
  color: white;
}

/* line 217, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default:disabled, .btn-default.disabled,
.btn-primary:disabled,
.btn-primary.disabled {
  background: #d1d1d1;
  border-color: #666666;
  color: rgba(0, 0, 0, 0.85);
  outline: 0;
}

/* line 224, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:focus:active,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  background: #53879c;
  box-shadow: 0 0 0 2px rgba(69, 118, 135, 0.5);
  outline: 0;
}

/* line 233, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-default--outline:hover, .btn-default--outline:focus,
.btn-primary--outline:hover,
.btn-primary--outline:focus {
  background: #c3d7df;
}

/* line 240, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit],
.btn-secondary {
  background: white;
  border-color: #457687;
  color: #3c6776;
}

/* line 245, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit] [class^="icon-"],
input.btn-secondary[type=submit] [class*=" icon-"],
.btn-secondary [class^="icon-"],
.btn-secondary [class*=" icon-"] {
  color: #3c6776;
}

/* line 249, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit]:hover,
.btn-secondary:hover {
  background: #70a0b3;
  border-color: #3c6776;
  color: white;
}

/* line 253, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit]:hover [class^="icon-"],
input.btn-secondary[type=submit]:hover [class*=" icon-"],
.btn-secondary:hover [class^="icon-"],
.btn-secondary:hover [class*=" icon-"] {
  color: white;
}

/* line 258, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary[type=submit]:disabled, input.btn-secondary.disabled[type=submit],
.btn-secondary:disabled,
.btn-secondary.disabled {
  background: #d1d1d1;
  border-color: #666666;
  color: rgba(0, 0, 0, 0.55);
}

/* line 264, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary.active[type=submit], input.btn-secondary[type=submit]:active, input.btn-secondary[type=submit]:focus, input.btn-secondary[type=submit]:focus:active,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
  background: #53879c;
  box-shadow: 0 0 0 2px rgba(69, 118, 135, 0.5);
  color: white;
  outline: 0;
}

/* line 274, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-secondary--outline[type=submit]:hover, input.btn-secondary--outline[type=submit]:focus,
.btn-secondary--outline:hover,
.btn-secondary--outline:focus {
  background: #c3d7df;
}

/* line 281, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-success {
  background: #B1F2C4;
  border-color: #009f44;
  color: rgba(0, 0, 0, 0.75);
}

/* line 285, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-success:hover {
  background: #68c27f;
  border-color: #3c6776;
  color: white;
}

/* line 290, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:focus:active {
  background: #22ce55;
  box-shadow: 0 0 0 2px rgba(0, 159, 68, 0.5);
  outline: 0;
  color: white;
}

/* line 299, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  background: #d2d2d2;
  border-color: #405f4d;
  color: rgba(0, 0, 0, 0.55);
}

/* line 306, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-success--outline:hover, .btn-success--outline:focus {
  background: #b1f2c4;
}

/* line 313, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-warning {
  background: #ffcb9b;
  border-color: #bc6923;
  color: black;
}

/* line 317, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-warning:hover {
  background: #e5b17e;
  color: white;
}

/* line 321, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:focus:active {
  background: #e86f00;
  box-shadow: 0 0 0 2px rgba(188, 105, 35, 0.5);
  outline: 0;
  color: white;
}

/* line 330, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  background: #d7cdc3;
  border-color: #707070;
  color: black;
}

/* line 337, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-warning--outline:hover, .btn-warning--outline:focus {
  background: #ffcb9b;
}

/* line 344, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-danger {
  background: #FFD1CC;
  border-color: #bb2716;
  color: black;
}

/* line 348, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-danger:hover {
  background: #df9489;
  color: white;
}

/* line 352, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:focus:active {
  background: #ff301a;
  box-shadow: 0 0 0 2px rgba(187, 39, 22, 0.5);
  outline: 0;
  color: white;
}

/* line 361, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  background: #ebe1e0;
  border-color: dimgray;
  color: rgba(0, 0, 0, 0.55);
}

/* line 368, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-danger--outline:hover, .btn-danger--outline:focus {
  background: #ffd1cc;
}

/* line 375, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-disabled[type=submit],
.btn-disabled {
  background: white;
  border-color: #d1d1d1;
  color: rgba(0, 0, 0, 0.55);
}

/* line 380, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-disabled[type=submit] [class^="icon-"],
input.btn-disabled[type=submit] [class*=" icon-"],
.btn-disabled [class^="icon-"],
.btn-disabled [class*=" icon-"] {
  color: rgba(0, 0, 0, 0.55);
}

/* line 384, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-disabled[type=submit]:hover, input.btn-disabled[type=submit]:disabled, input.btn-disabled.disabled[type=submit], input.btn-disabled.active[type=submit], input.btn-disabled[type=submit]:active, input.btn-disabled[type=submit]:focus, input.btn-disabled[type=submit]:focus:active, input.btn-disabled--outline[type=submit],
.btn-disabled:hover,
.btn-disabled:disabled,
.btn-disabled.disabled,
.btn-disabled.active,
.btn-disabled:active,
.btn-disabled:focus,
.btn-disabled:focus:active,
.btn-disabled--outline {
  background: white;
  border-color: #d1d1d1;
  color: rgba(0, 0, 0, 0.55);
}

/* line 395, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
input.btn-disabled[type=submit]:hover [class^="icon-"],
input.btn-disabled[type=submit]:hover [class*=" icon-"], input.btn-disabled[type=submit]:disabled [class^="icon-"],
input.btn-disabled[type=submit]:disabled [class*=" icon-"], input.btn-disabled.disabled[type=submit] [class^="icon-"],
input.btn-disabled.disabled[type=submit] [class*=" icon-"], input.btn-disabled.active[type=submit] [class^="icon-"],
input.btn-disabled.active[type=submit] [class*=" icon-"], input.btn-disabled[type=submit]:active [class^="icon-"],
input.btn-disabled[type=submit]:active [class*=" icon-"], input.btn-disabled[type=submit]:focus [class^="icon-"],
input.btn-disabled[type=submit]:focus [class*=" icon-"], input.btn-disabled[type=submit]:focus:active [class^="icon-"],
input.btn-disabled[type=submit]:focus:active [class*=" icon-"], input.btn-disabled--outline[type=submit] [class^="icon-"],
input.btn-disabled--outline[type=submit] [class*=" icon-"],
.btn-disabled:hover [class^="icon-"],
.btn-disabled:hover [class*=" icon-"],
.btn-disabled:disabled [class^="icon-"],
.btn-disabled:disabled [class*=" icon-"],
.btn-disabled.disabled [class^="icon-"],
.btn-disabled.disabled [class*=" icon-"],
.btn-disabled.active [class^="icon-"],
.btn-disabled.active [class*=" icon-"],
.btn-disabled:active [class^="icon-"],
.btn-disabled:active [class*=" icon-"],
.btn-disabled:focus [class^="icon-"],
.btn-disabled:focus [class*=" icon-"],
.btn-disabled:focus:active [class^="icon-"],
.btn-disabled:focus:active [class*=" icon-"],
.btn-disabled--outline [class^="icon-"],
.btn-disabled--outline [class*=" icon-"] {
  color: rgba(0, 0, 0, 0.55);
}

/* line 402, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn[class*='--outline'] {
  background: none;
  border-width: 2px;
}

/* line 408, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-light:hover {
  background: #C3D7DF;
}

/* line 411, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled) {
  background: #70a0b3;
  color: white;
}

/* line 419, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.open > .btn-light.dropdown-toggle,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-default,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-light.dropdown-toggle,
.show > .dropdown-toggle.btn-default {
  background: #457687;
  color: white;
}

/* line 429, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-link--danger {
  color: #df9489;
}

/* line 431, app/assets/stylesheets/application/overrides/bootstrap/buttons.scss */
.btn-link--danger:hover {
  color: #d47061;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/cards.scss */
.card {
  overflow: auto;
}

/* line 7, app/assets/stylesheets/application/overrides/bootstrap/cards.scss */
.card.squared {
  border-radius: 0;
  border-top-width: 0;
}

/* line 12, app/assets/stylesheets/application/overrides/bootstrap/cards.scss */
.card-body-negate-padding {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/application/overrides/bootstrap/container.scss */
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/dropdown.scss */
.dropdown-menu {
  padding: 1.1428571429rem;
}

/* line 7, app/assets/stylesheets/application/overrides/bootstrap/dropdown.scss */
.dropdown-menu li {
  margin-bottom: 0.3571428571rem;
}

/* line 11, app/assets/stylesheets/application/overrides/bootstrap/dropdown.scss */
.caret {
  margin-right: 0 !important;
}

/* line 13, app/assets/stylesheets/application/overrides/bootstrap/dropdown.scss */
.caret::before {
  margin-left: 0.5714285714rem;
  margin-right: 0;
  content: '\e920';
  font-family: 'icons';
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/form.scss */
.input-group > .form-control {
  height: auto;
}

/* line 7, app/assets/stylesheets/application/overrides/bootstrap/form.scss */
.input-group > .form-group {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/application/overrides/bootstrap/form.scss */
.input-group > .form-group > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 16, app/assets/stylesheets/application/overrides/bootstrap/form.scss */
.input-group-append button {
  background: #d8e7ea;
  color: #3c6776;
}

/* line 21, app/assets/stylesheets/application/overrides/bootstrap/form.scss */
.input-group-append [class^='icon'] {
  font-weight: normal;
}

/* line 25, app/assets/stylesheets/application/overrides/bootstrap/form.scss */
.form-group > label,
.form-group > legend {
  display: block;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
th .fa {
  padding-left: 4px;
  color: #091f2f;
}

/* line 8, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.info a {
  color: white;
}

/* line 12, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.info {
  color: black;
}

/* line 16, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
a.icon-cross:link {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.active-tab a {
  font-weight: 800;
}

/* line 24, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.control-label.required {
  display: inline-flex;
  flex-direction: row-reverse;
}

/* line 27, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.control-label.required abbr {
  color: #bb2716;
  text-decoration: none;
  margin-left: 0.2857142857rem;
  border-bottom: 0;
}

/* line 35, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.label {
  border-radius: 10px;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

/* line 39, app/assets/stylesheets/application/overrides/bootstrap/index.scss */
.dropdown-menu {
  z-index: 600;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-body {
  border-top: 2px solid #e9ecef;
}

/* line 7, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.minimal-collapse .panel-body {
  border-top: 1px solid #e9ecef;
}

/* line 12, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-heading {
  min-height: 50px;
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
  .panel-heading {
    min-height: auto;
  }
}

/* line 19, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-heading[aria-expanded=true] {
  background: #f1f5f9;
}

/* line 21, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-heading[aria-expanded=true] .panel-title {
  color: black;
}

/* line 26, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.minimal-collapse .panel-heading {
  border-bottom: 1px solid #e4e4e4;
  color: #222222;
}

/* line 29, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.minimal-collapse .panel-heading .j-toggle-arrow {
  margin-bottom: 1rem;
}

/* line 33, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.minimal-collapse .panel-heading[aria-expanded=true] {
  background-color: transparent;
  border-bottom: 0;
}

/* line 39, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-body--padded {
  padding: 1.1428571429rem;
}

/* line 43, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-footer {
  padding: 1.1428571429rem;
  border-top: 2px solid #e9ecef;
}

/* line 48, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-body .panel-footer {
  margin: 0 -1.1428571429rem -1.1428571429rem -1.1428571429rem;
}

/* line 52, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-group {
  width: 100%;
  margin-bottom: 1.1428571429rem;
}

/* line 57, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-sibling--below .panel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 61, app/assets/stylesheets/application/overrides/bootstrap/panel.scss */
.panel-sibling--above .panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/popover.scss */
.popover {
  max-width: 80%;
  /* Max Width of the popover (depending on the container!) */
  white-space: pre-wrap;
}

/* line 6, app/assets/stylesheets/application/overrides/bootstrap/popover.scss */
.popover ol {
  padding-left: 0 !important;
  -webkit-padding-start: 10px !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 2, app/assets/stylesheets/application/overrides/bootstrap/sizing.scss */
.w-20 {
  width: 20% !important;
}

/* line 5, app/assets/stylesheets/application/overrides/bootstrap/sizing.scss */
.w-40 {
  width: 40% !important;
}

/* line 8, app/assets/stylesheets/application/overrides/bootstrap/sizing.scss */
.w-80 {
  width: 80% !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/bootstrap/../../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.table-hover tr {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.table-hover tr.no-hover {
  background: none !important;
  cursor: normal;
}

/* line 14, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.table__detail-row-rollup.open td {
  background: #f1f5f9;
}

/* line 19, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.table__toggle-icon {
  color: #1275D9;
  font-size: 20px;
}

/* line 23, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.table__toggle-icon.toggled::before {
  content: '\e908';
}

/* line 29, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator {
  border-radius: 0.25rem;
}

/* line 31, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator td,
.c-table--indicator th {
  background: white;
}

/* line 35, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator thead tr {
  border-color: white;
}

/* line 38, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator thead th {
  background: #ececec;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-color: white;
  border-right: 2px solid white;
  border-left: 2px solid white;
  border-left: 2px solid white;
}

/* line 47, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator thead th:last-of-type {
  border-right: 0;
}

/* line 50, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator thead th.blank {
  background: white;
}

/* line 54, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table--indicator table {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-1 {
  border: 0;
  border-bottom: 3px solid white;
}

/* line 64, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-1 th {
  background: #decbe4;
}

/* line 67, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-1 tr,
.c-table__row--highlight-1 td {
  border: 2px solid #decbe4;
}

/* line 61, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-2 {
  border: 0;
  border-bottom: 3px solid white;
}

/* line 64, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-2 th {
  background: #cbd5e8;
}

/* line 67, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-2 tr,
.c-table__row--highlight-2 td {
  border: 2px solid #cbd5e8;
}

/* line 61, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-3 {
  border: 0;
  border-bottom: 3px solid white;
}

/* line 64, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-3 th {
  background: #e6f5c9;
}

/* line 67, app/assets/stylesheets/application/overrides/bootstrap/table.scss */
.c-table__row--highlight-3 tr,
.c-table__row--highlight-3 td {
  border: 2px solid #e6f5c9;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/overrides/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/overrides/datepicker.scss */
.datepicker {
  padding: 0;
}

/* line 7, app/assets/stylesheets/application/overrides/datepicker.scss */
.datepicker-dropdown {
  z-index: 1070 !important;
}

/* line 14, app/assets/stylesheets/application/overrides/datepicker.scss */
.datepicker input {
  padding: 0.75rem 1.25rem;
}

/* line 18, app/assets/stylesheets/application/overrides/datepicker.scss */
.date_picker .input-group {
  max-width: 14rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/utilities/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/utilities/display.scss */
.d-none--empty:empty {
  display: none;
}

/* line 9, app/assets/stylesheets/application/utilities/display.scss */
.inline {
  display: inline !important;
}

/* line 13, app/assets/stylesheets/application/utilities/display.scss */
.hidden,
.hide {
  display: none !important;
}

@media (max-width: 767.98px) {
  /* line 18, app/assets/stylesheets/application/utilities/display.scss */
  .d-sm-none {
    display: none;
  }
}

/* line 24, app/assets/stylesheets/application/utilities/display.scss */
.none-found {
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/utilities/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/utilities/general.scss */
.crumbs a {
  margin-right: 12px;
}

/* line 7, app/assets/stylesheets/application/utilities/general.scss */
.action-row {
  padding-bottom: 12px;
}

/* line 11, app/assets/stylesheets/application/utilities/general.scss */
.add-another {
  margin-top: 24px;
  margin-bottom: 36px;
  text-align: right;
}

/* line 17, app/assets/stylesheets/application/utilities/general.scss */
.how-to-popover:focus {
  outline: none;
}

/* line 21, app/assets/stylesheets/application/utilities/general.scss */
.home-intro {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  /* line 21, app/assets/stylesheets/application/utilities/general.scss */
  .home-intro {
    width: 80%;
    margin: 60px auto 0;
  }
}

/* line 31, app/assets/stylesheets/application/utilities/general.scss */
.no-data {
  padding: 0.8571428571rem;
  margin: 0;
}

/* line 37, app/assets/stylesheets/application/utilities/general.scss */
.border-t {
  border-top: 1px solid #f2f2f2;
}

/* line 37, app/assets/stylesheets/application/utilities/general.scss */
.border-l {
  border-left: 1px solid #f2f2f2;
}

/* line 37, app/assets/stylesheets/application/utilities/general.scss */
.border-b {
  border-bottom: 1px solid #f2f2f2;
}

/* line 37, app/assets/stylesheets/application/utilities/general.scss */
.border-r {
  border-right: 1px solid #f2f2f2;
}

/* line 42, app/assets/stylesheets/application/utilities/general.scss */
.overflow-x-scroll {
  overflow-x: scroll;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/utilities/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/utilities/helper_classes.scss */
.inline-icon {
  display: inline-block;
  margin-right: 0.2142857143rem;
  line-height: 0;
}

/* line 9, app/assets/stylesheets/application/utilities/helper_classes.scss */
.inline-icon--left {
  margin-right: 0;
  margin-left: 0.1428571429rem;
}

/* line 14, app/assets/stylesheets/application/utilities/helper_classes.scss */
.deleted, [data-deleted] {
  text-decoration: line-through;
}

/* line 18, app/assets/stylesheets/application/utilities/helper_classes.scss */
[class^="icon-"],
[class*=" icon-"] {
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/application/utilities/helper_classes.scss */
.img-shadowed {
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

/* line 29, app/assets/stylesheets/application/utilities/helper_classes.scss */
.display-block {
  display: block;
}

/* line 33, app/assets/stylesheets/application/utilities/helper_classes.scss */
.nobr {
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/application/utilities/helper_classes.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 41, app/assets/stylesheets/application/utilities/helper_classes.scss */
.attribution {
  font-size: 0.8em;
  color: #666666;
}

/* line 46, app/assets/stylesheets/application/utilities/helper_classes.scss */
.spinner {
  width: 1.5em;
  height: 1.5em;
  position: relative;
}

/* line 53, app/assets/stylesheets/application/utilities/helper_classes.scss */
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #666666;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
  animation: sk-bounce 4.0s infinite ease-in-out;
}

/* line 67, app/assets/stylesheets/application/utilities/helper_classes.scss */
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 87, app/assets/stylesheets/application/utilities/helper_classes.scss */
.show-on-row-hover {
  display: none;
}

/* line 91, app/assets/stylesheets/application/utilities/helper_classes.scss */
.show-on-row-hover-wrapper {
  min-width: 12em;
}

/* line 95, app/assets/stylesheets/application/utilities/helper_classes.scss */
tr:hover .show-on-row-hover {
  display: block;
}
/* line 1, app/assets/stylesheets/application/utilities/pull.scss */
.pull-right {
  text-align: right !important;
}

/* line 5, app/assets/stylesheets/application/utilities/pull.scss */
.pull-left {
  text-align: left !important;
}
/* line 3, app/assets/stylesheets/application/utilities/spacing.scss */
.mt-no-label {
  margin-top: 28px !important;
}

/* line 7, app/assets/stylesheets/application/utilities/spacing.scss */
.pt-no-label {
  padding-top: 28px !important;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/utilities/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 4, app/assets/stylesheets/application/utilities/svg.scss */
.icon-svg,
.icon-svg svg {
  width: 3rem;
  height: 3rem;
}

/* line 11, app/assets/stylesheets/application/utilities/svg.scss */
.o-color--positive svg,
.o-color--success svg {
  fill: #009f44;
}

/* line 17, app/assets/stylesheets/application/utilities/svg.scss */
.o-color--danger svg {
  fill: #bb2716;
}

/* line 22, app/assets/stylesheets/application/utilities/svg.scss */
.o-color--warning svg {
  fill: #bc6923;
}

/* line 36, app/assets/stylesheets/application/utilities/svg.scss */
.icon-svg--xs,
.icon-svg--xs svg {
  width: 1rem;
  height: 1rem;
}

/* line 36, app/assets/stylesheets/application/utilities/svg.scss */
.icon-svg--sm,
.icon-svg--sm svg {
  width: 2rem;
  height: 2rem;
}

/* line 36, app/assets/stylesheets/application/utilities/svg.scss */
.icon-svg--md,
.icon-svg--md svg {
  width: 3rem;
  height: 3rem;
}

/* line 36, app/assets/stylesheets/application/utilities/svg.scss */
.icon-svg--lg,
.icon-svg--lg svg {
  width: 5rem;
  height: 5rem;
}

/* line 36, app/assets/stylesheets/application/utilities/svg.scss */
.icon-svg--xl,
.icon-svg--xl svg {
  width: 6rem;
  height: 6rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/utilities/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/utilities/tables.scss */
.date-cell {
  text-align: center;
}

/* line 7, app/assets/stylesheets/application/utilities/tables.scss */
.num-cell {
  text-align: right;
}

/* line 11, app/assets/stylesheets/application/utilities/tables.scss */
.table-utilities {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.1428571429rem;
}

/* line 17, app/assets/stylesheets/application/utilities/tables.scss */
.v-align-middle {
  vertical-align: middle !important;
}

/* line 21, app/assets/stylesheets/application/utilities/tables.scss */
tr.even td {
  background-color: #f2f2f2;
}

/* line 24, app/assets/stylesheets/application/utilities/tables.scss */
.table-striped {
  background-color: white;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/application/utilities/tables.scss */
.table-responsive {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 33, app/assets/stylesheets/application/utilities/tables.scss */
.pagy-container {
  display: flex;
  align-items: center;
}

/* line 36, app/assets/stylesheets/application/utilities/tables.scss */
.pagy-container nav {
  margin-left: auto;
}

/* line 39, app/assets/stylesheets/application/utilities/tables.scss */
.pagy-container ul.pagination {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/application/utilities/tables.scss */
.pagy-container .o-page__sort .btn {
  font-weight: 400;
  padding: 0.25rem 1.25rem;
  line-height: 1.5;
  min-height: 2.5rem;
}

/* line 48, app/assets/stylesheets/application/utilities/tables.scss */
.pagy-container .o-page__sort ~ nav {
  margin-left: 2rem;
}
@keyframes highlight {
  0% {
    background: #ffcb9b;
  }
  100% {
    background: none;
  }
}

@keyframes highlight-positive {
  0% {
    background: #B1F2C4;
  }
  100% {
    background: none;
  }
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 * Also returns the background color, modified such that it has sufficient contrast.
 */
/* for bs2 to 3 compat, from vert menu so maybe not needed */
/* line 1, app/assets/stylesheets/application/utilities/../_custom/env/development.scss */
#non-production-warning {
  background-color: #33004d;
  color: white;
}

/* line 3, app/assets/stylesheets/application/utilities/text.scss */
.explain {
  /* to mark elements whose function was not clear from the mock */
  color: red;
}

/* line 7, app/assets/stylesheets/application/utilities/text.scss */
.gray {
  color: #555555;
}

/* line 11, app/assets/stylesheets/application/utilities/text.scss */
.light,
.muted,
.muted-text {
  color: #a6a6a6;
}

/* line 17, app/assets/stylesheets/application/utilities/text.scss */
.gray-light {
  color: #777777;
}

/* line 21, app/assets/stylesheets/application/utilities/text.scss */
.underline-header {
  border-bottom: 1px solid #e4e4e4;
}

/* line 25, app/assets/stylesheets/application/utilities/text.scss */
.no-results {
  display: block;
  padding: 1.1428571429rem;
  text-align: center;
}
