/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, app/assets/stylesheets/bootstrap.min.scss */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
abbr[data-original-title], abbr[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 6, app/assets/stylesheets/bootstrap.min.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
dt {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
b, strong {
  font-weight: bolder;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
small {
  font-size: 80%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
sub {
  bottom: -.25em;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
sup {
  top: -.5em;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
figure {
  margin: 0 0 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
table {
  border-collapse: collapse;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
button {
  border-radius: 0;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
button, input {
  overflow: visible;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
button, select {
  text-transform: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
select {
  word-wrap: normal;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.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;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
progress {
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
output {
  display: inline-block;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
template {
  display: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h1, h1 {
  font-size: 2.5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h2, h2 {
  font-size: 2rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h3, h3 {
  font-size: 1.75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h4, h4 {
  font-size: 1.5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h6, h6 {
  font-size: 1rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.small, small {
  font-size: .875em;
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-inline-item {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.blockquote-footer {
  display: block;
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.figure {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a > code {
  color: inherit;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-2 {
  margin-left: 16.666667%;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-5 {
  margin-left: 41.666667%;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-8 {
  margin-left: 66.666667%;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-control {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
input.form-control[type=date], input.form-control[type=datetime-local], input.form-control[type=month], input.form-control[type=time] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
select.form-control[multiple], select.form-control[size] {
  height: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
textarea.form-control {
  height: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem) !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='%2328a745' 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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem) !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 0.75rem center/8px 10px no-repeat, #fff 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='%2328a745' 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 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem) !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 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .btn {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.active:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-secondary.active:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-secondary.active:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.active:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.active:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.active:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-light.active:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-light.active:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-dark.active:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-dark.active:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-success.active:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-success.active:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-info.active:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-info.active:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-light.active:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-light.active:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.fade {
  transition: opacity .15s linear;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu.show {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.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 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.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, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.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, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  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 #ced4da;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.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: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 > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .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), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.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='%23fff'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:focus {
  outline: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-title {
  margin-bottom: .75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-header {
  padding: .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 6, app/assets/stylesheets/bootstrap.min.scss */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.accordion {
  overflow-anchor: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .badge {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge:empty {
  display: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-heading {
  color: inherit;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-link {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-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 6, app/assets/stylesheets/bootstrap.min.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.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 6, app/assets/stylesheets/bootstrap.min.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 6, app/assets/stylesheets/bootstrap.min.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .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: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast.showing {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast.hide {
  display: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .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(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.toast-body {
  padding: .75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-open {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-footer > * {
  margin: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  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: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.show {
  opacity: .9;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.popover-header:empty {
  display: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel {
  position: relative;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-next {
  right: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-bottom {
  vertical-align: bottom !important;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.bg-transparent {
  background-color: transparent !important;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-0 {
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-primary {
  border-color: #007bff !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.border-dark {
  border-color: #343a40 !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.rounded-0 {
  border-radius: 0 !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.d-none {
  display: none !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.d-inline {
  display: inline !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.d-table {
  display: table !important;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.float-left {
  float: left !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.float-right {
  float: right !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.position-static {
  position: static !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.position-relative {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.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 6, app/assets/stylesheets/bootstrap.min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.w-auto {
  width: auto !important;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.m-auto {
  margin: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.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 6, app/assets/stylesheets/bootstrap.min.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-justify {
  text-align: justify !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-nowrap {
  white-space: nowrap !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-left {
  text-align: left !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-right {
  text-align: right !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.font-italic {
  font-style: italic !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-white {
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-primary {
  color: #007bff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-success {
  color: #28a745 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-body {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.text-reset {
  color: inherit !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.visible {
  visibility: visible !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  body {
    min-width: 992px !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .navbar {
    display: none;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-dark {
    color: inherit;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
/* line 1, app/assets/stylesheets/carts.scss */
.cart-list {
  column-count: 5;
}

/* line 5, app/assets/stylesheets/carts.scss */
.select2-selection__arrow {
  display: none;
}

/* line 9, app/assets/stylesheets/carts.scss */
.open {
  background-color: #28a745;
}

/* line 13, app/assets/stylesheets/carts.scss */
.review {
  background-color: #ffc107;
}

/* line 17, app/assets/stylesheets/carts.scss */
.shelving {
  background-color: #6c757d;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/carts.scss */
.ready-to-shelve {
  background-color: #007bff;
}

/* line 26, app/assets/stylesheets/carts.scss */
.in-use {
  background-color: #dc3545;
}

/* line 30, app/assets/stylesheets/carts.scss */
.in-audit, .audit {
  background-color: #17a2b8;
  cursor: pointer;
}
/* line 3, app/assets/stylesheets/dashboard.scss */
#dashboard .card.bg-warning {
  background-color: rgba(255, 193, 7, 0.5) !important;
}

/* line 6, app/assets/stylesheets/dashboard.scss */
#dashboard .card.bg-success {
  background-color: rgba(40, 167, 69, 0.5) !important;
}
/* line 5, app/assets/stylesheets/departments.scss */
.fit-content {
  width: fit-content;
}
/* line 1, app/assets/stylesheets/devise.scss */
.devise-views {
  /*
   * Card component
   */
  /*
   * Form styles
   */
}

/* line 2, app/assets/stylesheets/devise.scss */
.devise-views .card-container.card {
  max-width: 350px;
  padding: 40px 40px;
}

/* line 10, app/assets/stylesheets/devise.scss */
.devise-views .card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 25, app/assets/stylesheets/devise.scss */
.devise-views .profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 38, app/assets/stylesheets/devise.scss */
.devise-views .profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

/* line 46, app/assets/stylesheets/devise.scss */
.devise-views .reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 61, app/assets/stylesheets/devise.scss */
.devise-views .form-signin .inputField {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

/* line 67, app/assets/stylesheets/devise.scss */
.devise-views .form-signin input[type=email],
.devise-views .form-signin input[type=password],
.devise-views .form-signin input[type=text],
.devise-views .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 81, app/assets/stylesheets/devise.scss */
.devise-views .form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}

/* line 88, app/assets/stylesheets/devise.scss */
.devise-views .btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color: #6891a2;
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

/* line 106, app/assets/stylesheets/devise.scss */
.devise-views .btn.btn-signin:hover,
.devise-views .btn.btn-signin:active,
.devise-views .btn.btn-signin:focus {
  background-color: #0c6121;
}

/* line 112, app/assets/stylesheets/devise.scss */
.devise-views .forgot-password {
  color: #6891a2;
}

/* line 116, app/assets/stylesheets/devise.scss */
.devise-views .forgot-password:hover,
.devise-views .forgot-password:active,
.devise-views .forgot-password:focus {
  color: #0c6121;
}
/* filemanager */
/* line 3, app/assets/stylesheets/filemanager.scss */
#file_datatable th {
  text-align: left !important;
}

/* line 7, app/assets/stylesheets/filemanager.scss */
.file-type {
  width: 35px !important;
}

/* line 11, app/assets/stylesheets/filemanager.scss */
.file-manager-btn-group {
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/filemanager.scss */
.filemanager-tools {
  width: 40px;
  text-align: right !important;
}

/* line 21, app/assets/stylesheets/filemanager.scss */
.delete-btn {
  background-color: lightcoral;
}

/* line 25, app/assets/stylesheets/filemanager.scss */
#upload {
  display: none;
}

/* line 29, app/assets/stylesheets/filemanager.scss */
.file-drag {
  border: 1px solid #CCCCCC;
}

/* line 33, app/assets/stylesheets/filemanager.scss */
#file-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background-color: lightcoral;
  z-index: 1000;
  display: none;
}

/* line 44, app/assets/stylesheets/filemanager.scss */
#files {
  display: none;
}

/* line 48, app/assets/stylesheets/filemanager.scss */
.share-link, .delete-link {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/filemanager.scss */
#copy-link-modal {
  position: fixed;
  top: 85px;
  left: 33.33333%;
  padding: 25px;
  text-align: center;
  display: none;
}

/* line 61, app/assets/stylesheets/filemanager.scss */
#share-link {
  margin-bottom: 15px;
  width: 90%;
  height: 75px;
}

/* line 66, app/assets/stylesheets/filemanager.scss */
#folder-name, #object-rename {
  margin-bottom: 15px;
  width: 90%;
}

/* line 70, app/assets/stylesheets/filemanager.scss */
#create-folder-modal, #rename-modal, #link-modal {
  padding: 25px;
  text-align: center;
  display: none;
}

/* line 79, app/assets/stylesheets/filemanager.scss */
#link-name, #link {
  width: 90%;
  margin-bottom: 15px;
}

/* line 84, app/assets/stylesheets/filemanager.scss */
.file-type img {
  width: 75px;
}

/* line 90, app/assets/stylesheets/filemanager.scss */
#cookie-trail {
  margin-bottom: 15px;
}

/* line 94, app/assets/stylesheets/filemanager.scss */
#file_datatable_filter {
  display: none;
}

/* line 98, app/assets/stylesheets/filemanager.scss */
.file-select {
  width: 10px;
}

/* line 101, app/assets/stylesheets/filemanager.scss */
#mass-tools-container {
  padding: 0;
}

/* line 106, app/assets/stylesheets/filemanager.scss */
#mass-tools li {
  cursor: auto;
  color: #CCCCCC;
}

/* line 111, app/assets/stylesheets/filemanager.scss */
#mass-tools li:hover {
  background-color: #ffffff;
  cursor: auto;
  color: #CCCCCC;
}

/* line 117, app/assets/stylesheets/filemanager.scss */
.active-tool {
  color: #40c4ff !important;
  cursor: pointer !important;
}

/* line 122, app/assets/stylesheets/filemanager.scss */
.active-tool:hover {
  color: #0033cc !important;
  background-color: #eee !important;
}

/* line 127, app/assets/stylesheets/filemanager.scss */
.divider {
  margin-top: 0;
}

/* line 137, app/assets/stylesheets/filemanager.scss */
.shared_files_datatable th {
  text-align: left !important;
}

/* line 141, app/assets/stylesheets/filemanager.scss */
.filemanager-header-img {
  margin-bottom: 15px;
  width: 100%;
}

/* line 146, app/assets/stylesheets/filemanager.scss */
#filmanager-container a {
  color: #000000;
  font-size: 20px;
}

/* end filemanager */
/* line 154, app/assets/stylesheets/filemanager.scss */
.advanced-search {
  position: relative;
}

/* line 158, app/assets/stylesheets/filemanager.scss */
.advanced-search-items {
  position: absolute;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  z-index: 100000;
  top: 53px;
  padding: 15px;
  display: none;
  box-shadow: 1px 1px 0px #999, 2px 2px 0px #999, 3px 3px 0px #999, 4px 4px 0px #999, 5px 5px 0px #999, 6px 6px 0px #999;
}

/* line 175, app/assets/stylesheets/filemanager.scss */
.advanced-search-item {
  margin-bottom: 10px;
}

/* line 179, app/assets/stylesheets/filemanager.scss */
#html5-watermark {
  display: none !important;
}
/* line 1, app/assets/stylesheets/icons.scss */
.shipping-icon {
  max-width: 150px;
}
/* line 1, app/assets/stylesheets/inventories.scss */
.sku_toggle {
  cursor: pointer;
  font-size: 12px;
}

/* line 5, app/assets/stylesheets/inventories.scss */
.sku_full_list {
  display: none;
}

/* line 9, app/assets/stylesheets/inventories.scss */
.book-conditions .condition-title {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/inventories.scss */
.book-conditions .form-check {
  padding-left: 0;
}

/* line 19, app/assets/stylesheets/inventories.scss */
#search-form .form-control {
  height: 45px;
}
/* line 2, app/assets/stylesheets/issues.scss */
.issue-counts .missing {
  color: #d9534f;
}

/* line 5, app/assets/stylesheets/issues.scss */
.issue-counts .incorrect {
  color: #f0ad4e;
}

/* line 8, app/assets/stylesheets/issues.scss */
.issue-counts .counterfeit, .issue-counts .inauthentic, .issue-counts .in_authentic {
  color: #d9534f;
}

/* line 12, app/assets/stylesheets/issues.scss */
.issue-counts .extra {
  color: #5cb85c;
}

/* line 16, app/assets/stylesheets/issues.scss */
.issue-counts .serial_mismatch {
  color: #f0ad4e;
}

/* line 20, app/assets/stylesheets/issues.scss */
.issue-counts .trash {
  color: #d9534f;
}

/* line 23, app/assets/stylesheets/issues.scss */
.issue-counts .unacceptable {
  color: #d9534f;
}

/* line 26, app/assets/stylesheets/issues.scss */
.issue-counts .damaged {
  color: #d9534f;
}

/* line 29, app/assets/stylesheets/issues.scss */
.issue-counts .recycle {
  color: #d9534f;
}

/* line 32, app/assets/stylesheets/issues.scss */
.issue-counts .lower_condition {
  color: #f0ad4e;
}

/* line 36, app/assets/stylesheets/issues.scss */
.issue-counts .expired {
  color: #d9534f;
}

/* line 43, app/assets/stylesheets/issues.scss */
.issues-table .missing {
  background-color: #d9534f;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 48, app/assets/stylesheets/issues.scss */
.issues-table .incorrect {
  background-color: #f0ad4e;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 53, app/assets/stylesheets/issues.scss */
.issues-table .counterfeit {
  background-color: #d9534f;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 58, app/assets/stylesheets/issues.scss */
.issues-table .extra {
  background-color: #5cb85c;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 64, app/assets/stylesheets/issues.scss */
.issues-table .trash {
  background-color: #d9534f;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 70, app/assets/stylesheets/issues.scss */
.issues-table .lower_condition {
  background-color: #f0ad4e;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 76, app/assets/stylesheets/issues.scss */
.issues-table .expired {
  background-color: #d9534f;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 83, app/assets/stylesheets/issues.scss */
.btn-bulk-update {
  flex: inherit !important;
}
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none!important;transition:none!important}.jconfirm .jconfirm-box{background:white;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:'';position:absolute;left:0;background:white;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:'';height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:dodgerblue;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,0.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#FFF}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-white .jconfirm-bg,.jconfirm.jconfirm-light .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-white .jconfirm-box,.jconfirm.jconfirm-light .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);border-radius:5px}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:darkslategray;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);background:#444;border-radius:5px;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}@keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-zoom,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-scalex{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0px,-100px);transform:translate(0px,-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0px);transform:translate(-100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0px);transform:translate(100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0px,100px);transform:translate(0px,100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(0.5);transform:scale(0.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,0.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:white}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:white;font-size:28px;font-weight:normal}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:white}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:white;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,0.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 25px 10px 25px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,0.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:white;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:slategray;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:24px;font-weight:bold;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1)}
/* line 2, app/assets/stylesheets/order_picker.scss */
#picker-cart-map td {
  background-color: #6c757d;
}

/* line 6, app/assets/stylesheets/order_picker.scss */
#picker-cart-map .filling {
  background-color: #dc3545;
}

/* line 11, app/assets/stylesheets/order_picker.scss */
#picker-cart-map .complete {
  background-color: #28a745;
}

/* line 15, app/assets/stylesheets/order_picker.scss */
#picker-cart-map .fill {
  background-color: #ffc107;
  color: #000000;
}

/* line 19, app/assets/stylesheets/order_picker.scss */
#picker-cart-map .fill-complete {
  background: linear-gradient(to right, #ffc107 0%, #28a745 100%);
  color: #000000;
}

/* line 23, app/assets/stylesheets/order_picker.scss */
#picker-cart-map .fill-not-complete {
  background: linear-gradient(to right, #ffc107 0%, #dc3545 100%);
  color: #000000;
}

/* line 28, app/assets/stylesheets/order_picker.scss */
#picker-cart-map .bin-num-header {
  background-color: #99ccfe;
  font-size: 20px;
  color: #000;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 15px;
}

/* line 40, app/assets/stylesheets/order_picker.scss */
.flash {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 65%;
  }
}

/* line 50, app/assets/stylesheets/order_picker.scss */
#bin-display {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 15px;
  font-size: 30px;
}

/* line 60, app/assets/stylesheets/order_picker.scss */
.single-bin .bin-num-header {
  font-size: 10px !important;
}

/* line 66, app/assets/stylesheets/order_picker.scss */
#action-legend ul {
  list-style-type: none;
  display: inline-flex;
}
/* line 4, app/assets/stylesheets/orders.scss */
.showItems {
  padding-left: 0;
}
/* line 1, app/assets/stylesheets/outbound.scss */
#outbound-order-box h2 {
  border-bottom: 1px solid #000;
  margin-top: 15px;
}
/* line 1, app/assets/stylesheets/picklists.scss */
#print-picklists {
  color: #000000 !important;
  margin: 15px;
}

/* line 5, app/assets/stylesheets/picklists.scss */
#print-picklists table thead {
  font-weight: bolder;
}

/* line 8, app/assets/stylesheets/picklists.scss */
#print-picklists table tr, #print-picklists table th, #print-picklists table td {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 14, app/assets/stylesheets/picklists.scss */
#print-picklists #picklist-barcode svg {
  height: 25px;
  width: 150px;
}
/* line 2, app/assets/stylesheets/receiving.scss */
#row-cart-form #sku_row, #row-cart-form #cart {
  font-size: 1.4rem;
  height: 6.5rem;
}

/* line 8, app/assets/stylesheets/receiving.scss */
#info-header {
  background-color: #EFEFEF;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}

/* line 15, app/assets/stylesheets/receiving.scss */
.row-limit-notice {
  margin-top: -16px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}

/* line 23, app/assets/stylesheets/receiving.scss */
#receiving-step-nav .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

/* line 31, app/assets/stylesheets/receiving.scss */
.btn-image {
  height: 200px;
  font-size: 2rem;
}

/* line 36, app/assets/stylesheets/receiving.scss */
a.btn-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 42, app/assets/stylesheets/receiving.scss */
.check-input {
  width: 90px !important;
  height: 90px !important;
}

/* line 47, app/assets/stylesheets/receiving.scss */
#unacceptable-form label {
  font-size: 1.5rem !important;
}

/* line 51, app/assets/stylesheets/receiving.scss */
#multi-tracking {
  display: none;
}

/* line 55, app/assets/stylesheets/receiving.scss */
#loader {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 30%;
  height: 30vh;
  z-index: 1000000000000;
  display: none;
}
/* line 1, app/assets/stylesheets/second_scans.scss */
.damage-check-input {
  width: 90px !important;
  height: 45px !important;
}

/* line 6, app/assets/stylesheets/second_scans.scss */
.repair-check-input {
  width: 90px !important;
  height: 45px !important;
}

/* line 11, app/assets/stylesheets/second_scans.scss */
#repair-fields {
  margin-left: 6rem !important;
}

/* line 15, app/assets/stylesheets/second_scans.scss */
#assessment-fields {
  margin-left: 6rem !important;
}
/* line 5, app/assets/stylesheets/sku_rows.scss */
.row-active {
  background-color: #28a745;
  color: #FFFFFF;
}

/* line 10, app/assets/stylesheets/sku_rows.scss */
.row-closed {
  background-color: #dc3545;
  color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/sku_rows.scss */
.big-checkbox {
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  margin: 10px;
}

/* line 24, app/assets/stylesheets/sku_rows.scss */
.big-label {
  font-size: 1.5em;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 25, app/assets/stylesheets/application.scss */
.text-bold {
  font-weight: 700;
}

/* line 29, app/assets/stylesheets/application.scss */
.text-small {
  font-size: 0.9rem;
}

/* line 33, app/assets/stylesheets/application.scss */
.text-smaller {
  font-size: 0.7em;
}

/* line 37, app/assets/stylesheets/application.scss */
.page-break {
  page-break-after: always;
}

/* line 41, app/assets/stylesheets/application.scss */
.text-xsmall {
  font-size: 0.8rem;
}

/* line 45, app/assets/stylesheets/application.scss */
.text-gray {
  color: #868e96;
}

/* line 49, app/assets/stylesheets/application.scss */
.text-red {
  color: #dc3545 !important;
}

/* line 53, app/assets/stylesheets/application.scss */
.bg-white {
  background-color: white;
  color: #000;
}

/* line 57, app/assets/stylesheets/application.scss */
.bg-light-green {
  background-color: #E2EFD9;
}

/* line 60, app/assets/stylesheets/application.scss */
.bg-orange {
  background-color: #FF7300;
}

/* line 63, app/assets/stylesheets/application.scss */
.bg-red {
  background-color: #E0115F;
}

/* line 66, app/assets/stylesheets/application.scss */
.bg-pink {
  background-color: #F2CDCC;
}

/* line 69, app/assets/stylesheets/application.scss */
.bg-dark-pink {
  background-color: #FF3399;
  color: #FFFFFF;
}

/* line 73, app/assets/stylesheets/application.scss */
.bg-light_blue {
  background-color: #DEEAF6;
  color: #000;
}

/* line 77, app/assets/stylesheets/application.scss */
.bg-yellow {
  background-color: #FFFEAA;
  color: #000;
}

/* line 81, app/assets/stylesheets/application.scss */
.bg-neon-yellow {
  background-color: #EFFF1E;
  color: #000;
}

/* line 85, app/assets/stylesheets/application.scss */
.bg-light-purple {
  background-color: #D8D2E8;
}

/* line 88, app/assets/stylesheets/application.scss */
.bg-tan {
  background-color: tan;
  color: #ECCBA0;
}

/* line 92, app/assets/stylesheets/application.scss */
.bg-gold {
  background-color: #FFD965;
  color: #000;
}

/* line 97, app/assets/stylesheets/application.scss */
.text-green {
  color: #28a745 !important;
}

/* line 101, app/assets/stylesheets/application.scss */
a:hover {
  background-color: transparent;
}

/* line 105, app/assets/stylesheets/application.scss */
.lh-2 {
  line-height: 2;
}

/* line 109, app/assets/stylesheets/application.scss */
.bold {
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/application.scss */
th {
  background-color: #99ccfe;
}

/* line 117, app/assets/stylesheets/application.scss */
a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

/* line 123, app/assets/stylesheets/application.scss */
body {
  overflow-x: hidden;
}

/* line 127, app/assets/stylesheets/application.scss */
#main {
  padding-top: 15px;
}

/* line 131, app/assets/stylesheets/application.scss */
i {
  display: inline-block;
}

/* line 135, app/assets/stylesheets/application.scss */
span {
  display: inline-block;
}

/* line 139, app/assets/stylesheets/application.scss */
#search-form .form-control {
  height: 45px;
}

/* line 144, app/assets/stylesheets/application.scss */
.order-book-img img {
  max-width: 100px;
}

/* line 149, app/assets/stylesheets/application.scss */
.book-info {
  background-color: #f2f9fd;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 155, app/assets/stylesheets/application.scss */
.order-info {
  font-size: 22px;
  color: #ffffff;
}

/* line 160, app/assets/stylesheets/application.scss */
.bg-success {
  background-color: #8cc24a !important;
  color: #ffffff !important;
}

/**[class$="success"] {
  !*background-color: $green !important;*!
  color: #ffffff;
}
*[class$="warning"] {
  !*background-color: #f08d21;*!
  color: #ffffff;
}
*[class$="primary"] {
  !*background-color: $blue !important;*!
  color: #ffffff;
}*/
/* line 177, app/assets/stylesheets/application.scss */
.verification {
  max-width: 1000px;
  margin: auto;
}

/* line 181, app/assets/stylesheets/application.scss */
.verification p {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 187, app/assets/stylesheets/application.scss */
.button-group {
  max-width: 1000px;
  margin: auto;
}

/* line 192, app/assets/stylesheets/application.scss */
.text-large {
  font-size: 24px;
}

/* line 196, app/assets/stylesheets/application.scss */
.text-medium {
  font-size: 20px;
}

/* line 200, app/assets/stylesheets/application.scss */
.item-status {
  font-size: 20px;
}

/* line 203, app/assets/stylesheets/application.scss */
.item-status input.form-control {
  height: 20px;
}

/* line 207, app/assets/stylesheets/application.scss */
.item-status input.pending {
  border-color: #17a2b8;
}

/* line 211, app/assets/stylesheets/application.scss */
.item-status input.partial {
  border-color: #ffc107 !important;
}

/* line 216, app/assets/stylesheets/application.scss */
.auth-table {
  max-width: 800px;
  margin: auto;
}

/* line 221, app/assets/stylesheets/application.scss */
.mt-30px {
  margin-top: 30px !important;
}

/* line 225, app/assets/stylesheets/application.scss */
.mb-30px {
  margin-bottom: 30px !important;
}

/* line 229, app/assets/stylesheets/application.scss */
i[class*="icon-"] {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* line 234, app/assets/stylesheets/application.scss */
table {
  font-size: 0.9em;
  color: #666;
}

/* line 239, app/assets/stylesheets/application.scss */
.scrollbar {
  position: relative;
  overflow: auto;
}

/* line 244, app/assets/stylesheets/application.scss */
.table-wrapper-scroll-y {
  display: block;
  height: 80vh;
  overflow-y: scroll;
}

/* line 250, app/assets/stylesheets/application.scss */
.btn-xs {
  font-size: 0.7em !important;
  padding: 2px 5px !important;
  border-radius: 2px !important;
}

/* line 256, app/assets/stylesheets/application.scss */
.btn-xl {
  font-size: 2em !important;
  padding: 50px 100px !important;
  border-radius: 2px !important;
}

/* line 262, app/assets/stylesheets/application.scss */
.btn-xl-smaller {
  font-size: 1.5em !important;
  padding: 40px 135px !important;
  border-radius: 2px !important;
}

/* line 268, app/assets/stylesheets/application.scss */
.btn-no-card {
  max-width: 100%;
  width: 100%;
  padding: 50px 75px !important;
}

/*.card-header {
  background-color: #475569 !important;
  color: #FFFFFF;
}*/
/* line 279, app/assets/stylesheets/application.scss */
.prefix-header {
  background-color: #D3D3D3;
}

/* line 283, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 20px !important;
}

/* line 287, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--single {
  height: 45px !important;
}

/* line 291, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

/* line 296, app/assets/stylesheets/application.scss */
.toggle {
  border: #000000 1px solid;
  background-color: #d9534f;
  color: #FFFFFF !important;
}

/* line 301, app/assets/stylesheets/application.scss */
.toggle .toggle-off {
  color: #FFFFFF !important;
}

/* line 306, app/assets/stylesheets/application.scss */
.badge {
  font-weight: 400;
  border-radius: 0;
}

/* line 311, app/assets/stylesheets/application.scss */
.badge.badge-primary {
  background: #00abde;
}

/* line 315, app/assets/stylesheets/application.scss */
.admin-content {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: calc(100% - 200px);
  background-color: #ffffff;
  min-height: 100vh;
  padding-bottom: 50px;
}

/* line 327, app/assets/stylesheets/application.scss */
.admin-content.active {
  width: calc(100% - 70px);
}

/* line 331, app/assets/stylesheets/application.scss */
h2 {
  color: #555;
  font-weight: 400;
}

/* line 336, app/assets/stylesheets/application.scss */
.breadcrumb-holder {
  background: #eceeef;
}

/* line 340, app/assets/stylesheets/application.scss */
.breadcrumb-holder .breadcrumb {
  padding: 15px 0;
  font-size: 0.85em;
  font-weight: 300;
  color: #999;
  margin-bottom: 0;
}

/* line 348, app/assets/stylesheets/application.scss */
.breadcrumb-holder .breadcrumb a:hover,
.breadcrumb-holder .breadcrumb:focus {
  text-decoration: none;
}

/* line 353, app/assets/stylesheets/application.scss */
.breadcrumb-holder .breadcrumb .container {
  padding: 0;
}

/* line 357, app/assets/stylesheets/application.scss */
.card {
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 363, app/assets/stylesheets/application.scss */
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-bottom: 0;
}

/* line 372, app/assets/stylesheets/application.scss */
.card:not([class*="text"]) p {
  color: #888;
}

/* line 376, app/assets/stylesheets/application.scss */
.display {
  font-weight: 400 !important;
}

/* line 380, app/assets/stylesheets/application.scss */
.section-padding {
  padding: 3rem 0;
}

/* line 384, app/assets/stylesheets/application.scss */
.section-no-padding-bottom {
  padding-bottom: 0;
}

/* line 388, app/assets/stylesheets/application.scss */
section header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 393, app/assets/stylesheets/application.scss */
.list-group-item {
  border-right: 0;
  border-left: 0;
}

/* line 398, app/assets/stylesheets/application.scss */
#advanced-search {
  display: none;
}

/* line 402, app/assets/stylesheets/application.scss */
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

/* line 407, app/assets/stylesheets/application.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 411, app/assets/stylesheets/application.scss */
.tile-link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 30;
}

/*
* ==========================================================
*     Main NAVBAR
* ==========================================================
*/
/* line 426, app/assets/stylesheets/application.scss */
nav.navbar {
  background: #1a284c;
  padding: 0.8rem 0;
  /* Navbar Brand --------- */
  /*  Dropdowns ------------ */
  /* Toggle Button ---------- */
}

/* line 434, app/assets/stylesheets/application.scss */
nav.navbar .side-navbar-wrapper {
  width: 100%;
  height: 100%;
}

/* line 439, app/assets/stylesheets/application.scss */
nav.navbar .container-fluid {
  width: 100%;
}

/* line 443, app/assets/stylesheets/application.scss */
nav.navbar .navbar-holder {
  width: 100%;
}

/* line 447, app/assets/stylesheets/application.scss */
nav.navbar a {
  font-size: 0.8rem;
  color: #fff;
  position: relative;
}

/* line 453, app/assets/stylesheets/application.scss */
nav.navbar .badge {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 459, app/assets/stylesheets/application.scss */
nav.navbar a.language span {
  margin-left: 0.2rem;
  vertical-align: middle;
}

/* line 464, app/assets/stylesheets/application.scss */
nav.navbar a.logout i {
  margin-left: 5px;
}

/* line 468, app/assets/stylesheets/application.scss */
nav.navbar small {
  font-size: 0.75rem;
  color: #999;
}

/* line 473, app/assets/stylesheets/application.scss */
nav.navbar a.navbar-brand {
  margin-left: 10px;
}

/* line 477, app/assets/stylesheets/application.scss */
nav.navbar .brand-text {
  text-transform: uppercase;
}

/* line 481, app/assets/stylesheets/application.scss */
nav.navbar .brand-text strong {
  font-size: 1.5em;
}

/* line 485, app/assets/stylesheets/application.scss */
nav.navbar .nav-menu {
  margin-bottom: 0;
}

/* line 489, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-toggle::after {
  border: none !important;
  content: "\25c0";
  vertical-align: baseline;
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.3rem;
}

/* line 497, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  padding: 1rem;
}

/* line 509, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-menu .dropdown-item {
  color: #666;
  padding: 10px;
}

/* line 514, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-menu .dropdown-item:active {
  color: #fff;
}

/* line 518, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-menu .dropdown-item:active span,
nav.navbar .dropdown-menu .dropdown-item:active small {
  color: #fff;
}

/* line 523, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-menu .dropdown-item span {
  color: #777;
}

/* line 527, app/assets/stylesheets/application.scss */
nav.navbar .dropdown-menu .dropdown-item i {
  margin-right: 5px;
}

/* line 531, app/assets/stylesheets/application.scss */
nav.navbar .msg-body span,
nav.navbar .msg-body strong {
  display: block;
}

/* line 536, app/assets/stylesheets/application.scss */
nav.navbar .msg-body span {
  font-size: 0.85em;
}

/* line 540, app/assets/stylesheets/application.scss */
nav.navbar .msg-profile {
  margin-right: 10px;
  width: 50px;
}

/* line 545, app/assets/stylesheets/application.scss */
nav.navbar .notification-content {
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

/* line 550, app/assets/stylesheets/application.scss */
nav.navbar a.menu-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8cc24a;
  color: #fff;
  text-align: center;
  padding: 0 !important;
}

/* line 560, app/assets/stylesheets/application.scss */
nav.navbar a.menu-btn i[class*="icon-"] {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* line 565, app/assets/stylesheets/application.scss */
nav.navbar a.menu-btn:hover {
  background: #00abde;
}

/*  NAVBAR MEDIAQUERIES ---------------------------------- */
@media (max-width: 575px) {
  /* line 571, app/assets/stylesheets/application.scss */
  nav.navbar .dropdown {
    position: static;
  }
  /* line 574, app/assets/stylesheets/application.scss */
  nav.navbar .dropdown-menu {
    width: 90vw;
    right: 2.5vw;
    left: 2.5vw;
    margin: 0 auto;
  }
  /* line 580, app/assets/stylesheets/application.scss */
  nav.navbar .notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  /* line 589, app/assets/stylesheets/application.scss */
  nav.navbar .dropdown-menu strong {
    font-weight: 400;
  }
  /* line 592, app/assets/stylesheets/application.scss */
  nav.navbar .dropdown-menu a {
    font-size: 0.9em;
  }
}

/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/
/* line 602, app/assets/stylesheets/application.scss */
.side-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  width: 200px;
  text-align: left;
  background: #1a284c;
  color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*  Side navbar small ------------------------ */
}

/* line 619, app/assets/stylesheets/application.scss */
.side-navbar .scrolled-wrapper {
  width: 100%;
  height: 100%;
}

/* line 624, app/assets/stylesheets/application.scss */
.side-navbar.hide {
  left: -70px;
}

/* line 628, app/assets/stylesheets/application.scss */
.hidden {
  display: none;
}

/* line 632, app/assets/stylesheets/application.scss */
.side-navbar a.brand-small {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}

/* line 638, app/assets/stylesheets/application.scss */
.side-navbar a.brand-small:hover,
.side-navbar a.brand-small:focus {
  background: none;
}

/* line 643, app/assets/stylesheets/application.scss */
.side-navbar a.brand-small strong {
  font-size: 1.5rem;
}

/* line 647, app/assets/stylesheets/application.scss */
.side-navbar li {
  position: relative;
}

/* line 651, app/assets/stylesheets/application.scss */
.side-navbar li a {
  position: relative;
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 12px;
}

/* line 661, app/assets/stylesheets/application.scss */
.side-navbar li a:focus,
.side-navbar li a:hover,
.side-navbar li a[aria-expanded="true"] {
  background: #00abde;
  color: #fff;
  text-decoration: none;
}

/* line 669, app/assets/stylesheets/application.scss */
.side-navbar li a[data-toggle="collapse"]::before {
  content: "\25c0";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
}

/* line 680, app/assets/stylesheets/application.scss */
.side-navbar li a[aria-expanded="true"]::before {
  content: "\25BC";
  color: #fff;
}

/* line 685, app/assets/stylesheets/application.scss */
.side-navbar li.active > a {
  background: #00abde;
}

/* line 689, app/assets/stylesheets/application.scss */
.side-navbar li li.active > a {
  background: #2482c7 !important;
}

/* line 693, app/assets/stylesheets/application.scss */
.side-navbar li ul {
  background: #121d39;
  position: relative;
  min-width: 100%;
  left: 0;
  padding-left: 0;
}

/* line 701, app/assets/stylesheets/application.scss */
.side-navbar li ul a {
  padding-left: 20px;
  font-size: 0.85rem;
}

/* line 706, app/assets/stylesheets/application.scss */
.side-navbar li ul.collapse a {
  border-left: 2px solid #00abde;
}

/* line 710, app/assets/stylesheets/application.scss */
.side-navbar li ul.collapse a:hover {
  background: #8cc24a;
}

/* line 714, app/assets/stylesheets/application.scss */
.side-navbar .sidenav-header {
  background: #121d39;
  padding: 14px;
  margin-bottom: 10px;
}

/* line 720, app/assets/stylesheets/application.scss */
.side-navbar .sidenav-header img {
  width: 50px;
  height: 50px;
}

/* line 725, app/assets/stylesheets/application.scss */
.side-navbar .sidenav-header span {
  font-size: 0.8em;
  color: #666;
}

/* line 730, app/assets/stylesheets/application.scss */
.side-navbar .sidenav-header h2 {
  margin: 10px 0 0;
  text-transform: uppercase;
}

/* line 735, app/assets/stylesheets/application.scss */
.side-navbar .sidenav-heading {
  font-weight: 700;
  color: #adb5bd;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 746, app/assets/stylesheets/application.scss */
.minimize-top-bar-button {
  width: 100%;
  cursor: pointer;
  border: 1px #FFF solid;
  border-radius: 5px;
}

/* line 753, app/assets/stylesheets/application.scss */
.side-navbar i[class*="icon-"] {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 758, app/assets/stylesheets/application.scss */
.side-navbar span {
  display: inline-block;
}

/* line 762, app/assets/stylesheets/application.scss */
.side-navbar i {
  font-size: inherit;
  margin-right: 10px;
}

/* line 767, app/assets/stylesheets/application.scss */
.side-navbar .badge {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
}

/* line 773, app/assets/stylesheets/application.scss */
.side-navbar .brand-small {
  display: none;
}

/* line 777, app/assets/stylesheets/application.scss */
.side-navbar.shrink {
  width: 70px;
  text-align: center;
}

/* line 782, app/assets/stylesheets/application.scss */
.side-navbar.shrink .brand-small {
  display: block;
}

/* line 786, app/assets/stylesheets/application.scss */
.side-navbar.shrink .sidenav-header-inner {
  display: none;
}

/* line 790, app/assets/stylesheets/application.scss */
.side-navbar.shrink .sidenav-heading {
  margin-left: 0;
  font-size: 0.8rem;
}

/* line 795, app/assets/stylesheets/application.scss */
.side-navbar.shrink ul li a {
  font-size: 0.7rem;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 801, app/assets/stylesheets/application.scss */
.side-navbar.shrink ul li a[data-toggle="collapse"]::before {
  content: "\25c0";
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}

/* line 812, app/assets/stylesheets/application.scss */
.side-navbar.shrink
ul
li
a[data-toggle="collapse"][aria-expanded="true"]::before {
  content: "\f106";
}

/* line 819, app/assets/stylesheets/application.scss */
.side-navbar.shrink ul li ul a {
  padding-left: 10px;
  font-size: 0.7rem;
}

/* line 824, app/assets/stylesheets/application.scss */
.side-navbar.shrink i {
  display: block;
  margin-right: 0;
  font-size: 1rem;
}

/* line 830, app/assets/stylesheets/application.scss */
.side-navbar.shrink .arrow {
  float: none;
  -webkit-transform: none !important;
  transform: none !important;
}

/* line 836, app/assets/stylesheets/application.scss */
.side-navbar.shrink .badge {
  display: none;
}

/* SIDE NAVBAR MEDIAQUERIES ------------------------------ */
@media (max-width: 1199px) {
  /* line 842, app/assets/stylesheets/application.scss */
  .admin-content {
    width: 100%;
  }
  /* line 845, app/assets/stylesheets/application.scss */
  .admin-content.active {
    width: 100%;
  }
  /* line 848, app/assets/stylesheets/application.scss */
  .admin-content.active-sm {
    width: calc(100% - 70px);
  }
  /* line 851, app/assets/stylesheets/application.scss */
  .side-navbar {
    left: -70px;
    width: 70px;
    text-align: center;
  }
  /* line 856, app/assets/stylesheets/application.scss */
  .side-navbar.show-sm {
    left: 0 !important;
  }
  /* line 859, app/assets/stylesheets/application.scss */
  .side-navbar .brand-small {
    display: block;
  }
  /* line 862, app/assets/stylesheets/application.scss */
  .side-navbar .sidenav-header-inner {
    display: none;
  }
  /* line 865, app/assets/stylesheets/application.scss */
  .side-navbar .sidenav-heading {
    margin-left: 0;
    font-size: 0.8rem;
  }
  /* line 869, app/assets/stylesheets/application.scss */
  .side-navbar ul li a {
    font-size: 0.7rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 874, app/assets/stylesheets/application.scss */
  .side-navbar ul li a[data-toggle="collapse"]::before {
    content: "\25c0";
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
  }
  /* line 884, app/assets/stylesheets/application.scss */
  .side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: "\f106";
  }
  /* line 887, app/assets/stylesheets/application.scss */
  .side-navbar ul li ul a {
    padding-left: 10px;
    font-size: 0.7rem;
  }
  /* line 891, app/assets/stylesheets/application.scss */
  .side-navbar i {
    display: block;
    margin-right: 0;
    font-size: 1rem;
  }
  /* line 896, app/assets/stylesheets/application.scss */
  .side-navbar .arrow {
    float: none;
    -webkit-transform: none !important;
    transform: none !important;
  }
  /* line 901, app/assets/stylesheets/application.scss */
  .side-navbar .badge {
    display: none;
  }
}

/* Malihu Custom Scroll */
/* line 907, app/assets/stylesheets/application.scss */
.mCSB_scrollTools {
  width: 4px;
}

/* line 911, app/assets/stylesheets/application.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

/* line 915, app/assets/stylesheets/application.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00abde;
}

/* line 919, app/assets/stylesheets/application.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #00abde;
}

/*
* ==========================================================
*      DASHBOARD COUNTS
* ==========================================================
*/
/* line 928, app/assets/stylesheets/application.scss */
.dashboard-counts {
  color: #333;
}

/* line 932, app/assets/stylesheets/application.scss */
.dashboard-counts .count-title span {
  font-size: 0.8em;
  color: #aaa;
  display: block;
}

/* line 938, app/assets/stylesheets/application.scss */
.dashboard-counts .count-title i {
  font-size: 1.5em;
  color: #00abde;
}

/* line 943, app/assets/stylesheets/application.scss */
.dashboard-counts .icon {
  margin-right: 10px;
}

/* line 947, app/assets/stylesheets/application.scss */
.dashboard-counts strong {
  font-size: 0.9em;
  font-weight: 500;
  color: #555;
  display: block;
}

/* line 954, app/assets/stylesheets/application.scss */
.dashboard-counts .count-number {
  font-size: 2.2em;
  font-weight: 300;
}

/* DASHBOARD COUNTS MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  /* line 961, app/assets/stylesheets/application.scss */
  .dashboard-counts div[class*="col-"] {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  /* line 967, app/assets/stylesheets/application.scss */
  .dashboard-counts strong {
    font-size: 1em;
  }
  /* line 970, app/assets/stylesheets/application.scss */
  .dashboard-counts span {
    font-size: 0.9em;
  }
  /* line 973, app/assets/stylesheets/application.scss */
  .dashboard-counts .count-number {
    font-size: 3em;
  }
}

/*
* ==========================================================
*     DASHBOARD HEADER
* ==========================================================
*/
/* line 983, app/assets/stylesheets/application.scss */
.dashboard-header {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 989, app/assets/stylesheets/application.scss */
.dashboard-header .check-lists {
  margin-top: 20px;
}

/* line 993, app/assets/stylesheets/application.scss */
.dashboard-header .check-lists label {
  font-size: 0.75em;
}

/* line 997, app/assets/stylesheets/application.scss */
.dashboard-header .pie-chart {
  position: relative;
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 1005, app/assets/stylesheets/application.scss */
.dashboard-header p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #888;
}

/* line 1011, app/assets/stylesheets/application.scss */
.dashboard-header li {
  margin-bottom: 10px;
}

/* DASHBOARD HEADER MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  /* line 1017, app/assets/stylesheets/application.scss */
  .dashboard-header {
    background: none;
    border: none;
    padding: 0;
  }
  /* line 1022, app/assets/stylesheets/application.scss */
  .dashboard-header div[class*="col-"] {
    margin-bottom: 30px;
  }
  /* line 1025, app/assets/stylesheets/application.scss */
  .dashboard-header div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
  /* line 1028, app/assets/stylesheets/application.scss */
  .dashboard-header .card {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 1038, app/assets/stylesheets/application.scss */
  .dashboard-header p {
    font-size: 0.9em;
  }
  /* line 1041, app/assets/stylesheets/application.scss */
  .dashboard-header h2 {
    font-size: 1.3rem;
  }
  /* line 1044, app/assets/stylesheets/application.scss */
  .dashboard-header .check-lists label {
    font-size: 0.85em;
  }
}

@media (min-width: 992px) {
  /* line 1050, app/assets/stylesheets/application.scss */
  .dashboard-header {
    margin-bottom: 30px;
  }
  /* line 1053, app/assets/stylesheets/application.scss */
  .dashboard-header .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }
}

/*
* ==========================================================
*      STATISTICS
* ==========================================================
*/
/* line 1065, app/assets/stylesheets/application.scss */
.statistics {
  /* User Activity ------------- */
}

/* line 1069, app/assets/stylesheets/application.scss */
.statistics div[class*="col-"] .card {
  padding: 20px;
  margin-bottom: 0;
  height: 100%;
}

/* line 1075, app/assets/stylesheets/application.scss */
.statistics h2 {
  margin-bottom: 20px;
}

/* line 1079, app/assets/stylesheets/application.scss */
.statistics p {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 5px;
}

/* line 1085, app/assets/stylesheets/application.scss */
.statistics .income .icon {
  font-size: 3.5em;
}

/* line 1089, app/assets/stylesheets/application.scss */
.statistics .income .number {
  font-size: 2.5em;
  color: #555;
}

/* line 1094, app/assets/stylesheets/application.scss */
.statistics .income strong {
  font-size: 1.5em;
}

/* line 1098, app/assets/stylesheets/application.scss */
.statistics .data-usage canvas {
  width: 100%;
  max-width: 200px;
  border: none;
}

/* line 1104, app/assets/stylesheets/application.scss */
.statistics .data-usage strong {
  font-size: 1.5em;
  display: block;
}

/* line 1109, app/assets/stylesheets/application.scss */
.statistics .data-usage small {
  font-size: 0.85em;
  font-weight: 300;
  color: #aaa;
}

/* line 1115, app/assets/stylesheets/application.scss */
.statistics .data-usage span {
  font-size: 0.95em;
  color: #aaa;
  display: block;
}

/* line 1121, app/assets/stylesheets/application.scss */
.statistics .data-usage p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 1126, app/assets/stylesheets/application.scss */
.statistics .user-activity .number {
  font-size: 2.5em;
  font-weight: 300;
  color: #555;
}

/* line 1132, app/assets/stylesheets/application.scss */
.statistics .user-activity .progress {
  border-radius: 0;
  background: #f5f5f5;
}

/* line 1137, app/assets/stylesheets/application.scss */
.statistics .user-activity .progress .progress-bar.bg-primary {
  background: #00abde !important;
}

/* line 1141, app/assets/stylesheets/application.scss */
.statistics .user-activity .page-statistics {
  margin-top: 20px;
}

/* line 1145, app/assets/stylesheets/application.scss */
.statistics .user-activity .page-statistics strong {
  display: block;
  text-transform: uppercase;
  color: #00abde;
  font-size: 2em;
}

/* STATISTICS  MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  /* line 1154, app/assets/stylesheets/application.scss */
  .statistics div[class*="col-"] .card {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 1158, app/assets/stylesheets/application.scss */
  .statistics div[class*="col-"]:last-of-type .card {
    margin-bottom: 0;
  }
  /* line 1161, app/assets/stylesheets/application.scss */
  .statistics .data-usage {
    text-align: center;
  }
  /* line 1164, app/assets/stylesheets/application.scss */
  .statistics .data-usage div[class*="col-"]:first-of-type {
    padding-bottom: 20px;
  }
  /* line 1167, app/assets/stylesheets/application.scss */
  .statistics .data-usage .gmpc {
    padding-bottom: 20px !important;
  }
  /* line 1170, app/assets/stylesheets/application.scss */
  p {
    font-size: 0.75em;
  }
}

@media (min-width: 768px) {
  /* line 1176, app/assets/stylesheets/application.scss */
  .statistics h2 {
    font-size: 1.3rem;
  }
}

/*
* ==========================================================
*      UPDATES WIDGETS
* ==========================================================
*/
/* line 1186, app/assets/stylesheets/application.scss */
.updates .left-col {
  padding-right: 20px;
}

/* line 1190, app/assets/stylesheets/application.scss */
.updates .icon {
  margin-right: 10px;
}

/* line 1194, app/assets/stylesheets/application.scss */
.updates li {
  border-bottom: 1px solid #f3f3f3;
  padding: 0.75rem 1.25rem;
}

/* line 1199, app/assets/stylesheets/application.scss */
.updates .update-date {
  font-size: 1.3em;
  font-weight: 700;
  color: #bbb;
  display: block;
}

/* line 1206, app/assets/stylesheets/application.scss */
.updates span {
  font-size: 0.7em;
  font-weight: 300;
  color: #aaa;
  line-height: 0.5em;
  display: block;
}

/* line 1214, app/assets/stylesheets/application.scss */
.updates strong {
  font-weight: 400;
  color: #555;
  font-size: 0.9em;
}

/* line 1220, app/assets/stylesheets/application.scss */
.updates small {
  font-size: 0.75em;
}

/* line 1224, app/assets/stylesheets/application.scss */
.updates a {
  color: #555;
}

/* line 1228, app/assets/stylesheets/application.scss */
.updates a:hover,
.updates a:focus {
  color: #555;
  text-decoration: none;
}

/* line 1234, app/assets/stylesheets/application.scss */
.updates h2 {
  margin-bottom: 0;
}

/* line 1238, app/assets/stylesheets/application.scss */
.updates p {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 5px;
}

/* UPDATES MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  /* line 1246, app/assets/stylesheets/application.scss */
  .updates h2 {
    font-size: 1.05rem;
  }
  /* line 1249, app/assets/stylesheets/application.scss */
  .updates strong {
    font-size: 1em;
    font-weight: 400;
  }
  /* line 1253, app/assets/stylesheets/application.scss */
  .updates small {
    font-size: 0.85em;
  }
  /* line 1256, app/assets/stylesheets/application.scss */
  .updates .full-date {
    font-size: 0.85em;
  }
}

/*
* ==========================================================
*      DAILY FEEDS AND ACTIVITES WIDGETS
* ==========================================================
*/
/*  Daily Feeds ------------------- */
/* line 1267, app/assets/stylesheets/application.scss */
.daily-feeds a.feed-profile {
  margin-right: 10px;
  width: 45px;
  height: 45px;
}

/* line 1273, app/assets/stylesheets/application.scss */
.daily-feeds a.feed-profile img {
  width: 100%;
  height: 100%;
}

/* line 1278, app/assets/stylesheets/application.scss */
.daily-feeds .badge {
  margin-right: 10px;
}

/* line 1282, app/assets/stylesheets/application.scss */
.daily-feeds strong {
  display: inline-block;
  margin-right: 5px;
}

/* line 1287, app/assets/stylesheets/application.scss */
.daily-feeds small {
  color: #999;
  display: block;
  margin-bottom: 5px;
}

/* line 1293, app/assets/stylesheets/application.scss */
.daily-feeds .message-card {
  padding: 10px;
  background: #fafafa;
  margin-left: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 1303, app/assets/stylesheets/application.scss */
.daily-feeds .full-date {
  line-height: 0.7em;
  margin-bottom: 10px;
}

/* line 1308, app/assets/stylesheets/application.scss */
.daily-feeds .CTAs a {
  margin-right: 5px;
}

/* line 1312, app/assets/stylesheets/application.scss */
.daily-feeds .CTAs a i {
  margin-right: 5px;
}

/* line 1316, app/assets/stylesheets/application.scss */
.daily-feeds .CTAs a:last-of-type {
  margin-right: 0;
}

/* line 1320, app/assets/stylesheets/application.scss */
.daily-feeds a.btn {
  color: #fff;
}

/* Activities  ------------------- */
/* line 1325, app/assets/stylesheets/application.scss */
.activities li {
  padding: 0;
}

/* line 1329, app/assets/stylesheets/application.scss */
.activities .date-holder {
  padding-right: 0;
}

/* line 1333, app/assets/stylesheets/application.scss */
.activities .date-holder .date {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1338, app/assets/stylesheets/application.scss */
.activities .date-holder .date span {
  font-size: 0.8em;
}

/* line 1342, app/assets/stylesheets/application.scss */
.activities .date-holder .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  text-align: center;
  margin: 0;
  display: inline-block;
}

/* line 1352, app/assets/stylesheets/application.scss */
.activities .date-holder span {
  display: block;
  margin: 10px;
}

/* line 1357, app/assets/stylesheets/application.scss */
.activities .content {
  border-left: 1px solid #eee;
  border-bottom: 20px;
  padding: 10px 20px;
}

/* line 1363, app/assets/stylesheets/application.scss */
.activities .content strong {
  display: block;
  margin-right: 5px;
}

/* UPDATES WIDGET MEDIAQUERIES ------------------------- */
@media (min-width: 768px) {
  /* line 1370, app/assets/stylesheets/application.scss */
  .updates strong {
    font-size: 1em;
  }
  /* line 1373, app/assets/stylesheets/application.scss */
  .updates small {
    font-size: 0.8em;
  }
}

/*
* ==========================================================
*      PROGRESS CIRCLE
* ==========================================================
*/
/* line 1383, app/assets/stylesheets/application.scss */
.gmpc {
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #00abde !important;
  border-right: 1px solid #eee;
}

@media (max-width: 575px) {
  /* line 1394, app/assets/stylesheets/application.scss */
  .gmpc {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}

/*
* ==========================================================
*       MAIN FOOTER
* ==========================================================
*/
/* line 1405, app/assets/stylesheets/application.scss */
footer.main-footer {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #222;
  padding: 10px 0;
}

/* line 1414, app/assets/stylesheets/application.scss */
footer.main-footer p {
  font-size: 0.7em;
  color: #777;
  margin: 0;
}

/* MAIN FOOTER MEDIAQUERIES ------------------------- */
@media (max-width: 575px) {
  /* line 1422, app/assets/stylesheets/application.scss */
  footer.main-footer div[class*="col-"] {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 1428, app/assets/stylesheets/application.scss */
  footer.main-footer p {
    font-size: 0.9em;
  }
}

/* line 1433, app/assets/stylesheets/application.scss */
.selection {
  width: 100%;
}

/*
* ==========================================================
*       UTILITIES
* ==========================================================
*/
/* line 1442, app/assets/stylesheets/application.scss */
.bg-cover {
  background-size: cover;
}

/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/
/* line 1451, app/assets/stylesheets/application.scss */
.polar-chart-example .chart-container {
  width: 500px;
  max-width: 100%;
  margin: 20px auto;
}

/*
* ==========================================================
*     PIE CHART
* ==========================================================
*/
/* line 1462, app/assets/stylesheets/application.scss */
.pie-chart-example .chart-container {
  width: 500px;
  max-width: 100%;
  margin: 20px auto;
}

/*
* ==========================================================
*     RADAR CHART
* ==========================================================
*/
/* line 1473, app/assets/stylesheets/application.scss */
.radar-chart-example .chart-container {
  width: 500px;
  max-width: 100%;
  margin: 20px auto;
}

/* CHARTS MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
  /* line 1481, app/assets/stylesheets/application.scss */
  section.charts h2 {
    font-size: 1rem;
  }
}

/*
* ==========================================================
*     FORMS ELEMENTS
* ==========================================================
*/
/* line 1491, app/assets/stylesheets/application.scss */
label {
  font-size: 0.9rem;
}

/* line 1495, app/assets/stylesheets/application.scss */
.form-control {
  height: calc(2.4rem + 2px);
  padding: 0.45rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
}

/* line 1504, app/assets/stylesheets/application.scss */
.form-control::-moz-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

/* line 1511, app/assets/stylesheets/application.scss */
.form-control::-webkit-input-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

/* line 1518, app/assets/stylesheets/application.scss */
.form-control:-ms-input-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

/* line 1525, app/assets/stylesheets/application.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1532, app/assets/stylesheets/application.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1539, app/assets/stylesheets/application.scss */
textarea.form-control {
  height: auto;
}

/* line 1543, app/assets/stylesheets/application.scss */
select.form-control {
  font-weight: 300;
}

/* line 1547, app/assets/stylesheets/application.scss */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 1552, app/assets/stylesheets/application.scss */
select.form-control option {
  color: #999;
  font-weight: 300;
}

/* line 1557, app/assets/stylesheets/application.scss */
.custom-select {
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
}

/* line 1568, app/assets/stylesheets/application.scss */
.custom-select:focus {
  border-color: #97c9ec;
  outline: 0;
}

/* line 1573, app/assets/stylesheets/application.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 1580, app/assets/stylesheets/application.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 1587, app/assets/stylesheets/application.scss */
.form-group {
  margin-bottom: 10px;
}

/* line 1591, app/assets/stylesheets/application.scss */
.form-group div[class*="col-"] {
  margin-bottom: 10px;
}

/* line 1595, app/assets/stylesheets/application.scss */
.input-group-text {
  color: #868e96;
  background: #fff;
  border-radius: 0;
}

/* line 1601, app/assets/stylesheets/application.scss */
.form-group-material {
  position: relative;
  margin-bottom: 30px;
}

/* line 1606, app/assets/stylesheets/application.scss */
input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #868e96;
  font-weight: 300;
}

/* line 1615, app/assets/stylesheets/application.scss */
input.input-material.is-valid {
  border-color: #28a745 !important;
}

/* line 1619, app/assets/stylesheets/application.scss */
input.input-material.is-invalid {
  border-color: #dc3545 !important;
}

/* line 1623, app/assets/stylesheets/application.scss */
input.input-material:focus {
  border-color: #00abde;
  outline: none;
}

/* line 1628, app/assets/stylesheets/application.scss */
input.input-material ~ label {
  color: #aaa;
  position: absolute;
  top: 14px;
  left: 0;
  cursor: text;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
}

/* line 1639, app/assets/stylesheets/application.scss */
input.input-material ~ label.active {
  font-size: 0.8rem;
  top: -10px;
  color: #00abde;
}

/* line 1645, app/assets/stylesheets/application.scss */
input.input-material.is-invalid ~ label {
  color: #dc3545;
}

/* line 1649, app/assets/stylesheets/application.scss */
input.form-control-custom {
  visibility: hidden;
  width: 1px;
}

/* line 1654, app/assets/stylesheets/application.scss */
input.form-control-custom:checked + label::before {
  background: #00abde !important;
}

/* line 1658, app/assets/stylesheets/application.scss */
input.form-control-custom:checked + label::after {
  opacity: 1 !important;
}

/* line 1662, app/assets/stylesheets/application.scss */
input.form-control-custom.radio-custom + label::before {
  border-radius: 50%;
}

/* line 1666, app/assets/stylesheets/application.scss */
input.form-control-custom.radio-custom + label::after {
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}

/* line 1677, app/assets/stylesheets/application.scss */
input.form-control-custom[disabled] + label {
  cursor: not-allowed;
}

/* line 1681, app/assets/stylesheets/application.scss */
input.form-control-custom[disabled] + label::before,
input.form-control-custom[disabled] + label::after {
  border: 2px solid #aaa;
  cursor: not-allowed;
}

/* line 1687, app/assets/stylesheets/application.scss */
input.form-control-custom[checked] + label::before,
input.form-control-custom[checked] + label::after {
  border: none;
}

/* line 1692, app/assets/stylesheets/application.scss */
input.form-control-custom + label {
  font-size: 0.85rem;
  margin-bottom: 0;
  margin-left: 0;
  color: #999;
  padding-left: 25px;
  padding-top: 2px;
  position: relative;
}

/* line 1702, app/assets/stylesheets/application.scss */
input.form-control-custom + label span {
  margin-left: 20px;
}

/* line 1706, app/assets/stylesheets/application.scss */
input.form-control-custom + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}

/* line 1723, app/assets/stylesheets/application.scss */
input.form-control-custom + label::after {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
  cursor: pointer;
}

/* line 1738, app/assets/stylesheets/application.scss */
button {
  cursor: pointer;
}

/*
* ==========================================================
*     FORMS GENERAL
* ==========================================================
*/
/* line 1747, app/assets/stylesheets/application.scss */
.forms .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eee;
  margin: 20px 0 30px;
}

/* line 1754, app/assets/stylesheets/application.scss */
.forms p {
  font-size: 0.8rem;
  color: #868e96;
}

/* line 1759, app/assets/stylesheets/application.scss */
.forms small {
  color: #868e96;
}

/* FORMS MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
  /* line 1765, app/assets/stylesheets/application.scss */
  .forms h2 {
    font-size: 1rem;
  }
  /* line 1768, app/assets/stylesheets/application.scss */
  .forms input.form-control {
    border-radius: 0;
  }
  /* line 1771, app/assets/stylesheets/application.scss */
  .forms input.form-control::-moz-placeholder {
    font-size: 0.85em;
  }
  /* line 1774, app/assets/stylesheets/application.scss */
  .forms input.form-control::-webkit-input-placeholder {
    font-size: 0.85em;
  }
  /* line 1777, app/assets/stylesheets/application.scss */
  .forms input.form-control:-ms-input-placeholder {
    font-size: 0.85em;
  }
  /* line 1780, app/assets/stylesheets/application.scss */
  .forms p {
    font-size: 0.9em;
  }
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
/* line 1790, app/assets/stylesheets/application.scss */
.login-page,
.register-page {
  width: 100%;
  background: #f5f5f5;
  min-height: auto;
  padding-bottom: 0;
}

/* line 1798, app/assets/stylesheets/application.scss */
.login-page .form-outer,
.register-page .form-outer {
  min-height: 100vh;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

/* line 1807, app/assets/stylesheets/application.scss */
.login-page .copyrights,
.register-page .copyrights {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 1815, app/assets/stylesheets/application.scss */
.login-page .copyrights p,
.register-page .copyrights p {
  font-size: 0.6em;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 1822, app/assets/stylesheets/application.scss */
.login-page .form-inner,
.register-page .form-inner {
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* line 1831, app/assets/stylesheets/application.scss */
.login-page .logo,
.register-page .logo {
  font-size: 2em;
  font-weight: 500;
}

/* line 1837, app/assets/stylesheets/application.scss */
.login-page .logo span,
.register-page .logo span {
  color: #ccc;
}

/* line 1842, app/assets/stylesheets/application.scss */
.login-page p,
.register-page p {
  font-size: 0.8em;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 0;
}

/* line 1850, app/assets/stylesheets/application.scss */
.login-page form,
.register-page form {
  margin: 2rem auto 1rem;
  max-width: 300px;
}

/* line 1856, app/assets/stylesheets/application.scss */
.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
  font-size: 0.65em;
  color: #66b0ff;
}

/* line 1864, app/assets/stylesheets/application.scss */
.login-page a.forgot-pass:hover,
.login-page a.forgot-pass:focus,
.login-page a.signup:hover,
.login-page a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
  color: #66b0ff;
  text-decoration: none;
}

/* line 1876, app/assets/stylesheets/application.scss */
.login-page a.forgot-pass,
.register-page a.forgot-pass {
  display: block;
}

/* line 1881, app/assets/stylesheets/application.scss */
.login-page a.create-account,
.register-page a.create-account {
  border-radius: 50px;
  font-size: 0.75em;
  margin-top: 10px;
  color: #999;
  text-transform: uppercase;
}

/* line 1890, app/assets/stylesheets/application.scss */
.login-page .terms-conditions,
.register-page .terms-conditions {
  margin-top: 20px;
}

/* line 1895, app/assets/stylesheets/application.scss */
.login-page small,
.register-page small {
  font-size: 0.65em;
  color: #aaa;
  line-height: 0.9em;
}

/* LOGIN MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
  /* line 1904, app/assets/stylesheets/application.scss */
  .login-page p,
.register-page p {
    font-size: 0.9em;
  }
  /* line 1908, app/assets/stylesheets/application.scss */
  .login-page form label.label-custom,
.register-page form label.label-custom {
    font-size: 0.9em;
  }
  /* line 1912, app/assets/stylesheets/application.scss */
  .login-page form small,
.register-page form small {
    font-size: 0.8em;
  }
  /* line 1916, app/assets/stylesheets/application.scss */
  .login-page .terms-conditions label,
.register-page .terms-conditions label {
    font-size: 0.9em;
  }
  /* line 1920, app/assets/stylesheets/application.scss */
  .login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
    font-size: 0.8em;
  }
  /* line 1926, app/assets/stylesheets/application.scss */
  .login-page small,
.register-page small {
    font-size: 0.8em;
  }
  /* line 1930, app/assets/stylesheets/application.scss */
  .login-page .copyrights p,
.register-page .copyrights p {
    font-size: 0.85em;
    font-weight: 400;
  }
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
/* line 1944, app/assets/stylesheets/application.scss */
#style-switch-button {
  position: fixed;
  top: 120px;
  right: 0px;
  border-radius: 0;
  z-index: 2;
}

/* line 1952, app/assets/stylesheets/application.scss */
#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  right: 0px;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000;
}

/* line 1963, app/assets/stylesheets/application.scss */
#style-switch h4 {
  color: #495057;
}

/* =========================================
   THEMING OF BOOTSTRAP COMPONENTS
   ========================================= */
/*
 * 1. NAVBAR
 */
/* line 1973, app/assets/stylesheets/application.scss */
.navbar {
  padding: 0.5rem 1rem;
}

/* line 1977, app/assets/stylesheets/application.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

/* line 1985, app/assets/stylesheets/application.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
}

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

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

/* line 2002, app/assets/stylesheets/application.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

/* line 2027, app/assets/stylesheets/application.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 2031, app/assets/stylesheets/application.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 2035, app/assets/stylesheets/application.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

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

/* line 2044, app/assets/stylesheets/application.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

/* line 2069, app/assets/stylesheets/application.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 2073, app/assets/stylesheets/application.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * 3. TYPE
 */
/* line 2080, app/assets/stylesheets/application.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

/* line 2089, app/assets/stylesheets/application.scss */
a {
  color: #00abde;
  text-decoration: none;
}

/* line 2094, app/assets/stylesheets/application.scss */
a.a-blue {
  color: #00abde !important;
}

/* line 2099, app/assets/stylesheets/application.scss */
.a-blue a {
  color: #00abde !important;
}

/* line 2104, app/assets/stylesheets/application.scss */
a:focus,
a:hover {
  color: #1c669c;
  text-decoration: underline;
}

/* line 2110, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

/* line 2129, app/assets/stylesheets/application.scss */
h1,
.h1 {
  font-size: 1.5rem;
}

/* line 2134, app/assets/stylesheets/application.scss */
h2,
.h2 {
  font-size: 1.3rem;
}

/* line 2139, app/assets/stylesheets/application.scss */
h3,
.h3 {
  font-size: 1.2rem;
}

/* line 2144, app/assets/stylesheets/application.scss */
h4,
.h4 {
  font-size: 1.1rem;
}

/* line 2149, app/assets/stylesheets/application.scss */
h5,
.h5 {
  font-size: 1rem;
}

/* line 2154, app/assets/stylesheets/application.scss */
h6,
.h6 {
  font-size: 0.9rem;
}

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

/* line 2164, app/assets/stylesheets/application.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 2170, app/assets/stylesheets/application.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 2176, app/assets/stylesheets/application.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 2182, app/assets/stylesheets/application.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 2188, app/assets/stylesheets/application.scss */
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 2192, app/assets/stylesheets/application.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

/* line 2204, app/assets/stylesheets/application.scss */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 5px solid #00abde;
}

/* line 2211, app/assets/stylesheets/application.scss */
.blockquote-footer {
  color: #868e96;
}

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

/* line 2219, app/assets/stylesheets/application.scss */
.text-primary {
  color: #00abde !important;
}

/* line 2223, app/assets/stylesheets/application.scss */
a.text-primary:focus,
a.text-primary:hover {
  color: #2074b1 !important;
}

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

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

/* line 2241, app/assets/stylesheets/application.scss */
.page-item.active .page-link {
  color: #fff;
  background-color: #00abde;
  border-color: #00abde;
}

/* line 2247, app/assets/stylesheets/application.scss */
.page-item.disabled .page-link {
  color: #868e96;
  background-color: #fff;
  border-color: #ddd;
}

/* line 2253, app/assets/stylesheets/application.scss */
.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #00abde;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 2261, app/assets/stylesheets/application.scss */
.page-link:focus,
.page-link:hover {
  color: #1c669c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
  outline: 0;
}

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

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

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

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

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

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

/*
* 5. DROPDOWNS
*/
/* line 2305, app/assets/stylesheets/application.scss */
.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 2317, app/assets/stylesheets/application.scss */
.dropdown-item {
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 2322, app/assets/stylesheets/application.scss */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

/* line 2328, app/assets/stylesheets/application.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #00abde;
}

/* line 2334, app/assets/stylesheets/application.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
}

/* line 2339, app/assets/stylesheets/application.scss */
.dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #868e96;
}

/*
* 8. NAV
*/
/* line 2348, app/assets/stylesheets/application.scss */
.nav-link {
  padding: 0.5rem 1rem;
}

/* line 2352, app/assets/stylesheets/application.scss */
.nav-link.disabled {
  color: #868e96;
}

/* line 2356, app/assets/stylesheets/application.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 2360, app/assets/stylesheets/application.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 2366, app/assets/stylesheets/application.scss */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef;
}

/* line 2371, app/assets/stylesheets/application.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
}

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

/* line 2381, app/assets/stylesheets/application.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

/* line 2385, app/assets/stylesheets/application.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 2389, app/assets/stylesheets/application.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00abde;
}

/*
* 9. CARD
*/
/* line 2398, app/assets/stylesheets/application.scss */
.card {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
}

/* line 2404, app/assets/stylesheets/application.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2409, app/assets/stylesheets/application.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2414, app/assets/stylesheets/application.scss */
.card-body {
  padding: 1.25rem;
}

/* line 2418, app/assets/stylesheets/application.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 2422, app/assets/stylesheets/application.scss */
.card-subtitle {
  margin-top: -0.5rem;
}

/* line 2426, app/assets/stylesheets/application.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 2430, app/assets/stylesheets/application.scss */
.card-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

/* line 2436, app/assets/stylesheets/application.scss */
.card-header:first-child {
  border-radius: 0 0 0 0;
}

/* line 2440, app/assets/stylesheets/application.scss */
.card-header-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

/* line 2445, app/assets/stylesheets/application.scss */
.card-footer {
  padding: 1rem 1.25rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
}

/* line 2451, app/assets/stylesheets/application.scss */
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

/* line 2455, app/assets/stylesheets/application.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 2462, app/assets/stylesheets/application.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 2467, app/assets/stylesheets/application.scss */
.card-img-overlay {
  padding: 1.25rem;
}

/* line 2471, app/assets/stylesheets/application.scss */
.card-img-overlay-opacity {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2475, app/assets/stylesheets/application.scss */
.card-img {
  border-radius: 0;
}

/* line 2479, app/assets/stylesheets/application.scss */
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2484, app/assets/stylesheets/application.scss */
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2489, app/assets/stylesheets/application.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 2494, app/assets/stylesheets/application.scss */
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 2498, app/assets/stylesheets/application.scss */
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* line 2504, app/assets/stylesheets/application.scss */
.input-group-text {
  padding: 3px 10px !important;
}

/* line 2508, app/assets/stylesheets/application.scss */
#search-form {
  margin-bottom: 15px !important;
}

/*a:visited {
  color: $white;
}*/
@media print {
  /* line 2517, app/assets/stylesheets/application.scss */
  .no-print {
    display: none;
  }
  /* line 2520, app/assets/stylesheets/application.scss */
  .label {
    text-align: center;
  }
}

/* line 2525, app/assets/stylesheets/application.scss */
.label {
  margin-left: 15px;
}

/* line 2529, app/assets/stylesheets/application.scss */
label {
  font-weight: bold;
}

/* line 2534, app/assets/stylesheets/application.scss */
.sku-search .input-group-text {
  padding: 0px 0px !important;
}

/* line 2539, app/assets/stylesheets/application.scss */
.top-space {
  margin-top: 30px;
}

/* line 2543, app/assets/stylesheets/application.scss */
.no-modal-backdrop {
  background: none;
}

/* line 2547, app/assets/stylesheets/application.scss */
.transparent-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.0001) !important;
  border-color: rgba(0, 0, 0, 0.0001) !important;
}

/* line 2552, app/assets/stylesheets/application.scss */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 2559, app/assets/stylesheets/application.scss */
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/* line 2566, app/assets/stylesheets/application.scss */
.center-modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching
 full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

/* line 2578, app/assets/stylesheets/application.scss */
#draggable {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  max-height: 150px;
  margin-bottom: 0;
}

/* line 2586, app/assets/stylesheets/application.scss */
#draggable h5 {
  background-color: #99ccfe;
}

/* line 2594, app/assets/stylesheets/application.scss */
.horizontal-scroll {
  overflow-x: auto;
}

/* line 2598, app/assets/stylesheets/application.scss */
.notif-red-circle {
  background-color: red;
  min-width: 22px;
  height: 22px;
  border-radius: 20px;
}

/* line 2605, app/assets/stylesheets/application.scss */
.closeout-alert {
  z-index: 1300;
}

/*a:visited {
  color: #ddd;
}*/
/* line 2613, app/assets/stylesheets/application.scss */
.sort_link {
  color: #000;
  text-decoration: underline;
}

/* line 2618, app/assets/stylesheets/application.scss */
.sort_link:visited {
  color: #000;
}

/* line 2622, app/assets/stylesheets/application.scss */
.sort_link.asc {
  text-decoration: none !important;
}

/* line 2626, app/assets/stylesheets/application.scss */
.sort_link.desc {
  text-decoration: none !important;
}

/* 
Fix for dropdown arrow not align in 
  outbound_shipments/new for chrome
*/
/* line 2634, app/assets/stylesheets/application.scss */
.select2-selection__arrow {
  top: auto !important;
}

/* line 2638, app/assets/stylesheets/application.scss */
.table-wrapper-scroll-y {
  display: block;
}

/* line 2642, app/assets/stylesheets/application.scss */
.scrollbar {
  position: relative;
  overflow: auto;
}

/* line 2647, app/assets/stylesheets/application.scss */
.isDisabled {
  background-color: #CCCCCC;
}

/* line 2652, app/assets/stylesheets/application.scss */
.versions-table th {
  width: 33%;
}

/* line 2657, app/assets/stylesheets/application.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 2661, app/assets/stylesheets/application.scss */
.actions a:after {
  color: #000000;
  content: ' | ';
}

/* line 2666, app/assets/stylesheets/application.scss */
.actions a:last-of-type:after {
  content: '';
}

/* line 2670, app/assets/stylesheets/application.scss */
.no-bullets {
  list-style-type: none;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
/* line 2680, app/assets/stylesheets/application.scss */
.dot-flashing {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background-color: #0e0e0f;
  color: #0e0e0f;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

/* line 2691, app/assets/stylesheets/application.scss */
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

/* line 2698, app/assets/stylesheets/application.scss */
.dot-flashing::before {
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background-color: #0e0e0f;
  color: #0e0e0f;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

/* line 2709, app/assets/stylesheets/application.scss */
.dot-flashing::after {
  left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background-color: #0e0e0f;
  color: #0e0e0f;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #0e0e0f;
  }
  50%, 100% {
    background-color: rgba(76, 75, 77, 0.2);
  }
}

/* line 2729, app/assets/stylesheets/application.scss */
.info-box {
  background-color: #f2f9fd;
  padding: 15px;
}

/* line 2734, app/assets/stylesheets/application.scss */
thead > tr > th {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* line 2740, app/assets/stylesheets/application.scss */
#timer {
  color: red;
  padding: 0px 15px;
  border-radius: 5px;
  margin-right: 15px;
}

/* line 2747, app/assets/stylesheets/application.scss */
#pack-slip-footer {
  height: 500px;
}

/* line 2751, app/assets/stylesheets/application.scss */
#flash.main-flash {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 2757, app/assets/stylesheets/application.scss */
a {
  text: yellow !important;
}

/* line 2761, app/assets/stylesheets/application.scss */
#clippy {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

/* line 2768, app/assets/stylesheets/application.scss */
.confetti-wrapper {
  position: relative;
  min-height: 100vh;
  z-index: 1000;
  width: 100%;
  display: none;
}

/* line 2775, app/assets/stylesheets/application.scss */
#confettiModal {
  z-index: 10000000;
}

/* line 2779, app/assets/stylesheets/application.scss */
[class|="confetti"] {
  position: absolute;
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-0 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 1.3202838738;
  transform: rotate(205.1889885818deg);
  animation: drop-0 4.3840602728s 0.302299355s infinite;
}

@keyframes drop-0 {
  100% {
    top: 110%;
    left: 68%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-1 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 88%;
  opacity: 1.2105046249;
  transform: rotate(110.8098568494deg);
  animation: drop-1 4.1446888228s 0.7322186406s infinite;
}

@keyframes drop-1 {
  100% {
    top: 110%;
    left: 97%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-2 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 79%;
  opacity: 1.3856772098;
  transform: rotate(85.2286859869deg);
  animation: drop-2 4.9496125836s 0.0331848011s infinite;
}

@keyframes drop-2 {
  100% {
    top: 110%;
    left: 94%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-3 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 37%;
  opacity: 1.4202216947;
  transform: rotate(67.8133331708deg);
  animation: drop-3 4.480760104s 0.4558738553s infinite;
}

@keyframes drop-3 {
  100% {
    top: 110%;
    left: 51%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-4 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 78%;
  opacity: 0.726012576;
  transform: rotate(146.0848368801deg);
  animation: drop-4 4.9295169994s 0.7986627157s infinite;
}

@keyframes drop-4 {
  100% {
    top: 110%;
    left: 85%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-5 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 67%;
  opacity: 1.033185648;
  transform: rotate(234.2284034681deg);
  animation: drop-5 4.411846282s 0.7420267606s infinite;
}

@keyframes drop-5 {
  100% {
    top: 110%;
    left: 70%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-6 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 100%;
  opacity: 1.1221408624;
  transform: rotate(92.3155958283deg);
  animation: drop-6 4.2923714248s 0.9708931383s infinite;
}

@keyframes drop-6 {
  100% {
    top: 110%;
    left: 104%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-7 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 54%;
  opacity: 0.9805650473;
  transform: rotate(36.4252639641deg);
  animation: drop-7 4.8983172036s 0.8750975313s infinite;
}

@keyframes drop-7 {
  100% {
    top: 110%;
    left: 58%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-8 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 27%;
  opacity: 1.2613953854;
  transform: rotate(109.5066474734deg);
  animation: drop-8 4.0371130511s 0.0141585949s infinite;
}

@keyframes drop-8 {
  100% {
    top: 110%;
    left: 33%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-9 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 74%;
  opacity: 1.2330994075;
  transform: rotate(244.4628323827deg);
  animation: drop-9 4.5459752427s 0.7442994288s infinite;
}

@keyframes drop-9 {
  100% {
    top: 110%;
    left: 84%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-10 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 1.2369521924;
  transform: rotate(200.3232533091deg);
  animation: drop-10 4.0155425914s 0.5038368598s infinite;
}

@keyframes drop-10 {
  100% {
    top: 110%;
    left: 29%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-11 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 0.672483197;
  transform: rotate(159.3520781152deg);
  animation: drop-11 4.0822737859s 0.8226600073s infinite;
}

@keyframes drop-11 {
  100% {
    top: 110%;
    left: 48%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-12 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 24%;
  opacity: 0.7290271703;
  transform: rotate(27.6956398812deg);
  animation: drop-12 4.7024045575s 0.9672456662s infinite;
}

@keyframes drop-12 {
  100% {
    top: 110%;
    left: 38%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-13 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 88%;
  opacity: 0.8633371555;
  transform: rotate(270.0702724364deg);
  animation: drop-13 4.8850122384s 0.7308702267s infinite;
}

@keyframes drop-13 {
  100% {
    top: 110%;
    left: 97%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-14 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 21%;
  opacity: 1.0300516965;
  transform: rotate(9.117042121deg);
  animation: drop-14 4.6367930587s 0.3068224458s infinite;
}

@keyframes drop-14 {
  100% {
    top: 110%;
    left: 28%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-15 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 81%;
  opacity: 0.7920168076;
  transform: rotate(0.3616452356deg);
  animation: drop-15 4.3000656443s 0.4916581383s infinite;
}

@keyframes drop-15 {
  100% {
    top: 110%;
    left: 92%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-16 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 55%;
  opacity: 1.2923521285;
  transform: rotate(85.5460937301deg);
  animation: drop-16 4.2655315436s 0.6879762436s infinite;
}

@keyframes drop-16 {
  100% {
    top: 110%;
    left: 67%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-17 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 73%;
  opacity: 1.3777908386;
  transform: rotate(33.110381583deg);
  animation: drop-17 4.4671189778s 0.6192472306s infinite;
}

@keyframes drop-17 {
  100% {
    top: 110%;
    left: 79%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-18 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 46%;
  opacity: 1.0077062746;
  transform: rotate(243.0769444776deg);
  animation: drop-18 4.7328149854s 0.7722440524s infinite;
}

@keyframes drop-18 {
  100% {
    top: 110%;
    left: 51%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-19 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 73%;
  opacity: 1.2948083323;
  transform: rotate(354.9606240666deg);
  animation: drop-19 4.9978479581s 0.283587555s infinite;
}

@keyframes drop-19 {
  100% {
    top: 110%;
    left: 88%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-20 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 19%;
  opacity: 0.7178632502;
  transform: rotate(309.0526392215deg);
  animation: drop-20 4.4419688096s 0.3335961092s infinite;
}

@keyframes drop-20 {
  100% {
    top: 110%;
    left: 24%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-21 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 37%;
  opacity: 1.1003633866;
  transform: rotate(95.1428326907deg);
  animation: drop-21 4.9596017335s 0.6670081965s infinite;
}

@keyframes drop-21 {
  100% {
    top: 110%;
    left: 49%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-22 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 17%;
  opacity: 0.8169291888;
  transform: rotate(36.7565602053deg);
  animation: drop-22 4.6367738492s 0.3005933304s infinite;
}

@keyframes drop-22 {
  100% {
    top: 110%;
    left: 25%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-23 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 39%;
  opacity: 1.039176294;
  transform: rotate(108.65782272deg);
  animation: drop-23 4.7894290396s 0.5591901434s infinite;
}

@keyframes drop-23 {
  100% {
    top: 110%;
    left: 43%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-24 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 66%;
  opacity: 0.799867671;
  transform: rotate(161.1449823211deg);
  animation: drop-24 4.4951843821s 0.3991944591s infinite;
}

@keyframes drop-24 {
  100% {
    top: 110%;
    left: 72%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-25 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 0.9003116178;
  transform: rotate(129.5695258921deg);
  animation: drop-25 4.0899372863s 0.8325999349s infinite;
}

@keyframes drop-25 {
  100% {
    top: 110%;
    left: 72%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-26 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 0.8771529613;
  transform: rotate(182.765057653deg);
  animation: drop-26 4.4834102734s 0.6302359036s infinite;
}

@keyframes drop-26 {
  100% {
    top: 110%;
    left: 49%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-27 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 66%;
  opacity: 1.2688908007;
  transform: rotate(62.4726973578deg);
  animation: drop-27 4.2148707944s 0.0842600646s infinite;
}

@keyframes drop-27 {
  100% {
    top: 110%;
    left: 71%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-28 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 0.9351305524;
  transform: rotate(225.2287320593deg);
  animation: drop-28 4.7064011174s 0.5504199204s infinite;
}

@keyframes drop-28 {
  100% {
    top: 110%;
    left: 64%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-29 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 49%;
  opacity: 1.0377955881;
  transform: rotate(114.8907556721deg);
  animation: drop-29 4.8302695082s 0.8129245009s infinite;
}

@keyframes drop-29 {
  100% {
    top: 110%;
    left: 61%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-30 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 91%;
  opacity: 0.9923456318;
  transform: rotate(279.628535788deg);
  animation: drop-30 4.6916327814s 0.0057606889s infinite;
}

@keyframes drop-30 {
  100% {
    top: 110%;
    left: 94%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-31 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 3%;
  opacity: 0.6335486603;
  transform: rotate(53.4540068328deg);
  animation: drop-31 4.8836815937s 0.0830390659s infinite;
}

@keyframes drop-31 {
  100% {
    top: 110%;
    left: 12%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-32 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 48%;
  opacity: 0.7826891722;
  transform: rotate(332.4635352532deg);
  animation: drop-32 4.3219772523s 0.3511555705s infinite;
}

@keyframes drop-32 {
  100% {
    top: 110%;
    left: 53%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-33 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 17%;
  opacity: 0.7553557552;
  transform: rotate(155.6295820185deg);
  animation: drop-33 4.7520109567s 0.6267076622s infinite;
}

@keyframes drop-33 {
  100% {
    top: 110%;
    left: 25%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-34 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 0.5877780164;
  transform: rotate(117.8809203393deg);
  animation: drop-34 4.8724662465s 0.8391980471s infinite;
}

@keyframes drop-34 {
  100% {
    top: 110%;
    left: 89%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-35 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 76%;
  opacity: 0.873645934;
  transform: rotate(133.2231998762deg);
  animation: drop-35 4.1137261183s 0.1544968372s infinite;
}

@keyframes drop-35 {
  100% {
    top: 110%;
    left: 79%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-36 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 72%;
  opacity: 1.3679102149;
  transform: rotate(269.9684991068deg);
  animation: drop-36 4.2842115954s 0.0766005581s infinite;
}

@keyframes drop-36 {
  100% {
    top: 110%;
    left: 82%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-37 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 98%;
  opacity: 0.5664091229;
  transform: rotate(298.1408668166deg);
  animation: drop-37 4.1407276146s 0.9596587297s infinite;
}

@keyframes drop-37 {
  100% {
    top: 110%;
    left: 101%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-38 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 78%;
  opacity: 1.3762498937;
  transform: rotate(289.4826023534deg);
  animation: drop-38 4.5496096967s 0.5826272549s infinite;
}

@keyframes drop-38 {
  100% {
    top: 110%;
    left: 85%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-39 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 85%;
  opacity: 0.841181944;
  transform: rotate(205.5552105171deg);
  animation: drop-39 4.3557469464s 0.5469565174s infinite;
}

@keyframes drop-39 {
  100% {
    top: 110%;
    left: 94%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-40 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 31%;
  opacity: 0.7372545215;
  transform: rotate(69.740225781deg);
  animation: drop-40 4.6038325836s 0.1155852002s infinite;
}

@keyframes drop-40 {
  100% {
    top: 110%;
    left: 44%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-41 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 47%;
  opacity: 0.847353667;
  transform: rotate(261.3806013683deg);
  animation: drop-41 4.6468009504s 0.386703068s infinite;
}

@keyframes drop-41 {
  100% {
    top: 110%;
    left: 50%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-42 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 86%;
  opacity: 0.8274606078;
  transform: rotate(91.3664316468deg);
  animation: drop-42 4.18745367s 0.0167083768s infinite;
}

@keyframes drop-42 {
  100% {
    top: 110%;
    left: 89%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-43 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 0.6680853214;
  transform: rotate(178.9439802069deg);
  animation: drop-43 4.0441723777s 0.0913168851s infinite;
}

@keyframes drop-43 {
  100% {
    top: 110%;
    left: 76%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-44 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 53%;
  opacity: 0.9165719221;
  transform: rotate(76.0453152506deg);
  animation: drop-44 4.7557582111s 0.5035509991s infinite;
}

@keyframes drop-44 {
  100% {
    top: 110%;
    left: 60%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-45 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 8%;
  opacity: 1.2762978565;
  transform: rotate(222.539455687deg);
  animation: drop-45 4.4064854909s 0.7335235186s infinite;
}

@keyframes drop-45 {
  100% {
    top: 110%;
    left: 23%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-46 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 69%;
  opacity: 1.0597304323;
  transform: rotate(32.9271096572deg);
  animation: drop-46 4.9355960857s 0.3583181323s infinite;
}

@keyframes drop-46 {
  100% {
    top: 110%;
    left: 71%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-47 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 20%;
  opacity: 1.1735592693;
  transform: rotate(217.9730100062deg);
  animation: drop-47 4.5702479494s 0.9396045956s infinite;
}

@keyframes drop-47 {
  100% {
    top: 110%;
    left: 31%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-48 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 20%;
  opacity: 1.423048866;
  transform: rotate(5.7350978641deg);
  animation: drop-48 4.2013333844s 0.8331850574s infinite;
}

@keyframes drop-48 {
  100% {
    top: 110%;
    left: 29%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-49 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 59%;
  opacity: 0.929749837;
  transform: rotate(251.5358053727deg);
  animation: drop-49 4.5065372856s 0.162004444s infinite;
}

@keyframes drop-49 {
  100% {
    top: 110%;
    left: 64%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-50 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 50%;
  opacity: 0.8249080959;
  transform: rotate(263.225084851deg);
  animation: drop-50 4.2051174717s 0.1737289312s infinite;
}

@keyframes drop-50 {
  100% {
    top: 110%;
    left: 60%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-51 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 100%;
  opacity: 0.8131309845;
  transform: rotate(1.29178629deg);
  animation: drop-51 4.9380655136s 0.2137579976s infinite;
}

@keyframes drop-51 {
  100% {
    top: 110%;
    left: 102%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-52 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 0.5556926567;
  transform: rotate(263.0148351698deg);
  animation: drop-52 4.7197662908s 0.3019520298s infinite;
}

@keyframes drop-52 {
  100% {
    top: 110%;
    left: 53%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-53 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 0.6524972779;
  transform: rotate(309.1153452531deg);
  animation: drop-53 4.7079049794s 0.4358873539s infinite;
}

@keyframes drop-53 {
  100% {
    top: 110%;
    left: 105%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-54 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 27%;
  opacity: 1.060135472;
  transform: rotate(37.7076332163deg);
  animation: drop-54 4.1422399449s 0.4108826148s infinite;
}

@keyframes drop-54 {
  100% {
    top: 110%;
    left: 40%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-55 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 0.5881659202;
  transform: rotate(26.8309868894deg);
  animation: drop-55 4.1944181517s 0.990641846s infinite;
}

@keyframes drop-55 {
  100% {
    top: 110%;
    left: 79%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-56 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 0.6709508154;
  transform: rotate(40.4800783487deg);
  animation: drop-56 4.630552145s 0.8716378197s infinite;
}

@keyframes drop-56 {
  100% {
    top: 110%;
    left: 63%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-57 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 26%;
  opacity: 0.5087024468;
  transform: rotate(27.8215818179deg);
  animation: drop-57 4.6741929257s 0.0951004555s infinite;
}

@keyframes drop-57 {
  100% {
    top: 110%;
    left: 35%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-58 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 46%;
  opacity: 1.1749835757;
  transform: rotate(35.5218818957deg);
  animation: drop-58 4.7424325657s 0.6557535159s infinite;
}

@keyframes drop-58 {
  100% {
    top: 110%;
    left: 61%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-59 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 57%;
  opacity: 1.069961584;
  transform: rotate(202.3456638142deg);
  animation: drop-59 4.3287003752s 0.944155607s infinite;
}

@keyframes drop-59 {
  100% {
    top: 110%;
    left: 58%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-60 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 0.5817405666;
  transform: rotate(166.6926119012deg);
  animation: drop-60 4.7653294686s 0.7294114614s infinite;
}

@keyframes drop-60 {
  100% {
    top: 110%;
    left: 54%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-61 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 95%;
  opacity: 0.6025159456;
  transform: rotate(275.9951167975deg);
  animation: drop-61 4.4642082435s 0.0485557927s infinite;
}

@keyframes drop-61 {
  100% {
    top: 110%;
    left: 110%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-62 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 0.8752038306;
  transform: rotate(287.3061637658deg);
  animation: drop-62 4.9376711331s 0.6060426839s infinite;
}

@keyframes drop-62 {
  100% {
    top: 110%;
    left: 31%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-63 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 26%;
  opacity: 0.5664123677;
  transform: rotate(117.2503875051deg);
  animation: drop-63 4.668551608s 0.4530397271s infinite;
}

@keyframes drop-63 {
  100% {
    top: 110%;
    left: 37%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-64 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 82%;
  opacity: 1.2196403113;
  transform: rotate(336.934110482deg);
  animation: drop-64 4.0320475795s 0.2355979212s infinite;
}

@keyframes drop-64 {
  100% {
    top: 110%;
    left: 85%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-65 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 96%;
  opacity: 0.7390910032;
  transform: rotate(90.1046053757deg);
  animation: drop-65 4.8343117879s 0.2264425904s infinite;
}

@keyframes drop-65 {
  100% {
    top: 110%;
    left: 98%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-66 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 20%;
  opacity: 1.0152981515;
  transform: rotate(42.8144208016deg);
  animation: drop-66 4.7928594138s 0.8323521242s infinite;
}

@keyframes drop-66 {
  100% {
    top: 110%;
    left: 26%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-67 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 58%;
  opacity: 1.3602342583;
  transform: rotate(104.2207798364deg);
  animation: drop-67 4.2184086177s 0.3997226502s infinite;
}

@keyframes drop-67 {
  100% {
    top: 110%;
    left: 68%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-68 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 48%;
  opacity: 0.5506076785;
  transform: rotate(50.9493734061deg);
  animation: drop-68 4.4843060017s 0.0472930208s infinite;
}

@keyframes drop-68 {
  100% {
    top: 110%;
    left: 50%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-69 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.1878143607;
  transform: rotate(21.4658416196deg);
  animation: drop-69 4.9754739547s 0.3193664347s infinite;
}

@keyframes drop-69 {
  100% {
    top: 110%;
    left: 33%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-70 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 13%;
  opacity: 0.8182225237;
  transform: rotate(184.8852152605deg);
  animation: drop-70 4.6981627957s 0.5980027355s infinite;
}

@keyframes drop-70 {
  100% {
    top: 110%;
    left: 27%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-71 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 0.6705842715;
  transform: rotate(329.5812936369deg);
  animation: drop-71 4.9675763717s 0.2985122844s infinite;
}

@keyframes drop-71 {
  100% {
    top: 110%;
    left: 68%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-72 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 62%;
  opacity: 1.194380724;
  transform: rotate(242.5283271132deg);
  animation: drop-72 4.3095249299s 0.4640806676s infinite;
}

@keyframes drop-72 {
  100% {
    top: 110%;
    left: 71%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-73 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 1.2460263657;
  transform: rotate(316.6406678083deg);
  animation: drop-73 4.4442439601s 0.0607496252s infinite;
}

@keyframes drop-73 {
  100% {
    top: 110%;
    left: 71%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-74 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 17%;
  opacity: 0.937152952;
  transform: rotate(306.2189963807deg);
  animation: drop-74 4.9201729402s 0.1871862242s infinite;
}

@keyframes drop-74 {
  100% {
    top: 110%;
    left: 31%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-75 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 4%;
  opacity: 1.1998530596;
  transform: rotate(288.0167465549deg);
  animation: drop-75 4.8713120258s 0.8559549547s infinite;
}

@keyframes drop-75 {
  100% {
    top: 110%;
    left: 14%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-76 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 1.226430364;
  transform: rotate(259.9158360437deg);
  animation: drop-76 4.4101311993s 0.4793621361s infinite;
}

@keyframes drop-76 {
  100% {
    top: 110%;
    left: 97%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-77 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 58%;
  opacity: 0.9863389393;
  transform: rotate(246.7428422562deg);
  animation: drop-77 4.5850366082s 0.4872633254s infinite;
}

@keyframes drop-77 {
  100% {
    top: 110%;
    left: 63%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-78 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 50%;
  opacity: 1.0912637906;
  transform: rotate(240.0184761854deg);
  animation: drop-78 4.9718872913s 0.840790701s infinite;
}

@keyframes drop-78 {
  100% {
    top: 110%;
    left: 62%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-79 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 46%;
  opacity: 0.9467575131;
  transform: rotate(224.4545102486deg);
  animation: drop-79 4.9835255212s 0.5206482032s infinite;
}

@keyframes drop-79 {
  100% {
    top: 110%;
    left: 59%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-80 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 32%;
  opacity: 0.5430002415;
  transform: rotate(27.0381695754deg);
  animation: drop-80 4.038559584s 0.4043785225s infinite;
}

@keyframes drop-80 {
  100% {
    top: 110%;
    left: 36%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-81 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 34%;
  opacity: 0.7200213973;
  transform: rotate(218.1956809297deg);
  animation: drop-81 4.232627834s 0.2823948192s infinite;
}

@keyframes drop-81 {
  100% {
    top: 110%;
    left: 40%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-82 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 94%;
  opacity: 0.8802556651;
  transform: rotate(240.6315194609deg);
  animation: drop-82 4.2459380888s 0.008830125s infinite;
}

@keyframes drop-82 {
  100% {
    top: 110%;
    left: 102%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-83 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 85%;
  opacity: 1.1295476284;
  transform: rotate(82.5383883861deg);
  animation: drop-83 4.1830765492s 0.7628963748s infinite;
}

@keyframes drop-83 {
  100% {
    top: 110%;
    left: 93%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-84 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 8%;
  opacity: 1.2950104775;
  transform: rotate(46.8946909769deg);
  animation: drop-84 4.0142911914s 0.8603091569s infinite;
}

@keyframes drop-84 {
  100% {
    top: 110%;
    left: 9%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-85 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 50%;
  opacity: 0.8367866124;
  transform: rotate(65.5968658122deg);
  animation: drop-85 4.506800797s 0.6218648556s infinite;
}

@keyframes drop-85 {
  100% {
    top: 110%;
    left: 55%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-86 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 25%;
  opacity: 1.2333949446;
  transform: rotate(322.9082722225deg);
  animation: drop-86 4.3900380622s 0.1030280982s infinite;
}

@keyframes drop-86 {
  100% {
    top: 110%;
    left: 34%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-87 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 59%;
  opacity: 0.9369611048;
  transform: rotate(112.7254893679deg);
  animation: drop-87 4.0297412356s 0.7160406503s infinite;
}

@keyframes drop-87 {
  100% {
    top: 110%;
    left: 63%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-88 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 1.4015691496;
  transform: rotate(57.1411709453deg);
  animation: drop-88 4.9117999935s 0.1709895044s infinite;
}

@keyframes drop-88 {
  100% {
    top: 110%;
    left: 34%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-89 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 11%;
  opacity: 1.2178763649;
  transform: rotate(96.4191161719deg);
  animation: drop-89 4.3446083444s 0.9892261636s infinite;
}

@keyframes drop-89 {
  100% {
    top: 110%;
    left: 14%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-90 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 5%;
  opacity: 1.0767486047;
  transform: rotate(234.8959178714deg);
  animation: drop-90 4.8048478671s 0.4306851148s infinite;
}

@keyframes drop-90 {
  100% {
    top: 110%;
    left: 9%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-91 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 3%;
  opacity: 1.1116412198;
  transform: rotate(347.672821304deg);
  animation: drop-91 4.3999612979s 0.6257164803s infinite;
}

@keyframes drop-91 {
  100% {
    top: 110%;
    left: 6%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-92 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 74%;
  opacity: 1.2768935505;
  transform: rotate(153.3738110073deg);
  animation: drop-92 4.5346761189s 0.6709214808s infinite;
}

@keyframes drop-92 {
  100% {
    top: 110%;
    left: 89%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-93 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 0.9609832908;
  transform: rotate(70.4754026931deg);
  animation: drop-93 4.3524485871s 0.8822155728s infinite;
}

@keyframes drop-93 {
  100% {
    top: 110%;
    left: 12%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-94 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 72%;
  opacity: 0.7608593439;
  transform: rotate(96.5373362415deg);
  animation: drop-94 4.7569086601s 0.6518950299s infinite;
}

@keyframes drop-94 {
  100% {
    top: 110%;
    left: 84%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-95 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 89%;
  opacity: 0.8761272269;
  transform: rotate(233.5432323003deg);
  animation: drop-95 4.5851836213s 0.7396663391s infinite;
}

@keyframes drop-95 {
  100% {
    top: 110%;
    left: 102%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-96 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 37%;
  opacity: 0.5041862589;
  transform: rotate(329.242865929deg);
  animation: drop-96 4.2104630167s 0.4334135058s infinite;
}

@keyframes drop-96 {
  100% {
    top: 110%;
    left: 39%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-97 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 93%;
  opacity: 1.353513437;
  transform: rotate(344.7645243594deg);
  animation: drop-97 4.9739307103s 0.8848712733s infinite;
}

@keyframes drop-97 {
  100% {
    top: 110%;
    left: 97%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-98 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 69%;
  opacity: 0.5032747831;
  transform: rotate(57.6043026686deg);
  animation: drop-98 4.121436239s 0.1984996735s infinite;
}

@keyframes drop-98 {
  100% {
    top: 110%;
    left: 78%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-99 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 1%;
  opacity: 1.4805458811;
  transform: rotate(85.9531829139deg);
  animation: drop-99 4.9391850131s 0.4441553959s infinite;
}

@keyframes drop-99 {
  100% {
    top: 110%;
    left: 5%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-100 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 4%;
  opacity: 0.9627791762;
  transform: rotate(147.0100344652deg);
  animation: drop-100 4.5886634031s 0.7996680125s infinite;
}

@keyframes drop-100 {
  100% {
    top: 110%;
    left: 10%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-101 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 64%;
  opacity: 0.7630812656;
  transform: rotate(280.7944332171deg);
  animation: drop-101 4.425020386s 0.4642421956s infinite;
}

@keyframes drop-101 {
  100% {
    top: 110%;
    left: 75%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-102 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.1387954264;
  transform: rotate(6.9857360241deg);
  animation: drop-102 4.1734184859s 0.0312003789s infinite;
}

@keyframes drop-102 {
  100% {
    top: 110%;
    left: 48%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-103 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 30%;
  opacity: 1.130539701;
  transform: rotate(231.3783013773deg);
  animation: drop-103 4.0012041751s 0.1085910436s infinite;
}

@keyframes drop-103 {
  100% {
    top: 110%;
    left: 35%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-104 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 40%;
  opacity: 0.7151722007;
  transform: rotate(281.9966219004deg);
  animation: drop-104 4.0169011588s 0.5487480411s infinite;
}

@keyframes drop-104 {
  100% {
    top: 110%;
    left: 51%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-105 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 26%;
  opacity: 1.1765332993;
  transform: rotate(165.8059079916deg);
  animation: drop-105 4.0075918102s 0.0968371727s infinite;
}

@keyframes drop-105 {
  100% {
    top: 110%;
    left: 39%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-106 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 44%;
  opacity: 1.2717363303;
  transform: rotate(115.5984760803deg);
  animation: drop-106 4.8663452641s 0.2335925644s infinite;
}

@keyframes drop-106 {
  100% {
    top: 110%;
    left: 51%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-107 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 4%;
  opacity: 0.8305781239;
  transform: rotate(94.7499879214deg);
  animation: drop-107 4.6203925651s 0.576788249s infinite;
}

@keyframes drop-107 {
  100% {
    top: 110%;
    left: 18%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-108 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 24%;
  opacity: 0.9695148858;
  transform: rotate(307.0502550322deg);
  animation: drop-108 4.9415870056s 0.2784424955s infinite;
}

@keyframes drop-108 {
  100% {
    top: 110%;
    left: 36%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-109 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 94%;
  opacity: 1.4664414418;
  transform: rotate(42.722913772deg);
  animation: drop-109 4.5238018329s 0.2071571276s infinite;
}

@keyframes drop-109 {
  100% {
    top: 110%;
    left: 107%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-110 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 7%;
  opacity: 1.0861259486;
  transform: rotate(228.7162557063deg);
  animation: drop-110 4.1527582152s 0.8062404047s infinite;
}

@keyframes drop-110 {
  100% {
    top: 110%;
    left: 12%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-111 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 31%;
  opacity: 1.4492281334;
  transform: rotate(35.4318829993deg);
  animation: drop-111 4.9586412356s 0.2505220696s infinite;
}

@keyframes drop-111 {
  100% {
    top: 110%;
    left: 43%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-112 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 18%;
  opacity: 0.5353634839;
  transform: rotate(155.2700864134deg);
  animation: drop-112 4.8260823856s 0.6383596418s infinite;
}

@keyframes drop-112 {
  100% {
    top: 110%;
    left: 28%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-113 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 52%;
  opacity: 1.1398291104;
  transform: rotate(297.0743364863deg);
  animation: drop-113 4.4239274884s 0.8433073436s infinite;
}

@keyframes drop-113 {
  100% {
    top: 110%;
    left: 65%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-114 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 21%;
  opacity: 0.7010650006;
  transform: rotate(277.7066612918deg);
  animation: drop-114 4.3128218757s 0.4647788545s infinite;
}

@keyframes drop-114 {
  100% {
    top: 110%;
    left: 34%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-115 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 57%;
  opacity: 0.6909010723;
  transform: rotate(1.6358392228deg);
  animation: drop-115 4.629137584s 0.4346282485s infinite;
}

@keyframes drop-115 {
  100% {
    top: 110%;
    left: 67%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-116 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 65%;
  opacity: 1.1952949144;
  transform: rotate(193.4894370424deg);
  animation: drop-116 4.7958532525s 0.5081518607s infinite;
}

@keyframes drop-116 {
  100% {
    top: 110%;
    left: 79%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-117 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 85%;
  opacity: 0.7594928543;
  transform: rotate(17.6358546642deg);
  animation: drop-117 4.34873268s 0.830227418s infinite;
}

@keyframes drop-117 {
  100% {
    top: 110%;
    left: 94%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-118 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 73%;
  opacity: 0.9806672342;
  transform: rotate(308.2614656702deg);
  animation: drop-118 4.1893772657s 0.7888571634s infinite;
}

@keyframes drop-118 {
  100% {
    top: 110%;
    left: 79%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-119 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 70%;
  opacity: 0.9245055145;
  transform: rotate(330.9590849169deg);
  animation: drop-119 4.8198691528s 0.944749631s infinite;
}

@keyframes drop-119 {
  100% {
    top: 110%;
    left: 77%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-120 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 7%;
  opacity: 1.1077718585;
  transform: rotate(242.6580223719deg);
  animation: drop-120 4.2776676339s 0.32008648s infinite;
}

@keyframes drop-120 {
  100% {
    top: 110%;
    left: 11%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-121 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 51%;
  opacity: 0.6889045224;
  transform: rotate(71.4583490527deg);
  animation: drop-121 4.1505925876s 0.3342996111s infinite;
}

@keyframes drop-121 {
  100% {
    top: 110%;
    left: 54%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-122 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 1.1906251456;
  transform: rotate(50.216170714deg);
  animation: drop-122 4.9184749619s 0.9367340657s infinite;
}

@keyframes drop-122 {
  100% {
    top: 110%;
    left: 92%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-123 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 2%;
  opacity: 0.5775436807;
  transform: rotate(69.851726877deg);
  animation: drop-123 4.7173092825s 0.8565911792s infinite;
}

@keyframes drop-123 {
  100% {
    top: 110%;
    left: 13%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-124 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 62%;
  opacity: 0.7683995958;
  transform: rotate(109.5978838885deg);
  animation: drop-124 4.6901206313s 0.1158031305s infinite;
}

@keyframes drop-124 {
  100% {
    top: 110%;
    left: 75%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-125 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 28%;
  opacity: 0.693742521;
  transform: rotate(33.639306427deg);
  animation: drop-125 4.3289389454s 0.6414358754s infinite;
}

@keyframes drop-125 {
  100% {
    top: 110%;
    left: 32%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-126 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 42%;
  opacity: 1.2591903604;
  transform: rotate(71.9412570542deg);
  animation: drop-126 4.6894778051s 0.4953271361s infinite;
}

@keyframes drop-126 {
  100% {
    top: 110%;
    left: 46%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-127 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 54%;
  opacity: 0.8209565947;
  transform: rotate(308.7766892307deg);
  animation: drop-127 4.9528358811s 0.3436258961s infinite;
}

@keyframes drop-127 {
  100% {
    top: 110%;
    left: 65%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-128 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 51%;
  opacity: 1.47578012;
  transform: rotate(291.2866716227deg);
  animation: drop-128 4.3162018115s 0.8291944798s infinite;
}

@keyframes drop-128 {
  100% {
    top: 110%;
    left: 62%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-129 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 65%;
  opacity: 1.2573159079;
  transform: rotate(95.366614913deg);
  animation: drop-129 4.1560436076s 0.3865185086s infinite;
}

@keyframes drop-129 {
  100% {
    top: 110%;
    left: 75%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-130 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 46%;
  opacity: 0.9568917914;
  transform: rotate(354.5163582373deg);
  animation: drop-130 4.762544722s 0.0084400673s infinite;
}

@keyframes drop-130 {
  100% {
    top: 110%;
    left: 57%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-131 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 78%;
  opacity: 1.337310982;
  transform: rotate(280.9070596295deg);
  animation: drop-131 4.6819528994s 0.7694603495s infinite;
}

@keyframes drop-131 {
  100% {
    top: 110%;
    left: 84%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-132 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 1.3309333175;
  transform: rotate(177.0235782635deg);
  animation: drop-132 4.4669204548s 0.8197918403s infinite;
}

@keyframes drop-132 {
  100% {
    top: 110%;
    left: 9%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-133 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 4%;
  opacity: 0.76943544;
  transform: rotate(92.4239094171deg);
  animation: drop-133 4.5224842488s 0.5941055523s infinite;
}

@keyframes drop-133 {
  100% {
    top: 110%;
    left: 5%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-134 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 33%;
  opacity: 1.3413098724;
  transform: rotate(190.8814009499deg);
  animation: drop-134 4.0074227428s 0.2421546513s infinite;
}

@keyframes drop-134 {
  100% {
    top: 110%;
    left: 39%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-135 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 32%;
  opacity: 0.5704625387;
  transform: rotate(294.3142249518deg);
  animation: drop-135 4.9764704407s 0.8774571632s infinite;
}

@keyframes drop-135 {
  100% {
    top: 110%;
    left: 35%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-136 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 6%;
  opacity: 0.5059673999;
  transform: rotate(255.6670030386deg);
  animation: drop-136 4.654689072s 0.8580392048s infinite;
}

@keyframes drop-136 {
  100% {
    top: 110%;
    left: 12%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-137 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 73%;
  opacity: 0.9792508349;
  transform: rotate(19.7135627253deg);
  animation: drop-137 4.5835183022s 0.3456605828s infinite;
}

@keyframes drop-137 {
  100% {
    top: 110%;
    left: 87%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-138 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 44%;
  opacity: 1.1277716569;
  transform: rotate(144.7867445458deg);
  animation: drop-138 4.1718781709s 0.4583295065s infinite;
}

@keyframes drop-138 {
  100% {
    top: 110%;
    left: 54%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-139 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 86%;
  opacity: 1.2412273509;
  transform: rotate(77.3561842851deg);
  animation: drop-139 4.2005079405s 0.4912912138s infinite;
}

@keyframes drop-139 {
  100% {
    top: 110%;
    left: 87%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-140 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 65%;
  opacity: 0.8114179342;
  transform: rotate(85.3218128746deg);
  animation: drop-140 4.7519197726s 0.493760127s infinite;
}

@keyframes drop-140 {
  100% {
    top: 110%;
    left: 72%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-141 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 15%;
  opacity: 0.7740579216;
  transform: rotate(152.4514483024deg);
  animation: drop-141 4.316553851s 0.1213019324s infinite;
}

@keyframes drop-141 {
  100% {
    top: 110%;
    left: 19%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-142 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 1.4767810283;
  transform: rotate(46.0846948775deg);
  animation: drop-142 4.8136083953s 0.7253571793s infinite;
}

@keyframes drop-142 {
  100% {
    top: 110%;
    left: 53%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-143 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 60%;
  opacity: 0.6024060746;
  transform: rotate(237.5471934528deg);
  animation: drop-143 4.1117500627s 0.9898915665s infinite;
}

@keyframes drop-143 {
  100% {
    top: 110%;
    left: 68%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-144 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 13%;
  opacity: 1.0197836648;
  transform: rotate(18.667901819deg);
  animation: drop-144 4.1992191918s 0.6035268388s infinite;
}

@keyframes drop-144 {
  100% {
    top: 110%;
    left: 21%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-145 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 66%;
  opacity: 0.6980982725;
  transform: rotate(346.0011963839deg);
  animation: drop-145 4.7487911948s 0.7260649553s infinite;
}

@keyframes drop-145 {
  100% {
    top: 110%;
    left: 77%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-146 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 0.8047742264;
  transform: rotate(151.8269428245deg);
  animation: drop-146 4.7791437072s 0.1984934565s infinite;
}

@keyframes drop-146 {
  100% {
    top: 110%;
    left: 59%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-147 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 1.0995018481;
  transform: rotate(276.529368409deg);
  animation: drop-147 4.7490497847s 0.3741102572s infinite;
}

@keyframes drop-147 {
  100% {
    top: 110%;
    left: 91%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-148 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 65%;
  opacity: 1.2734706878;
  transform: rotate(287.5617284675deg);
  animation: drop-148 4.1131181137s 0.7926374993s infinite;
}

@keyframes drop-148 {
  100% {
    top: 110%;
    left: 74%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-149 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 1.058630386;
  transform: rotate(209.3297943604deg);
  animation: drop-149 4.2995767236s 0.6982697994s infinite;
}

@keyframes drop-149 {
  100% {
    top: 110%;
    left: 47%;
  }
}

/* line 2788, app/assets/stylesheets/application.scss */
.confetti-150 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 40%;
  opacity: 0.7486247686;
  transform: rotate(354.2907645893deg);
  animation: drop-150 4.9516726684s 0.5187643s infinite;
}

@keyframes drop-150 {
  100% {
    top: 110%;
    left: 41%;
  }
}
